html {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}

a {
	color: #00f;
	text-decoration: none;
}

img {
	border: none;
}

#masthead {
	margin: 0px;
	padding: 0px;
	height: 200px;
	background: #000;
	text-align: center;
}

#header h2 {
	border-top: solid 2px #aa6;
	border-bottom: solid 2px #aa6;
	background: #000;
	letter-spacing: 0.5em;
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	font-style: italic;
	text-align: right;
	color: #999;
}

h3 {
	border-bottom: solid 1px #090;
}

#nav {
	height: 80%;
	width: 150px;
	float: left;
	margin: 10px;
}

#nav #links a, #nav #links b {
	display: block;
	border-bottom: 1px solid #090;
	padding-right: 5px;
	font-size: 150%;
}

#nav #links a:hover {
	background-color: #ccc;
}

#content {
	align: top;
	margin: 20px;
	margin-left: 180px;
}

#content p {
	text-align: justify;
}

.entry p {
	text-indent: 1em;
}

.entry hr {
	width: 75%;
	text-align: center;
}

#content blockquote, #content .fancy blockquote p:first-letter {
	color: #006;
	font-weight: 100;
}

#content .fancy p:first-letter {
	font-size: 125%;
	font-weight: 600;
}

#footer {
	clear: both;
	border-top: 2px solid blue;
	text-align: center;
	font-size: 80%;
}

#footer,#content a:hover {
	color: #000;
}

.book {
	margin: 20px 0 20px 0px;
}

.faq h3 {
	border-bottom: solid 1px #090;
	display: block;
}

.heading {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	border-bottom: solid 1px #090;
}

.heading h3.title {
	margin: 0px;
	padding: 0px;
	float: left;
	break: none;
	font-weight: bold;
	border: none;
}

.heading h4.subtitle {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #999;
}

.heading .date {
	display: block;
	text-align: right;
}

#breadcrumbs {
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 20px;
}

#nextlast {
	text-align: center;
	display: block;
	border-top: solid 1px #090;
	padding: 10px;
}

#nextlast b {
	color: #aaa;
}

#nextlast #first,#prev,#next,#last {
	width: 25%;
	display: block;
	float: left;
	font-weight: bold;
}

#affiliates {
	margin-top: 20px;
}

#affiliates a {
        display: block;
        margin: 0px;
}

#affiliates h3 {
	margin-bottom: 5px;
}

#logos {
	width: 120px;
	margin-left: 15px;
	margin-top: 50px;
	text-align: center;
}

#logos a {
	display: block;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 5px;
}

.poem { 
	width: 15em;
	margin: 0 25% 0 25%;
}

.longpoem { 
	width: 25em;
	margin: 0 25% 0 25%;
}

.poem p, .longpoem p {
	text-indent: 0;
}

blockquote address {
	text-align: right;
}

.warn {
	color: #900;
}
