@charset "utf-8";
/* CSS Document */
/* Basic Definitions */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #0E0D09;
	background-image: url(/images/new_bg_texture_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 160px;
}
img {
	margin: 0px;
	display: block;
	border: 0px;
}

/* Overall Content Container */
#container {
	position:absolute;
	width: 1000px;
	height: 818px;
	left: 50%;
	margin-left: -500px;
	z-index: 3;
}

/* Header Container */

#header {
	width: 1000px;
	height: 160px;
	background-image:url(/images/index/header_bg_slideshow.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#slideshow {
	position: absolute;
    width: 381px;
    height: 108px;
    top: 8px;
    left: 465px;
    z-index: 3;
}

#menu {
	position: relative;
	width: 565px;
	height: 20px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	top: 120px;
	left: 315px;
	z-index: 200;
}

/* Content Container */

#content {
	width: 1000px;
	height: 497px;
	background-image: url(/images/new_content_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#currentseries {
	position: relative;
	width:384px;
	height: 288px;
	background-image: url(/images/index/current_series_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 93px;
	z-index: 10;
	display: inline;
}

#currentseriescontent {
	width: 353px;
	height: 266px;
	margin-left: 16px;
	margin-top: 11px;
	overflow: hidden;
	z-index: 15;
}

#upcomingevent {
	position: relative;
	width: 389px;
	height: 177px;
	background-image: url(/images/index/upcoming_event_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 126px;
	display: inline;
}

#eventdate {
	position: relative;
	width: 365px;
	height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 70px;
	margin-left: 20px;
}

#eventcontent {
	position: relative;
	width: 360px;
	height: 50px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 25px;
	margin-top: 5px;
}

#eventmore {
	position: relative;
	margin-left: 230px;
	height: 15px;
	width: 140px;
}

#eventmore img {
	float: right;
	margin-top: -18px;
	margin-right: 0px;
	display: inline;
}

a:link.eventlink, a:visited.eventlink, a:active.eventlink {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.eventlink {
	text-decoration: none;
}
#blog {
	float: right;
	position: relative;
	background-image: url(/images/index/blog_bg.jpg);
	background-repeat: no-repeat;
	width: 389px;
	height: 310px;
	margin-right: 126px;
	display: inline;
}
#blogdate {
	position: relative;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 63px;
	margin-left: 5px;
	height: 15px;
}

#blogcontent {
	position: relative;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 10px;
	height: 190px;
	overflow: auto;
}

#blogcontent img {
	display: none;
}
#blog a:link, #blog a:visited, #blog a:active {
	color: #999999;
	text-decoration: underline;
}
#blog a:hover {
	text-decoration: none;
}
#myspace {
	float: left;
	position: relative;
	width: 392px;
	height: 120px;
	margin-left: 89px;
	margin-top: 1px;
	z-index: 4;
	display: inline;
}
#podcasts {
	float: left;
	width: 226px;
	height: 80px;
	position: relative;
	z-index: 5;
	margin-left: 175px;
	margin-top: 2px;
	display: inline;
}

/* Footer Container */

#footer {
	width: 1000px;
	height: 27px;
	background-image: url(/images/index/footer_bg.jpg);
	background-repeat: no-repeat;
}

/* GCom church Link container */

#gcomchurch {
	width: 128px;
	height: 74px;
	margin-left: 93px;
	margin-top: -12px; 
}	

#gcomchurch a {
	background-image: url(/images/index/gcom_hover.jpg);
	background-repeat: no-repeat;
}

#gcomchurch a:link,  #gcomchurch a:active, #gcomchurch a:visited {
	display: block;
	width: 128px;
	height: 74px;
	background-image: url(/images/index/gcom_fade.jpg);
	background-repeat: no-repeat;
}

#gcomchurch a:hover {
	background-image: url(/images/index/gcom_hover.jpg);
	background-repeat: no-repeat;
}

/* Onechurch Link container */

#onechurch {
	width: 212px;
	height: 47px;
	margin-left: 650px;
	margin-top: -75px; 
}	

#onechurch a {
	background-image: url(/images/index/onechurch_hover.jpg);
	background-repeat: no-repeat;
}

#onechurch a:link,  #onechurch a:active, #onechurch a:visited {
	display: block;
	width: 212px;
	height: 47px;
	background-image: url(/images/index/onechurch_fade.jpg);
	background-repeat: no-repeat;
}

#onechurch a:hover {
	background-image: url(/images/index/onechurch_hover.jpg);
	background-repeat: no-repeat;
}
