/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:

*/

body{
	background:url(images/body_bg.jpg) repeat;
}
body, p, td, div, form, input, textarea, h1, h2, h3{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-size:11px;
	font-family:tahoma, verdana, arial;
}
a img{
	border:none;
}
ul, ol, li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#page{
	width:678px;
	margin:27px auto 0px auto;
}
#page_bg{
	padding:5px 4px;
	border:#D1D9BD solid 1px;
	background:#FFFFFF;
}
#header_bg{
	width:665px;
	border:#E6E6E6 solid 1px;
	border-bottom:none;
	background:url(images/header_bg.jpg) repeat-x;
}
#header{
	height:135px;
	background:url(images/header_bg1.jpg) no-repeat 337px bottom;
}
.logo{
	margin:45px 0px 0px 43px;
}
#header_bottom{
	height:263px;
	padding:0px 2px 0px 1px;
	margin:0px 0px 1px 0px;
	background:url(images/header_bottom_bg.jpg) no-repeat 1px top;
}
#menu{
	float:right;
	width:154px;
	height:221px;
	padding:42px 0px 0px 30px;
	background:url(images/menu_bg.jpg) no-repeat;
}
#menu li{
	font-size:17px;
	padding:0px 0px 0px 10px;
	line-height:13px;
	background:url(images/marker1.gif) no-repeat left center;
}
#menu a{
	color:#000000;
	text-decoration:none;
        font-size:12px;
}
#menu a:hover{
	text-decoration:underline;
}
#content{
	float:left;
	width:481px;
	padding:0px 0px 0px 1px;
}
#content h2, .comment_h2{
	height:26px;
	padding:7px 0px 0px 32px;
	margin:0px 0px 22px 0px;
	text-transform:uppercase;
	background:url(images/content_h2_bg.gif) repeat-x;
	color:#FFFFFF;
	font-size:16px;
}
#content h2 a, .comment_h2{
	color:#FFFFFF;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}
.entry, .not_found{
	padding:0px 12px;
}
.not_found form{
	width:160px;
	padding:14px 0px 0px 0px;
}
.entry img{
	float:left;
	border:#717171 solid 1px;
	margin:0px 24px 0px 0px;
}
.entry p{
	margin:0px 0px 12px 0px;
}
.entry strong{
	color:#6DB478;
}
.entry ul{
	float:left;
	margin:0px 0px 12px 0px;
	line-height:18px;
}
.entry ul li{
	color:#6DB478;
	font-weight:bold;
	padding:0px 0px 0px 12px;
	background:url(images/marker2.gif) no-repeat left center;
}
.more-link{
	display:block;
	color:#6DB478;
	margin:12px 0px;
	text-decoration:underline;
}
.more-link:hover{
	text-decoration:none;
}
.postmetadata{
	clear:both;
	text-align:right;
	height:24px;
	padding:0px 42px 0px 0px;
}
.postmetadata a{
	color:#5E6960;
	font-weight:bold;
	text-decoration:none;
}
.postmetadata a:hover{
	text-decoration:underline;
}
#sidebar{
	float:right;
	width:183px;
	padding:0px 2px 0px 0px;
}
#sidebar h2{
	height:26px;
	padding:7px 0px 0px 32px;
	margin:0px 0px 22px 0px;
	background:url(images/sidebar_h2_bg.gif) repeat-x;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
}
#sidebar li ul{
	padding:0px 0px 20px 0px;
}
#sidebar li ul li{
	margin:0px 0px 0px 14px;
	line-height:18px;
	font-weight:bold;
	padding:0px 0px 0px 12px;
	background:url(images/marker2.gif) no-repeat left 6px;
}
#sidebar a{
	color:#6DB478;
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar p{
	padding:0px 12px 12px 12px;
}
#sidebar form{
	padding:12px 12px;
	height:30px;
}
#s{
	float:left;
	width:100px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#ACACAC solid 1px;
}
#searchsubmit{
	float:right;
	height:20px;
	text-align:center;
	border:#ACACAC solid 1px;
	background:none;
}
#footer{
	padding:20px 0px;
}
#footer p{
	text-align:center;
	color:#e4eecb;
        font-size:0;
}
#footer a{
	color:#e4eecb;
	text-decoration:none;
        font-size:0;
}
#footer a:hover{
	text-decoration:underline;
}
.commentlist{
	clear:left;
	margin:8px 14px 20px 14px;
}
.commentmetadata{
	height:24px;
}
.comment_author{
	float:left;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
.comment_date{
	float:right;
}
#commentform{
	padding:8px 0px 0px 20px;
}
#commentform label{
	float:left;
	clear:left;
	width:60px;
	line-height:24px;
}
#author, #email, #url, #comment{
	width:360px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#ACACAC solid 1px;
	margin:0px 0px 4px 0px;
	background:none;
}
#comment{
	float:right;
	overflow:auto;
	width:420px;
	height:100px;
	margin:0px 0px 10px 0px;
}
#submit{
	float:right;
	clear:both;
	cursor:pointer;
	border:#ACACAC solid 1px;
	background:none;
	text-align:center;
}
.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}