/* Companion Custom CSS over-rides for [ GeekRising ]: ComicPress - 2.8 */
body {
background: #555555 url(/Images/background.png) repeat-x;
color: #ffffff;
}

blockquote {
background-color: #0f0f0f;
border-top:solid 5px black;
border-left:solid 5px black;
}

#page-header {
padding-top: 15px;
background: url(/Images/custompageBG.png) bottom no-repeat;
}

#sidebar-header {
padding-top: 20px;
}

#text-4 {
float: right;
padding: 0px 5px 0px 5px;
}

#content{

}

.nav a, .pagenav a, .nav-blog a {
		display: none;
		float: left;
		color: #000;
	}

.column {
padding: 5px 5px 0px 5px;
}

.entry {
font-size: 1.1em;
}

.sidebar-top {
/*padding-top: 10px;*/
}


.sidebar-left{
padding-left: 23px;
padding-right: 5px;
}

.sidebar-right{
padding-right: 23px;
padding-left: 5px;
}


.sidebar li h2 {
		margin-top: 5px;
		padding-left:5px;
		color: #b5b5b5;
		text-decoration: underline;
		font-weight: bold;
	}

.sidebar ul li ul li {
			margin: 0 0 0 13px;
			padding-bottom: 5px;
			text-align: left;
			color: #b5b5b5;
			font-size: 1.1em;
		}
small{
color: #929292;
}

a{
color: #5fbf1b;
}
a:hover{
color: #aaf476;
}

h2, h2 a {
color: #5fbf1b;
font-size: 28px;
padding-bottom: 5px;
}

h3, h3 a {
	color: #929292;
	padding-bottom: 5px;
}

#menubar {
background: url(/Images/menuBG2.png) no-repeat;
border-width: 0 0 0 0;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}

#menu li:hover a, #menu li.sfhover a {
		border-left: 1px solid #128b0f;
		border-right: 1px solid #82c280;
		color: #fff; /* Main menu highlighted text color */
	}
	
#comic-head {
	padding-top: 35px;
	background:  url(/Images/ComicHeader.png);
	background-position: bottom;
}
	
#comic {
	background: #1b1b1b url(/Images/Comicbg5.png);
	background-repeat: repeat-y;
	border: 0px solid #000000;
	padding: 0;
	}
	
#comic-foot {
padding-top: 5px;
	background:  url(/Images/ComicFooter.png);
}

	
#content-wrapper {
border: 0px solid #000000;
border-top: 0px;
background: transparent url(/Images/pageBG.png);

 }
 
.textwidget {
padding: 5px 0px 5px 0px;
}
 
.widget {
	background: #1b1b1b;
	border: 2px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
	
}
 
	
.post-text {
color: #ffffff;
}

.comment{
margin: 0;
}

.comment .comment {
padding-top: 10px;
padding-left: 10px;
	/*border-top: 1px solid #5a5a5a;*/
	/*border-bottom: 1px solid #929292;*/
}

.comment .comment .comment {
border: none;
}

.comment-link a {
	color: #5fbf1b;
}
		
.comment-link a:hover {
	color: #aaf476;
}

.comment li.odd {
 background: #2d2d2d;
 border-top: 1px solid #5a5a5a;
 border-right: 1px solid #5a5a5a;
} 
 
.comment li.even {
background: #161616;
border-top: 1px solid black;
border-left: 1px solid #454545;
border-right: 0px solid black;
}

.comment li.bypostauthor, .comment .comment .bypostauthor, .comment .comment .comment .bypostauthor {
		background: #1d541b;
	}

.comment-time {
color: #929292;
}

#footer {
	background: url(/Images/footerBG.png);
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.button {
border: none;
}