<!--
BODY{
scrollbar-face-color:#fbefd3;
scrollbar-arrow-color:#db755d;
scrollbar-track-color:#fbefd3;
scrollbar-shadow-color:#58270f;
scrollbar-highlight-color:#fbefd3;
scrollbar-3dlight-color:#fbefd3;
scrollbar-darkshadow-Color:#58270f;
}
-->

BODY {font-family: tahoma,verdana; font-size: 8pt; color:#98582C; bgcolor:#fbefd3;}
A:link{color:#db755d;text-decoration:none;cursor:default;}
A:visited{color:#cbbf84;text-decoration:line-through;cursor:default;}
A:active{color:#db755d;text-decoration:blink;cursor:wait;}
A:hover {color:#ffffff;text-decoration:underline overline;cursor:crosshair} 
h2 {color:#58270f}

-->

TD {font-family: tahoma,verdana; font-size: 8pt; color:#98582C; }

-->
  
  <!--
input, table { 
       color:#58270f;
       background:#fbefd3;
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
       font-family: tahoma; 
       text-align: left;
       border-width: 1px;
       border-style: dotted;
       border-color: #db755d; 
      }
 -->

hr.single { color:#db755d; background-color:#db755d; height:1px; }
hr.double { border-top: 1px solid #db755d; border-bottom: 1px solid #db755d; color: #fbefd3; background-color: #fbefd3; height: 1px; }

input, textarea
{ background:#fbefd3;
font-family: tahoma,verdana;
color: #98582C; 
border-style: dotted;
border-color: #db755d;
border-width: 1}

-->

/* 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;}

/* 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 {
 color: #58270f;
 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: #fbefd3; }
.even { background: #fbefd3; }

/* 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 #58270f; }

/* End of hardcoded classes and id's */




/* The top of the header where your site's name and slogan appear */
#banner {
  height: 100px;
 border-bottom: 1px solid #db755d;
 text-align: center;
}

/* This floats the skin changing form to the middle right of the banner div */
#skin { 
 position: absolute;
 top: 45px;
 right: 40px; 
}


/* the footer below the mainpage */
#footer {
 background: #fbefd3;
 color: #db755d;
 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 #db755d; 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 #db755d; border-top: 1px solid #db755d; 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 #db755d;
 border-bottom: 3px double #db755d;
}

#tabs DIV{ 
 width: 33%;
 float: left;
 color: #db755d;
 text-align: center;
 background: #fbefd3; 
 font-size: 11pt;
}

#tabs #centertab {
  background: transparent;
  border-right: 3px double #db755d;
  border-left: 3px double #db755d;
  width: 98%;
}

#tabs a { color: #000; }
#tabs a:active, a:hover { text-decoration: none; color: #555; }

#tabs #active { background: #555; 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: 0px solid #db755d; background: #fbefd3; margin: 0; padding: 0; margin-bottom: 1em; }
.block .title { background: #fbefd3; color: #58270f; margin: 0; font-weight: bold; padding: 0; border-bottom: 3px double #db755d; padding: 5px; text-align: center;}
.block .content { background: #fbefd3; 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 #58270f;
 border-bottom: 3px double #58270f;
 background: #fbefd3;
 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: #db755d;
 font-weight: bold;
 text-decoration: none;
 padding-left: 3px;
 padding-right: 3px; 
}

#menu a:hover { 
 background: #fbefd3; 
 padding-left: 2px;
 padding-right: 2px;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 color: #58270f; 
}
/* end menu setup */
