/*
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/
*/
/*---:[ #header styles ]

.custom	#header #logo a, 
        #header #logo a:visited { color: #a29978; text-decoration: none; }
.custom	#header #logo a:hover { color: #7d3d59; }
:---*/

.custom #header 
{ height: 175px; width: 797px;  
  	background: url(images/centerDeliLogo.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: #cec29a 
	url('images/bkg01.jpg') 
	/* 50% 0 fixed; */
	50% 0 fixed ;
	 }

/*--- body colors ----*/
/*--- color: = font color  */
body { background: white; color: #352230; }	
.custom #page { background: #f4f0db; }

/** sidebar colors **/
/* .custom #sidebar_1 { background-color:#f4f0db; } */

	
/*page borders*/
.custom #container { 
	margin-top: 4em; margin-bottom: 4em;  
	padding: 1.2em; background: #b9bd9a; border: 0.2em solid #943241; }	
	
/*Feature box border*/
.custom #image_box { 
	background: #cec29a none repeat scroll 0 0;
	border-bottom: 1px solid #b9bd9a;   
	}
/*---------------------*/
/*---	Header Colors ---*/
/*---------------------*/
h1, h2, h3, h4 { color: #7D3D59; font-size: .7em; font-weight: normal; }

h2 a, h2 a:visited { color: #7D3D59; text-decoration: none; }

h2 a:hover { color: #cec29a; }
	
#content #archive_info h1 { font-size: 1em; line-height: 1em; font-weight: normal; }

/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/
	
.sidebar h3 { color: #ff7d00; }

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

.custom  ul#tabs li a:hover 
{ color: #f2e7c9; 
	text-decoration:underline; 
	background: #943241 ;} 
	
/*-- 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: #f2e7c9; 
   background: #f4f0db; 
   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                            --*/
/*---------------------------------------------------*/

/*--- remove bottom space for widgets ---*/
.custom li.widget {font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em;}

/*--- add a line above and below the sidebar category text ---*/
.custom .sidebar h3 {background: #cec29a;  font-size: 0.846em; font-weight: normal; 
	line-height: 1.2em; margin-bottom: 1em; padding: 0.3em 0.3em 0.3em 0.3em; 
	text-transform: uppercase; font-variant: normal; letter-spacing: 2px; 
	color: #7D3D59; border-top: 1px solid #7D3D59; border-bottom: 1px solid #7D3D59; }
/*-- end sidebar --*/