/* RESET.CSS */
@import url("reset.css") screen;
@import url("classes.css");


body {
	background:#c29b6b;
}

a img {
	border:none;
}

div#main_container {
	width:900px;
	min-height:500px;
	margin:0 auto;
}



div#main_container div#top {
	height:218px;
	width:900px;
}


div#main_container div#top div#top_links {
	height:68px;
	width:900px;
	background:url(../images/creekside/links-bg.jpg) no-repeat left;
}

div#top_links img {
	position:relative;
	top:35px;
	left:101px;
}

div#main_container div#top div#top_logo {
	width:900px;
	height:111px;
	background:url(../images/creekside/top-logo-bg.jpg) no-repeat left;
}

div#main_container div#top div#top_nav {
	width:900px;
	height:39px;
	background:url(../images/creekside/nav-bg.jpg) no-repeat left;
}

div#nav_content {
	float:right;
	width:500px;
	text-align:right;
	margin:14px 84px 0px 0px;
}

div#nav_content a {
	color:#c29b6b;
	font-size:13px;
	margin:0px 0px 0px 20px;
	letter-spacing:1px;
	text-decoration: none;
	font-family:Helvetica, sans-serif;
}

div#nav_content a:hover {
	color:white;
}



div#main_container div#content {
	width:900px;
	min-height:350px;
	background:url(../images/creekside/content-bg.jpg) no-repeat top left;
}

div#main_container div#content div#content_container {
	width:775px;
	min-height:500px;
	margin:0px 0px 0px 59px;
	background:#9f703a;
	overflow:auto;
}

div#main_container div#content div#left_content {
	width:545px;
	padding:10px 0px 0px 0px;
	min-height:120px;
	background:url(../images/creekside/tl-bg.jpg) no-repeat left;
	background-position:-10px 0px;
	float:left;
}



div#main_container div#content div#right_content {
	width:227px;
	min-height:550px;
	background:url(../images/creekside/events-bg.jpg) no-repeat left top;
	float:right;
	position:relative;
}


img#icons_blue, #icons_yellow, #icons_orange {
	position:absolute;
	bottom:15px;
}

#icons_blue {
	left:45px;
}

#icons_yellow {
	left:125px;
}

#icons_orange {
	left:85px;
}

img#sotw {
	margin:0px 0px 0px 0px;
}

div#main_container div#content div#bottom_content {
	width:545px;
	height:320px;
	float:left;
	margin:10px 0px 0px 0px;
	background:url(../images/creekside/bl-bg.jpg) no-repeat;
	background-position:10px 7px;
}

div#left_content div#story_of_the_week {
/*	float:left;  Removing this avoids shifting the story down when the title is long */
	font-family:Helvetica, sans-serif;
}

div#left_content div#worship_service {
	width:158px;
	height:136px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 10px;
	font-family:Helvetica, sans-serif;
	line-height:auto;
}

div#community {
	float:left;
	width:168px;
	height:255px;
	margin:50px 0px 0px 10px;
}

div#resources {
	float:left;
	width:168px;
	height:255px;
	margin:50px 0px 0px 10px;	
}

div#mission {
	float:left;
	width:168px;
	height:255px;
	margin:50px 0px 0px 15px;	
}

div#events {
	width:188px;
	font-family:Helvetica, sans-serif;
	margin:50px 0px 70px 10px;
}



div#bottom_content a {
	font-family:helvetica, sans-serif;
	font-size:13px;
	color:#603913;
	text-decoration:none;
	display:block;
	margin:0px 0px 10px 10px;
	width:158px;
}

div#bottom_content a:hover {
	color:#fff;
}


div.event_posting {
	line-height:14px;
	margin:0px 0px 14px 0px;
}

div.event_posting h1 {
	color:#eed5b1;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}

div.event_posting h2 {
	color:#fff;
	font-size:13px;
	font-weight:bold;	
	margin:0px 0px 2px 0px;	
}

div.event_posting p {
	font-size:12px;
	color:#fff;
	margin:0px 0px 2px 0px;	
}

div.event_posting a {
	color:#9c2436;
	text-decoration:none;
	font-size:13px;
}

div.event_posting a:hover {
	color:#fff;
}


div#story_of_the_week h1 {
	color:#eed5b1;
	font-size:24px;
	font-weight:bold;
	margin:4px 0px 4px 10px;
}

div#story_of_the_week p {
	font-size:12px;
	color:#fff;
	width:520px;	
	margin:0px 0px 5px 10px;
}

div#story_of_the_week a {
	color:#9c2436;
	text-decoration:none;
	font-style:normal;
	font-size:13px;
	margin:0px 0px 0px 10px;
}

div#worship_service h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:-2px 0px 3px 0px !important;
	padding:0px !important;
}

div#worship_service h2 {
	color:#6c3f14;
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 3px 0px !important;
	padding:0px !important;	
}

div#worship_service br {
	height:2px;
}

div#left_content a:hover {
	color:white;
}


div#worship_service h3 {
	font-size:12px;
	color:#fff;
	margin:0px 0px 3px 0px !important;
	padding:0px !important;	
}

div#worship_service h4 {
	font-size:10px;
	color:#fff;
	margin:0px 0px 4px 0px !important;
	padding:0px !important;	
}

div#worship_service a {
	display:block;
	text-decoration:none;
	color:#6c3f14;
	font-size:13px;
	margin:0px 0px 0px 0px;
}

div#main_container div#footer {
	width:600px;
	height:85px;
	background:url(../images/creekside/footer-bg.jpg) no-repeat left;
	color:#85cf9a;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	padding:15px 0px 0px 300px;
}

div#footer a {
	color:#85cf9a;
	text-decoration:none;
}

div#footer a:hover {
	color:#fff;
}

div#footer strong {
	color:#fff;
	font-weight:bold;
}

div#footer span {
	color:#ea7816;
	font-weight:bold;
}

div#footer div#extra {
	text-align:center;
	color:#6e4117;
	margin:80px 0px 0px -280px;
	padding:0px 0px 20px 0px;
}

div#extra span {
	color:#fff;
	margin:0px 10px 0px 10px;
}

div#extra a {
	color:#9f703a;
}

div#content-body div#sotw div.photo_container {
    display: none;
}
