/* ode eFiction 2.0.4 skin */
/* written by Kylie Lee, based on eFiction's 3column skin */
/* manuscript images from John Keats, "Ode To A Nightingale" */
/* Please feel free to alter this skin as desired. No credit is required. */
/* May 2006 */

/* ALL PAGES */

html {
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(images/keats.jpg) repeat fixed #ffffff;
	color: #5e5b56;
	font-size: 90%;
	margin: 0;
}

body {
	margin: 0;
}

#page {
	background-color: #f7f7eb;
	border-bottom: 1px solid #d3d68b;
	border-left: 1px solid #d3d68b;
	color: #000000;
	margin: 0 0 0 7em;
	padding: 1em;
}

#banner {
	text-align: center;
}

#navigation {
  font-size: 90%;
  margin: 0 10em;
  text-align: center;
}

#navigation li {
	display: inline;
}

#navigation a {
	padding: 0 0.33em;
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	padding: 2em;
}

/* HOTLINKS */

a:link {
	color: #635d45;
	text-decoration: underline;
}

a:visited {
	color: #635d45;
	text-decoration: underline;
}

a:active {
}

a:hover {
	color: #635d45;
	text-decoration: underline;
}

/* HEADS */

h1, h2, h3 {
	background-color: #f7f7eb;
	color: #000000;
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

h1 {
	letter-spacing: .2em;
	padding: .3em;
	text-align: center;
}

h2 {
	letter-spacing: .1em;
	padding: 4px 10px;
	text-align: center;
}

h3 {
	background-color: #e2e3b0;
	letter-spacing: .1em;
	padding: .3em;
	text-align: center;
}

/* INDEX PAGE */

#skin {
	margin: 1em .5em 0 0;
	text-align: right;
}

#categoryblock, #categoriesblock  {
	text-align: center;
}

.catblockcell { }

.content {
	margin-left: 2em;
}

.indexcontent { }

#newsarchive {
	margin-top: 1em;
}

.newsbox {
	padding: .2em;
}

.even {
	background-color: #f0f0d5;
	color: #000000;
}

.newstitle {
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	padding: .5em .3em;
	text-align: center;
	text-transform: capitalize;
}

/* CATEGORIES, RECENT PAGES */

.adminoptions { }

#alphabet {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 115%;
	margin: 1em 5em;
	text-align: center;
}

.classification /* IE6 does not render this correctly if it's altered (say, to italic) */ { }

#columnblock {
	font-size: 110%;
	line-height: 1.5em;
	margin-left: 2em;
}

#pagelinks {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 115%;
	margin: 1em;
	text-align: center;
}

#pagetitle /* same as h3 */ {
	background-color: #e2e3b0;
	font-family: georgia, "times new roman", serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 1em 0;
	padding: .3em;
	text-align: center;
}

.sectionheader /* same as h3 */ {
	background-color: #e2e3b0;
	font-family: georgia, "times new roman", serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 1em 0;
	padding: .3em;
	text-align: center;
}

#sort {
	text-align: center;
	margin: 1em 0;
}

.tail {
	margin-left: 2em;
}

.title {
	font-family: georgia, "times new roman", serif;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}

/* FIC PAGES */

.jumpmenu { }

#notes {
	border: 1px solid #000000;
	margin-top: 1em;
	padding: 1em;
}

#notes .title {
	margin: 1em;
	text-align: center;
}

#story /* font size hard-coded in each fic automatically to 100% */ {
	border-bottom: 1px solid #000000;
	margin-top: 1em;
	padding-bottom: 1em;
}

.listbox {
	padding: .5em;
}

/* REVIEW PAGES */
/* Review pages also use #pagetitle, .listbox, .classification, and .adminoptions (defined above) */

.respond {
	font-weight: bold;
	margin: 1em 0;
}

/* ADMIN PAGES */

table { }
.tblborder { }

/* PRECONFIGURED BY eFICTION */

LABEL { }

.cleaner, .output {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* The following fixes the disappearing text bug in IE. */

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

#output:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html>body #output:after, html>body .clearfix:after { display: none; }

#output, .clearfix { display: inline; }

/* Hides form IE-Mac \*/

* html #output, .clearfix { height: 1%; }
#output, .clearfix {display: block; }

/* End hiding */
