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

hgroup { text-align: center; }
header hgroup h2 { margin-bottom: 0; font-size: 175%; }

p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
hr {
	display: block;
	margin-top: 5.0em;
	margin-bottom: 5.0em;
	margin-left: 40%;
	margin-right: 40%;
	border-top: none; border-left: none; border-bottom: none;
	border-bottom: 1px solid black;	
	content: "";
}

.salutation { font-style: italic; }

hgroup .author { text-transform: uppercase; }

article header {
	padding-top: 3.0em;
	padding-bottom: 3.0em;
}

article {
	line-height: 130%;
	margin-left: 25%;
	margin-right: 25%;
	min-width: 400px;
	position: relative;
	text-align: left;
	padding-bottom: 3.0em;
}

.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;
}
.page-number.odd {
	right: -60px; left: auto;
}

.bibliography {
	margin-left: 0;
	padding-left: 0;
	font-size: 90%;
	list-style: none;
}
.bibliography li {
	text-indent: -4.0em;
	margin-left: 5.0em;
	margin-bottom: 0.5em;
}

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

