/*
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: 184px; width: 737px;
	background: url(images/header.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: #010101 
	url('images/bg316fp.jpg') repeat-x 
	/*50% 0 fixed no-repeat;*/
	 }

/*--- body colors ----*/
/*--- color: = font color  */
body { background: #fff; color: BLACK; }	
.custom #page { background: #fff; }
	
/*page borders*/
.custom #container { 
	margin-top: 4em; margin-bottom: 4em;  
	padding: 0.5em; background: BLACK; border: 0.3em solid #418228; }	

/************************************/
/* Set heading colors and size
/************************************/
.custom h1 { color: #418228; font-size: 1.3em; font-weight: bold; }
.custom h2 { color: #418228; font-size: 1.3em; font-weight: bold; }
.custom h3 { color: #418228; font-size: 1.0em; font-weight: normal; }
.custom h4 { color: #418228; font-size: 0.8em; font-weight: normal; }
.custom h5 { color: #418228; font-size: 0.7em; font-weight: normal; }
.custom h6 { color: #418228; font-size: 0.6em; font-weight: normal; }

	
/*---------------------------------------------------*/
/*-- Navigational Tabs                             --*/
/*---------------------------------------------------*/
.custom ul#tabs { list-style: none; 
	 background: #418228;
	border: 0px 
	solid #418228; 
	border-width: 0 0 1px 1px; }
	                                               
/*-- page tab color ---*/                                
.custom  ul#tabs li { 
 margin-bottom: -0.1em;
 background: #418228;
 border: 0px solid #418228; 
 border-left: #418228; 
 float: center; }
 
/*-- tab menu  settings ---*/                   
.custom  ul#tabs li a, 
         ul#tabs li a:visited 
{ display: block; 
	line-height: 1em; 
	color: black; 
	text-decoration: none; 
	text-transform: upper; 
	letter-spacing: 2px; }

.custom  ul#tabs li a:hover 
{ color: black; 
	text-decoration:underline; 
	background: #418228 ;} 
	
/*-- current page tabs settings ---*/	                                                                                            
.custom  ul#tabs li.current_page_item a, 
         ul#tabs li.current_page_item a:visited, 
         ul#tabs li.current-cat a,   
         ul#tabs li.current-cat a:visited 
 { cursor: default; }
      
.custom  ul#tabs li.current_page_item a:hover, 
         ul#tabs li.current-cat a:hover 
  { text-decoration: none; }
  
.custom  ul#tabs li.current_page_item, 
         ul#tabs li.current-cat 
 { color: black; 
   background: #418228; 
   text-decoration: underline; 
   border-bottom: 0; }
   
/* get rid of pesky left side pixel */
.custom ul#tabs { border-left: 0px; }    
      
/*-- RSS tab settings --- */                                                            
.custom  ul#tabs li.rss 
{ padding-right: 0; 
	background: none; 
	border: none; 
	float: right; }
		                                                                            
.custom  ul#tabs li.rss a, 
         ul#tabs li.rss a:visited 
{ padding-right: 
	16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
/*---------------------------------------------------*/
/*-- END Navigational Tabs                         --*/
/*---------------------------------------------------*/




/*---------------------------------------------------*/
/*-- sidebar navigation link color                 --*/
/*---------------------------------------------------*/
.custom a, .custom a:visited { color: #418228; }	
.custom a:hover { color: #555; }				


.custom .sidebar h3 { font-size: 0.9em; 
	font-weight: bold; 
	line-height: 1.0em; 
	margin-bottom: 0.8em; 
	padding: 0.636em 0.455em 0.545em 0.455em; 
	text-transform: uppercase; 
	font-variant: normal; 
	letter-spacing: 2px; 
	color: #555; 
	border-top: 1px solid #418228; 
	border-bottom: 1px dotted #418228; }
	
/*--- remove bottom space for widgets ---*/
.custom li.widget {
  font-size: 1.2em; 
  line-height: 1.3em; 
  margin-bottom: 1.1em;}

