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

.no-indent { margin: 0; text-indent: 0; padding: 0; }

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

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; }
.attribution { text-align: right; }

.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;
}
article p.initial, article p.salutation {
	text-indent: 0;
}

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

hr {
	border-top: 1px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 20%;
}
hr.stars {
	display: block;
	border: none;
	width: auto;
	height: auto;
}
hr.stars:after {
	display: block;
	content: "* * * *";
	text-align: center;
}

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;
}
.poem p {
	text-indent: 0;
}
.poem {
	text-align: center;
}
blockquote.poem {
	text-align: left;
}
.poem .signed-poem {
	display: inline-block;
	text-align: left;
}
.poem .signature {
	text-transform: inherit;
	font-variant: inherit;
	font-style: italic;
}

article.columns {
	margin-left: 25%;
	margin-right: 25%;
	min-width: 400px;
	position: relative;
}
.columns .byline {
	text-align: center;
}
.columns .byline a {
	font-weight: bold;
	text-transform: uppercase;
}

.page-number {
	display: block;
	position: absolute;
	left: -60px; right: auto;
	color: #D888FF !important;
	text-decoration: none !important;
	border-bottom: none !important;
	font-weight: normal !important;
	font-size: smaller;
}

