BODY 
	{
	background-color: #518036;  
	color: #000000;
	font-family:arial; 
	font-size:10pt;
	}

/* DEFAULT LINKS */
a:link			{color:#438059; text-decoration:underline; font-weight:bold; }
a:active		{color:#999933; text-decoration:underline; font-weight:bold; }	
a:visited		{color:#446644; text-decoration:underline; font-weight:bold; }
a:hover			{color:#7f7f00; text-decoration:underline; font-weight:bold; }

/* On pages that don't use listings, the content is surrounded by a div labeled output */
#output 	{padding: 10px;}

IMG 		{border: 0; padding: 0; margin: 0;}

HR 			{COLOR: #000000;} /* horizontal rules */

/* labels throughout the site in forms and in other places */
LABEL, .label {font-weight: bold;}




/* HEADER */

#welcome {
	background-image:none;
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	}
	
#container { 
	border: 1px solid #000;  
	background: #EEEAD6;
	}

/* to make a seperate link style for the menu use this div */

#abc { 
	font-size:12px;
	border-top: 1px solid #000000; 
	border-bottom: 3px double #000000; 
	background: #446644;
	margin: 0; 
	padding: 5px; 
	text-align: center;
	}
	
#abc a {padding-left: 3px; padding-right: 3px; color:#FFFFFF;}

#mainpage { background: #EEEAD6; }

#menucolumn {
 width: 190px;
 float: left; 
 margin: 10px;
}

#maincontent {
 margin:  0 15px 10px 215px;
}



#skin {
	position:absolute; 
	right: 65pt; 
top: 30pt;
	}

/* The location of the div containing the RSS link in the banner area */
#rss {
	position: absolute;
	right: 50px;
	top: 55px; 
	}





/* TITLES */

#pagetitle /*the title of the page*/
	{
	text-align: center;
	font-size: 125%; 
	margin: 1ex;
	}

.sectionheader /* In pages with stories and series this controls the appearance of the "Stories" and "Series" section headers */
	{ 
	font-weight: bold; 
	font-size: 110%; 
	color: #000; 
	text-align: center; 
	width: 100%; 
	clear: both; 
	margin: 1em 0;
	}



/* INDEX PAGE */




/* TABLES (also throughout the site) */
TH { 
	font-weight: bold;
	text-align:center;
	background-color:#518036;
	color:#FFFFFF;
	}

TD { 
	padding:4px; /* in table layouts this changes everything */
	}


.tblborder /* carryover from 1.1 still used in some places, the border within a border that appears with cellspacing */
	{
	}




/* BLOCKS */

/* This controls the look of the blocks on the index page using CSS.   */
/* The box around the block 
.block { 
}


/* Log-in */

#loginblock { 
	margin: 0px 0 0 0;
	padding: 0px 2px;
	text-align: center;
	width:165px;
}
#loginblock .textbox, #loginblock .checkbox { 
	vertical-align: baseline;
}
#loginblock .button { 
	padding: 0; 
	margin: 1px; 
	font-weight: bold; 
	font-family: "Arial"; 
	vertical-align: text-bottom; 
}
#loginlinks {
	display: inline;
	margin: 0 1ex;
}
#loginlinks A {
font-size:small;
}


/* News */

.newsbox {
	padding:6px;
	margin:6px;
	border-bottom: 1px solid #000000;
}

.newstitle { 
	font-size: 110%; 
	margin: 0 40% 0 0;
	padding: 2px;
	font-weight:bolder;
	color: #18312E;
}

.newssig {
	text-align: right;
	margin: 5px;
	color:#000;
}

.commenteven, .commentodd { 
	padding: 7px;
	margin: .5em 5%;
	border: 2px double #000;
	}

.commentodd {
}
.commenteven {
	background-color:#FFF;
}
.commentsig {
	font-style: italic;
	margin-left: 20px;
}


#newsarchive { text-align: center; padding: 5px;}





div.recentbox /* recent block on index*/
	{
	padding-top: 4px ;
    padding-bottom: 4px ;
	}










/* SORTING and NAVIGATION */

/* 
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; margin: 1em 0; line-height: 25px; font-weight: bold; font-size:14px;}
#alphabet a, #pagelinks a { text-decoration: underline; }
#alphabet a:hover, #pagelinks a:hover { text-decoration: underline overline;}
#alphabet #currentletter, #pagelinks #currentpage {font-size: 120%; text-decoration: underline overline;}


/* End alphabet and page link declarations */

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin: 1em;
	margin-top: 2em;
}
.jumpmenu2 { text-align: center; }




/* The sort menu on the categories page */
#sortform { text-align: center; margin: 1em; }


/* The next and previous links at the bottom of a multi-chapter story */

#prev A, #next A{
	color: #000;
	border: 1px solid #000;
	margin: 1em;
	padding: 2px 4px;
}
#prev A:hover, #next A:hover {
	color: #006600;
}

#next {	float: right; margin-right:3em;
}
/* The previous link at the bottom of a multi-chapter story */
#prev { 
	float: left; margin-left:3em;
}



INPUT
	{
	background-color:#FFF; /* button top colors, check mark box outsides, input small text boxes (log in size) */
	color: black;
	font-family: "Times New Roman";
	}

SELECT /* scroll down menu*/
	{
	background-color: #FFF;
	color: black;
	font-family: "Times New Roman";
	}

TEXTAREA
	{
	background-color: #FFF;
	color: black;
	font-family: "Times New Roman";
	}

FORM
	{
	}





/* VIEW STORY PAGE */

/* The story and chapter notes */
.notes { 
	margin: 1em;
	border: 1px solid #000;
}

.notes .title {
	padding: 2px 4px;
}
.notes .title .label {
	color: #000;
	font-weight: bold;
}

.noteinfo { 
	padding: 5px; 
}

/* End story and chapter notes */

.storyinfo {
	text-align:left;
	margin:10px
}

#story { 
	padding: 1em;
}

#story P {
text-indent:25px;
line-height:120%;
margin-bottom:1em;
}

#story blockquote{
border:1px ridge black;
color: #000000;
padding:10px;
background-color:#FFFFCC;
}
/* LISTINGS (Story information blocks) */

/* The listings of stories etc. */


/* The box around each individual story */
.listbox 
	{ 
	margin: 0 5%; 
	border: 2px solid #000; 
	margin-bottom: 1em; 
	background: none; 
	background-position: 0 5px;
	}

.listbox .title 			{ font-weight: bold; padding: 4px; color: #000; border-bottom: 3px double #000;}
.listbox .title a:link 		{ color:none; text-decoration: underline;}
.listbox .title a:visited 	{ color:none; text-decoration: underline;}
.listbox .title a:hover 	{ color:none; text-decoration: underline; }

.listbox .content 			{ padding: 5px; padding-top: 10px; padding-bottom: 10px;}

.listbox .tail, .listbox .respond { border-top: 3px double #000;}

.listbox .classfication 	{ font-weight: bold; }



.respond /* on the challenges page "Respond to the Challenge!" links */
	{ 
	font-size: 14px;
	font-weight: bolder;
	text-align:center
	}
.respond a:link 	{color:#006633;}
.respond a:visited 	{color:#009900}
.respond a:hover 	{color:#006633;}


.new { 
	color: #CC3399;
	font-style: italic;
	font-weight: bolder;
}


/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock /* title blocks in series and challenge pages*/
	{
	margin: 0 10%; border: 1px solid #000;
	} 

#titleinfo {
	margin: 0 10%;
	text-align:right
}

/* PROFILE PAGE */

#profilecontainer {
	padding-top: 4px;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	padding: 4px;
}
/* The sort menu in the profile */
#sort {
	text-align: right;
	padding: 1em; 
 }
 

/* TABS ON PROFILE PAGE*/
/* The following declarations control the tabs */
#tabs {
	margin-top: 1em;
	padding: 0;
}
#tabs UL {
	font: bold 10px Verdana, sans-serif;
	border-bottom: 1px solid #000;
	padding: 3px 0;
	margin: 0;
}

#tabs LI {
	list-style: none;
	margin: 0;
	display: inline;
	font: bold 13px Verdana, sans-serif;
}

#tabs LI A {
	color: #FFF;
	background: #006633;
	text-decoration: none;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0.5em;
	margin-left: 3px;
}

#tabs LI A:hover {
	color: #000;
	background: #FFF;
	border-color: #000;
}

#tabs #active A{
	color: #006633;
	background: #FFF;
	border-bottom: 1px solid #000;
}

#tabs #active A:hover {
	color: #000;
	background: #FFF;
	border-bottom: 1px solid #000;
}


#footer { 
	background:#006633;
	color: #FFF; 
	text-align: center;
	font-size:8pt;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 0; 
	padding: 5px;
	padding-bottom:1px;
	}
	
	
	
.sbname {}
.sbdatetime {font-size:11px; margin-left:2px;}
.sbshout {font-size:13px; margin-left:2px; padding-bottom:4px;}


div.recentbox /* recent block on index*/
	{
	font-size:small;
	padding-top: 4px ;
    padding-bottom: 4px ;
	}

.adminedit {background-color:#FFFFFF; font-style:italic; color:#990099;}

.column DIV { margin: 1em !important; clear: left;}
.column DIV IMG { float: left;  margin: 4px;}