@charset "utf-8";
/* CSS Document */

a:link { color: #610200; text-decoration: none; border-bottom: 1px dashed #9a0300; }
a:visited { color: #a10300; text-decoration: none; border-bottom: 1px dashed #9a0300; }
a:hover { text-decoration: none; border-bottom: none; }
a:active { text-decoration: none; }

html {
	background: #e0ce96;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

#body { background: #fffbef url(../images/body_bg.gif) repeat-x; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

#top {
	height: 70px;
	padding: 15px 0px 0px 0px;
}

#search {
	float: right;
	padding-top: 15px;
}

#header {
	height: 258px;
	color: #fff;
}

	#header h1 {
		padding: 35px 0px 0px 25px;
		font-size: 4em;
	}
	
	#welcome {
		padding: 5px 0px 0px 25px;
		width: 330px;
		font-size: 1.3em;
		letter-spacing: .5px;
	}
	
	#nav {
		margin: -8px 0px 0px 15px;
		width: 185px;
		height: 260px;
		background: #7f0100 url(../images/nav_bg.jpg) 0 0 no-repeat; 
		float: left;
		padding: 6px 0px 0px 7px;
		position: relative;
		z-index: 55;
	}
	
	#nav ul li a {
		color: #d9c290;
		line-height: 160%;
		text-decoration: none;
		font-size: 1.3em;
		padding-left: 12px;
		display: block;
		font-weight: normal;
		border-bottom: none;
	}
	
	#nav ul li a:hover {
		background: #d9c290;
		color: #7f0100;
		font-weight: normal;
		border-bottom: none;
	}
	
	#nav ul li a:visited {
		border-bottom: none; }
	
	#headerimg {
		float: right;
		padding: 16px 0px 0px 0px;
	}
	
	#headerimg img {
		border: 5px solid #3e0100;
	}
#main {
	margin-top: -10px;
	padding: 25px 0px;
	font-size: 1.2em;
	line-height: 130%;
	text-align: justify;
	position: relative;
	z-index: 35;
}

	#content p {
		margin-bottom: 20px;
	}
	
	#content ul li {
		margin-left: 3em;
		list-style-type: disc;
		display: list-item;
		margin-bottom: 5px;
	}
	
	#content ol li {
		margin-left: 3em;
		list-style-type: decimal;
		display: list-item;		
		margin-bottom: 5px;
	}

	
	#main h1 {
		font-size: 2.8em;
		color: #610100;
		padding: 8px 0px 15px 0px;
	}
	
	#main h2 {
	font-size: 2.3em;
	color: #610100;
	padding: 5px 0px 12px 0px;
	line-height: normal;
	}
	
	#main h3 {
		font-size: 1.8em;
		color: #610100;
		padding-bottom: 10px;
	}


#content {
	width: 60%;
	float: left;
}

	#slideshow {
		width: 395px;
		height: 248px;
		margin: 0 auto;
		margin-bottom: 20px;
		background: url(../images/slideshow_bg.gif) bottom left no-repeat;
	}
	
	#sermons {
		width: 300px;
		float: left;
		text-align: left;
	}
	
		#sermons h2 { text-align: center; }
		
		#sermons p { padding-bottom: 0px; margin-bottom: 0px; }

#sidebar {
	width: 33%;
	float: right;
	text-align: left;
	line-height: 150%;
}

	#sidebar h1, #sidebar h2, #sidebar h3 {
		text-align: center;
		padding-bottom: 4px;
	}
	
	.info {
		width: 90%;
		margin: 0 auto;
		padding: 15px;
		background: #fff;
		border: 1px solid #ede9df;
		border-top: 5px solid #610100;
		margin-bottom: 25px;
		line-height: 150%;
	}
	
	.info p {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.info ul li {
		padding-bottom: 8px;
	}
	
	#element916400_337397 h2 {
		font-size: 1.0em;
		text-align: left;
	
	}
	#element916400_337397 .postInfo {
		display: none; 
	}

#footer {
	clear: both;
	min-height: 80px;
	color: #610200;
	text-align: center;
	padding-top: 18px;
	line-height: 200%;
	font-family: Verdana, Geneva, sans-serif;
	border-top: 5px solid #610200;
	background: #e0ce96;
	font-size: 1.2em;
}

#footer a  {
	color: #610200;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover { 
	text-decoration: underline; 	
	border-bottom: none;
}
	
	#footer ul li {
		border-right: 1px solid #610200;
		display: inline;
	}
	
	#footer ul li a {
		padding: 7px;
	}

.steeplesites  {
	text-align: center;
	margin: 0 auto;
	padding: 15px; 0px;
}

.steeplesites a { 
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}

#map {
	border: 5px solid #610200;
	margin: 0 auto;
	text-align: center;
	width: 425px;
	height: 350px;
}

strong { font-weight: bold; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.small { font-size: 11px; }

