/* Custom background and image */
body.custom {
    background: #020028 url('images/background-blue.jpg') 50% 0 fixed no-repeat;
}


.custom #header #logo a { display: block; height: 150px; width: 960px; background: url('images/mosaic-header-2.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 #container {
    margin-top: 2em;
    margin-bottom: 2em;
}


/* change #comments block */
.custom .to_comments {font-size: 100%; text-align:right; }


/* 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; }

/* remove comments closed tagline */

.custom .comments_closed p { display: none; }

/* make closed comments vertical zero */
.custom .comments_closed {
	margin-bottom:0em;
margin-top:0em;	
}

/* remove sidebar top padding */
.custom ul.sidebar_list {
     padding-top: 0em;
}

/* raise nav bar*/
.custom .menu {

   z-index:6;

   }

/* remove header from navigation pages */
.custom #post-421 .headline_area, .custom #post-404 .headline_area, .custom #post-425 .headline_area, .custom #post-19 .headline_area { display: none; }
