@charset "utf-8";
/* CSS Document */

body {
	background: #201a15 url(/i/theme/remnant/bkg.jpg) repeat;
	line-height: 1.5em;
}

#bkg {
	width: 960px;
	margin: 0 auto;
	height:585px;
	
	background: url(http://www.championforest.org/worship/remnant/bg.jpg) repeat 0 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
		-moz-box-shadow:inset 0 0 15px #333;
   		-webkit-box-shadow:inset 0 0 15px #333;
  	 	box-shadow:inset 0 0 15px #333;
	
}

#top {
	padding: 20px 0 20px 0;
	width: 960px;
	height: 286px;
}

	#logo {
		float: left;
		width: 470px;
		height: 286px;
	}
	
		#logo h1 {
			padding: 59px 0 0 80px;
		}
		
			#logo h1 a {
				display: block;
				width: 311px;
				height: 166px;
				background: url(/i/thm/remnant/logo2.png) no-repeat 0 0;
				text-decoration: none;
				text-indent: -9999px
			}
			
	#video {
		float: left;
		width: 470px;
		height: 286px;
		margin: 0 0 0 20px;
		background: url(/i/theme/remnant/play.png) no-repeat 50% 50%;
		cursor: pointer;
	}

#mid {

}
#teachings
{
width: 450px;
	height: 245px;
	float: left;
	background: url(http://cdn.championforest.org/i/opacity/w60.png) repeat 0 0;
	margin: 00 px 0 0;
	padding: 20px;
}
#upcoming, #blog {
	width: 410px;
	height: 245px;
	float: left;
	background: url(http://cdn.championforest.org/i/opacity/w60.png) repeat 0 0;
	margin: 0 20px 0 0;
	padding: 20px;
}
#about{
	width: 450px;
	color:#fff;
	float: left;
	/*background: url(/i/theme/remnant/bkg.jpg) repeat 0 0;*/
	margin: 0 10px 0 0;
	padding: 10px;
	
}

	#about h4, #about h5, #about h6, #teachings h4, #blog h4 {
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		display: block;
		width: 153px;
		height: 14px;
	}
	
	#about p, #upcoming p, #teachings p, #blog p {
		margin: 8px 0 8px 0;
	}
	
		#upcoming, #blog, #teachings {
			line-height: 1.2em;
		}
		
			#upcoming p em, #blog p em, #teachings p em {
				font-size: 10px;
				font-style: none;
			}
			
				#blog a, #teachings a {
					text-decoration: none;
					color: black;
				}
				
					#blog a:hover, #teachings a:hover {
						color: #00522e;
						
						background: white;
					}
					
						#blog a:hover strong, #teachings a:hover strong {
							text-decoration: underline;
						}
	
		#about h4 {
			background: url(/i/theme/remnant/about.png) no-repeat 0 0;
		}
		
		#about h5 {
			background: url(/i/theme/remnant/upcoming.png) no-repeat 0 0;
		}
		
		#about h6 {
			background: url(/i/theme/remnant/teachings.png) no-repeat 0 0;
		}
		
		#blog h4 {
			background: url(/i/theme/remnant/blog.png) no-repeat 0 0;
		}

#blog {
	margin-right: 0;
	display: none;
}

#services {
	clear: both;
	padding: 20px 0 20px 0;
}

	#servicesBody {
		background: url(http://cdn.championforest.org/i/opacity/b70.png) repeat 0 0;
		width: 100%;
		height: 14px;
		padding: 13px 0 18px 0;
	}
	
		#worshipServiceListing {
			width: 882px;
			padding: 0 0 0 78px;
			margin: 0 auto;
		}

#container {
	width: 960px;
}

#content {
	width: 430px;
	background: url(http://cdn.championforest.org/i/opacity/w60.png) repeat 0 0;
	float: left;
	margin: 0 20px 0 0;	
	padding: 20px;
	line-height: 1.7em;
}

	#content h3 {
		text-transform: uppercase;
		font-size: 18px;
		margin: 0 0 10px 0;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-weight: bold;
	}
	
	#content h4 {
		padding: 5px 0 8px 0;
		font-size: 14px;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: black;
	}
	
	#content p {
		margin: 4px 0 11px 0;
	}

#sidebar {
	width: 470px;	
}

#sidebar div {
	margin: 0 0 20px 0;
	float: left;
}

	#sidebar div#about {
		margin-right: 20px;
	}
	
	#sidebar div#teachings {
		margin-right: 20px;
	}
	
	a {color:#FFC;}
