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

var { font-style: inherit; }

strong { font-variant: small-caps; }

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

/** Heading styles **/
#content h2, #content h3 {
		text-align: center;
		text-transform: uppercase;
}

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

#content p { text-indent: 4.0em; }
#content .verse p { text-indent: 0px; }
#content .verse p .line.odd { padding-left: 5em; }
#content .verse p .line.even { padding-left: 0; }
#content .footnote p { text-indent: 0px; }

.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%; }

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

#content cite.journal { font-style: italic; }
#content cite.journal.capped { font-style: inherit; font-variant: small-caps; }

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

