/* 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: 800px; height: 160px; background: url('http://www.parativity.com/wp-content/uploads/2010/10/banner2.jpg') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 800px; height: 160px; text-indent: -9999px;}
#header .description {display: none;}

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21595059-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

/* 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:#ffffff;}

/* background image */
body {background-color:#483D8B;}

/* page width */
#page-wide {
background: #ADD8E6;
	width: 800px;
	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
}
