/* Companion Custom CSS over-rides for [  ]: ComicPress - 2.9.1 */


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

.narrowcolumn { 
        background: #FFFFFF;
	padding: 10px;
}
.sidebar { 
        background: #FFFFFF;
        padding: 0px 0px 0px 10px;
}        
.post { 
	background: #FFFFFF;
	padding: 10px;
}

#header h1, #header .description { display: none; }

/* THE COMIC */

#comic-head {
	padding-top: 0px;
	clear: both;
	background: #FFFFFF;
}

#comic {
	padding: 10px;
	text-align: center;
	background: #FFFFFF;
}

#comic ul {
	list-style: none;
	margin: 0;
	background: #FFFFFF;

}

#comic-foot {
	padding-bottom: 0px;
	text-align: center;
}
/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 220px;
        padding: 0px 0px 0px 0px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 220px;
	padding: 0px;
}