@charset "utf-8";
@import "mainContent.css";

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/


body  {
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	background:url(images/stencil.jpg) no-repeat center top; */
	margin-bottom: 1em;

}
#container { 
	width: 976px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#content {
	background: url(images/content_bg.png) repeat-y;
	margin-bottom: 9x;
}
#header { 
	position: relative;
	background: url(images/header_bg.png) top right no-repeat #fff; 
	height: 212px;
	margin-bottom: 14px;
} 
#header h1 {
	width: 251px;
	height: 79px;
	background:url(images/qvetis-logo.png) right bottom no-repeat;
	padding-top: 19px;
	padding-left: 39px;
	text-indent: -5000px;
}

#main_menu { behavior: url(csshover.htc); }

#main_menu {
	position: absolute;
	bottom: 0;
	left: 0;
}

#main_menu li {
	width: 115px;
	float: left;
	display: inline;
	height: 91px;
	background-image: url(images/menu_bg_both.png);
	background-color: #ef8529;
	background-position: right;
	margin-right: 8px;
	position: relative;
}

#main_menu li.selected, #main_menu li:hover {
	background-position: left;
}

#main_menu li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.1px !important;
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 0.9em !important;
	font-size: 0.8em;
	display: block;
	padding-left: 4px;
	width: 111px;
	padding-top: 61px !important;
	padding-top: 62px;
	/*height: 30px !important;*/
	height: 29px;
	text-decoration: none;
	background: url(images/menu_icons.png) no-repeat;
}

#main_menu li#m1 a { background-position: 0 7px; }
#main_menu li#m2 a { background-position: -115px 7px; }
#main_menu li#m3 a { background-position: -230px 7px; }
#main_menu li#m6 a { background-position: -345px 7px; }
#main_menu li#m4 a { background-position: -460px 7px; }
#main_menu li#m5 a { background-position: -575px 7px; }
#main_menu li#m7 a { background-position: -690px 7px; }

#main_menu li a:hover {
	text-decoration: underline;
}

#main_menu ul.s1 {
	display: none;
	position: absolute;
	left: 0;
	top: 100% !important;
	top: 102%;
	border-top: 1px solid #fff !important;
	padding-top: 0 !important;
	margin-left: -1px;
	margin-top: -1px;

}

#main_menu li:hover ul.s1 {
	display: block;
}

#main_menu ul.s1 li {
	position: relative;
	width: 115px;
	height: auto;
	border: 1px solid #fff;
	margin-right: 0;
	line-height: auto;
	background: #fff;
	background: #ef8529;	
	float: left;
	display: inline;
}

#main_menu ul.s1 li a {
	display: block;
	height: auto;
	line-height: auto;
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	padding-left: 5px;
	padding-right: 15px;
	width: 95px;
	background: none;
	text-decoration: none;
}

#main_menu ul.s1 li:hover {
	position: relative;
	width: 121px;
	border: 2px solid #095984;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	z-index: 999;
	background: url(images/menu_2l_bg.png) repeat-y left #fff;
	
}

#main_menu ul.s1 li:hover a {
	color: #0a5984;
	text-decoration: none;
}

#main_menu ul.s2 {
	background: url(images/arrow_r_orange2.png) left 7px no-repeat !important;
	background: url(images/arrow_r_orange2.png) left 6px no-repeat;
	width: 0px;
	overflow: hidden;
	position: absolute;
	left: 103px;
	padding-left: 20px;
	top: -2px;
}

#main_menu ul.s2 li {
	width: 117px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_menu ul.s2 li a {
	background: #095883;
	color: #9aabc3;
	border: none;
	display: block !important;
	padding-right: 3px;
}


#main_menu ul.s1 li:hover ul.s2 {
	background: url(images/arrow_r_white.png) left 7px no-repeat !important;
	background: url(images/arrow_r_white.png) left 6px no-repeat;
	width: 117px;
	display: block;
}

#main_menu ul.s1 li:hover ul.s2 li {
	width: auto;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_menu ul.s1 li:hover ul.s2 li a {
	color: #9aabc3;
}

#main_menu ul.s1 li:hover ul.s2 li:hover a {
	text-decoration: none;
	color: #fff;
}

#breadcrumbs {
	list-style-type: none;
	height: 2.3em;
	padding-top: 1px;
	padding-bottom: 2px;
	background: url(images/breadcrumbs_bg.png) bottom left no-repeat;
	margin-bottom: 0.75em;
	margin-left: 0 !important;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	line-height: 2em;
	margin-right: 5px;
	padding-right: 15px;
	background: url(images/arrow_r_black.png) center right no-repeat;
	text-decoration: none;
	color: #ef8529;
	font-weight: bold;
}

#breadcrumbs a.last {
	background: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#lang {
	position: absolute;
	width: 115px;
	height: 91px;
	overflow: hidden;
	right: 0;
	bottom: 0;
	background:url(images/lang_bg.png) no-repeat;
}

#lang ul {
	width: 115x;
	margin-right: -2px;
	height: 30px;
}

#lang ul li {
	display: block;
	margin-right: 2px;
	margin-bottom: 3px;
	float: left;
	width: 56px;
	height: 17px;
	text-align: center;
}

#lang ul li a {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width: 56px;
	line-height: 17px;
	height: 17px;
	color: #fff;
	text-decoration: none;
	background-color: #ef8529;	
}

#lang ul li a:hover, #lang ul li.selected a {
	background-color: #b1bbd0;
}

#lang span {
	display: block;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	background-color: #90a0bc;
}

#sidebar1 {
	font-size: 0.9em;
	float: left; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-bottom: 1em;
/*	background: #fdefe0; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 em.title {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0.6em 7px;
	background: url(images/grad_orange.png) repeat-y #f0862b;
	border: 1px solid #f0862b;
	margin-bottom: 0.75em;
}

#sidebar1 em.title span {
	padding-left: 19px;
	background: url(images/arrow_r_orange.png) center left no-repeat;
}

#sidebar1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar1 ul li {
	padding-bottom: 12px;
	padding-left: 26px;
	padding-right: 7px;
	background: url(images/arrow_r_black.png) 7px 0.3em no-repeat;
}

#sidebar1 ul li em {
	font-weight: bold;
	display: block;
	color: #f08529;
}

#sidebar1 a {
	color: #000;
	text-decoration: underline;
}

#sidebar1 a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar2 {
	font-size: 0.9em;
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-bottom: 1em;	
/*	background: #eaecf2; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 em.title {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.6em 7px;
	background: url(images/grad_blue.png) repeat-y #095984;
	border: 1px solid #095984;
	margin-bottom: 0.75em;
}

#sidebar2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar2 ul li {
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar2 ul li em {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: #000;
}

#sidebar2 ul li em a {
	color: #000;
	text-decoration: none;
}

#sidebar2 ul li em a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebanner {
	padding: 1em 0;
	background-color: #fff;
}

.photo {
	width: 133px !important;
	margin-right: 20px !important;
	margin-bottom: 8px;
	float: left;
	display: inline;
}

.photo img {
	float: none;
	margin-right: 0;
	border: 1px solid #fff;	
}

.photo .podnapis {
	font-size: 0.85em;
	color: #565656;
}

.photo span {
	font-size: 0.9em;
}

#mainContent { 
	color: #504f53;
	margin: 0 238px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 9px;
	padding-bottom: 4px;
}

.full_w {
	margin: 0 !important;
}

/* BLOG stili */
table input {
    margin-bottom: 0.5em;
}

#ph_blog_content .datum {
	color: #6d6e6f;
}

#ph_blog_content .avtor {
	font-size: 0.95em;
	font-style: italic;
	font-weight: normal;
}

#ph_blog_content .avtor a {
	text-decoration: none;
}

#ph_blog_content .avtor a:hover {
	text-decoration: underline;
}

#ph_blog_content a {
}

#ph_blog_content a.vec {
	font-style: italic;
}

#ph_blog_content div.entry_body {
	line-height: 1.8em;
}

#ph_blog_content div.entry_body {
	margin-top: 1em;
	margin-bottom: 1em;
}

/*
#ph_blog_content img, #ph_blog_content embed {
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}
*/

#ph_blog_content img, #ph_blog_content embed {
	padding-top: 8px;
	padding-bottom: 8px;
}

#ph_blog_content .tagz_n_commentz {
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6e6f;
}

#ph_blog_content .tagz_n_commentz a {
	color: #6d6e6f;
}

#ph_blog_content em {
	font-style: italic;
}

#footer { 
	border-top: 2px solid #918f90;
} 

#footer p {
	margin-top: 0.3em;
	text-align: right;
	font-size: 0.85em;
	color: #918f90;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}