/* ============== EDEN CUSTOM.CSS ============== */

/*====================================*/
/* FONT COLOR & STYLE CHANGES */
/*====================================*/
/* change headlines and dropcaps to italic */
.custom .headline_area h1, .custom .headline_area h2, .custom .headline_area h3, .custom .headline_area h1 a, .custom .headline_area h2 a, .custom .headline_area h3 a, .custom .format_text .drop_cap, .custom .format_text h3, .custom .format_text h4 { 
	font-style: italic;
}

/* drop cap styling */
/* post h3 and h4 styling */
.custom .format_text .drop_cap, .custom .format_text h3, .custom .format_text h4 { 
	color: #6C8CA3;
}

/*====================================*/
/* BORDERS AND BACKGROUND */
/*====================================*/
/* background */
body.custom { background: url(images/cloudbg.jpg) fixed top no-repeat; }

/* outside border, margin top and bottom */
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.6em;
    background: #ccc;
    border: 1px solid #9F9F9F;  
}

/* page background color */
.custom #page { background: #FAFAFA; }

/* content text styling */
.custom #content .format_text{
	background-color: #FFFFFF;
	padding-left: 5px;
}

/*====================================*/
/* HEADER */
/*====================================*/
/*kristarella’s custom header*/
.custom #title_area {background:#de6a61; padding:1em 0 0.5em; border-bottom:1px solid #c55;}
	.custom #header {border-bottom:none; height:150px; padding-top:0; padding-bottom:0; background:url(images/edenreligious5.jpg) center left no-repeat;}
		.custom #header #logo {display:none;}
		.custom #header #tagline {display:none;}

/*====================================*/
/* THESIS NAVIGATION BAR */
/*====================================*/
/* Nav bar extend background to end */
.custom ul#tabs { 
	background: #6C8CA3; 
	border-width: 0 0 0px 0px;
}

/* all nav bar tabs */
.custom ul#tabs li { 
	background: #6C8CA3; 
	border-right: 1px solid #0F425F; 
	border-top: 1px solid #6C8CA3;
	border-bottom: 1px solid #6C8CA3;
}

/* current tab styling */
.custom #tabs .current_page_item, .custom #tabs .current-cat {
	background: #8B2123;
	border-bottom: none;
}
.custom #tabs .current_page_item a, .custom #tabs .current-cat a
{
	color: #FFFFFF;
	font-weight: bold;
}

/* current page, category hover */
.custom ul#tabs .current_page_item a:hover, .custom ul#tabs .current-cat a:hover {
	text-decoration: none; 
}
/* unselected tabs styling*/
.custom ul#tabs a { 
	line-height: 1em; 
	text-transform: uppercase; 
	letter-spacing: 0;
	font-size: 1.1em;
	font-weight: bold;
	/*background: #8B2123; */
}

/* unselected tabs hover */
.custom ul#tabs a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background: #8B2123;
}

/*====================================*/
/* WIDGETS AND SIDEBARS */
/*====================================*/
/* set the sidebar background color */
.custom #sidebars {
	border: 0.05em solid #3E3E3;
 	background: #EDEDED;
	margin-top: 3px;
}

/* contact information */
#contact_sidebar {
	width: 313px;
	height: 158px;
	padding: 0px 0px 0px 0px;
}

/*====================================*/
/* FOOTER */
/*====================================*/
/* contact info left footer */
#footer_info_left { 
	float: left;
	position: relative;
	top: 40px;
}

/* remove footer border, add footer background, position background */
.custom #footer { 	
	border-top: none;
	display: block;
	height: 70px;
	width: 978px;
	background: url(images/footerbg.jpg) 100% 0 no-repeat;
	outline: none;
	position: relative;
	top: 23px;
	left: -20px;
	padding-bottom: 0px;
}

