/* ComicPress Custom CSS over-rides for: ComicPress - Stable Beta - 2.8-3 */

#header { height: 140px; background: url('http://bsodcomic.net/images/topbanner.jpg') top center no-repeat; }

#header { height: 111px; }

#header h1 a, #header .description { display: none; }

#blogheader { padding: 5px 0 5px 0; }

body {
	margin: 0;
        font-size: 12px;
	color: #333;
        background: url(http://www.bsodcomic.net/images/bsodcomicbk.jpg) fixed;
}
	
#comic {
	border: 0;
        margin: 0;
}

#page 
{
	width: 830px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border: solid rgb(0,0,0);
        padding: 10px 10px 10px 10px;
	}
	
#menubar {
	zoom: 1; /* IE fix, allows for variable height menu  */
        margin: 0 0 5px 0;
	}

.sidebar
	 { 
	 padding: 5px;
	 font-size:11px;
	 }

#sidebar-right
{
 	overflow: hidden;
        background: #d5d5d5;
        background-image: url("http://bsodcomic.net/images/sidebarbk.png");
        padding: 10px 0px 10px 0px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 1px solid rgb(0,0,0);
	}
	
.nav { display: none; }

.layout-v .narrowcolumn { width: 610px; 
		padding-left: 0px;
 }

.column { width: 610px; 
          margin: 0;
          padding: 0;
}

.comic-content { overflow: hidden; }

img { max-width: inherit; }

.post, .post-comic, .post-page, .comment-wrap {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px solid rgb(0,0,0);
        padding: 5px 5px 5px 5px;
        background: #e5e5e5;
        margin-bottom:5px;
	margin-top:5px;
	}

.post-foot, .post-comic-foot, .post-page-foot { margin: 0 0 10px 0; }
	
.pagenav { padding: 0; }

.post-comic-head {
        padding: 5px;
}

.entry {
	font-size: 12px
}

.home .post-blog .post-foot, 
.page-template-blog-php .post-foot {
	margin-bottom: 10px;