body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

/* 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: 210px; width: 750px; background: url('images/header-1.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; }

.custom #content h1 {
	font-size: 2.5em;
	color: #78885b;
	margin-bottom: 15px;
}

.custom #content h2 {
	font-size: 1.5em;
	color: #dbb42c;
	margin-bottom: 15px;
        font-weight: strong;
}

.custom .yellow-box {
    border: 3px solid #f2ec49;
    background: #fffdcb;
    padding: 1.0em 15px;
    margin: 0 0 1.46667em 0;
    clear: both;
}

.custom .blue-box {
    border: 3px solid #33ccff;
    background: #daf8f9;
    padding: 1em 15px;
    margin: 0 0 1.46667em 0;
    clear: both;
}

.custom .stars {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

/*---:[ nav menu ]:---*/
ul#tabs li, ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0; background: #f6e48f; border-bottom: 1px solid #ddd; font-variant: normal; }
	ul#tabs li a:hover { color: #323232; background: #e1e1e1}
	ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #323232; background: #fff}

/*---:[ sidebar and widget stuff ]:---*/
#sidebars a:hover { color: #0000ff; text-decoration: underlined;}
li.widget ul li { margin-bottom: 0.05em; padding: 0.2em 0.455em 0.2em 0.455em; }
.custom .sidebar h3 { font-weight: bold; line-height: 1.455em; margin-bottom: 1em; font-variant: small-caps; letter-spacing: 2px; color: #d4b53e; border-top: 1px solid #ddd; border-bottom: 1px dotted #ddd; }
.custom .sidebar ul.sidebar_list { padding-top: 0 }
.custom .format_text .drop_cap { padding: 0.04em 0.02em 0 0; font-size: 3.571em; line-height: 0.76em; color: #3d8aa0; float: left; }
.custom .sidebar { padding-bottom: 0em; padding-top: 0em; }

