/*
Theme Name: Edson Baptist Church

*/


/* IE PNG FIX */

img, div, input { behavior: url("web_javascript/iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; font-family:helvetica, arial, sans-serif;
}

body{
	background:url(images/bg_site.jpg) repeat; font-size:14px; line-height:23px; color:#6b6b60;	
}

img { border:0; }

/* DIVs */

#container {
	margin:0 auto;
	width:1034px;
	background:url(images/bg_body.png) repeat;
}

#container_bottom {
	background:url(images/bg_body_bottom.png) repeat;
	margin:0 auto;
	width:1034px;
	height:27px; 
	position:relative;
}

#page { 
	margin:0 auto;	
	width:1000px;
	background:url(images/bg_page.png) repeat;
}

#header {
	margin:0 auto;
	width:960px;
	height:125px;
	background:url(images/bg_banner.png) repeat;
}

#navigation {
	margin:0 auto;
	width:960px;
	height:41px;
	border-top:1px solid #dbd9d6;
	border-bottom:1px solid #dbd9d6;
}

#footer {
	margin:0 auto;
	width:960px;
	border-top:1px solid #d0cec2;	
	padding-top:5px;
	padding-bottom:10px;
}

	#footer p {
		font-size:12px;
	}

#page_body {
	margin:0 auto;
	width:960px;
	margin-top:35px;
	margin-bottom:25px;
}

#left {
	width:553px;
	float:left;
}

#right {
	width:363px;
	float:right;
	background:url(images/bg_right.png) top left repeat-y;
	padding-left:21px;
}

#join_us {
	background:url(images/bg_join_us.png) top right no-repeat;
	padding-top:15px;
}

#sermons {
	margin-bottom:35px;
	margin-top:10px;
}

#events {
	margin:15px 0;  margin-bottom:35px;
	
}

/* IMAGES */

.bordered {
	border:6px solid #bcb7a9;
	padding:1px;
	background-color:white;
	float:right; 
	margin:5px 0 15px 20px;
}



/* Paragraphs */

p {
	margin-bottom:15px;
}

p.join_us { line-height:21px; }


/* LINKS */

a {
	color:#d27c00;
	text-decoration:none;
}


a:hover, a:active { text-decoration:underline; }

h1 {
margin-bottom:12px;
}
