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

/* the following defines your menu inside the banner div */
#menu A { 
	color: #FFF; 
	text-decoration: none; 
	font-weight: bold;
	text-align: center;
	border: 1px solid 000;
	border-color: none;
}
#menu A:hover, #menu #current:hover { 
	text-decoration: none;
	background: url(images/background5.gif);
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#menu #current {
	text-decoration: none; 
	font-weight: bold;
	background: url(images/background7.gif);
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#menu LI, #menu #menu_current {
}

#menu { 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menu_container {
	background: url(images/background6.gif);
	padding: 0;
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;
}
/* end menu setup */


IMG { 
	border: 0;
	padding: 0;
	margin: 0;
}

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

/* Header cells in tables throughout the site */
TH { 
	background: #060;
	color: #FFF;
	font-weight: bold;
}
/* links */
A { 
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	text-decoration: underline overline;
}
/* the box at the top of the page */
#banner {
	margin: 0;
	text-align: right;
	padding: 0;
	background: #000;
	border-bottom: 2px solid #000;
	}
/* The appearance of your site's name in the banner area*/
#sitename {
}
/* The appearance of your site's slogan in the banner area */
#slogan {
	font-size: 14pt;
	font-weight: bold;
	color: #060;
	text-align: right;
	padding: 10px 20px;
}

/* footer menu */


#footer A { color: #A8C4A8; }

#footermenu {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0;
}

#footernav {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	background: url(images/background6.gif);
	margin: 3px 0;
	text-align: center;
}

#footernav A { 
	color: #FFF;
	padding: 0 10px;
}

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

/* end footer menu */


#loginblock { 
	margin: 0;
	padding: 3px 10px;
	border-bottom: 2px solid #666;
	background: url(images/background7.gif);	
	text-align: left;
}
#loginblock LABEL { color: #000; }
#loginblock .textbox, #loginblock .checkbox { 
	font-size: 9px; 
	vertical-align: baseline;
}
#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;
}
#loginlinks A { color: #FFF; }
/* the footer box at the bottom of the page */
#footer {
	border-top: 2px solid #333;
	background: #000;
	color: #FFF;
	clear: both;
	padding: 3px 0 1em 0;
}

#footertext {
	margin: 1em;
	height: 150px;
}

/* 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
*/

.pagecontainer {
	background: url(images/background4.gif);
}
#mainpage {
	height: 550px;
	background: #FFF;
	padding-bottom: 1em;
	margin: 0 100px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
html>body #mainpage { 
	height: auto;
	min-height: 550px;
}
#home #mainpage {
	padding-top: -3px;
}

/* Most pages use pagetitle to format the page's title */
#pagetitle { 
	font-size: 25px;
	padding: 5px;
	margin: 0 5em 1em;
	padding-top: 1em;
	border-bottom: 3px double #060;
	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: #060; 
	border: 1px solid #000; 
	padding: 2px 4px; 
	margin: 0; 
	text-decoration: none; 
	color: #696;
}
#alphabet A:hover, #pagelinks A:hover { 
	background: #696; 
	border: 1px solid #000;
	padding: 2px 4px; 
	margin: 0; 
	text-decoration: none; 
	color: #FFF;
}
#alphabet #currentletter, #pagelinks #currentpage { 
	background: #696; 
	color: #060; 
	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 {
	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: #060;
	padding: 1ex;
}

/* The box around each individual story */
.listbox {
	margin: 1em 5%;
}

/* The title bar for each story box. */
.listbox .title {
	padding: 0;
	font-size: 10pt;
}
.listbox .title .titlelink {
	font-size: 14pt;
}

#reviews .listbox .title {
	border: 1px solid #000;
}
.listbox .band, .listbox .band2 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

.listbox .content {
	padding: 6px;
	margin: 0 10px;
}

.listbox .infolinks { 
	display: block;
	padding: 3px 3em;
	font-size: 10pt;
}
.listbox .content IMG { float: left; }
/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 1em 10%;
	border: 1px solid #000;
	padding: 7px;
}
#titleinfo { 
	margin: 0;
	text-align: center;
}
/* 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 */
#output { 
	padding: 0 10px;
}

#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: #696;
	text-decoration: none;
	color: #060;
}

#tabs LI A:hover {
	color: #A8C4A8;
	background: #060;
	border-color: #000;
}

#tabs #active A{
	background: #060;
	border-bottom: 1px solid #000;
	color: #A8C4A8;
}

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

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

/* The box around the block */
.block { 
	margin: 1em;
	border: 1px solid #000;
}

/* The block's title */
.block .title {
	background: #060;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #000;
}

/* The block's content */
.block .content {
	padding: 6px;
	background: #FFF;
}

#recenttitle {
	border: 1px solid #000;
	border-right: 0;
	background: url(images/background6.gif);
	text-align: left;
	padding: 0 10px;
	margin-left: 35%;
}

#newstitle {
	border: 1px solid #000;
	border-left: 0;
	background: url(images/background6.gif);
	text-align: left;
	padding: 0 10px;
	margin-right: 35%;
}

#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: #060;
	color: #A8C4A8;
}
#prev A:hover, #next A:hover {
	text-decoration: none;
	background: #456545;
	color: #060;
}

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

.notes .title {
	background: #456545;
	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 { 
	padding: 1em;
}

.jumpmenu2 { text-align: center; }

#newscontainer {
	margin: 1em;
}

.news {
	margin: 1em;
}
.newstitle {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
}

.newssig {
	font-size: 10pt;
	padding: 0;
}
.newscontent {
	padding: 7px;
	margin: 0 1em;
}
.news HR {
	background: url(images/background6.gif);
	color: #CCC;
}

#newsarchive {
	text-align: center;
	margin: 1em;
}
.commenteven { 
	padding: 7px;
	background: #FFF;
	border: 1px solid #000;
	border-left: 20px solid #060;
	border-right: 10px solid #060;
}
.commentodd {
	padding: 7px;
	background: #FFF;
	border: 1px solid #000;
	border-left: 10px solid #696;
	border-right: 20px solid #696;
}
.commentsig {
	font-style: italic;
	margin-left: 20px;
}

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


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

#respond { text-align: center; }


/* the following defines your menu inside the banner div */

#menu A { 
	width:100px; 
	height:20px; 
	position: relative;
	display: block;
	margin: 0 auto;
}
#menu A:hover, #menu #current:hover { 
	z-index: 200;
	overflow: hidden;
	position: absolute;
}
#menu #current {
	width:100px; 
	height:20px; 
	position: relative;
	display: block;
}
#menu UL { 
	padding: 0;
	height: 20px;
	margin: 0;
	list-style-type: none;
}
#menu LI, #menu #menu_current {
	width:100px; 
	height: 20px; 
	float: left;
}

#libox, #ribox { padding: 0; margin: 0; }