/* Companion Custom CSS over-rides for [ Irisia ]: ComicPress - 2.8 */

/* Change the background. */
body {
background: black;
}
h2, h3 {
color: white;
}
a, h2 a {
	color: #6699CC;
	text-decoration: none;
}
a:hover
{
color: #669966;
}

#header h1 a, #header .description { display: none; }

	#menu li:hover a, #menu li.sfhover a {
		border-left: 1px solid #4f9b4f;
		border-right: 1px solid #4f9b4f;
		color: #fff; /* Main menu highlighted text color */
	}
.post {
	clear: both;
	text-align: left;
	padding: 0 5px;
	border-style:ridge;
	border-width:2px;
	border-color:5a5a5a;
	background:#222222;
	
}
.post-text, .entry {
color:white;
}
#comic-head {
	padding-top: 5px;
}
#comic {
	background: #000000;
	border: 1px solid #000000;
	text-align: center;
	z-index: 100;
	padding: 5px;
}
#comic-foot {
	padding-bottom: 5px;
}
#footer {
color: white;
}
	.comment-link a {
		color: #6699CC;
	}
		
	.comment-link a:hover {
		color: #669966;
	}
#respond {
color: white;
}
.comment-text, .comment-time, .comment-meta-data, .comment-author vcard {
color: white;
}