﻿@charset "UTF-8";

body {
	text-rendering: optimizeLegibility;
	font-size: 100%;
	line-height: 1.5em;
	font-family: Candara, Verdana;
	margin: 5em 0 5em 6em;
	background-color: rgb(240, 240, 240);
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Candara, Georgia, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: italic;
	margin-bottom: 1.5em;
	padding: 0px;
	text-indent: 1.5em;
/*	font-weight: bold;
	line-height: 1.5em; */
}

q:before { content: "“"; }
q:after { content: "”"; }

#main p {
	margin: 0px;
}

#main p + p {
	text-indent: 1.5em;
	margin: 0px;
}

#main p.imgp + p {
	text-indent: 0em;
}

#main img + p {
	margin-top: 1.5em;
}

.poetry p, p.poetry {
	text-indent: 1.5em;
}

form > p {
	text-indent: 0em;
	margin-bottom: 1.5em;
}

blockquote {
	margin: 1.5em 0em 1.5em 1.5em;
	padding: 0px;
}

#main .play p {
	margin: 0px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

#main blockquote.play {
	margin: 1.5em 0em 1.5em 1.5em;
}

p + h2 { margin-top: 1.5em; }

q.loose { font-style: italic; }
q.loose:before { content: ''; }
q.loose:after { content: ''; }

sup, sub { line-height: 0px; }

hr {
	border: none;
	margin-top: 1.5em;
	padding: 0px;
}

ul {
	list-style-type: circle;
	padding-left: 1.5em;
}

.timestamp {
	text-align: right;
	color: rgb(220, 60, 0);
}

.frame {
	border: 0;
	width: 40em;
	margin-bottom: 1.5em;
}

#toptab {
	margin: 5em;
	position: fixed;
	top: 0px;
	right: 1em;
}

.anchor {
	float: left;
	width: 1em;
	margin-left: -1em;
	/* font-size: 1.5em; */
}

.anchor:hover {
	color: black;
}

.anchor > a {
	border: none;
	color: rgb(220, 60, 0);
}

.editlink {
	margin: 0px;
	padding: 0px;
	color: rgb(230, 230, 230);
	text-align: right;
	width: 40em;
}

.editlink > a {
	border: none;
}

.editlink:hover {
	color: rgb(220, 60, 0);
}

#main img {
	border: 1px solid black;
	margin: 1.5em 0em 0em 0em;
}

#main > p > img + p {
	text-indent: 0em; }

#title {
	position: fixed;
	top: 0px;
	left: 5em;
	color: black;
	padding: 0.25em 1em 0.25em 1em;
	background-color: rgb(250, 250, 250);
	-webkit-border-radius: 0px 0em 1em 1em;
	-webkit-box-shadow: 0 0 1em 1px #ddd;
	-webkit-overflow-scrolling: touch;
}

#title a {
	border: none;
	color: black;
}

#title h1 {
	font-size: inherit;
	margin: 0px;
	color: black;
	padding: 0px;
	display: inline;
}

code {
	line-height: inherit;
	font-size: small;
}

div.spaced {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ol {
	padding-left: 3em;
}

ol > li {
	margin-bottom: 1.5em;
}

ol.toc > li {
	margin-bottom: 0em;
}

ol.toc {
	margin-bottom: 3em;
}

#main a.img {
	border: none;
}