.custom #feature_box {
padding-right: 0;
padding-left: 0;
background-color: #ffffff;
border: none;
}


.custom #header #logo a { display: block; 
height: 138px; 
width: 679px; 
background: url('images/header5.gif') no-repeat; 
outline: none;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom #header_area {background:#FFF1C9;}
	.custom #header {padding:0; border-bottom:0; height:145px; background:#FFF1C9;}

.custom #nav_area {background:#BF0804; border-bottom:0; padding-top:5px;}
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#BF0804;}


		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#F19B22;}

/* HEADER ZONE */

.custom #header_area {
	background: #FFF1c9;
}

.custom #header_area .page {
	background: #FFF1c9;
}

.custom #header {
	background: #FFF1c9;
	border-bottom: 0;
}

/* NAVBAR ZONE */

.custom #nav_area {
	background: #BF0804;
}

.custom #nav_area .page {
	background: #BF0804;
}

.custom .menu {
	background: #BF0804;
	border: 0;
}

.custom .menu li.tab a, li.tab {
	border: 0;
}

/* CONTENT ZONE */

.custom #content_area {
	background: #000000;
}

.custom #content_area .page {
	background: #ffffff;
}

.custom #content_box {
	background: #ffffff;
}

/* FOOTER ZONE */

.custom #footer_area {
	background: #fff1c9;
        border-top: 3px solid #bf0804;
}

.custom #footer_area .page {
	background: #fff1c9;
}

.custom #footer {
	border: 0;
	background: #fff1c9;
}



/* NAV LETTERSPACING */
.custom .menu .tab a { letter-spacing:2px; }






/* FAT FOOTER */
.custom #footer_1 {text-align:left; color:#fff1c9;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#fff;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#fff; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#fff;
}


/* SIDEBARS */
.custom .video_box { padding:0em; border:0; background-color:#fff;}

li.widget h3 {
font-size:18px; 
margin-bottom:8px; 
margin-top:0;
color: #000000;
background: #fff1c9;
padding: 5px 1px;
letter-spacing:1px;

}




/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #fff1c9;
	/* widget padding */
	padding: 6px;
	/* margin at bottom of widgets */
	margin-bottom: 15px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 180px;
	/* space between widgets */
	padding-right: 50px;
	/* text color */
	color: #000000;
        text-decoration: none;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}
#footer_setup .footer_items a:hover {color:#a1a1a1; text-decoration: none;
}


/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 1px solid #bf0804;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* BEHIND EVERYTHING */

body.custom {
	background: #fff1c9;
}

	
/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* REMOVE COMMENTS ARE CLOSED */
.custom .comments_closed p {
  display: none;
}

