/* 
Theme Name: Rex Rod & Chassis
Theme URI: #
Description: Default WP theme for Rex Rod & Chassis
Version: 1.0
Author: Ryan Cochran
Author URI: http://www.atomicindustry.com/
*/


*{
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	color:#000;
	font:12px Arial,sans-serif;
}
#container{
	width:760px;
	margin:0 auto;
	padding:0 12px;
	background:#fff url("images/containerbg.png") repeat-y top left;
}

/********** Header & Search */
#header{
	height:116px;
}
#header img{
	border:0;
	position:absolute;
	margin:22px 0 0 56px;
}

/********** Main Picture */
#mainpic{
	position:absolute;
	margin-left:246px;
	width:497px;
	height:257px;
	background:transparent url("images/mainpicbg.gif") no-repeat top left;
}
#mainpic img{
	margin:14px;
}

/********** Global Element Styles */
h2{
	font:18px Arial,sans-serif;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#cc0000;
}
img{
	border:0;
}

/********** Search Form */
#searchbox{
	width:185px;
	position:absolute;
	margin:84px 0 0 539px;
	background:transparent url("images/magnifying_glass.png") no-repeat center left;
	padding:3px 0 3px 38px;
}
#searchbox form input{
	width:150px;
	font:11px Arial,sans-serif;
	padding:1px 2px 0;
}


/********** Menu */
#menu{
	margin-top:34px;
	display:block;
	height:237px;
	background-color:#171717;
}
#menu ul{
	list-style:none;
	padding-top:25px;
}
#menu ul li a{
	display:block;
	width:145px;
	padding:7px 0 7px 50px;
	color:#fff;
	font:13px Helvetica, sans-serif;
}
#menu ul li a:hover{
	background-color:#434343;
}

/********** Content */
#left2{
	float:left;
	width:725px;
	padding:18px 22px 18px 18px;
	
}

#left{
	float:left;
	width:510px;
	padding:18px 22px 18px 18px;
	
}
#right{
	float:right;
	width:200px;
	padding:18px 10px 18px 0;
}
#clear{
	clear:both;
}

/********** Sidebar */
#right{
	font:11px Arial,sans-serif;
}
#right ul{
	list-style:none;
}
#right ul li{
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:1px solid #888;
}
#right ul li ul{
	margin-left:10px;
}
#right ul li ul li{
	margin:5px 0;
	padding:0;
	border:0;
	padding-left:12px;
	background:transparent url("images/listarrow.png") no-repeat center left;
}
#right p{
	color:#535353;
	margin:8px 0 0 10px;
}
#right a:hover{
	text-decoration:underline;
}
#right form{
	margin:8px 0 0 10px;
	display:block;
}
#right form select{
	font:11px Arial,sans-serif;
}
#right form select option{
	padding:1px 4px;
}

/********** Posts */
.post{
	margin-bottom:20px;
}
hr{
	height:1px;
	border:0;
	margin-top:18px;
	background-color:#888;
	color:#888;
}
.post h2.posttitle{
}
.post h2.posttitle a{
	color:#000;
}
.post h2.posttitle a:hover{
	text-decoration:none !important;
	color:#860000;
}
.post p.posttime{
	font:11px Arial,sans-serif;
	text-transform:uppercase;
	padding:3px 0 0 2px;
	color:#888;
}
.postcontent{
	margin:15px 0 0 8px;
	padding-bottom:5px;
	line-height:18px;
}
.post .postinfo{
	padding-left:22px;
	margin:5px 0 0 10px;
	background:transparent url("images/comment_bubble_icon.png") no-repeat bottom left;
}
.post .postinfo a.comments{
	color:#535353;
	text-decoration:none;
}
.post .postinfo a:hover{
	text-decoration:none !important;
	color:#cc0000;
}
.post .postinfo a.comments span{
	color:#000;
}
#left a:hover{
	text-decoration:underline;
}
.nplinks a{
	color:#535353;
}
.nplinks a:hover{
	color:#cc0000;
}

/********** Comments */
ol.commentlist{
	list-style:none;
	margin:10px 5px;
}
ol.commentlist li{
	display:block;
	margin-top:25px;
}
ol.commentlist li .commentname a:hover{
	text-decoration:underline;
}
ol.commentlist li .commentcontent{
	background:#eee url("images/comment_bubble_eee.png") no-repeat top left;
	padding:22px 10px 12px;
	margin:6px 3px;
}
ol.commentlist li .commentcontent{
	
}
#commentform{
	margin:10px 5px;
}
#commentform p{
	margin-top:20px;
}
#commentform label{
	font:11px Arial,sans-serif;
	margin-bottom:5px;
	color:#888;
	display:block;
}
#commentform input,
#commentform textarea{
	font:12px Arial,sans-serif;
	padding:2px;
	border:1px solid #bbb;
}
#commentform input:hover,
#commentform textarea:hover,
#commentform input:focus,
#commentform textarea:focus{
	background-color:#f7f7f7;
}
#commentform textarea{
	width:80%;
}
#commentform input#submit{
	padding:2px 4px;
	background-color:#eee;
	cursor:pointer;
}
#commentform input#submit:hover{
	background-color:#ddd;
}

/********** Content Styles */
.postcontent p,
.commentcontent p{
	padding-bottom:15px;
	line-height:18px;
}
.commentcontent p{
	padding-bottom:0;
}
.post blockquote,
.commentcontent blockquote{
	border-left:5px solid #ddd;
	padding:5px 5px 0 8px;
	margin:7px 10px 15px;
	font-style:italic;
	font-size:11px;
	letter-spacing:.3px;
	color:#666;
}
.post blockquote p,
.commentcontent blockquote p{
	padding-bottom:5px;
}
.post ol,
.commentcontent ol{
	margin:5px 0 10px 15px;
}
.post ol ol,
.post ul ol,
.commentcontent ol ol,
.commentcontent ul ol{
	margin:3px 0 3px 5px;
}
.post ul,
.commentcontent ul{
	margin:5px 0 10px 5px;
	list-style:none;
}
.post ul li,
.commentcontent ul li{
	background:transparent url("images/listarrowlight.png") no-repeat 0 6px;
	padding:0 0 5px 13px;
}
.post ul ul,
.post ol ul,
.commentcontent ul ul,
.commentcontent ol ul{
	margin:3px 0 3px 5px;
}
.post img.aleft,
.commentcontent img.aleft{
	float:left;
	padding:2px 10px 10px 0;
}
.post img.acenter,
.commentcontent img.acenter{
	text-align:center;
	padding:5px 0;
}
.post img.aright,
.commentcontent img.aright{
	float:right;
	padding:2px 0 10px 10px;
}

/********** Footer */
#footer{
	height:62px;
	padding:10px;
	background:transparent url("images/footerbg.png") repeat-x top left;
}
#footer p{
	padding-bottom:5px;
	color:#666;
	font:11px Arial,sans-serif;
}
#footer p a{
	color:#860000;
}
#footer p a:hover{
	text-decoration:underline;
}
