BODY 
	{
	background-color : #336600;
	color: #000000;
	}

/* DEFAULT LINKS */
A:link          {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
A:active        {BACKGROUND: none; COLOR: #3366FF; TEXT-DECORATION: underline}
A:visited       {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
A:hover         {BACKGROUND: none; COLOR: #3366FF; TEXT-DECORATION: underline}

/* 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: #336600;} /* horizontal rules */

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

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






/* HEADER */

/* The appearance of your site's name in the banner area*/
#sitename {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	height: 50px;
	line-height: 50px;
	}
/* The appearance of your site's slogan in the banner area */
#slogan {
	font-size: 22px;
	font-weight: bold;
	color: #336600;
	text-align: center;
	padding: 5px;
	}
/* The location of the div containing the skin change drop menu  in the banner area */
#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; 
	}

/* to make a seperate link style for the menu use this div */
#menu 			 {BACKGROUND: none; width:100%; padding: 5px 5px 5px 5px;}
/*
#menu a:link  	 {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
#menu a:active   {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
#menu a:hover    {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
#menu a:visited  {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline}
#menu #current   {BACKGROUND: none; COLOR: #336600; TEXT-DECORATION: underline; font-weight: bold}
 end menu setup */








/* INDEX PAGE */



/* TABLES (also throughout the site) */
TH { 
	background: #669900; /* green */
	color: #FFF;
	font-weight: bold;
	text-align:center;
	}

TD { 
	background: #FFFFFF; /* white because in table layouts this changes everything */
	color: #000;
	font-weight:normal;
	}

.tblborder /* carryover from 1.1 still used in some places, the border within a border that appears with cellspacing */
	{
	border: 1px solid #336600; /* dark green */
	padding: 2px;
	border-collapse: collapse;
	}




/* BLOCKS */

/* This controls the look of the blocks on the index page using CSS.   */
/* The box around the block 
.block { 
	margin: 1em;
	border: 1px solid #000;
}


/* Log-in */

#loginblock { 
	margin: 0px 0 0 0;
	padding: 0px 2px;
	text-align: center;
}
#loginblock .textbox, #loginblock .checkbox { 
	font-size: 10px; 
	vertical-align: baseline;
}
#loginblock .button { 
	font-size: 12px; 
	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;
}









INPUT
	{
	FONT-SIZE: 14px;
	font-family: "Times New Roman";
	}

SELECT /* scroll down menu*/
	{
	font-size: 14px;
	font-family: "Times New Roman";
	}


TEXTAREA
	{
	FONT-SIZE: 14px;
	}

FORM
	{
	FONT-SIZE: 14px;
	}





/* News */

.newstitle { 
	font-size: 110%; 
	margin: 0 40% 0 0;
	padding: 4px;
	border-bottom: 3px double #336600;
	font-weight:bold;
}

.newssig {
	text-align: right;
	margin: 4px 0 1em 40%;
	border-bottom: 3px double #336600;
}

.commenteven, .commentodd { 
	padding: 7px;
	margin: 1ex 10%;
}

.commenteven {
	border: 1px solid #336600;
	border-left: 10px solid #336600;
	border-right: 10px solid #336600;
}
.commentodd {
	border: 1px solid #669900;
	border-left: 10px solid #669900;
	border-right: 10px solid #669900;
}
.commentsig {
	font-style: italic;
	margin-left: 20px;
}



div.recentbox /* recent block on index*/
	{
	font-size:smaller;
	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; font-size: 15px; margin: 1em 0; line-height: 25px; font-weight: bold;}
#alphabet a, #pagelinks a {text-decoration: underline;}
#alphabet a:hover, #pagelinks a:hover {text-decoration: underline overline;}
#alphabet #currentletter, #pagelinks #currentpage {font-size: 130%; font-weight: bold; text-decoration: underline overline;}


/* End alphabet and page link declarations */

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin: 1em;
}

.jumpmenu2 { text-align: center; }


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


/* The next link at the bottom of a multi-chapter story */
#next {	float: right; margin-right:3em;
}
/* The previous link at the bottom of a multi-chapter story */
#prev { 
	float: left; margin-left:3em;
}
#prev A, #next A{
	color: #FFF;
	background: #336600;
	margin: 1em;
	padding: 2px 4px;
	border: 1px solid #000;
}
#prev A:hover, #next A:hover {
	color: #3366FF;
	background: #FFF;
}




/* VIEW STORY PAGE */

/* The story and chapter notes */
.notes { 
	margin: 1em;
	border: 1px solid #000;
	background: #FFF;
}

.notes .title {
	background: #336600;
	padding: 2px 4px;
}
.notes .title .label {
	color: #FFF;
	font-weight: bold;
}

.noteinfo { 
	padding: 5px; 
}

/* End story and chapter notes */

.storyinfo {
	text-align:right;
	padding: 0 15px;
}

#story { 
	padding: 1em;
	background-color:#FFFFFF;
}

#story P {
text-indent:25px;
line-height:135%;
margin-bottom:1em;
}

#story blockquote{
border:1px ridge black;
color: #000000;
padding:10px;
background-color:#FFFFCC;
}


#chaptertitle {
	text-indent:25px;
	font-weight:bold; 
	padding:12px;
	font-size:110%;
}

/* LISTINGS (Story information blocks) */

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


/* The box around each individual story */
.listbox {margin: 1em 5%; border: 2px solid #000; margin-bottom: 2em; background: #FFF; background-position: 0 5px;}

/* The title bar for each story box. */
.listbox .title {
	font-weight: bold;
	padding: 4px;
	color: #FFF;
	border-bottom: 3px double #000;
	background: #669900;
}
.listbox .title A, .listbox .tail A {
	color: #FFF;
}
.listbox .title .label, .listbox .tail .label, .listbox .tail .adminoptions .label { 
	color: #FFF;
	font-weight: bold;
}

/* The content of the box...summary, categories, etc. */
.listbox .content {
	padding: 4px;
	background: #FFF;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0 5px;
}

/* The tail info published date etc. on the last line */
.listbox .tail {
	padding: 3px 7px;
	color: #FFF;
	border-top: 3px double #000;
	background: #669900;
}

.listbox .tail .adminoptions { display: inline; }

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


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




/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 0 10%;
}

#titleinfo {
	margin: 0 10%;
	text-align:right
}







/* PROFILE PAGE */

#profilecontainer {
	background: #FFF;
	padding-top: .5em;
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: 0 2% .5em 2%;
	border: 1px solid #000;
	background: #FFF;
	padding: .5em;
}
/* The sort menu in the profile */
#sort {
	text-align: right;
	padding: 1ex 3em; 
 }
 
/* TABS ON PROFILE PAGE*/
/* The following declarations control the tabs */

/* 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: #336600;
	text-decoration: none;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0.5em;
	margin-left: 3px;
}

#tabs LI A:hover {
	color: #336633;
	background: #FFF;
	border-color: #000;
}

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

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

div.headerimage {background-image: url(/fanfiction/skins/green/sidegraphic.jpg); background-repeat: no-repeat; background-position: left; margin-left:8px;}

.sbname {}
.sbdatetime {font-size:8px; margin-left:2px;}
.sbshout {font-size:12px; margin-left:2px; 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;}