/*
Theme Name: LightBrown
Theme URI: http://atillus.com/free-wordpress-themes/lightbrown/
Description: LightBrown Wordpress theme from <a href="http://atillus.com">Atillus design studio</a>
Version: 1.1
Author: Artur Cosicov
Tags: fixed-width, brown, two-columns
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 101%
}
.top {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content {
	float: left;
	width: 540px;
}
.sidebar {
	float: right;
	width: 230px;
	padding: 5px;
}
.bottom {
	height: 30px;
	width: 770px;
	float: left;
	background-image: url(img/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D9B568;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.menu {
	height: 40px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/menu_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D9B568;
	color: #FFFFFF;
	padding: 0px;
	vertical-align: bottom;
}
.top h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.top .name {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.top h2 {
	font-size: 14px;
	color: #666666;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.top .description {
	font-size: 14px;
	color: #666666;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: bold
}
.top .headers {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 50px;
}
.sidebar_header {
	color: #FFFFFF;
	background-image: url(img/sidebar_h_bg.gif);
	background-repeat: no-repeat;
	width: 196px;
	height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.sidebar ul {
	list-style-image: url(img/bullet.png);
	padding-left: 10px;
	margin-left: 25px;
}
.sidebar li {
	margin: 5px;
}
.content .postmeta {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	color: #993300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9B568;
	text-align: right;
	height: 30px;
}
.content .thepost {
	width: 510px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	/*padding: 10px 0px 10px 30px;*/
	margin: 30px 20px 10px 25px;
	line-height: 17px;
}
.headers a {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
.postmeta a {
	color: #993300;
	text-decoration: none;
	font-weight: 400;
}
.sidebar a {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
.thepost h1 {
	font-size: 20px;
	color: #000000;
}

.thepost h2 { font-size: 14px; margin-bottom: 20px; }

.thepost a { color: #900 !important; text-decoration: underline !important; }

.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
.headers a:hover, .postmeta a:hover, .sidebar a:hover, .menu a:hover, .bottom a:hover, .postlink:hover  {
	text-decoration: underline;
}
body {
	background-color: #EEDDBB;
	margin: 0px;
	padding: 0px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.postlink {
	font-size: 18px;
	color: #996600;
	text-decoration: none;
}
.sform {
	float: right;
	margin: 0px;
	padding: 0px;
}
.posticon {
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
}
.menulink {
	width: auto;
	float: left;
	height: 20px;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menulink:hover, .menulink:active {
	background-color: #996600;
}
.sfield {
	border: 1px solid #D9B568;
	height: 20px;
	padding: 1px;
}
.sbutton {
	background-color: #D9B568;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
}
.thepost a {
	color: #000000;
	text-decoration: none;
}
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




.simi { border-top: 1px solid #EEDDBB; }	
.simi ul { padding: 0px; margin: 0px; }
.simi ul li { list-style-type: none; padding: 0px; margin: 0px; }
.simi ul li a { color: #065FA0; text-decoration: underline; }