/* Companion Custom CSS over-rides for [ Broken Plot Device ]: ComicPress Boxed - 1.0 */

body {
	background: url('http://www.brokenplotdevice.com/brick.gif');
}

#header {width: 980px; height: 185px; background: url('http://www.brokenplotdevice.com/bpdLogo.gif') top center no-repeat; overflow: hidden;}
#header h1 {display: none; padding: 0;}
#header .description {display: none;}

#content-wrapper { background: #fff; }

#menubar {
	background: #352f2a;

}

#text-6 { float: right; padding-top: 6px; }

.narrowcolumn {
		width: 524px;
		padding: 5px 10px;
}
	
	
#content {
	background: #846c55;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #352f2a;
	border-left-color: #352f2a;
}

#subcontent-wrapper {
	border: 5px solid #352f2a;
	background: #846c55;
}

#footer {
	background: #6c5c4d;
}

#blogheader { 
	background: Url('http://www.brokenplotdevice.com/blogheader.gif');
	height: 65px; 
	width: 524px;
}

a {
	color: #00ffff;
	text-decoration: none;
}

	a:hover {
		color: #009393;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}