/* Companion Custom CSS over-rides for [ Cowboy Jedi ]: ComicPress - 2.8 */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 170px; background: url('/images/cowboyjedibanner.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 170px; text-indent: -9999px;}
#header .description {display: none;}

/* Change the background. */
body { background: #000000; color: #E2E4E4; }

a {color: #33cccc;}

a:hover {color: #33FF33;}

h1, h1 a,h2, h2 a, h3, h3 a {color: #009933;}

.comment-link a {color: #A9F5A9;}
		
.comment-link a:hover {color: #33FF33;}

#comment {background: #000022; color: #FFFFFF;}

.comment-balloon {color: #000000;}

.widget {background: #000000;}

#comic-head {
	padding-top: 10px;
}

#comic {
	background: #FFFFFF;
	border: 0px;
	text-align: center;
	z-index: 100;
	padding: 5px;
}


#comic-foot {
	padding-bottom: 10px;
}

.narrowcolumn .nav { display: none; }

.comment-link {display: none;}