/* Companion Custom CSS over-rides for [ indi.solubl.es ]: ComicPress - 2.8 */
body {
	background: #333;
}

#footer {
	border: 1px #000 solid;
	margin-top: 10px;
	background-color: #fff;
}

#comic {
	border: 1px #000 solid;
	background-color: #fff;
}

#content {
	border: 1px #000 solid;
	background-color: #fff;
}

#sidebar-right {
	border: 1px #000 solid;
	background-color: #fff;
}

.widgettitle {
	font-weight: bold;
	border-bottom: dashed 1px #000;
	margin-bottom: 5px;
}