/* Companion Custom CSS over-rides for [ Paranormal Activity ]: ComicPress - 2.8 */
/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 120px; background: url('http://www.parativity.com/wp-content/themes/comicpress-2/comicpress/images/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}
/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/* make the html page not wobble when reloading to a new page. */ 
html { overflow-y: scroll; }

/* background color */
body {background-color:#470969;}

/* background image */
body {background-image:url('http://www.parativity.com/wp-content/themes/comicpress-2/comicpress/images/background.png');background-repeat:no-repeat;
background-attachment:fixed}

/* page width */
#page-wide {
	width: 780px;
	margin: 0px auto;}

#comic {
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	z-index: 100;
	padding: 5px;
	width: 550px}

#content {
	float: left;
	overflow: hidden;}

	.narrowcolumn {
		width: 360px;
		margin: 0 auto;
		float: left;
	}

	.widecolumn {
		width: 360px;
		margin: 0 auto;	}
		
#pagewrap-right {
	width: 570px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/*Fixing Blog Background*/
.post-comic {
	background: #fff
}