body.custom {
	background: #c67a5c;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: .75em;
    background: #62bf59;
    border: 1em solid #6393d5;
}

.custom #page {
    background: #fff;
}

/* space between nav and media box */
.custom ul#tabs {margin-bottom:1em;}

.custom .sidebar h3 {background:#bae994; color:#000; text-align:center; line-height:2em;}

/* used to enter header image... a function script moves the tabs below the header */

.custom #header #logo a { display: block; height: 150px; width: 960px; background: url('http://www.pennypinched.com/wp-content/themes/thesis_151/thesis_151/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; }

.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; }

/*coloring for the links */
.custom a { color: #6393d5; }
.custom a:hover { color: #6393d5; background: #c67a5c; }
.custom #header #logo a, .custom #header #logo a:hover, .custom 

