/* Companion Custom CSS over-rides for [ The Fuzzy Slug ]: ComicPress - 2.8 */

body {
	color: #ffffff;
	background: #565656; 
}

#content-wrapper {
	background: #666666;
	border-top: 5px solid #565656;
}

#content {
	background: #666666;
	border-right: 5px solid #565656;
	border-left: 5px solid #565656;
}

.post-foot{
	border-bottom: 1px solid #565656;
}

a {
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.comment-link a {
		color: #000;
	}
		
.comment-link a:hover {
		color: #ffcc00;
	}

h1, h1 a {
	color: #fede00;
}

h2, h2 a {
	color: #fede00;
}

h3, h3 a {
	color: #fede00;
}

#comic {
	background: #666666;
}

#comment {
	background: #ffffcc;
}

.comicarchiveframe {
	border: 1px solid #444;
	background: #666666;
}
.tags {
	display: none;
}

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 205px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 205px;
}

/* AJAX Comments */
.mine{
	border-color:#ffcc00 !important;
}
.borderc1{
	border-color:#fff !important;
}
.borderc2{
	border-color:#ccc !important;
}
.commentslist a{
	color: #ffcc00;
}
.commentslist a:hover{
	color: #ffcc00;
}
.commenthead {
	color:#ccc;
}
.avatar{
	padding: 5px;
}
