/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

body{
	background-color:#000000;
}
body, p, td, div, form, input, textarea, h1, h2, h3{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#0F0F0F;
	font-size:11px;
	font-family:tahoma, verdana, arial;
}
a img{
	border:none;
}
ul, ol, li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#page_bg{
	background:url(images/page_bg2.jpg) no-repeat 582px top;
}
#page{
	width:744px;
	margin:0px auto;
	background:#FFFFFF url(images/page_bg1.jpg) no-repeat 65px bottom;
}
#header{
	height:75px;
	background:url(images/header_bg.gif) no-repeat;
}
.logo{
	margin:18px 0px 0px 35px;
}
#content_bg{
	float:left;
	background:url(images/content_bg.gif) no-repeat;
}
#menu{
	float:left;
	width:215px;
	padding:0px 25px 14px 0px;
	overflow:hidden;
}
#menu ul{
	margin:0px 0px 14px 0px;
}
#menu ul img{
	margin:0px;
}
#menu img{
	margin:0px 0px 9px 0px;
}
#menu li{
	padding:8px 0px 0px 61px;
	height:32px;
}
#menu li.page-item-3{
	width:152px;
	background:url(images/menu_li_bg1.gif) no-repeat left bottom;
}
#menu li.page-item-5{
	width:145px;
	height:31px;
	background:url(images/menu_li_bg2.gif) left bottom no-repeat;
}
#menu li.page-item-6{
	width:138px;
	background:url(images/menu_li_bg3.gif) left bottom no-repeat;
}
#menu li.page-item-4{
	width:129px;
	background:url(images/menu_li_bg4.gif) left bottom no-repeat;
}
#menu a{
	font-size:18px;
	color:#3E3E3E;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover{
	text-decoration:underline;
}
#content{
	float:left;
	width:280px;
	padding:20px 0px 0px 0px;
}
#content h2{
	color:#0F0F0F;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	height:34px;
}
#content h2 a{
	color:#0F0F0F;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}

.entry img{
	float:left;
	border:#538C00 solid 2px;
	margin:0px 20px 10px 0px;
}
.entry p{
	text-align:justify;
	padding:0px 0px 12px 0px;
}
.entry a{
	color:#0F0F0F;
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.not_found form{
	width:160px;
	padding:14px 0px 0px 0px;
}
.postmetadata{
	height:24px;
	text-align:right;
}
.postmetadata a{
	color:#0F0F0F;
	text-decoration:underline;
}
#sidebar{
	float:right;
	width:160px;
	margin:-20px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	position:relative;
}
#sidebar h2{
	color:#0F0F0F;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	height:20px;
	font-weight:bold;
}
#sidebar li ul{
	margin:0px 0px 12px 0px;
	line-height:16px;
}
#sidebar a{
	color:#0F0F0F;
	text-decoration:underline;
}
#sidebar a:hover{
	text-decoration:none;
}
#sidebar p{
	padding:0px 0px 14px 0px;
}
#sidebar form{
	padding:10px 0px;
	height:20px;
}
#s{
	float:left;
	width:100px;
	height:16px;
	padding:2px 0px 0px 4px;
	margin:0px 0px 4px 0px;
	border:#282729 solid 1px;
	background:none;
}
#searchsubmit{
	float:right;
	width:50px;
	height:20px;
	text-align:center;
	border:#282729 solid 1px;
	background:none;
}
#footer{
	height:73px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer p{
	float:right;
	width:300px;
	padding:30px 0px 0px 0px;
	text-align:center;
	color:#BFBFBF;
}
#footer a{
	color:#BFBFBF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.commentlist{
	clear:left;
	margin:8px 0px 20px 0px;
}
.commentmetadata{
	height:24px;
}
.comment_author{
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
.comment_date{
	float:right;
}
#commentform{
	padding:8px 0px 10px 0px;
	margin:0px;
}
#commentform label{
	float:left;
	clear:left;
	width:60px;
	line-height:24px;
}
#author, #email, #url, #comment{
	width:240px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#282729 solid 1px;
	margin:0px 0px 4px 0px;
	background:none;
}
#comment{
	float:right;
	overflow:auto;
	width:300px;
	height:100px;
	margin:0px 0px 10px 0px;
}
#submit{
	float:right;
	clear:both;
	cursor:pointer;
	border:#282729 solid 1px;
	background:none;
	text-align:center;
}
.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}