body {
	margin: 0px auto;
	padding: 0px;
	background: #8Cb3D9;
	color: #000;
	text-align: center;
}

a:link, a:visited {color: #369; text-decoration: underline;}
a:hover {color: #8Cb3D9; } 

LABEL, .label { 
	color: #246;
	font-weight: bold;
}

/*used in header.tpl*/
#container {
	width: 902px;
	margin: auto;
	background: #FFF;
	border: 1px solid #000;
	text-align: left;
}

#header {
	float: left;
	position: relative;
	width: 450px;
	height: 200px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*Will show up for search engines and screen readers, but not on page*/
// #sitename h1, #slogan h2 {display: none;}

#sitename { 
	margin-top: 130px;
	font-size: 30px;
	background: #FFF;
	color: #000;
	text-align: center;
	margin-bottom: 3px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
#slogan {
	font-size: 10pt;
	background: #FFF;
	color: #000;
	text-align: center;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	width: 100%;
}

#menu, #browsemenu { 
	float: left;
	position: relative;
	width: 225px;	
	height: 200px;
	background: #369 url(images/Menu.gif) top left no-repeat;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FBF0DC;
	font-weight: bold;
}

#browsemenu {
	background: #000 url(images/Browse.gif) top left no-repeat;
}
/*
#browsemenu {
	float: left;
	position: relative;
	width: 225px;
	height: 200px;
	background: #000 url(images/browse.jpg) top left no-repeat;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FBF0DC;
	font-weight: bold;
}

*/
#menu ul, #browsemenu ul {
	margin: 28px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li, #browsemenu ul li {
	display: block;
	margin: 2px; 
}

#menu ul li a, #browsemenu ul li a {color: #FBF0DC; text-decoration:  none}

#menu ul li a:hover, #browsemenu ul li a:hover {text-decoration: underline;}

/*top bar above header image*/	
#skin, #memberinfo {
	display: block;
	padding: 3px;
	background: #CCC;
	text-align: right;
}

#helplinks {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

#membermenu {
	text-align: left;
	margin: 0;
	padding: 0;
}

#helplinks ul, #membermenu ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#helplinks ul li, #membermenu ul li {
	margin: 0;
	padding: 0px 4px;
	display: inline;
	border-right: 1px solid #000;
}
	
#helplinks ul li a, #membermenu ul li a{
	margin: 0;
	padding: 0;
	color: #000; 
	text-decoration: none;
	line-height: 1em;
}

#helplinks ul li a:hover, #membermenu ul li a:hover {
	color: #246;
}

#memberinfo {
	clear: both;
	border-bottom: 1px solid #000;
}

/*bar below header image*/
#loginblock {
	margin: 0;
	padding: 0;
	display: inline;
}

#loginblock .button { 
	font-size: 10px; 
}

/*register/lost password links on same line*/
#loginlinks {display: inline;}

/*used in footer.tpl*/
#footer {
	clear: both;
	width: 902px;
	margin: auto;
	background: #CCC;
	border: 1px solid #000;
	border-top: 0;
	text-align: center;
}

#footertext {
	padding: 7px;
}
/*used in index.tpl*/
#welcome {
	color: #246;
	font-size: 1.7em;
	margin: .7em 10%;
	line-height: 125%;
}

#leftindex, #rightindex {
	float: left; 
	position: relative;
	width: 220px;
	padding-top: 8px;
	padding-left: 5px;
	background: none;
}

#contentindex {
	float: left;
	position: relative;
	width: 440px;
	padding: 5px 5px 5px 0;
}

/* The box around the block */
.block { margin: 3px 0px 12px;}

/* The block's title */
#leftindex .block .title {
	display: block;
	width: 95%;
	padding: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: .12em;
	margin-bottom: 1ex;
}

#rightindex .block .title {
	display: block;
	width: 95%;
	padding: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: .12em;
	margin-bottom: 1ex;
}

/* The block's content */
.block .content {
	padding: 3px 10px 5px;
}

/* The recent blocks on the index page */

.recenttitle { 
	font-size: 1.2em;
}
.recentcontent {
	margin-top: 1ex;
}
.recentbox { margin-bottom: 1em; }

/*Used in newsbox.tpl*/
.newsbox {margin-bottom: 12px;}

.newstitle { 
	display: block;
	padding: 2px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: .12em;
}
.newsopts {
	font-size: .6em;
	font-family: default;
}
.newsstory {padding-right: 4px;}

.newssig { margin-left: 1em; margin-bottom: 1em; }

.newscomments { text-align: right; margin: 1em 0;}

#pagetitle {
	font-size: 1.5em;
	border-bottom: 3px double #000;
	width: 65%;
	margin-bottom: 1em;
	padding: 14px 0 0 14px;
}

.sectionheader {
	font-weight: bold;
	border-bottom: 3px double #000;
	width: 65%;
	margin-bottom: 1em;
	padding: 14px 0 0 14px;
}
#columncontainer {
	width: 90% !important;
	margin: 1em 5% !important;
}

#mainpage {
	padding-bottom: 1em;
	min-height: 450px;
}
html>body {
	height: 450px;
}

#sortform { 
	margin: 10px 1em; 
}

.respond { 
	margin: 1ex 1em;
}

#sortform .textbox { margin: 4px 3px; }

#output, #story, #profile, .storyinfo, .storyend, #otherresults { padding: 1em }
.authorstats { padding: 0 1em; }

.listbox_odd, .listbox_even {
	border: 1px solid #000;
	border-right: 0;
	border-left: 0;
	margin: 1px 0;
	padding: 5px;
}

.listbox_even {
	background: #EEE;
}

.listbox_odd {
	background: #DDD;
}

.listbox_odd .adminoptions, .listbox_even .adminoptions, .listbox_odd .respond, .listbox_even .respond {
	margin: 0;
	padding: 0;
	display: inline;
}


#pagelinks, #alphabet { 
	text-align: center; 
	font-size: 13px; 
	margin: 1em 0; 
	line-height: 25px;
}
#pagelinks a, #alphabet a { 
	text-decoration: none; 
	font-weight: bold;
}
#pagelinks a:hover, #alphabet a:hover { 
	text-decoration: underline overline; 
}
#pagelinks #currentpage, #alphabet #currentletter { 
	background: #369; 
	color: #FFF; 
	border: 1px solid #000; 
	padding: 1px 3px; 
	margin: 0; 
	text-decoration: none; 
}

#titleblock {
	margin: 1em 10%;
	padding: 5px;
}
#titleinfo { margin: 1ex; }

/* 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: #000;
	text-decoration: none;
	color: #FFF;
}

#tabs LI A:hover {
	color: #FFF;
	background: #246;
	border-color: #000;
}

#tabs #active A{
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #369;
}
#tabs #active A:hover{
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #246;
}

#profile_sort { margin: 1em; }

.jumpmenu, .jumpmenu2 {
	margin: 1em;
	text-align: right;
}

.notes {
	margin: 1ex 10%;
}

.notes .title1 {
	border: 1px solid #000;
	border-bottom: 0;
	background: #369 url(images/ChapterNotes.gif) no-repeat;
	margin: 0;
	padding: 5px;
	padding-bottom: 1px;
	color: #FFF;
	height: 20px;
	width: 150px;
}
.notes .title2 {
	border: 1px solid #000;
	border-bottom: 0;
	background: #369 url(images/EndNotes.gif) no-repeat;
	margin: 0;
	padding: 5px;
	padding-bottom: 1px;
	color: #FFF;
	height: 20px;
	width: 120px;
}
.notes .title3 {
	border: 1px solid #000;
	border-bottom: 0;
	background: #369 url(images/StoryNotes.gif) no-repeat;
	margin: 0;
	padding: 5px;
	padding-bottom: 1px;
	color: #FFF;
	height: 20px;
	width: 80px;
}
.notes SPAN { display: none; }
.notes .noteinfo {
	margin: 0;
	border: 1px solid #000;
	padding: 5px;
}

#next, #prev {
}

#next A, #prev A {
	margin: 1em;
	border: 1px solid #000;
	padding: 2px 5px;
	background: #369;
	color: #FFF;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#next {
	float: right;
}
#prev {
	float: left; 
}

.tblborder { 
	margin: 1em;
	padding: 6px;
	border-collapse: collapse;
	border: 1px solid #000;
}

TH {
	background: #369;
	color: #FFF;
	text-align: center;
	padding: 2px 5px;
}

TD { 
	padding: 2px 5px;
}

.poll { border: 1px solid #666; }

.new { 
	color: #C00; 
	font-weight: bold;
	font-style: italic;
}

.commentodd, .commenteven {
	margin: 1em;
}
