BODY {
 background-color: #000;
 color: #FFF;
 margin: 0 20px;
 padding: 0;
}

A { color: #FFF; font-weight: bold; text-decoration: none; }
A:hover { text-decoration: underline overline; }

/* these next few are hard coded into the script */
/* the title of the page */
#pagetitle { font-size: 1.2em; text-align: center; padding: 1ex;}

/* pagination links at the bottom of multiple page results */
#pagelinks { text-align: center; padding: 1em; background: #000;}

/* the alphabet list used on multiple pages */
#alphabet { text-align: center; }

/* Response links such as "Issue a Challenge!", "Respond to the Challenge!" etc */
.respond { text-align: center; }

/* Surrounds the news archive link in the news block */
#newsarchive { text-align: center;}

/* Used when listing stories and series to define the sub-section headers "Series" and "Stories */
.sectionheader {
 background: #000;
 color: #FFF;
 font-weight: bold;
 text-align: center;
 width: 100%;
 clear: both;
}

/* these define the alternating colors used in some tables and the listings of the stories, series, and challenges */
.odd { background: #000; }
.even { background: #000; }

/* This defines the look of the admin options for various pieces of the script.  Can be safely left undefined if you wish */
.adminoptions { font-weight: bold; }

/* Defines the appearance of the jump menu on the stories page
.jumpmenu { text-align: right; }

/* Carryover from 1.1 */
.tblborder { border: 1px solid #FFF; }

/* End of hardcoded classes and id's */


/* This wraps around the contents of the page */
#container {
 border-left: 3px double #FFF;
 border-right: 3px double #FFF; 
 background: #000; 
}

/* The top of the header where your site's name and slogan appear */
#banner {
  height: 100px;
 border-bottom: 1px solid #FFF;
 text-align: center;
}

/* This floats the skin changing form to the middle right of the banner div */
#skin { 
 position: absolute;
 top: 35px;
 right: 150px; 
}

/* the main content section below the menu */
#mainpage { background: #000; color: #FFF;}

/* the footer below the mainpage */
#footer {
 background: #000;
 color: #FFF;
 text-align: left;
 padding: 7px;
 margin-top: 2em;
}

/* much of the content output by the script such as the contents of the help and rules files are places in this div can be safely left undefined however  */
#output { padding: 5px; }

/* Used at the top of the challenges and series pages when an individual listing is displayed.  
Not hardcoded into the script!  This is defined in the default tpl.
*/
#titleblock { margin: 0 10%; }
#titleblock .listbox { border: 1px solid #FFF; margin: 10px; }

/* defines the appearance of the news block */
.newsbox{ padding: 5px;}

/* defines how the story and series blocks appear */
.listbox { padding: 1ex 1em; border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; margin-top: -1px; }
.listbox .title { font-weight: bold; }
.classification { font-weight: bold; }

/* used in the categories page */
#categoriesblock { width: 90%; padding-left: 5%; padding-bottom: 1em; }

/* used in user.tpl */
#sort { text-align: right; position: relative; padding: 5px; clear: both;}
#bio { padding: 5px; }
#profile .adminoptions { font-weight: bold; height: 3em; }

#tabs {
 padding: 0;
 margin: 0;
 clear: both;
 border-top: 3px double FFF;
 border-bottom: 3px double FFF;
}

#tabs DIV{ 
 width: 33%;
 float: left;
 color: #transperant;
 text-align: center;
 background: #CCC; 
 font-size: 10pt;
}

#tabs #centertab {
  background: #000;
  border-right: 3px double #000;
  border-left: 3px double #000;
  width: 98%;
}

#tabs a { color: #000; }
#tabs a:active, a:hover { text-decoration: none; color: #555; }

#tabs #active { background: #000; width: 34%; color: #FFF; }
#tabs #active a { color: #FFF; }
#tabs #active a:active, a:hover { text-decoration: none; color: #555; }

/* used for the blocks on the index page */
.block { border: 1px solid #FFF; background: #000; margin: 0; padding: 0; margin-bottom: 1em; }
.block .title { background: #000; color: #FFF; margin: 0; font-weight: bold; padding: 0; border-bottom: 3px double #000; padding: 5px; text-align: center;}
.block .content { background: #000; margin: 0; padding: 5px;}

/* defines the columns on the index page */
#leftindex {
 width: 197px;
 float: left; 
 margin: 20px;
 margin-top: 0;
}
html>body #leftindex { width: 200; }

#rightindex {
 margin:  0 20px 10px 265px;
}

/* the clearfix class fixes certain problems with display in IE.  if you have disappearing backgrounds and/or text in a div adding this class to the PARENT might help */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline; }
/* Hides form IE-Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hiding */

/* the following defines your menu below the banner div */
#menu { 
 border-top: 3px double #FFF;
 border-bottom: 3px double #FFF;
 background: #000;
 margin: 0;
 padding: 0;
 text-align: center; 
}

#menu ul { 
 margin: 0;
 padding: 0;
}

#menu li {
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
 line-height: 105%; 
}

#menu a {
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 padding-left: 3px;
 padding-right: 3px; 
}

#menu a:hover { 
 background: #000; 
 padding-left: 2px;
 padding-right: 2px;
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 color: #FFF; 
}
/* end menu setup */
