* {
   font: normal 14px Verdana, Helvetica, Arial, sans-serif;
   color: black;
   text-decoration: none;
   margin: 0;
   padding: 0;
	}
	
body {
   background-repeat: repeat-x;
   background-position: top center;
   margin: 0 auto;
   text-align: center;
   width: 1050px;
   }
  
header {
	width: 100%;
	margin: 0 auto;	

   }
   
header #mainmenu {
	float: left;
	width: 824px;
	}
   
header ul {
   list-style-type: none;
   border: 0;
   height: 52px;
   margin: 0 auto;
   text-align: center;
   *float: left;
   }
   
header ul li {
	display: inline;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 1050px;
	}
   
#content {
   margin: 0px auto;
   float: left;
   padding-bottom: 20px;
   width: 800px;
   }
   
#content p, #content em, #content ul, #content td {
   text-align: left;
   font-size: 1em;
   line-height: 1.4em;
   }
   
#content p {
	margin-bottom: 20px;
	}
	
#content fieldset p {
	margin-left: 0;
	}
   
#content p strong {
	font-size: 1.2em;
	}
   
#content ul, ul#registrants, ul#comics {
   list-style-image: url(images/patrons_list_bullet.gif);
   }

#content ul li {
  line-height: 1.6em;
  margin-left: 16px;
  }
   
#patronsList {
   margin: 0px auto;
   text-align: center;
   width: 1050px;
   }
   
#patronsList div.wrapper {
	margin: 0px auto;
	text-align: center;
	float: left;
	width: 16.2em;
	padding-left: 30px;
   }
   
.article {
   padding-bottom: 60px;
   height: 100%;
   width: 860px;
   } 

#content br {
   clear: left;
   }
   
#content ul a, #content p a, #content td a, dd a {
   text-decoration: underline;
   color: #0066cc;
   white-space: nowrap;
   }
   
#comicsComments {
    width: 800px;
    float: left;
    }
    
#promotion {
	margin-left: 826px;
	width: 180px;
	border-left: 1px solid silver;
	padding-left: 20px;
	}
	
#promotion img {
	padding: 10px 0;
	}
	
#promotion p {
	text-align: left;
	margin-bottom: 10px;
	}
   
h1, h1 a {
   font-size: 16px;
   font-weight: bold;
   color: gray;
   padding-top: 50px;
   }
   
h2, legend {
   font-size: 1.8em;
   font-weight: normal;
   color: #696560;
   margin: 0 16px 0 0;
   padding-bottom: 8px;
   text-align: left;
   }
   
h2 a {
   font-size: 1em;
   font-weight: normal;
   color: #696560;
   text-align: left;
	}
   
#comicsComments h2 {
	font-size: 1.2em;
	}
	
span#title {
	font-size: 1em;
	color: #696560;
	font-style: italic;
	}
   
h3 {
   font-size: 1.4em;
   font-weight: normal;
   color: #696560;
   text-align: left;
   margin: 0px 0px 10px 0;  
   }
   
table td h3 {
	margin-left: 0px;
	}
   
h1 a, #topmenu a, #promotion a {
   color: #0066cc;
   text-decoration: underline;
   }
	
#ss_form {
margin-top: 10px;
	height: 45px;
	}
	
#ss_img_div {
	padding-bottom: 20px;

	}
	
#socialmedia {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	
#facebook {
	margin-left: 240px;
	position: relative;
	top: -22px;
	overflow:hidden;
	width: 540px;
	height: 24px;
	padding: 0;
	}
	
#comicsMenu {
	margin: 20px 0;
	}
	
.comicNavigation {
	font-family: arial, sans-serif;
	background-color: #990000;
	padding: 10px;
	color: #fff6e5;
	font-size: 1.2em;
	font-weight: bold;

   }
   
.comicNavigationFinished {
		font-family: arial, sans-serif;
		padding: 10px;
		font-size: 1.2em;
		font-weight: bold;
   background-color: #E5E5E5;
   color: #999999;
   }   
   
a.comicNavigation, a:link .comicNavigation, a:hover .comicNavigation, a:visited .comicNavigation {
   text-decoration: none;
   }  
   
a:hover.comicNavigation {
   color: #990000;
   background-color: #ffcf70;
   }
   
#comicsMenu select {
	 background-color: #ffe2a9;
	 border: 0;
   padding: 10px 2px;
}

option {
   padding-left: 5px;
   }

img {
   border: 0;
   }
   
footer {
   display: block;
   height: 120px;
   /*background-image: url('images/background_bottom.gif');*/
   /*background-repeat: no-repeat;*/
   /*background-position: top center;*/
   background-color: #696560;
   margin: 0px auto;
   text-align: center;
   clear: both;
   width: 1050px;
   padding-top: 20px;
   margin-top: 20px;
   }
   
footer a, footer a:link, footer a:hover, footer a:visited {
   color: #fff;
   text-decoration: underline;
   }
   
footer p {
	padding: 0px 20px 20px 20px;
	margin: 20px;
	color: #fff;
	display: block;
	}
	
footer ul {
	margin: 20px;
	display: inline;
	list-style-type: none;
	}
	
footer ul li {
	display: inline;
	list-style-type: none;
	padding: 20px;
	}
   
p.submission {
   border-top: 1px solid silver;
   margin-top: 10px;
   clear: both;
   } 
   
p.submission img {
   display: block;
   margin: 10px;
   } 
   
.leaderboard {
   padding: 0 0 16px 0;
   display: block;
   margin: 0 auto;
   }
   
blockquote {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
/* Contact Form */

fieldset {
	margin-left: 16px;
   border: 0px;
   text-align: left;
   }
   
input#visitormail, input#visitor, input#registrant, input#registrantemailaddress, textarea, input#txtbox, input#full_name, input#tel, input#user_name, input#usr_email3, input#pwd, input#pwd2, input#web2, input#web3, input#pwd_old, input#pwd_new, input#txtboxn {
   /* background-color: #f4f0e0; FALL */ 
   /* background-color: #e3e6ea;  WINTER */
   /* background-color: #e3eae3; SPRING */
   /* background-color: #c6e0f1; SUMMER */
   background-color: #d2b8af; /* WINTER 2011 */
   color: #666666;
   font-size: 1.2em;
   padding: 5px;
   font-family: verdana, sans-serif;
   border: 1px solid #666666;
   }
   
input.button {
	border: 1px solid #ddddff;
	background-color: #990000;
	padding: 10px;
	color: #ffffff;
	font-size: 1.2em;
}
   
textarea {
 	width: 700px;
 	}
   
input#sendtokickstand, input#register, input.merchandise, input#doLogin3, input#doRegister, input#doSave, input#doUpdate, button#commentonoff, input#continue_to_paypal {
   /* background-color: #e06704; FALL */
   /* background-color: #557399; WINTER */
   /* background-color: #444a37; WET SPRING */
   /* background-color: #5594dc; SUMMER */
   background-color: #d2b8af; /* WINTER 2011 */
   color: #a32900;
   margin: 10px;
   margin-left: 0px;
   padding: 5px;
   }
   
.row {
   margin: 8px 0;
   }

label {
   display: block;
   margin: 8px 0;
   }
   
br {
   line-height: 5px;
   }
   
.none {
	display: none;
	}
	
.struck {
	text-decoration: line-through;
	color: #cc3300;
	}
   
/* Merchadise / Shop */

#content ul.merchandise {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content ul.merchandise li {
	margin: 0;
	padding: 0;	
	}
   
table.merchandise td {
	padding: 20px;
	vertical-align: top;
	padding-top: 0px;
	width: 200px;
	}
	
#content table.merchandise td a {
	white-space: normal;
	}
	
/* Comments styles */

.js-CommentsSkin-echo .jsk-ThreadWrapper a, .js-CommentsSkin-echo .jsk-LinkColor { color: #0066cc; }

.js-CommentsSkin-echo .jsk-H1Font { display: none; }

.js-LeaveComment { margin: auto 0px; border: 1px solid gray; background-color: #e5e5e5; width: 155px; padding: 3px; height: 18px; overflow:hidden; margin-top: 8px; text-align: center; margin-bottom: 20px; }

.js-singleCommentDate {
	color: #ccc;
	}
	
.js-singleCommentBg {
	padding: 0;
	}

.js-antispamBy,
.js-singleCommentKarmaScore,
.jsk-HeaderMenu,
.js-CommentsSkin-echo .js-poweredBy,
.js-CommentsSkin-echo .js-poweredBy img,
.jsk-HeaderInfoBox {
	display: none;
	}
	
.js-CommentsSkin-echo .jsk-ItemWrapper {
	background: none;
	border-bottom: 1px solid #ccc;
	}
	
/* Logged In */

div.msg {
padding: 5px;
margin: 5px;
color: #cc3300;
font-weight: bold;
border: 1px solid #cc3300;
background-color: #f2dc78;
} 
 
.error {
color: #cc3300;
padding: 5px;
clear: both;
}
 
.example {
color: red;
}
.approved {
color: green;
}

#myaccount {
	margin: 10px;
	margin-right: 0;
	}
	
#myaccount h3 {
	margin-left: 0;
	}
	
#myaccount ul {
	margin-left: 10px; text-align: left;
	}
	
#myaccount a {
	text-decoration: underline;
	color: #577592;
	}
	
#sidebox {
	 border: 1px solid #c0c0c0;
	 margin: 5px 0 20px 10px;
	 padding: 12px;
	 width: 135px;
	}

#sidebox fieldset {
	margin-left: 0;
	}
	
#patronbanner {
	margin-left: 824px;
	background-image: url(/images/header/winter_2012/patron_banner.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 227px;
	}
	
#joinbanner {
	margin-left: 824px;
	background-image: url(/images/header/winter_2012/note_banner.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 227px;
	}
	
ul#account, ul#membership_benefits {
	display: block;
	width: 130px;
	text-align: left;

	padding-left: 10px;
	padding-top: 24px;
	}
	
ul#account li, ul#membership_benefits li {
	display: block;
	font-size: .8em;
	line-height: 1.4em;
	}
	
ul#membership_benefits li {
	list-style-type: bullet;
	}
	
li.club_status, li.club_status a {
	padding: 5px 0;
	font-weight: bold;
	}
	
ul#account li a, ul#membership_benefits li a {
		font-size: 1em;
	color: #990000;
	}
