﻿@charset "UTF-8";

body {
	text-rendering: optimizeLegibility;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Rosarivo', 'Mercury SSm A', 'Mercury SSm B', 'Alegreya', Candara, serif;
	margin: 100px 0px 100px 100px;
	background-color: rgb(245, 245, 245);
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(200, 200, 200);
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 1em 0;
	padding: 0;
}

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

/*h2:before { content: '⚞ '; }*/
h2:before { content: '¶ '; }

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

#main p {
	margin: 0px;
}

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

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

#main img + p {
	margin-top: 25px;
}

.poetry p, p.poetry {
	text-indent: 25px;
}

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

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

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

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

p + h2 { margin-top: 25px; }

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

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

hr {
	border: none;
	margin-top: 25px;
	padding: 0px;
	height: 0px;
	text-align: center;
}

ul {
	list-style-type: circle;
	padding-left: 25px;
}

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

.frame {
	border: 0;
	width: 30em;
	margin-bottom: 25px;
}

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

.anchor {
	float: left;
	width: 35px;
	margin-left: -35px;
}

.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: 600px;
}

.editlink > a {
	border: none;
}

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

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

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

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

#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;
}

pre.code {
	font-size: 13px;
}

div.spaced {
	margin-top: 15px;
	margin-bottom: 15px;
}

ol {
	padding-left: 25px;
	margin-bottom: 25px;
}

ol > li {
	margin-bottom: 25px;
}

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

ol.toc {
	margin-bottom: 50px;
}

#main a.img {
	border: none;
}

.prolog {
	font-style: italic;
}