/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define
*/

/*---:[ Default customizations for header color and background---*/
.custom	#header #logo a, 
        #header #logo a:visited { color: #4e688b; text-decoration: none; }
.custom	#header #logo a:hover { color: #111; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; 
         background: #4e688b; border: 0.2em solid #bba085; }
/*---:[ end default ]:---*/



/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { 
  background: #bba085 
  url('images/sacred_bkgd.jpg') 
  50% 0 fixed;
&nbsp;}

/*---:[ end Set 2 ]:---*/

/*--- change dropcap color ---*/
.custom .format_text .drop_cap { color: #4e688b; 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; }
/*----*/



       /* 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 #logo a { display: block; height: 133px; width: auto; 
        background: url('images/brucelogo.png') center 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; }

/*--- background for navigation area*/
.custom .menu {	background: #4e688b; } 
.custom .menu {	font-weight: bold; } 

/*--- add a line above and below the sidebar category text ---*/
.custom .sidebar h3 
{ font-size: 0.846em; font-weight: bold; 
line-height: 1.455em; margin-bottom: 1em; 
padding: 0.636em 0.455em 0.545em 0.455em; 
text-transform: uppercase; font-variant: normal; 
letter-spacing: 2px; color: #4e688b; 
border-top: 1px solid #4e688b; 
border-bottom: 1px dotted #4e688b; }
/*---*/
/*centered image background and frame ---*/
.custom img.frame { background: #f0e9e3; border-style: solid; border-color: #bba085; }

.custom .headline_area h1,
        .headline_area h2
   {text-align: center; } 

.custom .post_box {padding-top: 0.1em; }	
	
