/*
Theme Name: Brad's Reader
Theme URI: http://www,2trees-media.com
Description: A Blank Wordpress theme.
Author: Susan Vertrees
Author URI: http://www,2trees-media.com
version: 1.0
Tags: three-column, widget-ready, blank
*/


/* -------------------------------------------------------------

	Purpose: 		Main CSS file for Brad's Reader
	Created by: 	Susan Vertrees, Two Trees Media LLC
	Date: 			April 15, 2009
					
----------------------------------------------------------------*/

* { /* reset styles */
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	background-color: #e9f3f9;
	font: 0.8125em Verdana, sans-serif;
	line-height: 1.6em;
	margin: 0px 10px 0;
	color: #333; /* makes text dark grey */
}

/* mac hide \*/
html, body { 
	height:100%; /* makes background extend full height */
}
/* end hide */

a {
	color: #5fa5cc;
	text-decoration: none;
}

a:visited {
	color: #85D63D;
}

a:active, a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: .6em;
	font-weight: 300;
}

p, ul, ol {
	margin-bottom: 1.33em;
}

ul, ol {
	 padding-left: 2em;
}

ul {
	list-style: outside square;
}

ol { 
	list-style-type: decimal;
}

li {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	padding-left: .25em;
}

blockquote {
	background: url(images/gui/blockquote.gif) no-repeat top left #dcedf7;
	padding: 1.2em 1.2em 1.2em 48px;
	margin-bottom: 1.33em;
}
 
 .clear {
	clear: both;
	overflow: hidden;
}

abbr {
	border: 0;
	color:#999999;
	display:block;
	font-size:0.8em;
}

/* ----------------------- Layout ------------------- */

#container {
	width: 1024px;
	margin: auto;
	font-size: .88em;
	background: url(images/gui/bg_middle.gif) repeat-y top left;
	min-height: 100%;
}

#top {
	width: 1024px;
	height: 128px;
	background: url(images/gui/bg_top.gif) no-repeat top left;
}

#middle {
	width: 1024px;
}

.center {
	margin: auto;
}

#content {
  padding-left: 50px;   
  padding-right: 400px;  /* RC width */
  padding-top: 30px;
}

#content .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
  clear: both;
  overflow:hidden;
}
#right {
  width: 350px;          /* RC width */
  margin-right: -350px;  /* RC width */

}
#footer {
  clear: both;
}

/*** IE6 Fix ***/
* html #left {
  left: 350px;           /* RC width */
}


#sidebar {
	padding-right: 215px;
	padding-left: 15px;
}

#sidebar_left {
	width:100%; 
}

#sidebar_right{
	left: 30px;
	margin-right: -185px;
	width: 185px;
}


/* --------------- Header -------------- */
#logo {
	float: left;
	margin: 15px 0 0 50px; 
}

#nav {
	margin: 15px 50px 0 0;
	height: 74px;
	float: right;
}

#nav li {
	float: left;
	padding-left: 3em;
	height: 74px;
	list-style-type: none;
}

#nav li a {
	height: 74px;
	display: block;
}

#nav li a span {
	display: none;
}

#nav li#liHome a {
	background: url(images/gui/nav_home.gif) no-repeat left top;
	width: 44px;
}

#nav li#liArchives a {
	background: url(images/gui/nav_archives.gif) no-repeat left top;
	width: 62px;
}

#nav li#liAbout a {
	background: url(images/gui/nav_about.gif) no-repeat left top;
	width: 47px;
}

#nav li#liResources a {
	background: url(images/gui/nav_resources.gif) no-repeat left top;
	width: 57px;
}

#nav li#liContact a {
	background: url(images/gui/nav_contact.gif) no-repeat left top;
	width: 55px;
}

#nav li#liHome a:active, #nav li#liHome a:hover,
#nav li#liArchives a:active, #nav li#liArchives a:hover,
#nav li#liAbout a:active, #nav li#liAbout a:hover,
#nav li#liResources a:active, #nav li#liResources a:hover,
#nav li#liContact a:active, #nav li#liContact a:hover {
	background-position: 0 -74px;
}
/* --------------- Footer -------------------- */
#bottom .center {
	padding-top: 30px;
}

#bottom p {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 15px;
}

/* ---------------------- Posts ------------------------ */
h1.pagetitle {
	color: #333333;
	margin-bottom: 1em;
}

.post {
	clear: both; 
	overflow: hidden;
	margin-bottom: 2.5em;
}

h1 {
	margin-bottom: .5em;
}

.post h1 .edit, .post .edit {
	font-size: .6em;
	font-weight: normal;
	margin-left: 1em;
}

.post_content {
	padding-right: 153px;
}

.post .left {
	width: 400px;
	padding-right: 15px;
	border-right: 1px solid #cce3ef;
}

.post .right {
	width: 125px;
	margin-right: -100%;
	padding-left: 15px;
	color: #999;
}

.post .right ul, .post .right ul li {
	list-style-type: none;
	padding-left: 0;
}	

.right ul li {
	list-style-type: none;
}

.continue {
	text-transform: uppercase;
}

.date {
	width: 40px;
	height: 48px;
	background-color: #a1df69;
	border: 3px solid #85d63d;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 9px;
	float: left;
	margin: 5px 1.33em 1.33em 0;
}

.date span {
	display: block;
}

.date .month {
	font-size: 15.4px;
	line-height: 15.4px;
	margin-top: -5px;
}

.date .day {
	font-size: 27.61px;
	line-height: 27.61px;
}

.date .year {
	font-size: 13.31px;
	line-height: 14.31px;
}

.post h1 a, .post h1 a:visited {
	color: #004c76;
}

.post h1 a:active, .post h1 a:hover {
	color: #5fa5cc;
	text-decoration: none;
}

#center .post img {
	float: left; 
	margin: 0 2.3em 2.3em 0;
}

/* ----------------------- Right Sidebar ---------------*/
.widget {
	margin-bottom: 1.33em;
}

#hire img {
	margin-bottom: .6em;
}

#get_recent_comments_wrap ul {
	padding-left:0;
	margin-left: 0;
}

#featured_comment {
	margin-bottom: 2em;
	clear:  both;
	overflow: hidden;
}

#featured_comment #featured {
	background: url(images/gui/featured_comment.gif) no-repeat bottom left #85bbda;
	padding: 1em 1.5em 1.5em 1.5em;
	color: #fff;
}

#featured_comment #featured p {
	padding-bottom: 2em
}




.the_commentor {
	margin-top: .6em;
}

.the_commentor img {
	float: left;
	margin: .6em 1.33em 0 0;
}


ol.commentlist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ol.commentlist li {
	padding-left: 80px;
	margin-left: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc; 
}

ol.commentlist li .comment-content {
	width: 100%;
}

ol.commentlist li .comment-meta {
	width: 60px;
	right: 80px;
	margin-left: -100%;
}

ol.commentlist li .comment-author{
	font-size: 1.2em;
}

ol.commentlist li .comment-author, ol.commentlist li .comment-date, ol.commentlist li .comment-time {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
margin-left: 6px;
}

ol.commentlist li .comment-time {
	margin-bottom: 1.5em;
}

.comment-unapproved {
	background-color: #ebebeb;
	color: #666666;
}

.comment-unapproved .comment-moderation em {
	color: #333333; 
	font-weight: bold;
	font-style: normal;
}

.avatar {
	padding: 5px;
	border: 1px solid #ccc;
}


#mylastpost {
	padding-left: 4px;
}


/* end comment */


#twitter-1 ul, #twitter-1 li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#twitter-1 li {
	border-top: 1px solid #ccc;
	padding: 3px;
}

/*------------------ Homepage ------------------------ */
.homepage #content {
	padding-right: 50px;
}

.homepage .post_content {
	padding-right: 0;
}

.homepage .post {
	margin-bottom: 0;
}

#homepage_top {
	padding-right: 320px;
	margin-bottom: 2.3em;
}

#homepage_featured {
	width: 100%;
}

#homepage_top_right {
	width: 250px;
	margin-right: -328px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #E9F3F9;
	margin-left: 28px;
}

#homepage_middle_left, #homepage_middle_middle, #homepage_middle_right {
	width: 280px;
}

.homepage .spacer {
	padding-left: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
	float: left;
	height: 300px;
}

#homepage_middle_right {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

#homepage_middle {
	margin-bottom: 2.3em;
}

#homepage_middle h5, #homepage_featured h5 {
	color: #999;
}

#homepage_middle h3 a {
	font-weight: 600;
	color: #004C76;
}

#homepage_bottom {
	text-align: center;
}

#homepage_categories {
	clear: both;
	overflow: hidden;
}

#homepage_categories ul {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
}

#homepage_categories li {
	list-style-type: none;
	width: 130px;
	margin-left: 0;
	padding-let: 0;
	font-size: .8em;
	color: #999999;
}

.homepage #homepage_categories li {
	float: left;
}

#homepage_categories li a {
	font-size: 1.25em; 
}

#container .post-stats {
	font-size: .8em;
	color: #999;
	display: block;
	font-weight: normal;
}

.comment_count {
	background: url(images/gui/comment.png) no-repeat top left;
	padding-left: 16px;
}

.post-stats .comments {
	display: none;
}

#latest_posts ul, #latest_posts li,
.homepage #most_popular ul, .homepage #most_popular li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#latest_posts li, .homepage #most_popular li {
	border-top: 1px solid #ccc;
	padding: 3px;
}

#subscribe {
	float: left;
	margin-right: 4px;
}

/*-------------------- Archives -------------------------------- */
.post-count {
	font-size: .8em;
	color: #999;
}

.car-monthlisting, #most_popular_error ul {
	list-style-type: none; 
	margin-left: 0;
	padding-left: 0;
}

.car-monthlisting li, #most_popular_error li {
	padding: 3px;
	list-style-type: none;
}

#most_popular_error h5 {
	display: none;
}

#most_popular_error {
	margin-top: 1.33em;
}

#post_ad {
	padding: 20px;
	border: 1px solid #ccc;
	background: #E9F3F9;
	text-align: center;
	margin-bottom: 1.33em;
}


/* ------------------------- Page Navi Pagination -------------- */
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 3px 5px 3px 5px; 
	margin: 2px;
	text-decoration: none;
}
.wp-pagenavi a:visited {
	color: #85D63D;
}
.wp-pagenavi a:hover, .wp-pagenavi a:active {	
	border: 1px solid #85D63D;
	color: #85D63D;
	padding: 2px 4px 2px 4px; 
}
.wp-pagenavi span.pages {
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 3px 5px 3px 5px; 
	border: 1px solid #85D63D;
	color: #fff;
	background-color: #A1DF69;	
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
}

.amzshcs-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 1.33em;
}