/*
Theme Name: Conventional Thinking
Description: Theme for Dr. Mohler's Conventional Thinking Blog
Version: Jun 2006
Author: SBTS
Author URI: mailto:webdesign@sbts.edu

	Conventional Thinking
	www.conventionalthinking.org
	
	This theme was designed and encoded by ?? in June 2006
	and implemented by Joshua Cottrell.

*/
a:link {
	color: #01539b;
}
a:visited {
	color: #01539b;
}
a:hover {
	color: #7c0f00;
	text-decoration:none;
}
a:active {
	color: #01539b;
}
body {
	background: url('img/bg.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	margin: 0 auto;
	width:788px;
}

#head_top {
	background: url('img/top1.jpg');
	height: 11px;
}
#menu_buffer {
	background: url('img/top2.jpg');
	height: 42px;
	width: 476px;
	float: left;
}
#menu img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#head_summary {
	background: url('img/top3.jpg');
	height: 75px;
	clear: left;
}
#head_bottom {
	background: url('img/top4.jpg');
	height: 75px;
}

#container {
	background: url('img/mid_bg.jpg');
	padding-top: 10px;
}
#left_sidebar {
	width: 165px;
	float: left;
}
#left_sidebar img {
	margin-top: 2px;
}
#left_sidebar a img {
	margin-top: 7px;
	margin-bottom: 7px;
}

.blog_post {
	width: 611px;
	margin-left: 170px;
}
.blog_top {
	background: url('img/blog_top.jpg');
	height: 18px;
}
.blog_date {
	color: #7c0f00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	padding: 2px 15px;
	letter-spacing: 1px;
}
.blog_links {
	float: right;
	padding-right: 15px;
}
.blog_title {
	color: #666;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 0px;
	margin-top: 7px;
	margin-left: 1px;
	background: url('img/title_box.jpg') repeat-y;
}
.blog_title_lines {
	background: url('img/2lines.jpg');
	width: 596px;
	height: 3px;
}
.blog_title_text {
	margin: 4px 3px 4px 22px;
	padding-left: 4px;
}
.blog_author {
	color: #01539b;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	float:right;
	padding-right: 15px;
	font-style:normal;
}
.blog_wrap {
	background: url('img/blog_mid_bg.jpg');
	padding: 5px;
}
.blog_content {
	color: #444;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	padding: 1px 25px;
}
.blog_content img {
	margin: 5px;
}
.blog_content h1 {
	line-height: 1.2em;
}
.blog_bottom {
	background: url('img/blog_bot.jpg');
	height: 14px;
}

/* Wordpress specials */
.alignleft 
{ 
	float: left;
	margin: 5px; 
	border: 0;
}

.alignright
{ 
	float: right;
	margin: 5px; 
	border: 0;
}
.wp-caption { padding-bottom:15px; }
.aligncenter {
	margin:15px auto;
	border: 0;
	display: inline;
	
}
.wp-caption img
{
        padding:5px;
        border:3px double #ccc;
        background-color:#fff;
}
.wp-caption img.no-borders { padding:0; border:0; }
/* end of Wordpress ones */

.sm {
	color: #444;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
}

#archives {
	color: #444;
	font-family: Tahoma, Arial, Verdana;
	font-size: .75em;
	line-height: 1.5em;
	padding: 1px 15px;
}
#archives li {
	list-style-type: none;
}
#archives li:before { margin-right: 5px; content: "»"; }

#pagination {
	margin-top: 10px;
	text-align: center;
	font-size: .75em;
	line-height: 1em;
	color: #444444;
}
#pagination a, #pagination a:visited {
	text-decoration: none;
}
#pagination a:hover {
	color: #888888;
}
#pagination_left {
	display: inline;
}
#pagination_right {
	display: inline;
}

.last { clear: both; }
#footer {
	background: url('img/bot.jpg');
	height: 12px;
}
