@import "reset.css";
@import "960.css";

/* GENERIC ----------------------------------------------------*/
body {
	background: #4C1618;
	font-family: Georgia, Times, Times New Roman, serif;
}
#header {
	background: #00b8c4;
	height: 470px;
	min-width: 960px;
}
#top {
	background: url(../images/top_bg.jpg) no-repeat 25% 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#bottom {
	background: url(../images/bottom_bg.jpg) no-repeat 80% 365px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}
#center {
	background: #4D1618;
	margin: 0 auto;
	width: 600px;
	z-index: 300;
	top:175px;
	position: relative;
}
/* HEAD/LOGO ----------------------------------------------------*/
#header_bg {
	width: 100%;
	min-width: 960px;
	height: 190px;
	background: #4C1618;
	top: 175px;
	position: absolute;
	z-index: 350;
	}
#top_distort {
	width: 100%; min-width: 960px; position: absolute; background: url(../images/top_distort.png) repeat-x 70% 150px; z-index: 400; top: 0; left: 0; right: 0; bottom: 0;
}
#bottom_distort {
	width: 100%; min-width: 960px; position: absolute; background: url(../images/bottom_distort.png) repeat-x 70% 360px; z-index: 400; top: 0; left: 0; right: 0; bottom: 0;
}
#gospel {
	position: absolute; text-indent: -9000px; overflow: hidden; background: url(../images/the_gospel.gif) no-repeat 40% 175px;
		z-index: 400;
			top: 0; left: 0; right: 0; bottom: 0;
}
#culture {
	position: absolute; text-indent: -9000px; overflow: hidden; background: url(../images/and_culture.gif) no-repeat 60% 285px;
		z-index: 400;
			top: 0; left: 0; right: 0; bottom: 0;
}
#conference {
	position: absolute; text-indent: -9000px; overflow: hidden; background: url(../images/conference.gif) no-repeat 50% 435px;
		z-index: 500;
			top: 0; left: 0; right: 0; bottom: 0;
}
#content_distort {
	width: 100%; min-width: 960px; position: absolute; background: url(../images/content_distort.png) repeat-x 45% 450px; z-index: 400; top: 0; left: 0; right: 0; bottom: 0;
}

/* NAVIGATION ----------------------------------------------------*/


/* HOMEPAGE ----------------------------------------------------*/


/* CONTENT ----------------------------------------------------*/
.grid_8 {
	float: right;
}
.container_12 .grid_4 {
	float: left;
	color: #4C1618;
	background: #EB8029;
	padding: 20px 20px 0;
	width: 240px;
	font-size: 13px;
	line-height: 18px;
}
.grid_4 p {
	padding: 0 0 20px;
}
.grid_4 img.headshot {
	margin: 0 0 15px;
}
.grid_4 h3 {
	font-size: 18px;
	color: #4C1618;
	margin: 0 0 10px;
	font-weight: bold;
}
.grid_4 p a {
	color: #4C1618;
	text-decoration: none;
	border-bottom: 1px dotted #4C1618;
}
.grid_4 p a:hover {
	color: #FFFFFF;
	background: #4C1618;
	text-decoration: none;
	border-bottom: 1px dotted #4C1618;
}
.grid_4 p a.share {
	border-bottom: none;
}
.grid_4 p a.share:hover {
	border-bottom: none;
	background: none;
}
.grid_8 p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
	padding: 0 0 20px;
}
.grid_8 h2 {
	font-size: 32px;
	color: #00b8c4;
	margin: 20px 0 10px;
	font-weight: normal;
	letter-spacing: 0.08em;
}
.grid_8 h3 {
	font-size: 18px;
	color: #00b8c4;
	margin: 10px 0 10px;
	font-weight: normal;
	letter-spacing: 0.08em;
}
#content {
	padding: 80px 0 40px; 
	position: relative;
	z-index: 600;
}
#content ul h2 {
	width: 290px;
	float: left;
	text-align: right;
	padding: 0 0 20px;
	color: #00b8c4;
}
#content ul p {
	width: 500px;
	float: left;
	padding: 0 0 20px 40px;
	color: #00b8c4;
		letter-spacing: 0.1em;

}
#content ul a, #content .grid_8 p a {
	color: #FFFFFF;
	border-bottom: 1px dotted #00b8c4;
	text-decoration: none;
}
#content ul a:hover, #content .grid_8 p a:hover {
	color: #EB8029;
	border-bottom: 1px dotted #00b8c4;
	text-decoration: none;
}
#content ul {
	padding: 0 0 80px;
	font-size: 24px;
}
#content li {
clear: both;
}

/* HOMEPAGE TABS ----------------------------------------------------*/


/* SIDEBAR ----------------------------------------------------*/


/* BUTTONS ----------------------------------------------------*/


/* FORM ----------------------------------------------------*/


/* FOOTER ----------------------------------------------------*/

