/*   
Theme Name: David Landrith 2.0
Theme URI: http://www.ericmurrell.com
Description: A blog theme for pastor David Landrith, created by Eric Murrell.
Author: Eric Murrell
Author URI: http://www.ericmurrell.com
Version: 2.0
.
A blog theme for pastor David Landrith, created by Eric Murrell.
.
*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/page_background2.jpg) repeat-x;
	background-position: 0 190px;
	background-color: #423d35;
	color: #413e37;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #83745c; text-decoration: underline;}
a:visited {color: #83745c; text-decoration: underline;}
a:hover {color: #423726; text-decoration: underline;}
a:active {color: #83745c; text-decoration: underline;}

/* MAIN STRUCTURE */

#container {
	width: 900px;
	background-color: #f8f8f8;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px auto;
}

#header {
	height: 190px;
	background-color: #19516c;
	background: url(images/header_background2.jpg) repeat-x;
}

.inner-header {
	width: 900px;
	margin: 0 auto;
	background: url(images/david_header3.jpg) no-repeat;
	height: 152px;
	padding-top: 30px;
}

.blog-title {
	height: 80px;
	width: 390px;
	margin:  0 0 0 -40px;
	background-color: #302c25;
}

.blog-title img {
	float: left;
	margin: 5px 16px 0 10px;
}

.blog-title h1 {
	color: #f6f5f0;
	padding: 10px 0 4px 0;
	font-size: 2.6em;
	font-weight: 300;
}

.blog-title h1 a:link {color: #f6f5f0;font-weight: 300; text-decoration: none;}
.blog-title h1 a:visited {color: #f6f5f0; font-weight: 300; text-decoration: none;}
.blog-title h1 a:hover {color: #f6f5f0; font-weight: 300; text-decoration: none;}
.blog-title h1 a:active {color: #f6f5f0; font-weight: 300; text-decoration: none;}

.blog-title h2 {
	color: #b0b6b6;
	font-size: 1.8em;
	font-weight: 300;
	padding: 0;
} 

.blog-title h2 a:link {color: #b0b6b6; font-weight: 300; text-decoration: none;}
.blog-title h2 a:visited {color: #b0b6b6; font-weight: 300; text-decoration: none;}
.blog-title h2 a:hover {color: #b0b6b6; font-weight: 300; text-decoration: none;}
.blog-title h2 a:active {color: #b0b6b6; font-weight: 300; text-decoration: none;}



#main-content {
	padding: 20px 0 0 0;
}

#left {
	width: 600px;
	float: left;
	padding: 0 10px 0 20px;
}

#right {
	width: 240px;
	float: left;
	padding: 0 20px 0 10px;
}

.footer-padding {
	height: 120px;
}

#footer {
	width: 100%;
	height: 118px;
	margin: 0;
	background-color: #22211d;
	border-top: 3px solid #686457;
}

/* --- LEFT/BLOG ENTRIES --- */

.blog-entry .heading {
	background-color: #cbd5d7;
	border-bottom: 2px solid #8f9798;
	margin: 0 0 15px 0;
	padding: 13px 0 0 13px;
}

.blog-entry .entry-footer {
	margin: 20px 0 30px 0;
	border-top: 1px solid #8f9798;
	padding: 5px 0 0 0;
}

.blog-entry .entry-footer p {
	text-indent: 0;
}

.blog-entry .entry-footer h5.comments {
	float: right;
	font-size: 1.2em;
	background: url(images/structure/comment_bubble.jpg) no-repeat;
	padding: 1px 0 0 30px;
	height: 25px;
}

.blog-entry .entry-footer h5 a:link {text-decoration: none;}
.blog-entry .entry-footer h5 a:visited {text-decoration: none;}
.blog-entry .entry-footer h5 a:hover {text-decoration: none;}
.blog-entry .entry-footer h5 a:active {text-decoration: none;}

.blog-entry h4 {
	float: left;
	width: 44px;
	height: 47px;
	margin: 0 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 125%;
	font-size: 1.9em;
	background: url(images/structure/calendar_background.gif) no-repeat;
	background-color: #2c747f;
	color: #2c747f;
}

.blog-entry h4 strong {
	display: block;
	font-size: 0.7em;
	font-weight: 300;
	color: #fff;
}

.blog-entry h3 {
	font-size: 2.2em;
	font-weight: 300;
	margin: 0 0 6px 0;
}

.blog-entry h3 a:link {color: #413e37; text-decoration: none;}
.blog-entry h3 a:visited {color: #413e37; text-decoration: none;}
.blog-entry h3 a:hover {color: #68645d; text-decoration: none;}
.blog-entry h3 a:active {color: #413e37; text-decoration: none;}

.blog-entry h5 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 13px 0;
}

.blog-entry h5 a:link {color: #68645d;}
.blog-entry h5 a:visited {color: #68645d;}
.blog-entry h5 a:hover {color: #68645d;}
.blog-entry h5 a:active {color: #68645d;}

.blog-entry h5.comments a:link {color: #83745c;}
.blog-entry h5.comments a:visited {color: #83745c;}
.blog-entry h5.comments a:hover {color: #423726;}
.blog-entry h5.comments a:active {color: #83745c;}

.blog-entry p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0 0 10px 0;
	text-indent: 0;
}

.blog-entry p em {
	background-color: #cbd5d7;
}

.blog-entry blockquote {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0 38px 10px 38px;
	text-indent: 2em;
	font-style: italic;
	background: url(images/structure/quotes.jpg) no-repeat;
	background-position: 4px 3px;
	background-color: #eae6da;
	padding: 7px;
}

.blog-entry ul, .blog-entry ol {
	margin: 0 0 10px 0;
}

.blog-entry ul li {
	font-size: 1.2em;
	margin: 0 0 8px 50px;	
}

.blog-entry ol li {
	font-size: 1.2em;
	margin: 0 0 8px 56px;	
}

/* --- SIDEBAR STYLES --- */

#right h3 {
	font-size: 1.8em;
	font-weight: 300;
	background-color: #cbd5d7;
	border-bottom: 2px solid #8f9798;
	padding: 3px 0 0 10px;
	margin: 0 0 15px 0;
}

#right p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	line-height: 130%;
}

#right p.bottom {
	margin: 0 0 20px 0;
}


#right ul {
	margin: 0 0 20px 0;
}

#right ul li {
	font-size: 1.2em;
	list-style-type: none;
	margin: 0 0 5px 10px;
}

#right .book {
	margin: 0 0 20px 0;
}

#right .book img {
	float: left;
	margin: 0 20px 0 10px;
}

#right .book h4 {
	font-size: 1.6em;
	padding: 15px 0 10px 0;
}

.bio-image {
	margin: 0 0 5px 20px;
}

/* --- FOOTER STYLES --- */

#footer p {
	text-align: center;
	width: 880px;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	background-color: #36342e;
	color: #5d5a52;
	font-size: 1.1em;
}

#footer a:link {color: #5d5a52; text-decoration: none;}
#footer a:visited {color: #5d5a52; text-decoration: none;}
#footer a:hover {color: #79766c; text-decoration: underline;}
#footer a:active {color: #5d5a52; text-decoration: none;}

p.postmetadata {
	font-size: 1em;
	line-height: 100%;
	text-indent: 0;
}

/* --- COMMENT STYLES --- */

h3#respond {
	font-size: 1.6em;
	margin: 30px 0 10px 0;
}

h3#comments {
	font-size: 1.6em;
	margin: 30px 0 10px 0;
}

#commentform input {
	background-color: #dce2e3;
	border: 1px solid #8f9798;
	padding: 2px;
	margin: 10px 0 0 0;
}

#commentform textarea {
	background-color: #dce2e3;
	border: 1px solid #8f9798;
	padding: 2px;
	margin: 10px 0 20px 0;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#commentform label {
	font-size: 1.4em;
	color: #413e37;
	padding: 0 0 0 10px;
}

ol.commentlist li {
	list-style-type: none;
	background: url(images/comment_background.jpg) no-repeat;
	background-color: #dce2e3;
	display: block;
	margin: 0 0 10px 0;
	width: 590px;
	padding: 10px 10px 10px 0;
}

ol.commentlist li p {
	margin: 10px 0 0 10px;
	font-size: 1.3em;
	line-height: 150%;
	text-indent: 0;
	color: #7a7a7a;
	font-style: italic;
}

ol.commentlist li cite {
	font-size: 1.2em;
}

ol.commentlist li cite a:link {text-decoration: none; color: #413e37; font-weight: 700;}
ol.commentlist li cite a:visited {text-decoration: none; color: #413e37; font-weight: 700;}
ol.commentlist li cite a:hover {text-decoration: none; color: #78736d; font-weight: 700;}
ol.commentlist li cite a:active {text-decoration: none; color: #413e37; font-weight: 700;}

small.commentmetadata a:link {text-decoration: none; color: #413e37;}
small.commentmetadata a:visited {text-decoration: none; color: #413e37;}
small.commentmetadata a:hover {text-decoration: none; color: #78736d;}
small.commentmetadata a:active {text-decoration: none; color: #413e37;}

.comment-from {
	margin: 0 0 32px 0;
}

.comment-from em {
	font-weight: 700;
	float: right;
}

.navigation {
	text-align: center;
	font-size: 1.4em;
	margin: 30px 0 30px 0;
}

/* --- SEARCH STYLES --- */

.searcharea {
	margin: 20px 0 30px 0;
}

#searchform input {
	background-color: #dce2e3;
	border: 1px solid #8f9798;
	padding: 2px;
	margin: 10px 0 0 0;
}

h2.pagetitle {
	font-weight: 300;
	font-size: 2.4em;
	color: #9b5c01;
}

/* --- SOCIAL LINKS --- */

ul#social-links{
	margin: -10px 0 20px 0;
}

ul#social-links li {
	list-style-type: none;
	margin: 0 0 2px 30px;
	font-size: 1.3em;
}

ul#social-links li.twitter a {display: block; height: 19px; background: url(images/twitter_icon.jpg) no-repeat; padding: 5px 0 0 28px;}
ul#social-links li.facebook a {display: block; height: 19px; background: url(images/facebook_icon.jpg) no-repeat; padding: 5px 0 0 28px;}

/* --- TWITTER --- */

ul#twitter_update_list li {
	margin: 0 0 10px 0;
	line-height: 120%;
	padding: 0 10px 0 10px;
}
