body {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #744;
	margin: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#STORYCONTENT {
	width: 48em;
	margin: 2em auto;
	color: black; 
	background-color: white;
	padding: 10px;
}

#STORYCONTENT p {
	line-height: 1.4;
}

#STORYCONTENT p.disclaimer {
	line-height: 1.2;
	font-size: 92%;
}

h2 {
	color: white;
	background-color: #944;
	margin: 20px 0 3px -5px;
	padding: 3px 5px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

h1, h3 {
	color: black;
}


h1 {
	font-size: 2.5em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
	margin-top: 0;
}

#header {
	text-align: center;
	width: 50%;
	margin: 0 auto 15px auto;
	border-bottom: 2px solid #903;
	font-family: Zapfino;
}

#content {
	position: relative;
}

#stories {
	float: left;
	width: 50%;
	border: 1px solid #944;
	padding: 8px;
	padding-top: 0;
	margin: 10px;
}

#about {
	margin: 10px;
}

.codes {
	margin: 0;
	line-height: 1.5;
	font-style: italic;
}

li h3 {
	margin-bottom: 3px;
}

ul, li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-left: 15px;
}

#feedback {
	margin: 8px auto 30px;
	clear: both;
	width: 49em;
	background-color: #333;
	color: white;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 1px black;
}

#feedback h3 { 
	color: white; 
	font-size: 160%;
	margin-bottom:0;
}
#feedback p {
	margin-top: 0;
}

#feedback input, #feedback textarea {
	width: 350px;
	display: block;
	margin-bottom: 10px;
}

#feedback textarea {
	height: 120px;
}

#feedback label {
	display:block;
}

#feedback #reply {
	display: inline;
	width: auto;
	margin-bottom: 0;
}

#feedback #reply-label {
	text-indent: -2em;
	padding-left: 2em;
	line-height: 1.4;
	margin-bottom: 2ex;
}

#feedback input.button {
	width: auto;
}

fieldset {
	border: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}


#footer {
	clear: both;
	margin-top: 15px;
	text-align: right;
}

#story-nav {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .8);
	*border-bottom: 1px solid #666;
	opacity: 0.9;
}

#story-nav a,
#story-nav a:visited {
	color: white;
}



#story-nav ul {
	overflow: hidden;
	zoom: 1;
	text-align: left;
	width: 52em;
	margin: 5px auto;
	padding: 0;
	display: block;
}

#story-nav ul.first {
	text-align: right;
}
#story-nav ul.last {
	text-align: left;
}

#story-nav ul li {
display:inline;
display: inline-block;
*display: inline;
zoom:1;
width: 15em;
margin: 0;
padding: 2px 1em;
list-style-type: none;
text-align: center;
}

#story-nav ul li#prev-chapter {
	text-align: left;
}

#story-nav ul li#next-chapter {
	text-align: right;
}