/* Companion Custom CSS over-rides for [ Clan of the Cats ]: ComicPress - 2.8.1 */

body {
	background: #0a131c url('/images/background.jpg') top left no-repeat;
	color: #c5cfdf;
}
a { color: #fff; }
a:hover { color: #fff000; }

h1,h1 a,h2,h2 a,h3,h3 a, #storyline li li .storyline-title  { color: #4a5d7b; }

#page-wide {
	width: 984px;
}

#header {width: 984px; height: 140px; background: url('/images/header2.png') top left no-repeat; overflow: hidden;}

#comic {
	border: solid 1px #1d3854;
	background: #000 url('/images/comic_back.jpg') top left repeat-x;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comic-foot {
	background: transparent;
}

.nav { display: none; }

#sidebar-left, #sidebar-right, .post, .post-page, .post-comic, #comment-wrapper {
	border: solid 1px #1d3854;
	background: #000 url('/images/comic_back.jpg') top left repeat-x;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.post, .post-page, .post-comic, .comments {
	padding: 5px;
}

.narrowcolumn { 
	border: 0;
	background: transparent;
	width: 544px; 
}

#pagewrap-right {
	float: right;
	width: 770px;
}

#text-351778053 {
	margin: 2px;
	float: right;
}

#blogheader {
	border: 0;
}

.comment-meta-data {
	background: #0a131c;
}

.comment-text {
	margin-bottom: 10px;
}
