/*  
Theme Name: Record Ready
Theme URI: http://www.recordready.com
Description: Custom Theme for www.recordready.com
Version: 1.0
Author: Matt Fordham
Author URI: http://www.revolvercreative.com/
*/


/* @group Main */

body {
	background-color: #e3e3e3;
	color: #393333;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: underline;
	color: #9e2572;
}

strong {
	font-weight: bold;
}



/* @end */

/* @group Header */

#header {
	height: 144px;
	border-top: 5px solid #880455;
	border-bottom: 1px solid #ffffff;
	background: #200516 url(images/logo_header.jpg) no-repeat center center;
}

#logo{
	display: none;
}

/* @end */

/* @group Footer */

#footer{
	padding: 20px;
	padding-top: 68px;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	background: #41102f url(images/bottom_shadow.gif) repeat-x 0 top;
}

#rss{
	padding: 4px;
	padding-left: 18px;
	background: url(images/rss_badge.gif) no-repeat left 4px;
}

/* @end */

/* @group Content */

#content {
	background: url(images/top_shadow.gif) repeat-x;
	padding-top: 40px;
}

#content_wrapper{
	
	width: 885px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Related Posts */

#related_posts{
	margin-top: -20px;
	margin-bottom: 30px;
	border-bottom: 0px solid #a67091;
	padding-bottom: 10px;
	font-size: 11px;
}

#related_posts h4 {
	font-size: 12px;

}

#related {
	float: left;
	/* width: 55%; */
	width: 550px;
	background-color: #e9e9e9;
	padding: 10px;
	margin-bottom: 30px;
}

#adsense_related{
	margin-left: 60%;
	background-color: #e9e9e9;
	padding: 10px;
}


/* @end */

/* @group Posts */

#posts_column {
	width: 570px;
	border-right: 1px solid #c7c7c7;
	padding-right: 28px;
}

#posts_column .post {
	margin-bottom: 40px;
	border-bottom: 5px solid #880455;
	padding-bottom: 8px;
}

#posts_column .post .date {
	color: #797979;
	font-size: 11px;
}

#posts_column .post .headline {
	font-weight:normal;
	margin-top: 4px;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 18px;
	text-decoration: none;
}

.headline a {
	text-decoration: none;
	color: #000000;
}

.headline a:hover {
	text-decoration: underline;
	color: #9e2572;
}

#posts_column .post .post_body {
	font-size: 12px;
}

/*#posts_column .post p img {
	margin-right: 15px;
	margin-top: 4px;
}*/


/* Begin Images */
#posts_column .post p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#posts_column .post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#posts_column .post img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

#posts_column .post img.alignleft {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}

#posts_column .post .alignright {
	float: right;
}

#posts_column .post .alignleft {
	float: left
}
/* End Images */


.post_categories {
	margin-top: 14px;
	font-size: 10px;
}

.post_comment_count {
	margin-top: 14px;
	padding-left: 16px;
	font-size: 10px;
	float: right;
	background: url(images/comment_balloon.gif) no-repeat left 4px;
}

.post p {
	padding-bottom: 15px;
}

.post .video_image {
	border: 5px solid #880455;
	overflow: hidden;
}

.post .video_link {
	background-color: #880455;
	padding: 4px 10px 9px 9px;
}

.post h4 {
	font-weight: bold;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 8px;
	clear:left;
}

blockquote {
	padding-left: 20px;
	padding-right: 20px;
	color: #5a5a5a;
}

.post .video_link a{
	color: #ffffff;
	text-decoration: none;
	background: url(images/watch_badge.gif) no-repeat;
	display: block;
	text-indent: -2000px;
	padding: 0 0 4px;
}

.post .video_info {
	color: #ffffff;
	font-size: 9px;
	float: right;
	margin-top: -22px;
}

.navigation {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	
}

.navigation a{
	text-decoration: none;
}

.more-link {
	text-decoration: none;
}

.post ol {
	list-style-type: decimal;
	margin-left: 30px;
}

.post ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

.post ul li {
	margin-bottom: 10px;
}


/* @end */

/* @group Nav */

#nav_column {
	width: 260px;
	float: right;
	margin-bottom: 50px;
}

#main_nav {
	margin-bottom: 15px;
}

#search {
	margin-bottom: 23px;
}

#main_nav a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}

#main_nav a:hover {
	text-decoration: underline;
}

.sub_nav{
	margin-bottom: 30px;
}

.sponsor_wide a {
	text-decoration:none;
}

.sponsor_wide {
 	margin-top: 6px;
 	padding-bottom: 6px;
}

/* @end */



/* @end */

/* @group Comments */

.commentlist {
	margin-bottom: 25px;
}

.commentlist li {
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c7c7c7;
	list-style-type: decimal;
}

.authcomment strong {
	font-weight: bold;
	font-size: 13px;
}

.commentlist li p {
	padding-top: 4px;
}

#respond {
	margin-bottom: 2px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	padding-bottom: 2px;
}

#commentform #submit {
	margin-top: 4px;
}

#commentform label {
	font-size: 10px;
}

/* @end */
