/*
File:			custom.css
Description:	Custom styles for Thesis


More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #header 
{ height: 185px; width: 777px;  
 	background: url(images/header.777.jpg) center no-repeat; }
	
/* 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; }	

/*remove header border*/
.custom #header {  border:none ; }


/* page background image */
body.custom { 
	background: #c3b9ac 
	url('images/bkg01.jpg') 
	/* 50% 0 fixed; */
	50% 0 fixed ;
	 }

/*--- body colors ----*/
/*--- color: = font color  */
body { background: white; color: #352230; }	
.custom #page { background: white; }
	
/*page borders*/
.custom #container { 
	margin-top: 4em; margin-bottom: 4em;  
	padding: 0.8em; background: #1F8630; border: 0.2em solid black; }	
	
/** Navigation Tab colors **
.custom ul#tabs  { background: black; border: 0px solid yellow; }
.custom ul#tabs li { margin-bottom: -0.1em; background: black; border: 1px solid #ccdc2a; border-left: 0; float: left; }
.custom ul#tabs li a, ul#tabs li a:visited { display: block; line-height: 1em; color: black; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; }
.custom ul#tabs li a:hover { background: #ccdc2a; border-left: 0; float: left; } 
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #ccdc2a; border-bottom: 0; }	
*****************/
.custom ul#tabs {background: #1f8630; border: 0px;}
.custom ul#tabs li { margin-bottom: -0.1em; background: #1f8630; border: 0px solid #ccdc2a; border-left: 0; float: left; }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0em; background: #ccdc2a; border-bottom: 0; }
.custom ul#tabs li a, ul#tabs li a:visited { display: block; padding: 0.364em 0.636em 0.455em 0.636em; color: #f6f4ea; background: #1f8630; text-transform: none;}
.custom ul#tabs li a:hover { background: #f6f4ea; color: #1f8630; text-decoration: none;}
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { background: #1f8630; color: #f6f4ea; text-decoration: none; }
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { background: #ccdc2a; color: black; text-decoration: none; }	


