/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lato", "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	color: #767676;
	font-weight: 400;
}

* {
	margin: 0;
	padding: 0;
}



.mobile {
	display: none;
}

a {
	color: #9cdbff;
}
a:hover {
	text-decoration: none;
}

#header_social a.btn {
	top: -.5em;
	margin-right: 1em;
	position: relative;
}

hr {
	border: 0;
	background: none;
	border-bottom: 3px solid #dfae9d;
	padding: 1em 0 1em 0;
	clear: both;
}

.emphatic_text {
	color: #a1770f;
	font-size: 24px;
	font-weight: 100;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 24px;
	display: block;
}

ul.staff_list li {
	list-style: none;
	width: 185px;
	height: 370px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}

ul.staff_list li h3 { display: inline; border-bottom: none; }

ul.staff_list li a { }

ul.staff_list li p { display: inline; }
ul.staff_list li img { margin-bottom: 10px; }

ul.staff_list li h3 em {
	font-size: 12px;
}

.col_one_float ul.job_listings li {
	list-style: none;
	padding-bottom: 2em;
	padding-top: 1em;
}

.center_text {
	text-align: center;
}

.sub_page div div ol li, .sub_page div div ol li{
	margin: 0 0 1em 2em;
}

.photo_board img {
	width: 30%;
	margin: 0 1.5% 1.5% 1.5%;
}

.photo_board2 img {
	width: 23.6%;
	margin: 0 .2% .5% .2%;
}

.button_list li {
	list-style: none;
	margin-bottom: 1em;
}

.button_list li a {
	display: block;
	background: #a1770f;
	font-size: 1.4em;
	color: #fff;
	padding: 1em;
	text-decoration: none;
}

.btn {
	background: #222222;
	color: #fff;
	border-radius: 10px;
	padding: .8em 1.2em .8em 1.2em;
	text-decoration: none;
}
ul.link_list li{
	font-size: 1em;
	padding: .5em;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
	ul.link_list li a {
		text-decoration: none;
		color: #2e4028;
	}

h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	font-weight: 500;
	font-family: "Roboto Slab", "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h3 {
	margin-bottom: 1em;
	font-family: "Roboto Slab", "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
p {
	margin-bottom: 1em;
}

.stretch { width: 100%; }

.fadeInBlock {
    opacity:0;
}
	
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

ul.form li {
	list-style: none;
	float: left;
	width: 25%;
	height: 5em;
}
ul.form li input[type="text"], ul.form li select {
	width: 75%;
}
ul.form li label {
	display: block;
	width: 100%;
}
div.form_divider { 
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	clear: both;
}

table td {
	border: 1px solid #ccc;
	padding: 5px;
}

#slideshow {
	width: 100%;
	min-height: 200px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	position: fixed;
	top: 180px;
	margin-bottom: 2em;
	left: 3%;
	z-index: -3;
}

#slideshow > div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#slideshow img {
	width: 45%;
	min-width: 600px;
}

#slideshow > span { 
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		width: 100%;
		display: block;
		padding-top: 150px;
		
	}
	
	#slideshow > a {
		display: block;
		width: 100%;
		position: absolute;
	}
	
	#slide_right {
		position: absolute;
		right: -10%;
		top: 2em;
		padding: .5em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		z-index: 4000;
		font-weight: 900;
	}
	#slide_left {
		position: absolute;
		left: 1%;
		top: 2em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		padding: .5em;
		z-index: 4000;
		font-weight: 900;
	}

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 20%; text-align: right; font-size: 1.2em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd input[type="text"]  {
	width: 60%;
	height: 2em;
	font-size: 2em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 2em;
}
dl.form dd select {
	
	height: 2em;
	font-size: 2em;
}
dl.form dd input[type="submit"] {
	font-size: 1.3em;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	background: #222222;
	border: 0;
	border-radius: 5px;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 30%;
	margin: 0 0 1em 1em;
	
}

.flex_img_left {
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
}

.news_entry {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 1.5em;
}
	.news_entry h3 {
		margin-bottom: .5em;
	}
.full_news_entry {
	padding-top: 2em;
}
.full_news_entry h3 {
	font-size: 2em;
}

/* Search Styles */
.search_box {
	border: 1px solid #e3e4e5;
	padding: 10px 15px 10px 15px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 20px;
	background: #fff;
	text-align: right;
}
.search_box img {
	width: 20px;
	vertical-align: middle;
}
	.search_box .field_set {
		margin-right: 15px;
	}
	
	.result_stats {
		margin-bottom: 15px;
	}
input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
	width: 150px;
}

/* Dropdown Styles

                                { margin: 15px 0; }

/* 
	LEVEL ONE


ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } 
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

*/

ul.dropdown                         { position: relative; }
ul.dropdown li:hover                { position: relative; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 2.5em;  left: -2em; background: #3a3e41; }
ul.dropdown ul li 					{ list-style: none; float: none; text-align: left; background: #3a3e41; margin: 0; padding: 0; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding: 1em 0 1em 2em; color: #fff; background: #3a3e41; margin: 0; text-decoration: none; }
ul.dropdown ul li a:hover { background: #282c2e; }

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




/* Layout Styles */

#back_photo {
	position: fixed;
	top: 0;
	width: 100%;
	height: 600px;
	z-index: 0;
	background: #fff;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background: url(images/immanuel_web_parts_22.png);
	height: 50px;
	z-index: 3000;
	font-family: "Roboto Slab", "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

	header > a#mobile_btn {
		position: absolute;
		top: 30px;
		right: 3%;
		display: none;
		z-index: 4000;
	}

	

	header h1 {
		position: relative;
		top: 110px;
		left: auto;
		margin-bottom: 20px;
		text-align: center;
	}
		header h1 img {
			width: 700px;
			display: none;
		}
		
	header nav {
		display: block;
		top: 15px;
		position: absolute;
		right: 17%;
		width: 80%;
		text-align: right;
		font-weight: 300;
		z-index: 10000;
	}

	
	
		header nav > ul > li {
			list-style: none;
			display: inline-block;
			font-size: 1em;
			margin: 0 2% 0 2%;
			padding-bottom: 20px;
			z-index: 10000;
		}
			header nav > ul > li > a {
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 300;
				padding-top: 1em;
				padding-bottom: 1em;
			}
header nav > ul > li.sub_menu > a {
	background: url(images/immanuel_web_parts_15.png) center 35px no-repeat;
	background-size: 8px;
}
header nav > ul > li > a:hover {
	border-top: 12px solid #404040;
}
			
	
	header #mobile_nav {
		display: none;
		position: absolute;
		right: 0;
		width: 15em;
		background: #fff;
		z-index: 4000;
		text-align: left;
		top: 130px;
	}
	header #mobile_nav > li > a {
		display: block;
		padding: 1em 1.5em 1em 1.5em;
		background: #222222;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
	}
	header #mobile_nav > li > a:hover {
		background: #434242;	
	}
	header #mobile_nav > li {
		display: block;
		background: #222222;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #434242;
	}
	
header #sermon_list_box {
	position: fixed;
	width: 350px;
	background: #3a3e41;
	right: -350px;
	top: 0;
	z-index: 10000;
	padding-bottom: 1em;
	line-height: 1.1em;
}
header #sermon_list_box iframe {
	position: relative;
	top: -3em;
}
header a#sermon_btn {
	position: relative;
	left: -18.5em;
	text-decoration: none;
	top: 0;
	display: inline-block;
	background: #3a3e41 url(images/immanuel_web_parts_17.png) top 23px right 15px no-repeat; 
	background-size: 5px;
	padding: 18px 2em 18px 1.5em;
	color: #a1770f;
	font-size: 1em;
	border-radius: 0 0 0 10px;
}
#divRss {
	min-height: 300px;
	display: none;
}

h2#intro_text {
	position: fixed;
	font-size: 3em;
	color: #fff;
	font-style: italic;
	text-align: center;
	top: 160px;
	right: 3%;
	line-height: 1.3em;
	font-weight: 100;
	text-shadow: 1px 1px 1px #000000;
}

#header_social {
	position: fixed;
	top: 60px;
	right: 2%;
	
}
#header_social img {
	margin-right: .5em;
}

#awana_btn {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	background: #9cdbff;
	color: #ffffff;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -7px;
	text-decoration: none;
	z-index: 1;
}

#vbs_btn {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	background: #9cdbff;
	color: #ffffff;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -7px;
	text-decoration: none;
	z-index: 1;
}

#conference_btn {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	background: #9cdbff;
	color: #ffffff;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -7px;
	text-decoration: none;
	z-index: 1;
}

#institute_btn {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	background: #9cdbff;
	color: #ffffff;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -7px;
	text-decoration: none;
	z-index: 1;
}

main {
	z-index: 2000;
	position: relative;
}
	
.sub_page {
	padding-top: 480px;
	min-height: 700px;
	position: relative;
	margin: 0 auto;
}
	.sub_page ul {
		margin-bottom:  2em;

	}
	
	.sub_page > div {
		background: #fff;
		min-height: 700px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		padding: 0 2% 0 2%;
	}
	.sub_page > div > div > h2 {
		font-size: 3em;
		text-transform: uppercase;
		font-weight: 300;
		position: relative;
		top: -1em;
		color: #fff;
	}
	.sub_page > div > div {
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}

	.sub_col_one {
		width: 48%;
		float: left;
		padding-bottom: 2em;
		margin-bottom: 2em;
		border-bottom: 2px solid #eee;
	}
	.sub_col_two {
		width: 48%;
		float: right;
		margin-left: 4%;
	}

	
	.col_one {
		width: 100%;
		float: left;
	}
	.col_two {
		width: 100%;
		text-align: center;
	}
		.col_two h2 {
			margin-bottom: .2em;
			padding: .5em;
			text-transform: none;
			font-size: 1.7em;
			margin-left: -1em;
		}
		.col_two article {
			margin-bottom: 1em;
			width: 21%;
			float: left;
			padding: 0 2% 0 2%;
		}
		.col_two article h3 {
			margin-bottom: .5em;
		}
		.col_two article img {
			width: 100%;
			max-width: 150px;
			margin-bottom: .5em;
			border-radius: 1em;
		}
		
	.col_one_float {
		width: 65%;
		padding-right: 3%;
		float: left;
		top: -2em;
		position: relative;
	}
.col_one_float ul li {
	margin-left: 2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
	.col_two_float {
		width: 25%;
		float: right;
		padding: 1em 2% 2em 2%;
		margin-left: 2%;
		margin-bottom: 3em;
		border-left: 5px solid #eee;
		position: relative;
		top: -2em;
	}
	.col_two_float h3 { font-size: 1em; }
.col_two_float h2 { 
	font-size: 1.1em; 
	border-bottom: 3px solid #7c848a;
	padding-bottom: .5em;
}
		
#home_main {
	padding-top: 700px;
	z-index: 2000;
}

.home_section {
	min-height: 700px;
	margin-bottom: -3em;
	padding-top: 3em;
	background: #fff;
		background-size: auto 100%;
}

.home_section p {
	margin-bottom: 2em;
}
.home_section h3 {
	font-size: 1.7em;
	font-family: "Roboto Slab";
	line-height: 1.2em;
	font-weight: 300;
}

.home_content_inner {
	max-width: 1100px;
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}


#home_cols {
		max-width: 1000px;
		height: 500px;
		width: 100%;
		margin: 0 auto;
		z-index: 10000;
		top: -8em;
	position: relative;
	
	}
		#home_cols article {
			width: 40%;
			margin: 0 1.5% 0 1.5%;
			float: left;
			text-align: center;
			z-index: 10000;
			background: #fff;
			padding: 1em 3.5% 2em 3.5%;
		}
		#home_cols article h2 {
			text-align: center;
			padding: .8em 0;
			background: #fff;
			font-weight: 300;
			text-transform: uppercase;
			color: #003253;
			font-size: 1.2em;
			z-index: 10000;
			margin-bottom: 0;
			font-weight: 400;
		}
#home_cols article > img {
	width: 100%;
	margin-bottom: 1em;
}



#home_text {
	background: #333;
	padding: 2em 20% 2em 20%;
	margin-bottom: 2em;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 300;
}




footer {
	background: #868e95;
	color: #fff;
	margin: 0 auto;	
	text-align: center;
	height: 160px;
	padding: 2em 0 0 0;
	font-weight: 500;
	z-index: 2000;
	position: relative;
}
	footer a {
		text-decoration: none;
		color: #d9d9d9;
	}
	footer > div {
		width: 95%;
		margin: 0 auto;
		text-align: left;
	}
		footer > div > img {
			position: absolute;
			top: 15px;
			right: 3%;
		}
		
		footer > div > div {
			float: left;
			width: 100%;
			padding-top: 1em;
		}
			footer > div > div li {
				list-style: none;
				float: left;
				margin-right: 2em;
			}
			



		
@media (max-width: 950px) {
	#back_photo {
		height: 700px;
	}
	
	header nav { display: none; }
	header {
		top: 0;
		height: 130px;
	}
	header > div {
		display: none;
	}
	header h1 {
		text-align: left;
		margin-left: .5em;
		top: .8em;
	}
	header h1 img {
		width: 300px;
	}
	
	header > a#mobile_btn {
		display: block;
	}
	
	header >span {
		top: 130px;
	}
	
	footer {
		display: none;
	}
	#slideshow {
		top: 500px;
		width: 97%;
		position: absolute;
		z-index: 2000;
		right: auto;
		left: 3%;
		
	}
	#slideshow img {
		width: 97%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}
	
	
	.home_section {
		font-size: .8em;
	}
	
	h2#intro_text {
		font-size: 2.5em;
		top: 300px;
		right: auto;
		width: 100%;
	}
	
	#home_main {
		padding-top: 900px;
		z-index: 2000;
	}
	
	#home_cols article {
			width: 90%;
			margin: 0 5% 0 5%;
			float: left;
			text-align: center;
			z-index: 10000;
			padding: 0;
		}
	
	
	.col_one_float {
		width: 95%;
		padding-right: 0;
		float: none;
	}

	.col_two_float {
		width: 95%;
		float: right;
		padding: 1em 0 2em 0;
		margin-left: 0;
		border-left: none;
		top: 0;
	}
	
	
	
	.photo_board img {
		width: 29%;
		margin: 0 1.5% 1.5% 1.5%;
	}
	
	.photo_board2 img {
		width: 23.6%;
		margin: 0 .2% .5% .2%;
	}
	
	
	.sub_col_one, .sub_col_two, .sub_col_three {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.sub_col_one img.stretch, .sub_col_two img.stretch, .sub_col_three img.stretch {
		width: 70%;
		padding-left: 15%;
	}
	.sub_col_one h3, .sub_col_two h3, .sub_col_three h3 {
		
		padding-left: 15%;
	}
	
	.mobile {
		display: inline-block;
	}
	
	.bio_text {
		display: none;
	}
	.expand_btn {
		margin-bottom: 3em;
		text-align: center;
		margin-left: 15%;
	}
	
	
	
}



