/* Companion Custom CSS over-rides for [ Radio Isopod ]: ComicPress/comicpress - 2.8 */

/* Remove the space from above and below the comic */


body {
        background: #021325 url(images/riwallpaper_full.jpg) repeat-x;
}

.tags {
        display: none;
	font-size: 11px;
}

#page {
	width: 850px;
	margin: 0px auto;
        background-color: #C9C299;
        border:5px solid black; 
}

h2, h2 a {
	font-weight: bold;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: left;
	width: 290px;
	height: auto;
	background: #f3d58a;
}

/* THE COMIC */
#comic-head,#comic-foot {
padding: 0 0;
}

#comic, #comic_navi_wrapper {
	background: #333;
	width: 830px;
	border: 0px solid #000;
	text-align: center;
	z-index: 100;
	padding: 10px;
	display: block;
    	/margin-left: -25px;
    	/margin-right: auto;
}


#sidebar-comicleft {
float: left;
}

#sidebar-comicright {
float: right;
}

.post-comic, .post-comic-head, .post-comic-foot {
	background: #ffffff;
}


/* Tool Tips */
a.tt:hover span.tooltip {
	background: url('images/comicpress-rascal.png') no-repeat;
}



#footer {
	padding: 5px 0;
	text-align: center;
        border-top: 1px solid #C0C0C0;
        background-color: #f3d58a;
}
