BODY { 
	background: #222;
	color: #000;
	margin: 0;
	padding: 0;
}

#pagecontainer {
	background: #EEE;
}
IMG { 
	border: 0;
	padding: 0;
	margin: 0;
}

HR { color: #666; background: #666; height: 5px; margin: 1ex 15%; border: 1px solid #000; }

/* Header cells in tables throughout the site */
TH { 
	background: #222;
	color: #FFF;
	font-weight: bold;
	padding: 3px;
}
/* links */
A { 
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	text-decoration: underline overline;
}
/* the box at the top of the page */
#bannercontainer {
	background: url(http://worldsfinest.comicslash.com/archive/skins/SuperBat/images/SBheader.jpg) no-repeat bottom right #FFF;
}
#banner {
	margin: 0;
	text-align: center;
	padding: 0;
	height: 200px;
}

/* The following declarations control the menu tabs */

#menu, #footermenu {
	background: #666;
	margin: 0;
	padding: 5px;
}
#menu { 
	margin-right: 95px; 
	border: 1px solid #000;
	border-left: 0;
	border-bottom: 0;
}

#footermenu { text-align: right; background: #999;}

#membermenu {
	background: #999;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 5px;
}

#membermenu A, #footernav A { 
	color: #FFF; 
	padding: 0 1ex 0 1em;
	background: url(images/bulletA3.gif) no-repeat center left;
}

#menu A { 
	color: #FFF; 
	padding: 0 1ex 0 1em;
	background: url(images/bullet3.gif) no-repeat center left;
}

#menu A:hover { 
	background: url(images/bullet2.gif) no-repeat center left;
}

#membermenu A:hover, #footernav A:hover { 
	background: url(images/bulletA2.gif) no-repeat center left;
}

#menu #current { 
	background: url(images/bullet1.gif) no-repeat center left;
}

#membermenu #current, #footermenu #current { 
	background: url(images/bulletA1.gif) no-repeat center left;
}

#memberinfo { 
	background: #FFF;
	text-align: right;
	margin-left: 95px;
	border-left: 1px solid #000;
}

#menucontainer { 
	border-bottom: 1px solid #000;
}

#footernav {
	border-right: 1px solid #000;
	background: #FFF;
	margin-right: 95px;
}

#footernav2 {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 95px;
	background: #666;
	padding: 5px;
	text-align: right;
}

#footermenu {
	border-top: 1px solid #000;
}

#rss, #skin { padding: 0 10px;}

#loginblock { 
	margin: 0;
	padding: 3px 10px;
	background: #999;
	border-bottom: 1px solid #000;
	text-align: left;
	color: #FFF;
}
#loginblock .textbox, #loginblock .checkbox { 
	font-size: 9px; 
	vertical-align: baseline;
}
#loginblock LABEL {
	color: #FFF;
}
#loginblock .button { 
	font-size: 8px; 
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
	font-family: "Arial"; 
	vertical-align: text-bottom; 
}
#loginlinks {
	display: inline;
	margin: 0 1ex;
}

#loginblock A { color: #222; text-decoration: underline;}

/* the footer box at the bottom of the page */
#footer {
	color: #FFF;
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
	background: #222;
}

#footer A { color: #FFF; }
#footertext {
	margin: 1em;
}

/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
.tblborder { 
	border: 1px solid #000;
	padding: 6px;
	border-collapse: collapse;
}

/* Main page surrounds the text between the header and the footer.  
For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
*/
#mainpage {
	height: 550px;
	background: #FFF;
	border: 1px solid #000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0 95px;
}
html>body #mainpage { 
	height: auto;
	min-height: 550px;
}
#leftindex { 
	width: 250px;
	float: left;
	padding: 0px;
}

#rightindex {
	margin: 0;
	margin-left: 250px;
	padding: 0;
	padding-top: 1ex;
}

/* Most pages use pagetitle to format the page's title */
#pagetitle { 
	font-size: 25px;
	color: #222;
	padding: 5px;
	margin: 0 25% 1em;
	padding-left: 1em;
	border-bottom: 3px solid #222;
	text-align: Center;
}

/* 
Where there's a list of alphabet links #alphabet controls their look. 
Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
and will be set here too. Generally, they look alike.
*/
#alphabet, #pagelinks { 
	text-align: center; 
	font-size: 13px; 
	margin: 1em 0;
	line-height: 25px;
}
#alphabet A, #pagelinks A { 
	background: #999; 
	border: 1px solid #000; 
	padding: 2px 4px; 
	margin: 0; 
	text-decoration: none; 
	color: #222;
}
#alphabet A:hover, #pagelinks A:hover { 
	background: #222; 
	border: 1px solid #000;
	padding: 2px 4px; 
	margin: 0; 
	text-decoration: none; 
	color: #999;
}
#alphabet #currentletter, #pagelinks #currentpage { 
	background: #222; 
	color: #999; 
	border: 1px solid #000; 
	padding: 2px 4px; 
	margin: 0; 
	text-decoration: none;
	font-weight: bold; 
} 


/* End alphabet and page link declarations */

/* labels throughout the site in forms and in other places */
LABEL, .label {
	color: #666;
	font-weight: bold;
}

/* The listings of stories etc. */
/* .sectionheader styles the headings "Stories" and "Series" */
.sectionheader {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	padding: 1ex;
}

/* The box around each individual story */
.listbox_odd, .listbox_even {
	margin: 1.5em 0;
}

/* The title bar for each story box. */

.listbox_even .title, .listbox_even .tail {
	background: #666;
	padding: 4px;
	color: #EEE;
}

.listbox_odd .title, .listbox_odd .tail {
	background: #999;
	padding: 4px;
	color: #EEE;
}

.listbox_even .title, .listbox_odd .title {
	border: 1px solid #000;
	border-left: none;
	border-bottom: none;
	margin-right: 95px;
}
.listbox_odd .title, .listbox_odd .tail .label, .listbox_odd .title .label { color: #EEE; }

.listbox_even .tail, .listbox_odd .tail {
	border: 1px solid #000;
	border-top: none;
	border-right: none;
	margin-left: 95px;
}

.listbox_even .tail .adminoptions, .listbox_odd .tail .adminoptions, .listbox_even .tail .respond, .listbox_odd .tail .respond { display: inline; }
.listbox .title .titlelink {
	font-size: 14pt;
}

.listbox .adminoptions { display: inline; }


#reviews .listbox .title {
	border: 1px solid #000;
}

.listbox_odd .content, .listbox_even .content {
	padding: 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.listbox_odd .infolinks, .listbox_even .infolinks { 
	display: block;
	padding: 3px 1em;
	text-align: right;
}
.listbox .content .adminoptions { display: inline; }
/*End story/series listings */

/* Comments */

.comment_odd .content, .comment_even .content {
	padding: 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.comment_odd .tail {	
	border: 1px solid #000;
	border-top: none;
	border-right: none;
	margin-left: 95px;
	background: #666;
	padding: 3px;
}

.comment_even .tail {	
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	background: #999;
	margin-right: 95px;
	padding: 3px;
}

.comment_odd, .comment_even {
	margin: 1em 0;
}

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 1em 10%;
	border: 1px solid #000;
	background: #EEE;
	padding: 7px;
}
#titleinfo { 
	margin: 1em;
	text-align: left;
}
/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin-right: 1em;
}

/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that 
drop down list ONLY */
#pagelinks .jumpmenu {
	text-align: center;
}

/* This is used on series and challenges and other places where a response is solicited */
.respond { 
	text-align: center;
	padding: 6px;
}

.listbox .tail .respond {
	padding: 0;
	text-align: right;
}

/* The sort menu on the categories page */
#sortform { text-align: center; margin: 1em; }


/* On pages that don't use listings, the content is surrounded by a div labeled output */

#profilecontainer {
	background: #FFF;
	padding: 1em;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: 0 5%;
}
/* The sort menu in the profile */
#sort {
	text-align: right;
	padding: 1ex 3em; 
 }
/* The following declarations control the tabs */
#tabs {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	background: #FFF;
}
#tabs UL {
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #000;
	font: bold 12px Verdana, sans-serif;
}

#tabs LI {
	list-style: none;
	margin: 0;
	display: inline;
}

#tabs LI A {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000;
	border-bottom: none;
	background: #999;
	text-decoration: none;
	color: #222;
}

#tabs LI A:hover {
	color: #EEE;
	background: #222;
	border-color: #000;
}

#tabs #active A{
	background: #666;
	border-bottom: 1px solid #000;
	color: #EEE;
}
#tabs #active A:hover{
	background: #222;
	border-bottom: 1px solid #000;
	color: #FFF;
}

/* This controls the look of the blocks on the index page.   */

/* Your welcome message */
#welcome {
	margin: 1em 10%;
	padding: 10px;
	color: #222;
	font-size: 120%;	
}

/* The box around the index page blocks */
.block { 
	margin: 1em;
}

/* The block's title */

.block .title {
	background: #999;
	padding-right: 9px;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #000;
}
/* The block's content */
.block .content {
	margin: 0 8px;
	padding: 6px;
	background: #FFF;
	border: 1px solid #000;
	border-top: 0;
}

.columntitle {
	line-height: 30px;
	padding: 0 7px;
	color: #FFF;
	font-size: 22px;
}

#recenttitle {
	text-align: left;
	padding-left: 8px;
	margin-left: 5%;
	background: #666;
	border: 1px solid #000;
	border-right: 0;
}

#newstitle {
	font-size: 15pt;
	text-align: right;
	padding-right: 10px;
	background: #666;
	margin-right: 35%;
	border: 1px solid #000;
	border-left: none;
}

#info_left {
	text-align: right;
	font-weight: bold;
}
#info_right {
	text-align: right !important;
}
#newestmember {
	font-weight: bold;
}


/* The next link at the bottom of a multi-chapter story */
#next { 
	float: right;
}
/* The previous link at the bottom of a multi-chapter story */
#prev { 
	float: left;
}

#prev A, #next A{
	margin: 1ex;
	padding: 2px 4px;
	border: 1px solid #000;
	background: #246;
	color: #FFF;
}
#prev A:hover, #next A:hover {
	text-decoration: none;
	background: #49758A;
	color: #FFF;
}

/* The story and chapter notes */
.notes { 
	margin: 1ex 5%;
}

.notes .title {
	background: #49758A;
	border: 1px solid #000;
	border-bottom: 0;
	width: 200px;
	padding: 2px 4px;
}
.notes .title .label {
	color: #FFF;
	font-weight: bold;
}

.noteinfo { 
	padding: 5px; 
	border: 1px solid #000;
	background: #FFF;
}

/* End story and chapter notes */

.storyinfo {
	padding: 0 15px; 
}

#story, .storyend { 
	padding: 1em;
}

.jumpmenu2 { text-align: center; }

/* The news blocks */

#newscontainer {
	margin: 1em;
}

.news {
	margin: 0 1em;
}
.newstitle {
	font-size: 15pt;
}

.newstitle .comments {
	font-size: 12px;
	font-weight: normal;
}

.newssig {
	padding: 0px 17px;
	font-size: 11px;
}

.newscontent {
	padding: 7px;
}

#newsarchive {
	text-align: center;
	margin: 1em;
}

/* End news blocks */

/* The recent stories on the index page */

.recentbox {
	margin: 1em 4em;
}

.recentbox .infolinks { 
	display: block;
	padding: 3px 1em;
	text-align: right;
}

.recentbox .title { 
	font-size: 12pt;
}
.commenteven { 
	padding: 7px;
}
.commentodd {
	padding: 7px;
}
.commentsig {
	font-style: italic;
	margin-left: 20px;
}

.new { 
	color: #F00;
	font-style: italic;
	font-weight: bold;
}

#viewstory .listbox .content {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#respond { text-align: center; }

.poll { border: 1px solid #000; }

#columncontainer { margin: 0 5% !important; }

.featured, .retired { vertical-align: middle; margin: 0; padding: 0; }


#otherresults { margin: 0 1em; }
