/*
Theme Name: ChadWick
Theme URI: 
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/
body {
	margin:0;
	color:#050505;
	font:12px "Times Roman", "Times New Roman", serif;
	background:#400;
	padding: 0 0 40px 0;
}
img {border:none;}
a{
	font-weight: bold;
	color: #f90;
	text-decoration: underline;
}
a:hover{
	color: #c00;
	text-decoration: none;
}
a:focus{outline:none;}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #050505;
}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
/* logo styles */
.logo {
	position: absolute;
	top: 171px;
	left: 16px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 141px;
	height: 61px;
	z-index: 10;
}
.logo a {
	background: url(images/logo.gif) no-repeat;
	display: block;
	height: 100%;
}
#wrapper {
	margin:0 auto;
	width:750px;
	padding: 0 2px;
	overflow:hidden;
	position:relative;
	background: #050000;
}
/* header block styles */
#header {
	overflow:hidden;
	width: 750px;
	height: 271px;
	position: absolute;
	top:0;
	left:2px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.top-box{
	height: 240px;
	padding: 0 4px 0 2px;
	position: relative;
	background: url(images/bg-header.jpg) no-repeat 0 23px;
}
.top-box .holder{
	background: #050000;
}
.top-box span{
	color: #d5d5d5;
	font-weight: bold;
	line-height: 23px;
}
.top-box .order{
	float: right;
}
.top-box .finest-game{
	position: absolute;
	right: 8px;
	bottom: 23px;
	text-indent: -9999px;
	width: 355px;
	height: 21px;
	background: url(images/text-the-finest-game.gif) no-repeat;
}
/* menu Styles */
.menu{
	height: 31px;
	background: url(images/bg-menu.gif) repeat-x;
	padding: 0 0 0 4px;
}
.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.menu ul li{
	float: left;
	margin: 0 14px 0 -1px;
	padding: 0 0 0 14px;
	background: url(images/bullet.gif) no-repeat 0 0;
}
.menu ul li a{
	float: left;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.menu ul li a:hover,
.menu ul li.active a{
	color: #f90;
	text-decoration: underline;
}
/* main block styles */
#main-holder{
	height: 1%;
	overflow: hidden;
	padding: 271px 0 0;
}
#main-holder .chadwick-game{
	margin: 0 0 1px;
	padding: 0 14px;
	height: 29px;
	font: bold 18px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fefcfc;
	background: #797979;
	border-bottom: solid 1px #707070;
}
#main{
	height: 1%;
	overflow: hidden;
	background: #fff;
	padding: 13px 11px 1px 11px;
}
/* content block styles */
#content {
	float: left;
	width: 549px;
	overflow:hidden;
}
.posts{
	width: 540px;
	overflow: hidden;
}
.posts .navigation{padding:0 10px 20px;}
.posts .navigation .alignleft{float:left;}
.posts .navigation .alignright{float:right;}
.post{
	height: 1%;
	overflow: hidden;
	padding: 0 0 27px;
}
#inner .post{
	padding: 0 0 10px;
}
.title{
	color: #7d0300;
	margin: 0 0 15px;
	padding: 0 0 0 5px;
	border-top: solid 1px #af0600;
	background: #fdedbc;
	font: italic bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.post .text{
	height: 1%;
	overflow: hidden;
	padding: 0 10px 0 6px;
}
.post .text p{
	margin: 0 0 12px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.post .text p a{
	white-space: nowrap;
}
.post .text p a.hover{
	color: #c00;
	text-decoration: none;
}
.post .text .more{
	float: right;
	background: url(images/lances.gif) no-repeat 0 0;
	font-size: 12px;
	color: #f90;
	text-decoration: underline;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.post .text .more:hover{
	color: #c00;
	text-decoration: none;
}
.post .text .alignleft{
	float: left;
	margin: 4px 18px 10px 0;
}
.post .text .alignright{
	float:right;
	margin:0 0 0 10px;
}
.comment-form{
	height: 1%;
	overflow: hidden;
	width: 540px;
	padding: 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comment-form form{
	padding: 7px 0 0;
}
.comment-form .holder{
	padding: 0 0 14px 0;
}
.comment-form form .txt{
	float: left;
	border: 1px solid #d6d6d6;
	padding: 4px 5px;
	background: #f1f1f1;
	width: 241px;
	margin: 0 9px 0 0;
	height: 19px;
}
.comment-form form label{
	float: left;
	font-size: 10px;
	color: #333;
	padding: 9px 0 0;
}
.comment-form form textarea{
	width: 361px;
	height: 169px;
	border: 1px solid #d6d6d6;
	padding: 3px 5px;
	background: #f1f1f1;
	margin: 0 0 10px;
	overflow: auto;
}
.comment-form form .btn{
	float: left;
	border: 0;
	width: 122px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 17px;
	color: #fdf9f9;
	font-size: 8px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	background: url(images/btn-comment.gif) no-repeat;
}
.comment-form form .btn:hover{
	text-decoration: underline;
	color: #fdf9f9;
}
.comments{
	height: 1%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comments-box{
	width: 549px;
	background: url(images/comments-t.gif) no-repeat 0 0;
	padding: 6px 0 22px 0;
	overflow: hidden;
	height: 1%;
}
.comments-c{
	background: url(images/comments-c.gif) repeat-y 0 0;
}
.comments-b{
	padding: 6px 35px 16px 11px;
	background: url(images/comments-b.gif) no-repeat 0 bottom;
}
.comments .avatar img{
	float: left;
	padding: 2px;
	background: #fff;
	border: solid 1px #d8d8d8;
	margin: 0 13px 0 0;
}
.comments .nick{
	display: block;
	font-size: 14px;
	color: #f90;
	padding: 7px 0 0;
}
.comments .title{
	width: 535px;
	margin: 0 0 19px 0;
}
.comments .text{
	height: 1%;
	overflow: hidden;
	padding: 8px 0 10px 14px;
	font-family: "Times Roman", "Times New Roman", serif;
}
.comments .text .date{
	display: block;
	padding: 0 0 11px;
	font-style: normal;
	font-size: 10px;
	color: #f90;
}
.comments .text p{
	margin: 0 0 16px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.comments .text .comment-reply-link{
	float: right;
	background: url(images/btn-reply.gif) no-repeat;
	color: #fdf9f9;
	font-size: 8px;
	text-transform: uppercase;
	width: 53px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
}
.comments .text .comment-reply-link:hover{
	text-decoration: underline;
}
/* sidebar styles */
#sidebar{
	float: right;
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* begin sidebox block styles */
.sidebox{
	width: 178px;
	padding: 0 0 12px;
}
.sidebox span.sidebox-t,
.sidebox span.sidebox-b {
	background: url(images/sidebox-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 24px;
	width: 100%;
}
.sidebox span.sidebox-b {
	background: url(images/sidebox-b.gif) no-repeat;
	height: 7px;
}
.sidebox .sidebox-holder {
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	background: #f1f1f1;
	padding: 0 7px 3px 9px;
	width: 160px;
}
.sidebox .sidebox-holder:after {
	display: block;
	content: "";
	clear: both;
}
.sidebox-c{
	position: relative;
	overflow: hidden;
	margin: -24px 0 0 0;
	width: 100%;
	float: left;
}
/* end sidebox block styles */
.sidebox h3{
	margin: 0 0 17px;
	font-size: 12px;
	color: #424242;
}
h3.widgettitle{margin: 4px 0 17px;}
.sidebox .search{
	height: 1%;
	overflow: hidden;
	padding: 4px 0 6px 0;
}
label.none{
	display: none;
}
.widget_search form,
.sidebox .search form,
.widget_search form fieldset,
.sidebox .search form fieldset{
	float: left;
}
.sidebox .search form .input,
.widget_search form .input{
	float: left;
	background: url(images/input.gif) no-repeat;
	width: 114px;
	height: 17px;
	margin: 2px 6px 0 0;
}
.widget_search form .txt,
.sidebox .search form .txt{
	float: left;
	border: 0;
	background: none;
	padding: 2px 6px 1px;
	width: 102px;
}
.widget_search form .img,
.sidebox .search form .img{
	float: left;
	position: relative;
	background: url(images/btn-go.gif) no-repeat;
	width: 40px;
	border: 0;
	height: 21px;
	line-height: 21px;
	padding: 0 0 3px;
	font-size: 9px;
	color: #fdf9f9;
	cursor: pointer;
}
.sidebox .archives{
	padding: 4px 0 0;
}
/* list Styles */
.sidebox ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	height: 1%;
	overflow: hidden;
}
.sidebox ul li{
	padding: 3px 0 7px 24px;
	background: url(images/lances2.gif) no-repeat 0 2px;
}
.sidebox ul li a{
	font-size: 12px;
	font-weight: bold;
}
.sidebox ul li a:hover,
.sidebox ul li.active a{
	color: #c00;
	text-decoration: none;
}
.sidebox .categories{
	padding: 5px 0 14px;
}
/* footer block styles */
#footer {
	width:100%;
	overflow:hidden;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer .menu{
	height: 29px;
	background: #797979;
}
#footer .menu ul li{
	margin: 0 14px 0 -3px;
	padding: 0 0 0 14px;
	background: url(images/bullet2.gif) no-repeat 0 60%;
}
#footer .menu ul li a{
	font-size: 10px;
	line-height: 29px;
}
#footer .copy{
	height: 1%;
	overflow: hidden;
	width: 784px;
	margin: 0 -50px 0 0;
	padding: 6px 0 6px 16px;
}
#footer .copy .left{
	float: left;
	padding: 0 50px 0 0;
	font-weight: bold;
	color: #fff;
}
#footer .copy a{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer .copy a:hover{
	color: #f90;
	text-decoration: underline;
}