/* Companion Custom CSS over-rides for [ Blunder Lab ]: ComicPress - 2.8 */

/* Change the background. */
body {
	background:#ffffff url('http://www.blunderlab.com/images/bluestripes.gif');
	font-size: 18px;
	
	}

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
/* #header {width: 1020px; height: 150px; background: url('http://www.blunderlab.com/images/newlogo_small.gif') top center no-repeat; overflow: hidden;} */
#header {width: 1000px; height: 115px; overflow: hidden;}
#header .logo {width: 250px; height: 100px; float: left; margin: 10px 0 0 0; background: url('http://www.blunderlab.com/images/newlogo_small.gif') no-repeat; overflow: hidden;}
/* #header h1 {padding: 0;} */
/* #header h1 a {display: inline; margin: 0; padding: 0; float: left; width: 250px; height: 90px; text-indent: -9999px;} */
#header .description {display: none;}
/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

#header .headerpwad {
	float: right;
	width: 730px;
	height: 95px;
	margin: 2px 0 0 0;
	display: none;
}

#sidebar-header {
	float: right;
	width: 730px;
	height: 95px;
	margin: 2px 0 0 0;
}

.nav { display: none; }
