@charset "utf-8";

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.2;
}

/* ~~ Elements/Tags ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #060;
}

h3 {
	font-style: italic;
	font-size: 105%;
}

a img { 
	border: none;
}

a:link {
	color: #060;
	text-decoration: underline;
}
a:visited {
	color: #060;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: FF0000
	text-decoration: none
	font-weight: bold
}

.poem {
	margin-left: 25%;
}

.poem .stanza {
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
	text-indent: 0;
}

.citation {
	color: #060;
	padding-right: 3px;
	font-style: italic;
}

/* ~~ Navigation List/Menu Styles ~~ */

.menu {
	text-align: center;}

.menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}

ul.menu li {
	border-bottom-width: 0px;
	margin: 0px;
	line-height: 11px;
	display: inline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
ul.menu a, ul.menu a:visited { 
	padding: 0px
	display: block;
	text-decoration: none;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus {
	color: #FFF;
	text-decoration: none;
	background: #060;
}

/* ~~ Chapters Menu ~~ */

.chapters {
	border: thin double #2F69A8;
	font-size: 70%;
	padding-top: 1em;
	background-color: #E2E2E2;
}

/* ~~ Layout ~~ */

.container {
	width: 80%;
	max-width: 800px;
	background: #FFF;
	margin: 0 auto;
}

.content {
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.header {
	background: #ffffff;
	font-size: 70%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.frontispiece {
	line-height: 1.1em;
	vertical-align: text-bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #060;
	margin-bottom: 25px;
}

.coverpic {
	float: left;
	vertical-align: text-bottom;
	padding-right: 15px;
	left: 0px;
	bottom: 0px;
	padding-left: 0px;
}

#title {
	font-weight: bold;
	text-align: center;
	color: #060;
	line-height: 105%;
}

#rating {
	font-weight: bolder;
	background-color: #060;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#titleblock {
	vertical-align: text-bottom;
	padding-top: 10px;
	right: -370px;
	bottom: 12px;
	padding-right: 0px;
}

#titlecredit {
	font-size: 90%;
	text-align: center;
}

#titledisclaimer {
	font-size: 70%;
	text-align: center;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story {
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: justify;
}

.story p {
	text-indent: 2em;
	line-height: 150%;
}

.alteredstate /* ~~ This denotes certain flashbacks and dream sequences ~~ */ {
	font-style: italic;
	color: #060;
}

.divider {
	color: #060;
	font-weight: normal;
	text-align: center;
	text-indent: 0;
}

/* ~~ Ending ~~ */

.end {
	text-align: center;
	text-indent: 0;
	color: #060;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 25px;
}

.endnote {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #060;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 75%;
	margin-top: 25px;
	text-align: left;
	line-height: 125%;
}

.endnote h4 {
	font-style: italic;}

/* ~~ Footer ~~ */

.footer {
	padding: 10px 0;
	background: #ffffff;
	font-size: 70%;
	border-top-style: none;
	border-top-color: #2F69A8;
}

/* ~~ Misc. Standard Classes ~~ */

.fltrt {  /* float an element right; precede the element it's next to */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left; precede the element it's next to */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.dropcap {
	font-weight:bold;
	font-size: 400%;
	color: #2F69BC;
	float: left;
	font-style: normal;
	padding-top: 9px;
}
.content .noindent {
	text-indent: 0;
}
.content .sidenote {
	text-indent: 0;
	text-align: left;
	font-size: small;
	color: #2F69A8;
	line-height: 100%;
	font-style: italic;
	padding-top: 2em;
	padding-bottom: 2em;
}
