/*  
Theme Name: Wordpresso
Theme URI: http://lozhkin.net/free/wordpresso-theme/
Description: Light WP theme with 2 column layout, widget-ready placement. Created by <a href="http://lozhkin.net/">Lozhkin.net</a>.
Author: Lozhkin Dmitry
Author URI: http://lozhkin.net/
Version: 1.0
Tags: white, brown, two-columns, liquid-width, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

*{margin:0; padding:0;}


body{
	background: white;
	font-size: 14px;
	font-family: Times, 'Times', Georgia, Tahoma;
}

a{color: #8e0303;}
a:visited, a:hover{color: #be0f0f;}

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

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

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   font-family:Tahoma;
}

.wp-caption img {margin: 0;padding: 0; border: 0 none;}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote{
	margin: 4px;
	border: 1px dashed #dfdfdf;
	padding: 8px;
	font-style: italic;
}

/* header */


#header_menu{
	background: #3c1401 url(img/header_bg.jpg) repeat left bottom;
	padding: 12px 40px 12px 64px;
	text-align:right;
	border-bottom: 1px solid #3f1501;
}

#header_menu ul{overflow:hidden;width:100%}

#header_menu ul li{
	display:inline;
	list-style:none;
	border-right: 2px solid #3f1501;
	margin-right:-2px;
	text-align:center;
}

#header_menu ul li a, #header_menu ul li a:visited{
	padding: 0 24px;
	color:white !important;
	font-size: 21px;
	text-decoration:none;
}

#header_menu ul li a:hover, #header_menu ul li a:visited{text-decoration:underline;}

#tools{
	background: white url(img/spoon.jpg) no-repeat left center;
	padding: 7px 64px;
	border-bottom: 1px solid #dfdfdf;
	height:1%;
	font-family: Tahoma, Arial;
}

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

#toprss{
	color:#747474;
	text-decoration:none;
	background: transparent url(img/rss_top.gif) no-repeat right center;
	font-size:12px;
	float:right;
	padding:4px 24px 4px 0;
}

#toprss:hover{text-decoration:underline;}

#searchform{margin:0 !important;}

#searchbox{
	border:1px solid #dfdfdf;
	background: #e9e9e9;
	font-size: 12px;
	color: #747474;
	padding: 3px;
}

#tools .submitbutton{
	background:white;
	border:none;
	color: #747474;
}


#title{
	background: white url(img/header.jpg) repeat-x 0px 0px !important;
	height:1%;
}

#title h1 {
	font-style: italic;
	font-size:60px;
	font-weight:normal;
	background: transparent url(img/title_bg.jpg) no-repeat right top;
	padding:42px 194px 46px 64px;
	display:block;
}
#title>h1 {padding:42px 194px 65px 64px;}

#title h1 a, #title h1 a:visited{
	color: #3c1401;
	text-decoration:none;
}

#title h1 a:hover{
	color: #3c1401;
	text-decoration:underline;
}

#tagline{
	margin: -55px 0 0px 0;
	font-size:24px;
	color:#565656;
	padding: 0 194px 0 64px;
	background:none !important;
}
#title>#tagline{margin: -75px 0 25px 0;}

/* wrap */

#wrap{
	height:1%;
}

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

/* main */

#main{width: 75%;	float:left;padding-bottom:64px;}

.current_cat_title{
	font-weight:normal;
	padding: 16px 32px;
	color:#565656;
	font-size: 21px;
	text-align:right;
	width:50%;
	background:#f8f8f7 url(img/sidebar_title_bg.gif) no-repeat left center;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin: 0 0 32px 64px;
}

.post{
	padding: 20px 64px;
	height:1%;
	font-size:14px;
	line-height:18px;
}

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

.post h1{
	font-size:24px;
	font-weight: normal;
	color:#5f2206;
	padding: 10px;
}

.post h2{
	font-size:22px;
	font-weight: normal;
	color:#5f2206;
	padding: 10px;
}

.post h3{
	font-size:20px;
	font-weight: normal;
	color:#5f2206;
	padding: 10px;
}

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

.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:1px solid #dfdfdf;
	height:1px;

}

.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 dd{
	
}

.post table{
	border-collapse: collapse;
	margin: 12px auto;	
}

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

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



  
.post h3.post_title{
	font-size:24px;
	font-weight: normal;
	color:#5f2206;
	background: transparent url(img/post_header_bg.gif) no-repeat center bottom;
	padding-bottom: 28px;
	text-align:center;
}

.post h3 a{
	color:#5f2206;
	text-decoration:none;
}


.content{
	padding:32px 16px;
	height:1%;
}

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

.content ul, .content ol{
	padding: 10px 30px;
}

.more-link{
	display:block;
	padding: 3px 0 3px 0px;
	text-align:left;
}
.postmeta{
	border-top: 1px solid #dfdfdf;
	background: transparent url(img/more_bg.gif) no-repeat left center;
	padding:5px 5px 5px 30px;
	font-size:12px;
	font-family: Tahoma;
	color: #565656;
}

.postmeta a{
	color:#565656;
}

.navigation{
	height:1%;
	padding: 10px 64px;
}

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

/* comments */
  
#commen{
	padding: 16px 16px 16px 32px;
	height:1%;
}

#commen:after{
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}
  
#commen h4{
	font-width:normal;
	font-size: 21px;
	color: #565656;
	text-align:center;
	font-style: italic;
	padding: 6px 0;
	margin: 16px 0;
}

.commentlist li{
	padding: 16px;
	height:1%;
}

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

.graybox{
	background:#f8f8f7;
}

#comment{
	border:1px solid #dfdfdf;
	background: #fff;
	font-size: 12px;
	color: #747474;
	padding: 3px;
	margin: 8px 0;
}

.commentnumber{
	margin-bottom: 16px;
}

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

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

#commentform{
	width:70%;
	margin:0 auto;
	border-top: 1px dashed #dfdfdf;
	padding-top:16px;
}

#commentform input{
	border:1px solid #dfdfdf;
	margin: 8px 0;
	padding: 4px;
}

/* sidebar */

#sidebar{
	border-top: 1px solid white;
	width:25%;
	float:left;
	padding:10px 0 26px 0;
	margin-bottom: 64px;
	background:#f8f8f7 url(img/sidebar_bg.gif) no-repeat left bottom;
	
}

#sidebar ul{
	list-style:none;
}

#sidebar ul li h2{
	background:transparent url(img/sidebar_title_bg.gif) no-repeat left center;
	padding: 10px 10px 10px 32px;
	color:#565656;
	font-size: 24px;
	font-family:Georgia;
	font-weight:normal;
}

#sidebar ul li ul {
	padding: 5px 22px 5px 32px;
}

#sidebar ul li ul li{
	padding-left: 5px;
	line-height: 21px;
}

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

.current-cat{
	font-weight: bold;
}



#wp-calendar{
	text-align:center;
	margin:0 auto;
}

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

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

#calendar td{
	padding: 3px 0;
}

/* footer */

#footer{
	padding: 5px 64px 0px 30px;
	height:1%;
	border-top: 1px dashed #dfdfdf;
}



#footer-rss{
	display:block;
	background:transparent url(img/footer_rss.jpg) no-repeat top;
	width:129px;
	height:46px;
	float:left;
	overflow: hidden !important;
	text-indent:-1000px;
}

#footer p{
	padding-top: 10px;
	font-size: 18px;
	color:#565656;
}
