/*  
Theme Name: The Heart Church
Theme URI: http://www.3lanternsstudio.com
Description: A black background with white content panels theme.
Version: 2.7
Author: Matt Esau
Author URI: http://www.3lanternsstudio.com

*/

p, a, ul, li, h1, h2, h3, h4, h5, h6, body, html, form, input {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url("images/paisleyrepeat4.jpg");
	font-family: Trebuchet MS, Arial, Sans-Serif;
}

h1 {
	font-size: 125%;
	color: #9C1D21;
}

h2 {
	font-size: 100%;
	color: #9C1D21;	
}

h2 a {
	border-bottom: dashed 2px #d0d0d0;
}

h3 {
	font-size: 90%;
	color: #A0A0A0;
	margin: 20px 0px 25px 0px;
}

a {
	text-decoration: none;
	color: #9C1D21;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background-image: url("images/container-bg-repeat.jpg");
	background-repeat: y-repeat;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 100%;
}

#header {
	width: 900px;
	height: 285px;
	background-color: #000000;
	background-image: url("images/header-bg.jpg");
}

#header-tabs a {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#header-tabs a:hover {
	text-decoration: underline;
}

#header-tabs {
	height: auto;
	width: 900px;
	padding-top: 3px;
}

.header-tab1  {
	height: 35px;
	margin: 7px 0px 0px 62px;
	padding-top: 5px;
}

.header-tab2  {
	height: 35px;
	margin: 7px 107px 0px 100px;
}

.header-tab3 {
	height: 35px;
	display: inline;
}

#header li {
	display: inline;
	list-style: none;
}

#searchwrapper {
	display: inline;
	position: relative;
	top: -4px;
	
}

.searchform {
	display: inline;
	width: 200px;
	position: relative;
}

.searchbox {
	background-color: #D1D2D4;
	border: none;
	width: 100px;
	height: 18px;
	position: relative;
	display: inline;
}

.searchbutton {
	border: none;
	background-color: #d0d0d0;
	width: 57px;
	height: 20px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
	display: inline;
}

#recent-box {
	width: 218px;
	height: 171px;
	margin: 32px 38px 0px 0px;
	padding: 13px 5px 5px 0px;
	float: right;
	clear: both;
	display: inline;
	overflow: hidden;
}	

#recent-comment-list li {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 3px;
	display: block;
	padding: 4px 0px 4px 4px;
}

/* Pages Nav */
#pages_nav {
        margin-bottom: 10px;
}

#pages_nav ul {
        margin:0px;
        padding:0px;
        font-size:1.25em;
        list-style: none;
}

#pages_nav ul.level1 {
        background-color: none;
}

#pages_nav ul.level2 {
        background-color: none;
		
}

#pages_nav ul.children {
        background-color: none;
}

#pages_nav li {
        margin: 0px;
        padding-top:3px;
        padding-bottom:2px;
        padding-left: 5px;
        padding-right: 5px;
        border-left: solid 2px white;
		
}
#pages_nav  a{
        color: #9C1D21;
}

#pages_nav li.current {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #9C1D21;
		width: 128px;
		height: 25px;
		background-image: url("images/current-arrow.gif");
		background-repeat: no-repeat;
		background-position: 125px;
}
#pages_nav li.current a{
        color: #FFFFFF;
}

/* --End nav styles --*/

#popular-links {
	width: 275px;
	height: 45px;
	float: right;
	margin: 204px 88px 0px 0px;
	display: inline;
}

#popular-links ul {
	background-image: url("images/popular-links-bg.jpg");
	background-repeat: repeat-x;
	padding: 4px 5px 5px 5px;
}

#popular-links a {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 5px;
}

#click-logo {
	width: 200px;
	height: 200px;
	margin: 30px 30px 0px 0px;
	float: right;
	cursor: pointer;
	outline: none;
	
}

#container {
	width: 641px;
	background-image: url("images/content-bg-repeat.jpg");
	background-repeat: repeat-y;
	height: auto;
	float: right;
	display: inline;
}

#content-header-image {
	background-image: url("images/content-top-bg.jpg");
	height: 26px;
	width: 622px;
}

#content-box {
	padding: 10px 60px 30px 50px;
	background-image: url("images/content-bottom-bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
}
	
#sidebar-header-image {
	background-image: url("images/sidebar-top-bg.jpg");
	height: 26px;
	width: 256px;
	background-repeat: no-repeat;
	background-position: 18px top;
}

div.sidebar {
	/*width: 250px;*/
	background-image: url("images/sidebar-bg-repeat.jpg");
	background-repeat: repeat-y;
	height: auto;
	background-position: 18px;
}

#sidebar-content {
	padding: 10px 60px 30px 60px;
	background-image: url("images/sidebar-bottom-bg.jpg");
	background-repeat: no-repeat;
	background-position: 18px bottom;
	height: auto;
}

#sidebar-content li {
	list-style-type: none;
}

#contact-info {
	margin: 30px 0px 20px 0px;
	font-size: 85%;
}

div.post {
	padding-bottom: 55px;
}
	
div.post h2 {
	font-size: 1.5em;
}

div.post p.post-author-date {
	font-size: 0.9em;
	color: #A0A0A0;
	font-weight: bold;
	margin-top: 10px;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	padding: 10px;
	font-size: 100%;
}

ol.commentlist li.alt {
	background-color: #EAEAEA;
}

ol.commentlist li {
	font-size: 90%;
}

div.font-shrink {
	font-size: 90%;
}

div.entry {
	margin: 15px 0px 15px 0px;
}

div.entry p {
	font-size: 0.75em;
}

div.entry img {
margin: 8px 0px 8px 0px;

div.entry object {
	margin: 15px 0px 15px 0px;
}

p.postmetadata {
	font-weight: 700;
	margin-top: 10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer {
	background-image: url("images/footer-bg-repeat.jpg");
	background-repeat: repeat-y;
	width: 865px;
	height: 283px;
	clear: both;
	margin-left: 16px;
}

#footer-header-image {
	background-image: url("images/footer-top-bg.jpg");
	background-repeat: no-repeat;
	height: 36px;
	width: 865px;
}

#footer-content {
	background-image: url("images/footer-bottom-bg.jpg");
	background-position: 50% bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;	
	height: auto;
	width: 865px;
}

#footer-div1 {
	width: 250px;
	height: 237px;
	margin: 25px 5px 0px 30px;
	display: inline;
	float: left;
	padding: 5px 10px 5px 10px;
}

#footer-div2 {
	width: 250px;
	height: 237px;
	margin: 25px 5px 0px 5px;
	display: inline;
	float: left;
	padding: 5px 10px 5px 10px;
}

#footer-div3 {
	width: 250px;
	height: 237px;
	margin: 25px 5px 0px 5px;
	display: inline;
	float: left;
	padding: 5px 10px 5px 10px;
}

#floatclear {
	clear: both;
	width: 800px;
	height: 1px;
}

#footer li {
	list-style-type: none;
}	

#footer-div1 h2, #footer-div2 h2, #footer-div3 h2 {
	font-size: 140%;
	color: #A0A0A0;
}

#footer-div1 a, #footer-div2 a, #footer-div3 a {
	font-size: 85%;
}

#credits {
	margin: 0px auto 0px auto;
	padding: 5px;
	font-size: 75%;
	width: 200px;
	color: #FFFFFF;
}
