*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
	border:0;
}
body{
	background: #242424 url('/images/lineup1.jpg') no-repeat top center;
}
h1{
	font-size:50px;
	line-height:50px;
	margin:0;
	padding:0;
}
h1 a{
	font-size:50px;
	line-height:50px;
	margin:0;
	padding:0;
	text-decoration:none;
}
h1 a:hover{
	color:#000000;
}
h3{
	color: #FFF;
	background-color: #000;
	padding: 2px 8px 2px 2px;
	margin: 0 0 2px 0;
	text-align: right;
}
a{
	color:#000000;
}
a:hover{
	color:#6F6F6F;
}

/**************************************************/
/************     News Pieces   *******************/
/**************************************************/ 
.previewImage{
	background-position: 0 -600px; 
	/* border: 1px solid #000000; */
	text-align:center;
	text-decoration: none;
}
.previewImage a:hover{
	-moz-opacity:0.0;
	filter:alpha(opacity=0);
}
.previewImage a{
	display:block;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	text-align:center;
	background-color: #FFFFFF;
	text-decoration:none;
	height:80px;
	padding-top: 20px;
	font-size: 30pt;
	font-weight: bold;
}
/**************************************************/
/****************  body parts   *******************/
/**************************************************/ 
#mainWrapper{
	margin: 0 auto 10px auto;
	border: 5px solid #000;
	width:970px;
	background-color: #FFFFFF;
}
#main{
	margin:2px;
	padding:10px;
	border: 2px solid #000000;
	width:942px;
}
#topAd {
	margin: 10px auto 0 auto;
	border: 2px solid #000000;
	width: 470px;
}
#topAd img{
	border: 1px solid #000000;
}
#header{
	text-align:center;
}
#header h1{
	visibility: hidden;
	height: 140px;
}
#leftColumn{
	float:left;
	width: 750px;
}
#rightColumn{
	float:right;
	width: 170px;
}
#rightColumn img{
	border: 1px solid #000000;
}
#footer{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:2px;
	font-size: 8pt;
}
/**************************************************/
/*********** border/backcolor modifiers ***********/
/**************************************************/ 
.borderBlast{
	border: 2px solid #000;
	padding: 2px;
	margin-bottom: 10px;
}
.innerBlast{
	padding: 2px;
	background-color:#000000;
}
.thinBlast{
	/* border: 1px solid #000; */
	padding: 2px;
}
.noBorder{
	border:none;
}
/**************************************************/
/****************  main nav   *********************/
/**************************************************/ 
.navBar{
	clear:both;
	text-align:center;
	color:#FFFFFF;
	height:20px;
}
.navBar a{
	padding:4px 12px 4px 12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.navBar a:hover{
	color:#666666;
}
.navBar .selected{
	color:#000000;
	background-color:#FFFFFF;
}
/**************************************************/
/****************  comic navs   *******************/
/**************************************************/   
#comicNavTop{
}

#comicNavBottom{
	margin:10px 0 10px 0px;
}
#comicNavBottom ul{
	float:right;
}
.comicNav ul{
	list-style-type:none;
}
.comicNav ul li{
	display:block;
	float:left;
	margin-right:3px;
	height:15px;
} 
.comicNav ul li a:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
.comicNav h2{
	padding:5px 120px 0 0;
	float:right;
	font-weight: bold;
	width:450px;
	text-align:center;
}
/**************************************************/
/************  Table of Contents   ****************/
/**************************************************/   
#tableOContents ul{
	list-style-position: outside;
	list-style-type:none;
}
#tableOContents ul a{
	cursor:pointer;
	background: transparent url('/images/dropArrows.gif') no-repeat 5px 0px;
	padding:2px 0px 2px 20px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#tableOContents ul a:hover{
	background-color: #333333;
	background-position: 5px -20px;
	color:#FFFFFF;
}
#tableOContents ul li ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 10px 0;
	display: none;
}
#tableOContents ul li ul li a{
	text-decoration:none;
	color:#000000;
	display:block;
	padding:2px 0 2px 20px;
	font-size: 8pt;
	font-weight:normal;
	background-image:none;	
}
#tableOContents ul li ul li a:visited{
	color:#9F9F9F;
}
#tableOContents ul li ul li a:hover{
	color:#FFFFFF;
	background-color:#6F6F6F;	
}
#tableOContents ul .selected {
	background-position: 5px -40px;
}
#tableOContents ul .selected:hover{
	background-position: 5px -60px;
}

/**************************************************/
/************  Right Column Boxes  ****************/
/**************************************************/ 
#voteBox{
	text-align:center;
}
#voteBox img{
	margin: 5px;
}
#meBox img{
	float:left;
	margin: 5px;
}
#linkBox{
	text-align:center;
}
#linkBox img{
	margin-top: 5px;
	border: 1px solid #000000;
}
/**************************************************/
/************     Bloggy Blog      ****************/
/**************************************************/ 
#content{
}
#content .post{
 	margin-bottom: 10px;
}
#content h2{
	padding: 2px 2px 2px 8px;
	background-color: #000000;
	color:#FFFFFF;
}
#content h3{
	color:#000000;
	background-color:#FFFFFF;
}
.post-body{
	padding: 8px;
	margin: 2px 0 2px 0;
	/* border: 1px solid #000000; */
}
.post-body img{
	border: 1px solid #000000;
}
.post-body p{
	margin-bottom: 10px;
}
.post-footer{
	padding: 2px 2px 2px 8px;
	background-color:#CFCFCF;
}
.post-footer *{
	font-size: 8pt;
	font-style:normal;
}
.blogger-labels{
	font-size: 8pt;
	margin-top: 10px;
}
.blogger-labels a{
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
a.comment-link{
	font-weight:bold;
	text-decoration:none;
}
.comment-body{
	background-color:#CFCFCF;
	padding: 8px;
	margin-bottom: 10px;
	clear:both;
}
#comments{
	padding: 4px;
}
#comments h4{
	text-align: right;
	padding: 0 8px 0 0;
}
.comment-poster{
	margin: 10px 0 4px 8px;
	font-weight: bold;
	float: left;
}
dd.comment-timestamp{
	float:right;
	margin-top: 10px;
}
dd.comment-timestamp a{
	font-size:7pt;
	text-decoration:none;
}
.homeButton {
	margin-top:5px;
}
.homeButton a{
	font-weight: bold;
	text-decoration: none;
	background: transparent url('/images/blogBackArrow.gif') no-repeat 1px -3px;
	padding-left: 14px;
}
.homeButton a:hover{
	background-position: 1px -27px
}
.comment-timestamp .comment-link{
	font-weight: bold;
	text-decoration: none;
	background: transparent url('/images/blogButton.gif') no-repeat 0 -4px;
	padding-left: 14px;
}
.comment-timestamp .comment-link:hover{
	background-position: 0px -28px
}
/**************   New WP stuff    *****************/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	margin:5px;
	padding: .2em;
}
#commentform {
	background: #CFCFCF url(/images/commentSpeak.gif) no-repeat 0 15px;
	margin-top:20px;
	padding: 10px 0 10px 310px;
}
#commentform textarea {
	width: 400px;
}
#commentform label {
	font-size: .8em;
}

/**************************************************/
/**************  secondary pages  *****************/
/**************************************************/ 
#linkContent dt{
	clear:both;
	float:left;
	margin-top:5px;
	height:33px;
	width:90px;
}
#linkContent dt img{
	margin:0;
}
#linkContent dd{
	float:left;
	margin-top:5px;
	height:23px;
	width:638px;
	padding: 10px 0 0 8px;
}
#linkContent img{
	border:1px solid #000000;
	display:block;
	margin-top:10px;
}
#linkContent .thinBlast{
	width: 736px;
}
#extrasContent img{
	border: 1px solid #000000;
	margin: 8px 0 10px 0;
}
#extrasContent p{
	padding: 4px;
}
#extrasContent .thinBlast{
	text-align:center;
}
/**************************************************/
/*******************  misc  ***********************/
/**************************************************/ 
.hiddenInfo{
	display:none;
}
.shownInfo{
	display:block;
	height: 300px;
}
.clearBoth{
	clear:both;
}
.greyBoy{
	background-color:#CFCFCF;
}
.small{
	font-size:.8em;
}
.small a{
	font-size:.8em;
}
.button{
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.pagetitle{
	font-size: 1.8em;
	padding-left:10px;
}	