/*

--MAIN STYLESHEET--

Site URL: 	http://eccc.us
Copyright: 	2008, All Rights Reserved.
CSS+HTML: 	David Russell | davidrussell.org

<style><!-- for syntax highlighting in text editor -->
*/

/* RESET STYLES */		
						html, body, div, span, applet, object, iframe,
						h1, h2, h3, h4, h5, h6, p, blockquote, pre,
						a, abbr, acronym, address, big, cite, code,
						del, dfn, em, font, img, ins, kbd, q, s, samp,
						small, strike, strong, sub, sup, tt, var,
						dl, dt, dd, ol, ul, li,
						fieldset, form, label, legend,
						table, caption, tbody, tfoot, thead, tr, th, td {
							margin: 0;
							padding: 0;
							border: 0;
							outline: 0;
							font-weight: inherit;
							font-style: inherit;
							font-size: 100%;
							font-family: inherit;
							vertical-align: baseline;
						}
						/* remember to define focus styles! */
						:focus {
							outline: 0;
						}
						body {
							line-height: 1;
							color: black;
							background: white;
						}
						ol, ul {
							list-style: none;
						}
						/* tables still need 'cellspacing="0"' in the markup */
						table {
							border-collapse: separate;
							border-spacing: 0;
						}
						caption, th, td {
							text-align: left;
							font-weight: normal;
						}
						blockquote:before, blockquote:after,
						q:before, q:after {
							content: "";
						}
						blockquote, q {
							quotes: "" "";
						}
						.clearfix:after {
							content: "."; 
							display: block; 
							height: 0; 
							clear: both; 
							visibility: hidden;
						}
						/* Hide from IE Mac \*/
						* html .clearfix {height: 1%;}
						/* End hide from IE-mac */

/* END RESET */

html {}

p {
	padding-bottom: 1em;
	line-height: 1.75em;
}

	em {font-style: italic;}
	
	strong {font-weight: bold;}

body {
	background: url(/images/site/body.gif) repeat-x top;
	background-color: #0D6091;
	font: 12px/1.5em Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
}

	body#home {
		/*background-image: none;
		background-color: #FFF;
		color: #999;*/
	}

.align {
	width: 940px;
	margin: 0 auto;
}

a {color: #6A9B51;}

	a:hover {color: #9BC087;}
	
	/* a:visited {color: #FFAD77;} */
	
blockquote {
	background-color: #444;
	font-style: italic;
	margin: 1em;
	padding: 1em;
	text-align: justify;
}

	blockquote p {
		margin: 0;
	}
	
	blockquote em {
		font-style: normal;
	}

q {font-style: italic;}

code, pre {font-family: "Courier New", Courier, monospace;}

dl {}

	dt {
		font-weight: bold;
		margin-left: 1em;
	}
	
	dd {
		margin: 0 0 1em 3em;
	}

	ul li ul li ul {
		margin-top: 0;
	}
	
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	font-weight: 100;
}

h3 {
	font-size: 1.4em;
	font-weight: 100;
}

h4 {
	font-size: 1.2em;
	font-weight: 100;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

div.hr {
	background: url(/images/site/hr.jpg) no-repeat center;
	margin: 1em 0 2em 0;
	clear: both;
}

	div.hr hr {visibility: hidden;}
	
.column-1, .column-2, .column-3 {float: left; width: 293.3px; padding: 10px;}

.column-left {float: left; width: 50%;}

.column-right {float: right; width: 50%;}

.center {
	text-align: center;
	margin: 0 auto;
}

.clear {clear: both;}

#header {
	color: #FFF;
	background-color: #000;
	border-bottom: 2px solid #072D43;	
}

	#header h1 {height: 100px; overflow: hidden;}
	
		#header h1 a {
			color: #FFF;
			text-decoration: none;
			height: 100px;
			text-align: center;
			display: block;
			padding-top: 40px;
		}

#nav {
	background-color: #0D6091;
	border-top: 3px solid #01476D;
	border-bottom: 2px solid #01476D;
	font-weight: bold;
        
        
}

	#nav ul {
		height: 26px;
                
	}
	
		#nav ul li {
			border-left: 1px solid #01476D;
			display: block;
			float: left;
			list-style-type: none;
			position: relative;
			text-align: center;
			line-height: 2em;
			text-transform: uppercase;
                        z-index:1000;
		}
		
			#nav ul li.contact {
				border-right: 1px solid #01476D;
                                
			}
				
	#nav ul li a {
		display: block;
		padding: 0 26.35px;
		color: #FFF;
		height: 26px;
		text-decoration: none;
		cursor: pointer;
                
	}

		#nav ul li a:hover {
			color: #EEE;
			background-color: #01476D;
                        
		}
		
			body#home #nav li.home>a,
			body#about #nav li.about>a,
			body#ministries #nav li.ministries>a,
			body#worship #nav li.worship>a,
			body#media #nav li.media>a,
			body#morning-breath #nav li.morning-breath>a,
			body#contact #nav li.contact>a
			{
				background-color: #A3C084;
			}
	
			/* Fix IE. Hide from IE Mac \*/
			* html #nav ul li { float: left; }
			* html #nav ul li a { height: 1%; }
			/* End */
		
			#nav li ul {
				display: none;
				position: absolute;
				text-align: left;
				top: 26px;
				left: -1px;
			}
			
				#nav li ul li {
					text-transform: none;
					clear: left;
					border: 0;
				}

					#nav li ul li a {
						display: block;
						background-color: #0D6091;
						text-align: left;
						padding: 5px 8px;
						float: left;
						clear: both;
						height: 22px;
						border-bottom: 1px solid #01476D;
						position: relative;
						z-index: 1000;
					}
					
						#nav li.about ul li a {width: 15em;}
						#nav li.ministries ul li a {width: 11.5em;}
						#nav li.worship ul li a {width: 8.19em;}
						#nav li.media ul li a {width: 8.5em;}
						#nav li.morning-breath ul li a {/*adjust if drop-down items are added*/}
						#nav li.pastors-blog ul li a {/*adjust if drop-down items are added*/}
						#nav li.contact ul li a {width: 9em;}
					
				#nav li:hover ul, #nav li.over ul { 
					display: block;
					border-top: 1px solid #f2fd7d;
				}
				
				#nav li:hover ul li:hover, #nav li.over ul li.over {
					background-color: #333;
				}
			
#content {
	background: url(/images/site/content.gif) repeat-y #333;
}

	#content ul, #content ol {
		margin: 0 30px 20px 0;
		list-style-type: none;
		padding-left: 20px;
		padding-bottom: 15px;
	}
	
		#content ol li {
			list-style-type: decimal;
			margin: 10px 15px 0 15px;
			line-height: 1.5em;
		}
	
		#content ul li {
			margin: 10px 15px 0 0;
			line-height: 1.5em;
			background: url(/images/site/li.gif) no-repeat 0 5px;
			padding-left: 20px;
		}
		
	#content ul.slide {
		margin: 0;
		padding: 0;
	}
	
		#content ul.slide li {
			list-style: none;
			margin: 0;
			position: relative;
			z-index: 1;
		}
		
	#content div.accordion {
		border: 1px solid #6A9B51;
		width: 288px;
		background-color: #111;
	}
	
		#page div.accordion {
			padding: 2px;
			border: none;
		}
	
		#content div.accordion h4 a {
			display: block;
			background-color: #6A9B51;
			color: #FFF;
			padding: 4px 6px 0px 6px;
			text-transform: uppercase;
			font-size: 0.9em;
			margin: 0 0 1px 0;
		}
		
		#content div.accordion img {
			display: block;
			width: 288px;
			height: 120px;
			margin: 0 auto;
			padding: 0;
		}
		
		#content div.accordion p,
		#content div.accordion h5 {
			font-size: 0.9em;
			margin: 4px 4px;
			line-height: 1.2em;
			padding: 0;
		}
		
			#content div.accordion h5 {
				text-align: center;
				font-size: 1em;
			}
		
	#content div.ministry-list {
		background-color: #191919;
	}

		#content div.ministry-list ul {
			width: 270px;
			list-style: none;
			padding: 10px;
			margin: 0;
		}
		
			#content div.ministry-list ul li {
				float: left;
				width: 135px;
				margin: 0;
				text-transform: uppercase;
			}
			
		#content div.ministry-list h4 a {
			background-color: #272727;
			clear: both;
			display: block;
			width: 12em;
			margin: 0 auto;
			margin-bottom: 1em;
			text-align: center;
			padding: 3px 6px;
		}
		
			#content div.ministry-list h4 a:hover {
				background-color: #313131;
			}
		
		#content div.ministry-list a {
			text-decoration: none;
		}
	
#home-page {}

	#home-page h2 {
		background: url(/images/site/home/welcome.gif);
		width: 290px;
		height: 118px;
		line-height: 118px;
		text-align: center;
		margin: 1.25em 0 1em 0;
	}
	
		#home-page h2 span {
			display: none;
		}
		
	#home-page h3 {
		display: block;
		background: url(/images/site/table-th.jpg) #0D6091 top repeat-x;
		line-height: 1.2em;
		padding: 4px;
		width: 282px;
	}
	
		#home-page h3.link {
			background: url(/images/site/h3-link.jpg) #6A9B51 center repeat-x;
		}
	
		#home-page h3 a {color: #FFF; text-decoration: none; display: block;}
		
	#home-page ul li {
		padding: 0;
		background: none;
	}
	
	#home-page ul.slide {
		margin-bottom: 1em;
		/* other rules above under #content */
	}
	
	#home-page div.quick-links {
		margin: 1em 0;
	}
	
		#home-page div.quick-links ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
			#home-page div.quick-links ul li {
				float: left;
				background-color: #292929;
				padding: 5px;
				margin: 0;
			}
			
				#home-page div.quick-links ul li.alt {
					float: right;
				}

				#home-page div.quick-links ul li a {
					text-decoration: none;
					color: #FFF;
				}
				
				#home-page div.quick-links ul li img {
					display: block;
				}
				
				#home-page div.quick-links ul li span {
					display: block;
					margin-top: 5px;
					text-align: center;
				}
		
#page {
	width: 680px;
	float: right;
	padding: 20px;
	color: #FFF;
	font-size: 1.2em;
}

	body#home #content {
		background-image: none;
	}
	
	#page h2 {
		margin-bottom: 0.3em;
	}
	
	#page h3 {
		margin: 1em 0 0.2em 0;
		text-transform: uppercase;
		font-size: 1.2em;
		color: #CCC;
	}
	
		#page h3 a {
			text-decoration: none;
		}
	
	#page h4 {
		margin-top: 1em;
	}
	
	#page img {
		background-color: #222;
		padding: 5px;
	}
	
		#page img.left {
			float: left;
			margin: 2px 5px 15px 0;
		}
	
		#page a:hover img {
			background-color: #111;
		}
		
	#page form {}
			
		#page form fieldset {
			padding: 1em;
			background-color: #222;
			margin-bottom: 1em;
		}
		
		#page form legend {
			background-color: #222;
			color: #999;
			text-transform: uppercase;
			font-size: 0.9em;
			border-top: 1px solid #555;
			border-left: 1px solid #333;
			border-right: 1px solid #333;
			padding: 3px 6px 0px 6px;
		}
	
		#page form label, #page form p.form-instructions {
			text-align: right;
			float: left;
			width: 38%;
			margin-right: 2%;
			clear: left;
			margin-bottom: 2em;
		}
		
			#page form label small {
				float: none;
				text-align: left;
				margin-bottom: 0;
				display: inline;
			}
		
		#page form input, #page form select {
			font: 1.3em Helvetica, Verdana, Arial, sans-serif;
			display: block;
			float: left;
			width: 45%;
		}
		
			#page form input.short {
				width: 5em;
			}
			
			#page form input.button {
				float: right;
				font-family: Helvetica, Verdana, Arial, sans-serif;
				width: inherit;
				cursor: pointer;
				border: 2px solid #222;
				background-color: #555;
				color: #FFF;
				padding: 0.2em 1em;
			}
			
				#page form input.button:hover {
					background-color: #444;
				}
				
		#page div.checkboxes, #page div.radio {
			width: 60%;
			float: right;
		}	
		
			#page form div.checkboxes input, #page form div.radio input {
				width: 2em;
				display: inline;
				clear: both;
			}
			
			#page form div.checkboxes label, #page form div.radio label {
				text-align: left;
				display: inline;
				width: 62%;
				clear: none;
				margin: 0;
			}
		
		#page form select {
			text-align: left;
			width: auto;
		}
		
			#page form select.state {clear: none; margin-right: 2em; font: 1em Helvetica, Verdana, Arial, sans-serif;}
			#page form label.state {}
			#page form input.zip {clear: none; width: 4.4em; font: 1.15em Helvetica, Verdana, Arial, sans-serif; text-align: center;}
			#page form label.zip {clear: none; width: 6em;}
			
		#page form textarea {
			font: 1.3em Helvetica, Verdana, Arial, sans-serif;
			display: block;
			float: left;
			width: 45%;
			margin-bottom: 2em;
		}
			
		#page form small {
			float: left;
			font-size: 0.8em;
			text-transform: uppercase;
			color: #999;
			text-align: left;
			margin: 0 0 0.5em 0.5em;
			display: inline;
		}
		
			#page form small.message {
				display: block;
				width: 25em;
			}
	
		#page form div.checkboxes input {
			width: 5%;
			float: left;
			margin-bottom: 0.5em;
			clear: left;
		}
		
		#page form div.checkboxes label {
			margin-bottom: 0.5em;
			text-align: left;
			width: 80%;
			float: left;
			clear: none;
		}
	
		#page form div.radio-box {
			background-color: #373737;
			padding: 2%;
			float: left;
			width: 42%;
			display: block;
			margin-bottom: 1em;
		}
		
			#page form div.radio-box input {
				width: auto;
				margin-right: 0.3em;
				clear: left;
			}
			
			#page form div.radio-box label {
				float: left;
				text-align: left;
				clear: none;
				display: inline;
				margin-bottom: 0.2em;
			}
			
		form div.captcha p {
			width: 310px;
			float: left;
			text-align: center;
		}
		
			#page form div.captcha span {
				position: relative;
				top: -15px;
				color: #FFF;
			}
		
		form div.captcha input {
			display: inline;
			float: right;
			position: relative;
			top: 5px;
		}
					
		div.important {
			height: 1.65em;
			clear: left;
			padding: 0.1em 0.5em 0.1em 0;
			background-color: #990000;
		}
		
		div.captcha {
			margin: -7px 0 0 0.5em;
			float: left;
			margin-bottom: 1em;
		}
		
			input.captcha {
				width: 118px;
				font: 1.7em Georgia, "Times New Roman", Times, serif;
				font-weight: bold;
			}
			
		#page form span {
			color: #990000;
			margin-left: 0.3em;
		}
	
	#page table {
		margin: 1em;
		width: 656px;
		border: 5px solid #292929;
	}
	
		#page table tr {}
		
			#page table th {
				background: url(/images/site/table-th.jpg) #0D6091 top repeat-x;
				padding: 0.2em 0.4em;
				font-weight: bold;
			}
			
			#page table td {
				padding: 0.2em 0.4em;
				background-color: #444;
			}
			
	#page .scripture, #page .caption {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #999;
		font-style: italic;
	}
	
	#page span.caption {
		display: block;
		text-align: center;
	}
	
	#page .uppercase {
		text-transform: uppercase;
	}
	
	#page div.profile {
		clear: both;
	}
	
		#page div.profile div.left {
			float: left;
			width: 190px;
			margin: 1em 0 2em 0;
		}
		
		#page div.profile div.right {
			float: right;
			width: 470px;
		}
		
			#page div.section div.profile div.right {
				width: 430px;
			}
		
	#page #maps {
		background-color: #292929;
		padding: 1em;
		margin-bottom: 1em;
	}

		#page #maps p {
			float: left;
			width: 33.3%;
			text-align: center;
			margin: 0;
			padding: 0;
		}
		
	#page td.name {width: 25%;}
	#page td.position {width: 50%;}
	
	#page #gallery {margin-top: 2em;}
	
	#page .section {
		background-color: #3C3C3C;
		padding: 1em 1em 0 1em;
		margin-bottom: 1em;
		border-top: 5px solid #2A2A2A;
		clear: both;
	}
	
		#page .section h4 {
			text-transform: uppercase;
			margin-top: 0;
		}
		
		#page .section .left {
			float: left;
		}
		
		#page .section .right {
			float: right;
		}
		
		#page .half {
			width: 48%;
		}
		
			body.kids .section {
				margin-bottom: 1em;
				height: 330px; /* IE doesn't accept clearfix here, so forcing height */
			}
		
			body.kids .section .left {
				width: 55%;
			}
	
			body.kids .section .right {
				width: 45%;
			}
	
	body.mezzanine #page div.accordion {
		float: left;
	}
	
		body.mezzanine #page div.accordion h4 {
			margin: 0;
			font-size: 1.05em;
			clear: both;
		}
	
		body.mezzanine #page div.accordion img {
			height: auto;
		}

		body.mezzanine #page div.accordion div {
			height: 24em;
			overflow: auto;
		}
		
		div.item {
			margin: 10px 0;
			height: 90px !important;
		}
			
			div.item-description {
				float: left;
				width: 150px;
				height: auto !important;
				font-size: 0.9em;
				color: #999;
			}
			
				div.item-description h3 {
					color: #FFF;
					text-transform: uppercase;
					width: 120px;
					margin: 0 0 0 4px !important;
				}
			
			div.item img.small {
				width: 100px !important;
				height: 70px !important;
				float: left;
				clear: both;
				margin: 0 10px;
			}

	body.mezzanine #page div#gallery {
		float: right;
		margin-top: 0;
	}
	
	#page .mezzanine-podcast a {
	}

	#page div.media, #page div.wallpaper {
		float: left;
		width: 310px;
		margin: 0 10px 25px 0;
	}
	
		#page div.wallpaper {height: 150px;}
	
		#page div.media .meta-image, #page div.wallpaper .meta-image {
			float: left;
			width: 160px;
			margin: 0 10px 10px 0;
		}
		
			#page div.wallpaper .meta-image {
				width: 185px;
			}
		
		#page div.media .meta-information, #page div.wallpaper .meta-information {
			float: left;
			width: 140px;
			margin: 0;	
		}
		
			#page div.wallpaper .meta-information {
				width: 115px;
			}
			
			#page div.wallpaper ul {padding: 0;}
			
				#page div.wallpaper ul li {line-height: 1em;}
		
			#page div.media .meta-information h3, 
			#page div.media .meta-page h3, 
			#page div.wallpaper .meta-information h3 {
				margin: 0;
			}
			
	#page .feature-video {
		text-align: center;
		margin: 15px auto;
	}
	
#subnav {
	width: 220px;
	float: left;
}

	#subnav h5 {
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: 100;
		margin: 1.5em 1em 0 1em;
	}

		#subnav h5 a {
			color: #6A9B51;
			text-decoration: none;
		}
	
	#subnav ul {
		margin: 0;
	}
	
		#subnav ul li {
			padding: 0;
			font-size: 0.9em;
			width: 180px;
			list-style-type: none;
			background: none; /* cancel #content ul li */
		}
		
			#subnav ul li a {
				background: url(/images/site/subnav/ul-li.gif) no-repeat left 0;
				color: #999;
				text-transform: uppercase;
				text-decoration: none;
				display: block;
				padding: 0.5em 2em;
				border-top: 1px solid #444;
				border-bottom: 1px solid #444;
				margin-bottom: 1em;
			}
			
				#subnav ul li a:hover {
					background-position: left -128px;
				}

#footer {
	background-color: #000;
	border-top: 4px solid #222;
	color: #999;
	font-size: 0.9em;
}

	/*
	body#home #footer {
		background: url(/images/site/footer.jpg) repeat-x #FFF bottom;
	}*/
	
	#footer .column-1, #footer .column-2, #footer .column-3 {text-align: center;}
	
	#footer strong {text-transform: uppercase;}
	
	#footer p {padding: 0;}
	
	#footer ul {width: 90%;}
	
		#footer ul li {
			font-size: 1em;
			display: inline;
			margin: 0 1em;
		}
		
			#footer ul li a {
				text-decoration: none;
				color: #105C8A;
				text-transform: uppercase;
				font-weight: bold;
			}
			
				#footer ul li a:hover {
					color: #999;
				}
	
	#footer h5 {
		font-size: 2em;
		color: #0B6091;
		margin-bottom: 1px;
	}

#base {color: #BBB; /*background-color: #0D6091;*/}

	#base p {font-size: 0.9em; text-align: center;}
	
	#base a {color: #BBB;}