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

/*-----------------------------*/
/* background image no repeat
/*-----------------------------*/
body.custom { 
     background: #11213a 
     url('images/background.jpg') 
     50% 0 fixed no-repeat; }
     
/*******************************/
/* set container and page color 
/* for fixed framework
/*******************************/
/* background   = inner line|change padding for thickness */
/* border solid = outer line|set border em to for  thickness */
.custom #container { margin-top: 2em; 
	margin-bottom: 2em; 
	padding: 0.25em; 
  background: #11213a; 
  border: 0.5em solid #6b82a1; }
  
.custom #page { 
     background: #abc3e5 
     url('images/beige051.wip.jpg') 
     50% 0 fixed ; }
	  
/************************************/
/* change color of header & header background
/************************************/
 .custom #header {
	background-color: #2361a1;
	border-bottom: none;
	padding-top:5.2em;
	padding-bottom:1.2em;
}

.custom #header #logo a {
	color:#5f2a3e;
}/
.custom #header #tagline {
	color:#f8f0d9;
}
/*******************************/
/* CLickable header image
/*******************************/
/*      This line sets up our clickable background image based on the site title's link */
/*      DIY: Adjust the height & width attributes to reflect the actual size of your image */
/*      DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header a 
       { display: block; 
       	height: 110px; width: 960px; 
       	background: url('images/header.jpg') 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; }
/*---------------------------------------------------*/
/*-- Navigational Tabs                             --*/
/*---------------------------------------------------*/
.custom ul#tabs { list-style: none; 
	 background: #11213a;
	border: 0px 
	solid #11213a; 
	border-width: 0 0 1px 1px; }
	                                               
/*-- page tab color ---*/                                
.custom  ul#tabs li { 
 margin-bottom: -0.1em;
 background: #11213a;
 border: 0px solid #11213a; 
 border-left: #11213a; 
 float: center; }
 
/*-- tab menu  settings ---*/                   
.custom  ul#tabs li a, 
         ul#tabs li a:visited 
{ display: block; 
	line-height: 1em; 
	color: #11213a; 
	text-decoration: none; 
	text-transform: upper; 
	letter-spacing: 2px; }

.custom  ul#tabs li a:hover 
{ color: #abc3e5; 
	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: #b89555; 
   background: #b89555; 
   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                         --*/
/*---------------------------------------------------*/

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

.custom h2 a, 
        h2 a:visited 
           { color: #5f2a3e; text-decoration: none; }

.custom h2 a:hover { color: #006; }

/*--- change dropcap color ---*/
.custom .format_text .drop_cap { color: #6b82a1; float: left; } 
 end dropcap ---*/

/*---new Update Block ---*/
.custom  .update { border: 3px solid #f2ec49; background: #fffdcb; padding: 1.0em 15px; margin: 0 0 1.46667em 0; clear: both; }
.custom .updorng { border: 3px solid #e87b2d; background: #f7d861; padding: 1.0em 15px; margin: 0 0 1.46667em 0; clear: both; }
/*----*/

/* For the 125x125 Ad boxes - adblock and cenx */
.custom div.adblock img {
padding: 4px;
background-color: #FFFFFF;
}
.custom .cenx {text-align: center;}
/*---*/
