/* Theme Name: First United Methodist Church 
Theme URI: http://www.somersetfumc.org
Description: 
Version: 1.0
Author: Aaron Denney */
html,body{
	margin:0;
	padding:0;
	border:0;
}
body{text-align:left; font: 12px arial,sans-serif; background-color: #747474;}
input{ border: solid 1px black;}
input.btn{ border: solid 1px black; background-color: #ECF5F9; color: #000; font-size: 13px;}
#container{
	margin:0 auto;
	width:778px;
	text-align:left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	}
#header {
	width: 778px;
	height: 160px;
	background-color:#333;
	}
#header_main{
	background-position:top;
	background-position-x:left;
	background-repeat: no-repeat;
	background-image: url("images/main_header.png");
	background-color:#FFF;
	height: 150px;
}
#cross_flame{
	height: 50px;
        margin-top:20px;
}
#cross_flame img{border:none;}

#content p{
        line-height:1.4;}
#content h1{
	font-size: 14pt;
	margin:5px 10px 5px 0px;
	padding:0;
	color: #7AAAD4;
}

#content h2{
	font-size: 12pt;
	margin:5px 10px 5px 0px;
	padding:0;
	color: #7AAAD4;
}
#content h3{
	font-size: 10pt;
	margin:5px 10px 5px 0px;
	padding:0;
	color: #7AAAD4;
}
#content a:hover{
	text-decoration: underline;
}
a{ color: #3F586E; text-decoration: underline;}
#wrapper{
	display: table;
	width:778px;
	background-position-x:left;
	background-repeat: repeat-y;
	background-image: url("images/wrapper_back.png");
	background-color:#FFF;
}
#content{float:left; width:566px; padding:20px;}
#sidebar{
	margin:0;
	padding: 20px 10px 10px 20px;
	float:left;
	width:140px;
	color:#000;
 }
#sidebar ul{
	margin:0;
	padding:0;
}
#sidebar li{
	list-style: none;
	color: #000;
	padding: 5px;
}
#sidebar a{
	color: #000;
}
#sidebar a:hover{
	text-decoration: underline;
}
#logo{height: 160px; width:200px; float:left; }
#logo img{ padding-left: 10px;}
#top_navigation{ 
	background-color:#81B4E0; 
	width:778px;
	border-bottom: solid 1px #000;
	}
#top_navigation #menu{
	height:34px;
	line-height: 34px;
	vertical-align: baseline;
}
#top_navigation #menu ul{ list-style:none; margin:0; padding: 0 0 0 200px; left:200px; }
#top_navigation #menu li{
	display:block; 
	float:left; 
}
#top_navigation #menu a{
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, arial,sans-serif;
	padding: 10px 10px 7px  10px;
	color: #FFF; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: #81B4E0 solid 3px;
	}
#top_navigation #menu a:hover{ 
	border-bottom: #FFF solid 3px;
	}
#footer{ clear:both; color: #FFF; background: #333; width: 778px;} 
#footer #main p{margin:0; line-height:20px; }
#footer #main{ text-align:center;}
#search_box{ height:50px; text-align: right; padding: 20px 20px 0 0; }

