@import url("/style/common");

var { font-style: inherit; }

#biblio h1 cite.article:before { content: "" }
#biblio h1 cite.article:after { content: "" }

h1 cite.journal, h2 cite.journal, h3 cite.journal, h4 cite.journal, h5 cite.journal, h6 cite.journal { font-style: inherit; }
h1 cite.journal:before, h2 cite.journal:before, h3 cite.journal:before, h4 cite.journal:before, h5 cite.journal:before, h6 cite.journal:before { content: "\201C"; }
h1 cite.journal:after, h2 cite.journal:after, h3 cite.journal:after, h4 cite.journal:after, h5 cite.journal:after, h6 cite.journal:after { content: "\201D"; }

.dedication { text-align: center; }
.epigraph { text-align: left; margin-left: 5.0em; }
.printhistory { font-size: 90%; line-height: 100%; }
blockquote { font-size: 90%; line-height: 110%; }

#content cite.book, #content cite.journal { font-style: inherit; }
#content cite.book:before, #content cite.journal:before { content: "\201C"; }
#content cite.book:after, #content cite.journal:after { content: "\201D"; }
#content cite.book.source { font-style: italic; }
#content cite.book.source:before, #content cite.book.source:after { display: none; }

#content cite.journal.self:before, #content cite.journal.self:after { content: ""; display: none; }
#content cite.journal.self { text-transform: uppercase; font-weight: bold; }

strong { text-transform: uppercase; }

.parallel {
	min-width: 20.0em;
	width: 45%;
	padding-right: 5%;
	float: left;
}

#content { text-align: left !important; }
#content em { text-decoration: underline; font-style: normal; }
#content strong { text-transform: uppercase; }

.to-reply {
	display: block;
	float: left;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	margin-right: 1.0em;
	margin-left: 0px;
}

p.salutation { font-style: italic; }
p.valediction { text-align: right; margin-right: 6.0em; }
p.location { text-align: left; font-variant: small-caps; } /* Flush left, unindented */
p.location .date { font-variant: normal; }

.drop-cap {
	display: block;
	float: left;
	font-size: 300%;
	padding: 0;
	vertical-align: bottom;
	margin-top: 10pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

#content:before {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 33%;
	margin-right: 33%;
	border-bottom: 1px solid black;
	content: "";
}

hgroup {
	text-align: center;
}

article hgroup h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 0;
}
article hgroup h2+h3 {
	text-align: center;
	font-style: italic;
	font-size: 120%;
	margin-top: 0;
}
article p {
	text-indent: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.toc h2, h3 {
	text-align: center;
}

hr {
	border-top: 1px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 20%;
}

blockquote.epigraph {
	max-width: 20em;
}

.libertys-library {
	display: block;
	list-style: none;
	margin: 0; padding: 0; line-height: 110%;
}
.libertys-library li {
	display: block;
	list-style: none;
	margin: 0; padding: 0 0 0 1.0em;
	text-indent: -1.0em;
	font-size: 80%;
}
.libertys-library li>cite:first-child {
	font-weight: bold;
	font-style: normal;
	font-size: 112%;
	text-transform: uppercase;
}

blockquote.verse {
	margin-left: 10.0em; margin-right: 10.0em;
}
.verse .line { 
	display: block;
}
.verse .line.even {
	padding-left: 3.0em;
}
