@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(text.css);
@import url(960.css);
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin-right:10px;
	float: left;
}
.alignright {
	margin-left:10px;
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
form.wpcf7-form {
	padding:5px 0 0 0;
	float:right;
}
form.wpcf7-form div {
	clear:left;
	display:block;
	zoom:1;
	margin:5px 0 0 0;
	padding:1px 0;
}
form.wpcf7-form div label {
	display:block;
	float:left;
	width:140px;
	padding:3px 5px 3px 0;
	margin: 0 0 5px 0;
	text-align:right;
}
body {
	color:#ffffff;
	background:#2d2d2d url(images/body_bg.jpg) top repeat-x;
}
a {
	color:#ffffff;
}
#header {
	height:181px;
	background:url(images/header_bg.jpg) top no-repeat;
	margin-top:31px;
}
#logo {
}
#nav {
	font-size:13px;
	padding-top:16px;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	margin-left:0;
	padding:0 0 0 20px;
	float:left;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	color:#f6ff00;
	border-bottom:3px solid #f6ff00;
}
#content {
	background:url(images/content_bg.gif) repeat-y;
}
#sidebar {
	width:230px;
}
#sidebar a {
	margin:0 0 5px 0;
	display:block;
}
#sidebar a img {
}
#posts {
}
#banner {
	margin-bottom:20px;
}
.post {
	padding-bottom:10px;
}
.post_hdr {
	height:46px;
	color:#f6ff00;
	text-transform:uppercase;
	padding-left:65px;
	background:url(images/post_hdr_bg.gif) no-repeat;
}
.post .post_hdr {
	height:74px;
	background:url(images/post_hdr_bg2.gif) no-repeat;
}
.post .post_hdr div {
	font-size:10px;
	line-height:21px;
	text-transform:uppercase;
}
.posted_on {
	color:#fff;
}
.posted_in, .posted_in a {
	color:#a2aaa9;
}
.post_hdr h2 {
	line-height:46px;
	font-size:18px;
	margin-bottom:0;
}
.post_hdr h2 a {
	color:#f6ff00;
	text-decoration:none;
}
.entry {
	padding:20px 10px 0 0;
}
.entry img {
	margin-bottom:10px;
}
.post_ftr {
	height:22px;
	padding-right:20px;
	background:#2e3030 url(images/post_ftr_bg.gif) left no-repeat;
}
.post_comments {
	line-height:22px;
	background:url(images/post_comment_bg.gif) left no-repeat;
	padding-left:20px;
	float:right;
}
.post_comments a {
	text-decoration:none;
}
#footer {
	height:73px;
	color:#fefefe;
	font-size:10px;
	text-align:right;
	padding-top:17px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer p {
	margin-bottom:5px;
}
#disclaimer {
	padding-right:10px;
}
#disclaimer a {
	color:#fefefe;
	text-decoration:none;
}
