/*
Theme Name: Forbes Church
Theme URI: http://www.cagerattle.com/
Description: Custom Wordpress Theme For Forbes Presbyterian Church
Version: 1.0
Author: Jeff Wood
Author URI: http://www.cagerattle.com/
 */

body {
	background: #025776 url(img/bg.jpg) repeat-x;
	width: 907px;
	color:#000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
img {
	border:0px;
}
	
#wrap {
	width: 907px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #813738;
	text-decoration: none;
	}
	
a:hover {
	color:#6c1416;
	text-decoration: underline;
	}
	
/************************************************
*	Header										*
************************************************/

#header {
	width:100%;
	height: 239px;
}

#header .left {
	width:13px;
	height:239px;
	float:left;
	background:url(img/header_left.png) no-repeat;
}

#header .mainimg {
	width:881px;
	height:187px;
	float:left;
	background:url(img/header_img.jpg);
}

#header .right {
	width:13px;
	height:239px;
	float:right;
	background:url(img/header_right.png) no-repeat;
}

/************************************************
*	Navbar										*
************************************************/

#nav {
	width:881px;
	height:55px;
	float:left;
	background:url(img/nav_bg.png) repeat-x;
	margin:-4px 0px 0px 0px;
	font-family:Garamond;
	text-transform:lowercase;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
    font-weight: normal;
    margin: 0px 15px 0px 0px;
	padding: 15px 5px 22px 5px;
	}
	
#nav a:hover, #nav a:active {
	color: #e8bb1e;
	background-image:url(img/nav_selected.png);
	background-position:top;
	background-repeat:repeat-x;
	display: block;
	text-decoration: none;
    margin: 0px 15px 0px 0px;
	padding: 15px 5px 22px 5px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:15;
	position: relative;
	}
	
#nav li li {
	width:90%;
	z-index:10;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width:100%;
	float: none;
	margin: 0px;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #003b06;
	}
	
#nav li li a:hover, #nav li li a:active {
	padding: 5px 7px 5px 8px;
	color:#e8bb1e;
	border-right: 1px solid #003b06;
	background-image:url(img/nav_dd_selected.png);
	background-repeat:repeat-x;
	}

#nav li ul {
	width:150px;
	background-color:#43844a;
	position: absolute;
	left: -999em;
	margin:-10px 0px 0px 0px;
	border-right: 1px solid #003b06;
	border-left: 1px solid #003b06;
	border-bottom: 1px solid #003b06;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	

/************************************************
*	Main Content								*
************************************************/

#content {
	float:left;
	width:861px;
	background:url(img/content_bg.png) repeat-y;
	margin:-6px 0px 0px 0px;
	padding:10px 23px 10px 23px;
}

#contentleft {
	width:596px;
	float:left;
	margin:0px 10px 0px 0px;
}

#contentbox {
	width:586px;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	background:#FFF url(img/box_bg.png) repeat-x;
}

#contentbox h1 {
	margin:0;
	padding:0;
}

#contentbox h1 a {
	color: #813738;
}

#contentbox a {
	color:#000;
}

#contentbox .postmeta {
	color:#888888;
	font-size:10px;
}

/************************************************
*	Sidebar										*
************************************************/

#sidebar {
	width:255px;
	float:right;
}

#sidebar h1 {
	text-decoration:underline;
	margin:0;
}

#sidebar h3 {
	margin:0;
}

#sidebar li {
	list-style:none;
	margin:0px 0px 10px -20px;
}

#sidebar .postmeta {
	color:#888888;
	font-size:10px;
}

#sidebarbox {
	width:245px;
	background:#FFF url(img/box_bg.png) repeat-x;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
}

#sidebarboxnewsletter {
	width:245px;
	background:#FFF url(img/box_bg_white.png) repeat-x;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	background-color:#76dc6e;
}

#sidebarboxnewsletter input {
	margin:10px 0px 0px 0px;
}

#sidebarboxcalendar {
	width:245px;
	background:#FFF url(img/box_bg_white.png) repeat-x;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	background-color:#ecff91;
}

/************************************************
*	Footer										*
************************************************/

#footer {
	text-align:center;
	color:#FFF;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
