@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1.2;
	color:#5e5d5d;
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:11px;
	border-top:5px solid #cb8b55;
	background:#8D451D url(images/body_bg.gif) top center no-repeat fixed;
}
html {
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
p {
	padding:5px 0 15px 0;
}
a {
	color:#5e5d5d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.cntnr {
	border:1px solid #dddddd;
	background:#f2f2f2;
	padding:10px;
}
#wrapper {
	width:928px;
	margin:0 auto;
}
#header {
	background:url(images/header_bg.gif) bottom no-repeat;
}
#logo {
	float:left;
}
#contact_info {
	float:right;
}
#nav {
	background:url(images/nav_bg.gif) no-repeat;
	padding:0 0 0 202px;
}
#nav a {
	margin:0 2px;
	display:block;
	float:left;
}
#banner {
	background:#fff url(images/banner_bg.gif) bottom no-repeat;
	padding:10px 26px 0 24px;
}
#main {
	min-height:500px;
	height:auto !important;
	height:500px;
	background:#fff url(images/main_bg.gif) repeat-y;
	padding:0 26px 14px 24px;
}
#title {
	height:40px;
	width:790px;
	background:#461600 url(images/title_bg.gif) left no-repeat;
	padding:0 0 0 45px;
	margin:0 auto;
	color:#fff;
	font-size:26px;
}
#title span {
	color:#cd9c61;
	font-weight:normal;
}
#content {
	padding:51px 9px 0 11px;
	background:url(images/content_bg.jpg) top center no-repeat;
}
#posts {
	width:546px;
	float:left;
}
.post {
	width:484px;
	padding:15px;
	margin:0 0 15px 0;
	border:1px solid #bcbcbc;
	background:#f2f2f2 url(images/post_bg.gif) top right no-repeat;
}
.post_hdr {
	border-bottom:1px solid #dddddd;
}
.post_date {
	height:40px;
	width:54px;
	margin:17px 5px 0 0;
	padding:3px 0 0 0;
	color:#f2f2f2;
	text-align:center;
	background:url(images/post_date_bg.gif) no-repeat;
	float:right;
}
.post_date span {
	font-size:20px;
}
.post_hdr h2 {
	color:#a46237;
	font-size:18px;
}
.post_hdr h2 a {
	color:#a46237;
}
.post_cat {
}
.entry {
}
.post_ftr {
}
.post_comments {
	text-align:right;
}
#sidebar {
	width:309px;
	float:left;
}
#sidebar form {
	height:29px;
	padding:29px 0 0 16px;
	background:url(images/search_bg.jpg);
}
#sidebar form input, #sidebar form img {
	vertical-align:middle;
}
#sidebar form #s {
	height:16px;
	width:115px;
	border:1px solid #c6c0bb;
	border-right:none;
}
#sidebar ul {
	border:1px solid #908c88;
	background:#e1dbcf url(images/sidebar_bg.jpg) top no-repeat;
}
#sidebar ul li {
	border:1px solid #c6c0bb;
	background:#e9e4db;
	margin:9px 5px 5px 5px;
	padding:10px;
}
#sidebar ul li h2 {
	color:#461600;
	font-size:15px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #461600;
}
#sidebar ul li ul {
	background:#e9e4db;
	border:0;
}
#sidebar ul li ul li {
	border:0;
	padding:0;
}
#sidebar ul li ul li a {
}
#sidebar ul li ul li a:hover {
	color:#461600;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(images/sidebar_bull.gif) left no-repeat;
}
#back_to_top {
	background:#fff url(images/back_to_top_bg.gif) top no-repeat;
	padding:0 0 14px 0;
	text-align:center;
}
#footer {
	width:928px;
	background:#461600 url(../images/footer_bg.gif) top center no-repeat;
	padding:30px 0 0 0;
	color:#7f5e4e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
#footer .small {
	font-size:10px;
}
#footer a {
	color:#7f5e4e;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer p {
	padding:0 0 10px 0;
}
