/*
Theme Name: Harvest Bible Chapel
Theme URI: http://www.harvestarthur.com
Description: Custom Harvest Bible Chapel theme with right-hand sidebar and CSS drop down menus
Author: Shawn Hubbard
Author URI: http://www.shawnhubbard.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bg.jpg) repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 10px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

.clear {clear:both;}

/* images and misc. */

img{ border: 1px solid white; padding: 1px; margin: 0px; }
img a{border:none;}

img.left{ float: left; padding: 2px; }
img.right{ float: right; padding: 2px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:10px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}



/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */

#container {
	width: 600px;
	margin: 0 auto;
	padding: 6px;
	background: #f0f2db;
	color:#333;
	border: 1px solid #fff;
	}


	
/* header */

#header {
	background: #DDD;
    width: 600px; 
	color: #fff; 
	height: 124px;
	text-align: right;
	}

#searchform_global{ padding-right: 20px; padding-top: 40px; }

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

#rss_icon {
	width: 30px;
	height: 30px;
	position: relative;
	left: 550px;
	top: -10px;
	z-index: 10;
}

#rss_icon img {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* mid section */

#mid {
	height:150px;
	width: 600px;
	background-image: url(images/contentbg.jpg);
	background-position: top;
}



/* main menu 


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	top: -24px;
	position: relative;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #464646;
	font-size: 10px;
	width:560px; 
	height:25px;
	margin-left: 20px;
	z-index: 500;
}

#menu ul {
	margin: 0px;
	padding: 6px;
	text-align: left;
	height: 25px;
}

#menu ul li {
	list-style-type: none;
	margin 0px;
	padding: 0px;
	float:left;
}

#menu ul ul li {
	margin 0px;
	padding: 0px;
}


#menu ul li a {
	padding: 6px 8px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	display: inline;
}

#menu ul ul li a {
	padding: 6px 8px;
	margin: 0px;
	display: block;
	color: #fff;
}


#menu ul li a:hover {
	background-color: #fff;
	color: #ff883b;
	text-decoration: underline;
}

#menu ul ul li a:hover {
	background-color: #fff;
	color: #ff883b;
	text-decoration: underline;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;z-index:100;position:absolute;top:19px;left:auto;margin-left: -6px;width:150px;}

/* position the third level flyout menu */
#menu ul ul ul{width:150px;top:auto;left:172px;margin-top:-30px;}

/* style the second level links */
#menu ul ul a {background:#464646; color:#ff883b; width: 150px;}
#menu ul ul a:visited {background:#464646; color:#fff; width:150px;}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ visibility:visible;}


/* content */

#content {
	top: -130px;
	position:relative;
	padding-left: 12px;
	padding-bottom: 10px;
	float: left;
	width: 378px;
	overflow: hidden;
	}	

.post {
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin:0 3px;
	line-height: 13pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 9pt;}

.post a{text-decoration:underline;}

.post ul {margin: 0 16px;}

.post li {}

.entry p{margin:10px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
.alignleft {float:left; margin:10px;}
.alignright {float:right; margin:10px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* sidebar */

#sidebar {
	position: relative;
	top: -130px;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 1px dotted #A2A2A2;
	text-align: left;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #464646;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #fff;
	}
	
#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #fff;
	}
	
#commentbox{
	width:75%;
	min-width:310px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;
background-color: #6f835c;
color: #fff;}

	
ol.commentlist {list-style-type: none;
color: #fff;}

ol.commentlist li {
	background: #464646;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	color: #fff;
	}

ol.commentlist li.alt {background: #464646;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt; color: #fff;}

ol.commentlist a {color:#fff; border-bottom: 1px dotted #fff;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}



/* search */

#searchform{
	position: relative;
	top: -35px;
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #b7b7b7;
	}

#searchform input#searchsubmit{
	margin-left: 2px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 2px;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: 1px solid #b7b7b7;
	background-color: #6f835c;
	color: #fff;
	}



/* footer */

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	height: 89px;
	margin-top:15px;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	text-align: right;
	}
	
#footer p{ position: relative; top: 71px; padding:6px; margin: 0; color: #5d5d5d;}
#footer a{color: #5d5d5d; text-decoration: none;}
#footer a:hover{color: #5D5D5D; text-decoration: underline;}

#firefox_plug {
	position: relative;
	width: 600px;
	margin: 4px auto;
	font-size: 10px;
	text-align: center;
}

/* FRONTPAGE LAYOUT */

#front_mid {
	top: -26px;
	position: relative;
	width: 600px;
	height: 300px;
	/*background-image: url(images/mid.png);*/
	z-index: 200;
}

#front_mid img {
	border: none;
	padding: 0px;
}

#front_ir {
	top: -300px;
	left: 20px;
	position: relative;
	z-index: -1;
	height: 300px;
	width: 560px;
}

#front_ir img {
	border: none;
	padding: 0px;
}

#front_links {
	top: -26px;
	position: relative;
	width: 600px;
	height: 150px;
}

#front_links img {
 border: none;
 padding: 0px;
 margin: 0px;
}

#front_news{
	background-image: url(images/news.jpg);
	background-position: top;
	background-repeat: no-repeat;
	top: -26px;
	position: relative;
	width: 600px;
	height:150px;
}

#front_content{
	top: 40px;
	position:relative;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	width: 560px;
	overflow: hidden;
}




