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

hgroup { text-align: center; }
hgroup h2 { line-height: 200%; }
hgroup h3 { margin-top: 5.0em; font-weight: normal; }
hgroup h4 { margin-top: 5.0em; font-weight: normal; font-size: 85%; }

hgroup:after {
	display: block;
	margin-top: 5.0em;
	margin-bottom: 5.0em;
	margin-left: 40%;
	margin-right: 40%;
	border-bottom: 1px solid black; content: "";
}
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 {
	margin-left: 25%;
	margin-right: 25%;
	min-width: 400px;
	position: relative;
}

article h2 {
	line-height: 150%;
	font-size: 1.0em;
	text-align: center;
	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;
}
.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 { font-style: inherit; }
cite.book:before { content: "\201C"; }
cite.book:after { content: "\201D"; }

