/* Companion Custom CSS over-rides for [ Random Assembly ]: ComicPress - 2.9.0.14 */

body {
background: #000;
background-image: url('http://randomassembly.com/images/RA_Background.jpg');
background-repeat:repeat-x;
font-family: 'Georgia', serif;
font-size: 14px;
color: #000;
}

#blogheader {
	padding: 0;
	border-top: 0px solid #000;
	margin: 0px 0 20px 0;
}

#footer {
background: #000;
background-image: url('http://randomassembly.com/images/footer_Background.1.jpg');
height: 90px;
font-size: 11px;
}

.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width: 420px;
background: #aaaaaa;
padding: 0 5px 5px 5px;
}

.post {
border-bottom: dotted #ddd;
}

#page {
width: 850px;
}

#page-wide {
width: 850px;
}

#comic {
background: #fff;
}

#subcontent-wrapper {
background: #fff;
padding: 10px 0 0 0;
}

#sidebar-left {
	float: left;
	width: 200px;
	padding: 5px;
}

#sidebar-right {
	float: right;
	width: 200px;
	padding: 5px;
}

#sidebar-overcomic {
background: #fff;
height: 5px;
}

#sidebar-undercomic {
background: #fff;
height: 5px;
}

a:hover {
	color: #bc5001;
}

#menu li:hover, #menu li.sfhover {
background: #bc5001; /* Main menu highlighted background color */
}

.menunav-rss:hover {
	background: #bc5001;
}

.menunav-prev a:hover {
	background: #bc5001;
}

.menunav-next a:hover {
	background: #bc5001;
}
