/* --- BLOG --- */

/* content col */

.blog .content {
	width:638px; /* 468px */;
	padding-right:36px; }

.blog .entry {
	margin-bottom:13px;
	padding-bottom:55px;
	background:url(../images/content_rule.gif) bottom center no-repeat;
}

.blog .date {
	background:none;
	font-size:100%;
	font-style:italic;
	color:#a9a9a9;
	margin-bottom:0;
	padding:0;
	line-height: 20px;
	border-bottom: none !important;
}

.blog .entry h2 {
	margin:0 0 1em 0;
}

.blog .entry h2 a {
	text-decoration:none;
}

.blog h4 {
	margin-top:1.5em;
}

.blog .entry-header { margin-bottom:15px; }

.blog .comment {
	padding:0 0 2em 0;
	margin-top:1em;
	background:url(../images/content_rule.gif) bottom center no-repeat;
}

.blog blockquote {
	margin-bottom:1.5em;
	padding:0 10px;
	font-style:italic;
	color:#999;
}

.blog .search_excerpt {
	margin-bottom:3em;
}

.blog .archive_list {
	padding-left:0;
	margin-left:25px;
}

/* book promo */

.blog .book_promo {
	background:url(../images/blog_book_banner.jpg) top center no-repeat;
	display:block;
	padding:25px 10px 4em 110px;
	color:#fff;
}

.blog .book_promo .promo_title, .blog .promo_new .promo_title {
	font-size:120%;
	text-transform:uppercase;
	margin-bottom:0;
}

.blog .book_promo .promo_details, .blog .promo_new .promo_details {
	font-size:89%;
	margin-bottom:25px;
}

.blog .book_promo .promo_links, .blog .promo_new .promo_links {
	margin:9px 0 0 0;
	padding:0;
	font-size: .88em;
}

.blog .promo_new .promo_links { margin-bottom: 10px; }

.blog .book_promo .promo_links li, .blog .promo_new .promo_links li {
	list-style:none;
	display:inline;
	padding:0 15px 0 0;
	margin:0;
	background: none;
}

.blog .book_promo .promo_links li.last, .blog .promo_new .promo_links li.last { padding: 0; }

.blog .book_promo a, .blog .book_promo a:visited, .blog .book_promo a:hover,
.blog .promo_new a, .blog .promo_new a:visited, .blog .promo_new a:hover {
	color:#fff;
}

.blog .promo_new {
	background:url(../images/promo_new.jpg) top center no-repeat;
	display:block;
	padding:28px 10px 2em 130px;
	color:#fff;
}



/* call to action */

.blog .call_to_action {
	display:block;
	margin:2em auto 0 auto;
	padding:0;
	text-transform:uppercase;
	text-align:center;
}

.blog .call_to_action li {
	display:inline;
	list-style:none;
}

.blog .call_to_action .archived_posts {
	background:url(../images/archive_icon.gif) left center no-repeat;
	padding:0 50px 0 20px;
}

.blog .call_to_action .subscribe {
	background:url(../images/rss_icon.gif) left center no-repeat;
	padding:0 50px 0 20px;
}

/* sidebar */

.blog .sidebar {
	margin-right: 0;
	width: 250px;
}

.blog .sidebar h2 {
	font-size:100%;
	margin-top:.2em;
	line-height: 16px;
}

.blog .sidebar form {
	margin-bottom:0;
}

.blog .sidebar ul {
	margin-top:0;
}

.blog .sidebar ul li {
	list-style-image:none;
	margin:0 0 1em 0;
}

.blog .sidebar .subscription_options {
	margin-bottom:1em;
}

.blog .sidebar .subscription_options li {
	margin:.5em;
}

.blog .sidebar .subscription_options .rss {
	list-style:none;
	list-style-image:none;
	background:url(../images/rss_icon.gif) left center no-repeat;
	padding-left:25px;
}

.blog .sidebar .subscription_options .email {
	list-style:none;
	list-style-image:none;
	background:url(../images/email_icon.gif) left center no-repeat;
	padding-left:25px;
}

.blog .checkbox {top:3px;}


.blog .sidebar .sidebar_block {
	background:url(../images/blog_line.jpg) top center no-repeat;
	padding:10px 10px;
}

.blog .sidebar .no_line {
	background: none !important;
}

.blog .sidebar ul { list-style: none; }

.blog .sidebar .sidebar_offest_block {
	background:#f5f5f5 url(../images/blog_offset_line.jpg) top center no-repeat;
	padding:10px 10px;
}

.blog .sidebar .cat_list { list-style: disc; margin-left: 15px; }

.blog .sidebar .cat_list li {
	margin-bottom:.5em;
	background: none;
	list-style-type: disc;
	padding: 0;
}

/* Entry Footer */

.blog .entry-footer {
	background: #e4e4e4;/*A8DB61*/
	padding: 12px 16px 14px;
	margin: 0;
	color: #595959;
	width: 616px;
	font-size:89%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	/*background:#80914d url(../images/entry-footer-bottom.gif) bottom center no-repeat;
	padding-bottom:1em;
	margin-bottom:1em;
	font-size:89%;
	color:#595959;
	width: 616px;
	*/
}

.entry-footer a, .entry-footer a:visited, .entry-footer a:hover {
	color:#595959;
}

.blog .entry-footer-title {
	padding:0;
	/*background:url(../images/entry-footer.gif) top center no-repeat;*/
	background: #e4e4e4;
}

.blog .entry-footer p {
	/*margin-bottom:.5em;
	padding-left:40px;*/
	display:block; }
	
.blog .entry-footer p.tags { font-size: 93%; margin: 0; }

.blog .entry-footer .comments {	}

