@charset "utf-8";
/* CSS Document */
h2.title {
	width: auto;
	margin: -60px auto 30px -35px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #ded6b5;
	background-color: #527578;
	padding: 15px;
	position: absolute;
	z-index: 9999;
}
a:link {
	color: #527578;
	font-weight: 600;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #527578;
	font-weight: 600;
}
a:hover {
	color: #d9d3b3;
	background: #527578;
	text-decoration: none;
}
a:active {
	color: #d9d3b3;
	background: #674a2a;
	text-decoration: none;
}
.clear {clear: both;} /********* CLEARS THE FLOAT *********/

/**********************************/
/********* MAIN NAV MENU *********/
/**********************************/

#headerimg .menu {

font: 12px Tahoma, Arial;

width:750px; 

margin:0 auto; 

position:relative;

z-index:100;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */

#headerimg .menu ul {

padding:0; 

margin:0;

list-style-type: none;

}

/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */

#headerimg .menu ul li {

float:left; 

position:relative;

}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */

#headerimg .menu ul li a, .menu ul li a:visited {

display:block; 

text-align:center; 

text-decoration:none; 

width:106px; 

height:28px; 

color:#000; 

background: url(/assets/images/nav_tab.png) no-repeat;

line-height:30px; 

font-size:15px;
font-weight: 800;
color: #674a2a;
padding: 5px 0px 10px 0px;

}

/* make the dropdown ul invisible */

#headerimg .menu ul li ul {

display: none;
margin: 11px 0 0 8px;

}



/* specific to non IE browsers */

/* set the background and foreground color of the main menu li on hover */

#headerimg .menu ul li:hover a {
	color: #527578; 
}

/* make the sub menu ul visible and position it beneath the main menu list item */

#headerimg .menu ul li:hover ul {

display:block; 

position:absolute; 

top:31px; 

left:0; 

width:105px;

border-top: 1px solid #674a2a;

}

/* style the background and foreground color of the submenu links */

#headerimg .menu ul li:hover ul li a {

			display:block; 
			margin: 8px 0px 0px 8px;
			padding: 0;
			min-width: 95px;
			margin: 0;
			text-align: left;
			font-size: 12px;
			height: 15px;
			line-height: 15px;
			padding: 5px 15px 5px 8px;
			color: #674a2a;
			border-right: 1px solid #674a2a;
			border-left: 1px solid #674a2a;
			border-bottom: 1px solid #674a2a;
			background: #ece5c9;
}

/* style the background and forground colors of the links on hover */

#headerimg .menu ul li:hover ul li a:hover {


color:#527578;

}
body {
	background: url(../../../images/content_bg.jpg) repeat;
	margin: 0px;
}	

html { margin: 0px; }
#header {
	height: 259px; width: 100%; 
	background: url(../../../images/bground.jpg) repeat-x; 
}
	#headerimg {
		background: url(../../../images/header.jpg) no-repeat; 
		height: 259px; width: 960px;
		margin: 0 auto;
	}
	
		#headerimg #search {
			position: relative;
			float: right;
			margin-top: 220px;
			z-index: 9999;
			font-family: Arial, Helvetica, sans-serif;
		}

#wrapper {							/********* PAGE WRAPPER (DOES NOT INCLUDE HEADER & FOOTER) *********/
	width: 960px; height: auto;
	margin: 0 auto;
}
#content {
	float: left;
	width: 520px;
	min-height: 400px;
	height: auto;
	margin: 50px 0 20px 10px;
	padding: 30px 20px;
	background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #504e38;
}
#content p {margin-bottom: 20px; }

#sidebar {
	float: right;
	width: 345px;
	background: none;
	margin: 0 0 20px auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #504e38;

}
#homeTop {							/********* CONTAINS IMAGE ROTATOR AND WELCOME MESSAGE ON HOME PAGE *********/
	margin: 30px auto 0 0;
}
	#imageRotator {							/********* IMAGE ROTATOR *********/
		background: url(../../../images/image_rotator_bg.jpg) no-repeat; 
		width: 460px;
		height: 266px;
		float: left;
		margin-left: 10px;
		padding-top: 19px;
		padding-left: 13px;
		position: relative;
		z-index: 0;
	}
	#welcome {							/********* WELCOME MESSAGE TO THE RIGHT OF THE IMAGE ROTATOR *********/
		background: url(../../../images/welcome_box.jpg) no-repeat; 
		float: right;
		width: 403px;
		height: 234px;
		margin: 41px 35px;
	}
		.hello {							/********* HELLO IMAGE ON TOP RIGHT OF WELCOME BOX *********/
			margin: -18px 0 0 -8px; 
		}
		#welcome p {
	width: 82%;
	margin: 10px auto auto 32px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #504e38;
		}

#homeBottom {							/********* BOTTOM HALF OF HOME PAGE *********/
	margin-top: 25px;
}
	#column1 {							/********* DEVOTION RSS FEED) *********/
		float: left;
		width: 330px;
		height: auto;
	}
	.evotion_subscribe {
	margin-left: 10px;
}
	#column1 a:hover {background-color: transparent;}

	#column2 {							/********* SERMON RSS FEED *********/
		float: left;
		margin-left: 45px;
		width: 262px;
		height: auto;
	}
	#column3 {							/********* NEWS RSS FEED *********/
		float: left;
		margin-left: 30px;
		width: 285px;
		height: auto;
	}
		#column3 p {
			width: 275px;
			margin: 2px 0 10px 0px;
			text-align: justify;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 12px;
			line-height: 14px;
		}
		
#footer {							/********* FOOTER STRETCHES 100% WIDTH *********/
	width: 100%; height: 226px;
	background: #547679 url(../../../images/footer_bg.gif) repeat-x; 
	margin-top: 55px;
	margin-bottom: 0px;
}

	#footer_content {							/********* ACTUAL CONTENT AREA OF FOOTER WITHIN WRAPPER DIMENSIONS *********/
		background: #547679 url(../../../images/footer_content_bg.jpg) no-repeat; 
		width: 960px; height: 176px;
		margin: 0 auto;
		padding-top: 50px;
	}
#copyright {
	float: left;
	}
#quick_links img { float: right; }

#quick_links ul {
	float: right;
}

#quick_links ul li {
	display: inline;
	width: 100px;
}

#quick_links ul li a {
	display: none;
}

#quick_links ul li ul li {
	display: block;
	margin: 0 0 0 25px;
}

#quick_links ul li ul li a {
	width: 100px;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #dbd5b4;
	line-height: 18px;
	text-decoration: none;
	background: none;
}

#quick_links ul li a:hover {
	background: #dbd5b4;
	color: #557779;
	font-weight: 400;
}
/*************************************/
/********* DEVOTION RSS FEED *********/
/*************************************/

#devotion {
	padding-left: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
}

#devotion ul li {
	padding: 10px;
	background: #none;
}
#devotion a {
	color: #547779;
	font-weight: 600;
	text-decoration: none;
}
#devotion a:hover {
	color: #547779;
	background: none;
	text-decoration: none;
}
#devotion .headline a:hover {
	color: #547779;
	background: none;
	text-decoration: none;
}
#devotion .headline a {
	color: #547779;
	font-size: 15px; 
	font-weight: bold;
}
#devotion .date {
	margin: 4px 0 10px 0;
	font-weight: bold;
}
#devotion img {
	display: none;
}

/***********************************/
/********* SERMON RSS FEED *********/
/***********************************/

#sermonrss {
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 11px;
}
#sermonrss a {
	color: #547779;
	font-weight: 600;
	text-decoration: underline;
}
#sermonrss a:hover {
	color: #d9d3b3;
	background: #674a2a;
	text-decoration: none;
}
#sermonrss .headline a:hover {
	color: #d9d3b3;
	background: #674a2a;
	text-decoration: none;
}
#sermonrss .headline a {
	color: #674a2a;
	font-size: 12px; 
	font-weight: bold;
}
#sermonrss .date {
	margin: 4px 0 0px 0;
	font-weight: bold;
}
#sermonrss .enclosure {
	margin: 21px 0 30px 0;
}
#sermonrss .enclosure a {
	color: #674a2a;
	background: white;
	text-decoration: none;
	padding: 5px 10px;
}
#sermonrss .enclosure a:hover {
	color: white;
	background: #674a2a;
	text-decoration: none;
	padding: 5px 10px;
}
#sermonrss img {
	display: none;
}

/***********************************/
/********* NEWS RSS FEED *********/
/***********************************/

#newsfeed li {
	margin-bottom: 10px;
	overflow: hidden;
}
#newsfeed {
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 11px;
}
#newsfeed a {
	color: #674A2A;
	font-weight: 600;
	text-decoration: underline;
}
#newsfeed a:hover {
	color: #674A2A;
	background: none;
	text-decoration: none;
}
#newsfeed img {
	display: none;
}

.give {
	margin: 10px 0 20px 50px; 
}
.paypal_submit {
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: -10px;
}

.join {
	float: right;
	margin: 25px 40px 10px auto; 
}
.left { float: left; }

.right { float: right; }

#search {
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#search fieldset { border: none; }

.search_text {
	background: transparent url(../../../images/search_box.gif) no-repeat;
	border: 0px;
	width: 167px;
	height: 14px;
	padding: 5px;
	color: #674a2a;
}
.search_submit {
	width: 30px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../../../images/search_arrow.png) no-repeat;
	text-indent: -1000px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#sidebar ul { margin-top: 10px; }
#sidebar ul li {
	font-size: 14px;
	margin-left: 40px;
	list-style-image: url(../../../images/list_arrow.png);
	line-height: 170%;
}

#sidebar ul li.active a { color: #dbd5b4; background: #527578; padding: 3px; }
#sidebar ul li a {
	text-decoration: none;
}

.related {
	background: #527578;
	padding: 15px;
}
.cover { width: 200px; height: 70px; background: #fff; margin: 0 auto; margin-top:-85px; position: relative; z-index: 9999; }

strong { font-weight: bold; }

.AS_ajax_result { background: #fff; padding: 5px; border: 1px dotted #999; }

#sermonfeed ul li {
	background: #E6E6E6;
	padding: 10px;
	margin: 0 0 10px 0;
}

#sermonfeed .date {
	margin: 0 0 0 0;
	font-weight: bold;
}

#sermonfeed p.enclosure { margin-bottom: 0px; }

