@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */
	@import url("default_style.css"); /* ------- Get default CSS Styles */
	@import url("blog.css"); /* ------- Spacial Blog CSS Styles */
	@import url("page.css"); /* ------- Spacial template pages  CSS Styles */
	@import url("gallery.css"); /* ------- Spacial template pages  CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		
		background:#F6EEE4 url(../images/bg_all_milk.png);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	em {font-style:italic}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#main {
		margin: 0 auto;
		background: url(../images/bg_body_milk.png) repeat-y;
		position: relative;
		width: 990px;
		padding: 20px 0 30px;
	}
	#containertop{
		position: absolute;
		top: 0;
		left: 0;
		width: 990px;
		/*margin: -10px auto 0 auto;*/
		height: 75px;
		font-size:0.1em;
		background:url(../images/bg_top_milk.png) top left no-repeat;
	}
	* html #containertop{behavior: url(http://www.juozasolekas.lt/wp-content/themes/Juozas_Olekas/css/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 883px;
		margin: 0 0 0 54px;
		/*background-color: #F4F4F4;*/
		padding-bottom:10px;
		border-top: 0;
		border-bottom: 0;
		position: relative;	
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
		font-family: Georgia, Arial;
	}
	h1#websiteName {
		width: 480px;
		height: 30px;
		padding-top:3px;
		margin-left:15px;
		float: left;
		}
	div#questionMark {
		color:#E7B800;
		float:right;
		margin: 0 12px 5px 0;
		font: bold 14px Verdana;
	}	
	div#questionMark img{
		vertical-align: middle;
	}
	
	h1#websiteName a,h1#websiteName a:hover{
		color: #333825;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(../images/nav_bg_yel.png) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
		clear: both;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/nav_left_yel.png) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 8px 0;
		height: 30px;
		float: left;
		font-family: Georgia, Arial;
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		/*color: #949070;
		background: #394030 url(../images/nav_hover_light.png) 0 0 repeat-x;
		*/
		color: #F4F4F4;
		background-color:#E7B800;
	}
	#navigation li.current_page_item a {
		color: #F4F4F4;
		background-color:#E7B800;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 29px;
		padding:8px 5px 0 0;
		background: url(../images/nav_right_yel.png) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		padding: 3px 2px 0 3px;
		color: #F7FAF0;
		vertical-align: top;
		width: 85px;
	}
	
	.none {
		display: none;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(http://www.juozasolekas.lt/wp-content/themes/Juozas_Olekas/css/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 883px;
		overflow: hidden;
		padding:30px 0 0 20px;
	}
	.banner{
		float: left;
		width: 244px;
		float: left;
		background-color: #BBB289;
		background: #BBB289 url(../images/banner_bg_yel.png) left repeat-y;
		margin-right:54px;
		margin-bottom:25px;
		padding-bottom:6px;
		position: relative;
	}
	* html.banner{behavior: url(http://www.juozasolekas.lt/wp-content/themes/Juozas_Olekas/css/iepngfix.htc);} /* to correct transparent png in IE */
	.image_wrapper{text-align: center;}
	.banner img{border: 2px solid #b69a60;}
	.banner_last{margin-right:0;}
	.bannerBottom {margin-bottom: 0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top_yel.png) left no-repeat;
		font:1.9em Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #FFF;
		padding: 15px 0 0 17px;
	}
	.banner h2 a{text-decoration: none; color: #FFF; font-size: 1.05em;}
	.banner h2 a:hover{color: #F6EEE4; border-bottom: 2px dotted #F6EEE4}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 244px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #BBB289 url(../images/banner_bottom_yel.png) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#servicescontent{
		width: 858px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(../images/services_bg.jpg) bottom repeat-x;
		padding: 30px 0 20px 0;
	}
	/* sevices header */
	#services h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 39px;
		font-size:2.5em;
		color: #7C7C58;
		padding: 12px 0 0 40px;
		border-bottom: 1px solid #2b2e1f;
	}
	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(../images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 197px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
		color: #7B8266;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	
/* =FOOTER */
	#footer_wrapper{
		width: 854px;
		padding-left:31px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left_new.png) 0 0 no-repeat;
		float: left;
		font-family:Georgia, Arial;
	}
	#footer{
		position: relative;
		width: 822px;
		height: 60px;
		background: url(../images/footer_bg_new.png) 0 bottom repeat-x;
	}
	#footer .developer{
		padding: 34px 0 0 10px;
		width: 300px;
		float: left;
	}
	#footer .developer span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 60px;
		background: url(../images/footer_right_new.png) right bottom no-repeat;
	}
	* html #footer_wrapper, *html#footer{behavior: url(http://www.juozasolekas.lt/wp-content/themes/Juozas_Olekas/css/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer ul li.rss img{
		vertical-align: middle;
		margin-bottom: 3px;
	}
	#footer a{
		color: #F4F4F4;
	}
	#footer a:hover{
		border-bottom: 1px dotted #F4F4F4;
		background-color: #E7B800;
	}
	
	.sitemap h2, .sitemap ul {
		margin-left: 30px;
	}
	#blog {
		position: relative;
		height: 100%;
	}	
	.poziuris_list {list-style-position:inside;list-style-type:disc;}
	.poziuris_list li {margin:0 0 10px;}
	.poziuris_list a {font:normal 14px Arial; color:#4B4942;}
	.poziuris_list a:hover {border-bottom:1px solid #4B4942;}