/*HEADER STYLING*/
/* 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: 200px; 
width: 960px;
background: url('images/beeheader2.gif') no-repeat; 
outline: none;
}
/*this code sets the full-width header background color or graphic*/
.custom #header_area {
background: none; 
padding-top:0;
}
/* 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 */
.custom #header #tagline {
display:none;
}
/* 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 { 
border-bottom:none; 
padding: 0;
}
	
/*this code gets rid of the top margin*/
.custom #header_area .page {
padding-top:0;
}
/*this code gets rid of stupid spacing issues on Windows*/

.custom .menu a {
letter-spacing:1px;}

/*END HEADER STYLING*/

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    background: #f3e8f2;
    border: 0.1em solid #fff;
}

.full_width > .page {
background:transparent;
}

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}

/*this code sets the background color for the multimedia box*/
.custom #custom_box {
background-color:#ffffff;
}

/*this code gets rid of the border underneath the multimedia box*/
.custom #custom_box {
border-bottom:0 none;
}

/*this code set the color for post headlines*/
.custom h2 a {color: #000;}, .custom h2 a:visited {color:#000;}
.custom h2 a:hover { color: #7d7d7d; }

/*this code for page headlines*/
.custom h1 {color: #000;}


/*this code changes the link colors in the sidebar*/

/*nav bar customization*/

.custom #nav_area {background:#ececec; padding:0; border-bottom:0px solid #000000; border-top: 0px solid #000000;}
    .custom #nav_area ul {background: #ececec; border-bottom:none; border-left:none;padding-bottom:0px; padding-top:0px; text-decoration:none;}
        .custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none; text-decoration: none;}

    .custom #header {border-bottom:none; padding-bottom:0;}
   

/*give tabs a hover color*/

.custom ul#tabs li a:hover {background:#ececec; color:#000000; none repeat scroll 0 0; text-decoration:underline;}
       
       
/*change tab color and get rid of lines around them*/
.custom ul#tabs li {background:#ececec;border-style:none;}


/*set current tab color and hover color, also hover text color*/
.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a
{background:#fff; color:#000000; border_style:none;}

/*scoot over first nav tab and set menu text color*/
.custom ul#tabs li a {
padding:0.818em 1em; color:#000000;}


/*This removes the space between the header and the top of the site*/
.custom #header_area .page {
padding-top:0;
}


/*this is for my in page heading three color*/
.custom h3{color:#c9870f; font-size: 1.6em;}