/*  
Theme Name: Olimp-Service
Theme URI: http://lozhkin.net/
Description: Light WP theme with 2 column layout, widget-ready placement. With Catalogue cat.Created by <a href="http://lozhkin.net/">Lozhkin.net</a>.
Author: Lozhkin Dmitry
Author URI: http://lozhkin.net/
Version: 2.0
Tags: white, red, two-columns, liquid-width, left-sidebar
*/

*{margin:0;padding:0;}


body{
	background: white url(img/logo.jpg) no-repeat left top;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
		min-width:970px;
}

a{color:#02809f;}
a:hover{color:#02809f;text-decoration:none;}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {float: left;}
.alignright {float: right;}

/* all */
.post h1{
	font-size:24px;
	font-weight: normal;
	color:#d71c1c;
}

.post h2{
	font-size:22px;
	font-weight: normal;
	color:#d71c1c;
}

.post h3{
	font-size:20px;
	font-weight: normal;
	color:#d71c1c;
}

.post h4{
	font-size:18px;
	font-weight: normal;
	color:#d71c1c;
}
.post h5{
	font-size:16px;
	font-weight: normal;
	color:#d71c1c;
}
.post h6{
	font-size:15px;
	font-weight: normal;
	color:#d71c1c;
}

.post pre{
	overflow-x: auto; /* Use horizontal scroller if needed;*/
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

}

.post hr{
	margin: 10px 0;
	border:0px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	height:1px;
	color:#dfdfdf;
}

.post fieldset{
		margin: 10px 0;
		padding:20px;
		border: 1px solid #dfdfdf
}

.post legend{
	text-align:center;
	padding:0 10px;
}

.post input, .post textarea{
	border: 1px solid #dfdfdf;
	margin: 10px 5px;
	padding: 4px;	
}

.post dt{
	font-weight:bold;
	padding: 5px 0;	
}
.post table{
	border-collapse: collapse;
	margin: 12px auto;	
}

.post th{
	font-weight:bold;
	text-align:center;
	background:#d71c1c;
	color:white;
	padding: 8px;
	border: 1px solid #fff;
}

.post td{
	border: 1px solid #dfdfdf;
	padding: 8px;
}

/* header */

#header{
	background: transparent url(img/wasp.jpg) no-repeat right top;
	height: 300px;
	padding:0 250px 0 470px;
	position:relative;
}

#redline{
	background: transparent url(img/red_line_bg.jpg) repeat-x left 103px;
	height:220px;
}

#redline h1{
	color:#555353;
	font-size: 36px;
	font-weight:normal;
	font-family: Georgia, Times;
	padding-top: 30px;
	width:100%;
	left: -54px;
	position:relative;
}

#redline h1 a, #redline h1 a:visited{
	color:#555353;
	text-decoration:none;
}

#redline h1 a:hover{text-decoration:underline}

#header ul{
	display:block;
	position:absolute;
	top:125px;
	left:445px;
	list-style:none;
	color:white;
	font-size: 20px;
	font-family: Arial;
	width:491px;
}

#tagline{
	position:absolute;
	top:221px;
	right:65px;
	width:491px;
	color:#d81c1d;
	font-size: 12px;
	font-family: Arial;
	
}

#header h2{
	position:absolute;
	bottom:30px;
	left:415px;
	color:#555353;
	font-size: 26px;
	font-weight:normal;
	font-family: Georgia, Times;
}

#toprss{
	position:absolute;
	left:30px;
	bottom:0;
	text-decoration:none;
	padding: 4px;
	color:#d71c1c;
}

#toprss:hover{
	color:white;
	background:#d71c1c;
}

#pathway{
	position:absolute;
	bottom:0;
	left: 470px;
	
}


/* wrap */
#wrap{
	float:left;
	width:100%;
	padding-bottom: 32px;
}



.clear{clear:left;width:100%;border-bottom:1px solid white;}

/* sidebar */

#sidebar{
	font-size:20px;
	line-height: 28px;
	font-family:Arial;
	background:white;
	height:1%;
}

#sidebar{
	float:left;
	width:416px;
	margin-left:-100%;
}

#sidebar_inner{padding:37px 37px 37px 31px;}

#sidebar h2{
	font-weight:normal;
	font-size:24px;
	font-family:Georgia;
	padding:21px;
}

#sidebar ul li{list-style:none;}
#sidebar ul a{color:#5f5f5f}

#sidebar ul li ul{}

#sidebar ul li ul{
	padding-left:58px; 
}

#sidebar ul li ul li ul {padding-left: 20px;}
#sidebar ul li ul li ul li{}

#graybox{
	background:#f1f2f2 url(img/gray_top.gif) no-repeat left top;
	margin-right:1px;
	padding:0 !important;
}

#gray_bottom{
	background: transparent url(img/gray_bottom.gif) no-repeat left bottom;
	padding: 10px 26px 26px 0px;
}

#graybox>#gray_bottom{padding-top: 26px}

#sea{padding:0 !important; margin:0 !important}

#searchform{
	padding:7px;
}

#searchbox{
	color:#a7a7a7;
	background:#f0f0f0  url(img/input_bg.gif) repeat-x left top;
	border:1px solid #cfcccc;
	font-size:12px;
	font-family: Tahoma;
	padding:4px;
	width: 280px;
}

#searchbox:focus{
	color:#000;
	background:white;
}

.submitbutton{
	background:#fff  url(img/search_arrow.gif) no-repeat center top;
	border:none;
	width:35px;
	height:25px;
	overflow: hidden !important;
	text-indent:-1000px;
}

.submitbutton:hover, .submitbutton:focus{background:#fff  url(img/search_arrow.gif) no-repeat center bottom;}

#wp-calendar{
	text-align:center;
	margin:0 auto;
	font-size: 12px;
	line-height: 16px;
}

#calendar caption{
	color:#565656;
	font-size: 16px;
	font-family:Georgia;
	font-weight:normal;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-align:right;
}

#calendar th{
	padding:0 5px;
	color: #565656;
}

#calendar td{
	padding: 3px 0;
}

/* main */

#main{
	padding-right:31px;
	
}

#content{
	margin-left: 416px;
	height:1%;
}

#content:after{
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

.post{
	font-size:14px;
	line-height:18px;
	padding: 10px 0;
	height:1%;
	position:relative;
	display:block;
}

.post:after{content:"";display:block;height:0;clear:both;visibility:hidden;}

.post p{
	padding-bottom: 16px;
}

.post ul, .post ol{
	padding: 5px 5px 5px 25px;
}

.post blockquote{
	margin: 8px;
	padding:8px;
	background:#F1F2F2;
}

.post h3{
	margin: 20px 0;
	padding-right: 90px
}

.post h3, .post h3 a{
	color:#555353;
	font-weight:normal;
	font-family:Georgia;
	font-size:24px;
	text-decoration:none;
}

.post h3 a:hover{
	color:#d71c1c;
	text-decoration:underline;
}

.post_date{
	float:right;
	color:white;
	font-size:11px;
	text-align:center;
	width: 78px;
	background: #818181 url(img/date_top.gif) no-repeat left top;
	margin-top:20px;
	position:absolute;
	right:0;
	top:0;
}

.post_date span{
	display:block;
	width: 78px;
	padding:3px 0;
	background: transparent url(img/date_bottom.gif) no-repeat left bottom;
}



.postmeta{
	padding: 6px;
	border-top: 1px dashed #dfdfdf;
	font-size:11px;
	margin-top:10px;
}

#commen{
	padding: 20px 20px 0 42px;
	font-size:12px;
	line-height:18px;
}

#commen input, #commen textarea{
	color:#4d4d4d;
	background:#f0f0f0  url(img/input_bg.gif) repeat-x left top;
	border:1px solid #cfcccc;
	font-size:12px;
	font-family: Tahoma;
	padding:4px;
	width: 280px;
	margin: 4px 4px 4px 0;
}

#commen input:focus, #commen textarea:focus {
	color:#000;
	background:white;
}

.commentlist li{
	padding: 16px;
}

.commentnumber{
	margin-bottom: 16px;
	font-weight:bold;
}

.commentmetadata{
	display:block;
	float:right;
	margin-top:-8px;
}

.commentmetadata a, .commentmetadata a:visited{color:#565656;text-decoration:none;}
.commentmetadata a:hover{text-decoration:underline;}

#commen h4{
	font-weight:normal;
	font-size: 18px;
	color: #555353;
	padding: 6px 0;
	margin: 16px 0;
	font-family:Georgia;
}

.graybox{
	background:#f8f8f8;
}

input#okay{
	background:none;
	border:1px solid #dfdfdf;
	margin:4px 0;
	width: 288px;
	padding: 0px !important;
	
}


/* footer */

#footer{
	height:123px;
	background: transparent url(img/footer-bg.jpg) repeat-x left top;
	position:relative;
}

#address{
	color:white;
	background: transparent url(img/footer_left.jpg) no-repeat left top;
	padding:21px  23px 23px 64px;
	margin-bottom: 20px;
}

#footer p{
	padding-left: 64px;
	color:#555353;
	font-family:Tahoma;
	font-size:12px;
}

#counters{
	position:absolute;
	right: 20px;
	top:85px;
	width:400px;
	text-align:right;
}


/* shop */

.narrow{
	width:123px;
	border:1px solid #dfdfdf;
	padding:90px 16px 16px 120px;
	margin-right: 16px;
	margin-top: 16px;
	float:left;
	height: 130px;
	text-decoration:none;
	color: black;
	background-position: 10px 94px;
	background-repeat:no-repeat;

}

.narrow:hover{
	background-color: #f7f7f7;
	color:black;
}

.narrow strong{
	color:#555353;
	font-weight:normal;
	font-family:Georgia;
	font-size:21px;
	text-decoration:none;
	display:block;
	position:absolute;
	left: 0;
	top:30px;
	width:243px;
	padding: 0 8px;
}

.post_price{
	display:block;
	float:right;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background: #cb1b1b url(img/price_bg.gif) no-repeat left bottom;
	position:absolute;
	right:1px;
	top:1px;
	padding: 4px 10px 4px 16px;
	
}

.post_price_single{
	float:right;
	color:#cb1b1b;
	font-size: 21px;
	padding: 16px 20px;
	
}

#catalog_rss{
	font-size: 12px;
	color:#d71c1c !important;
	padding: 4px 16px;
	margin: 20px 52px 0 8px;
	display:block;
}

#catalog_rss:hover{
	color:white !important;
	background:#d71c1c;
}

ul.pichi{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 32px 0;
	margin:32px 0;
}

ul.pichi li{
	display:inline;
}

ul.pichi li a img{
	border:none;
}

.wp-polls-ul{
	color: #5f5f5f;
	font-size: 14px;
}
.wp-polls{margin-left:-38px}

.wp-polls p{margin-left:18px; font-size: 14px;}


.wp-polls-ul li strong{
	font-weight:normal;
}

.wp-polls-ul li strong i{font-weight: normal; font-style: normal;}
