/*** Start off with the basics ... ***/
@import url(http://fair-use.org/style/common);

thead th { font-weight: normal; text-align: center; font-style: italic; }
td.numeric { text-align: right; padding-left: 0.5em; padding-right: 0.5em; }
th.offset { padding-left: 2.0em; }
tr.total { border-collapse: none; }
tr.total th.numeric, tr.total td.numeric { border-collapse: none; border-top: 1px solid black; }

/*** Garrison's printing style ***/
strong { font-weight: inherit; font-variant: small-caps; }
strong em, em strong { font-weight: inherit; font-style: inherit; text-transform: uppercase; }

.volume-navigation {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.volume-navigation li {
	display: inline;
}

.thanks-a-lot {
	background-color: #eee;
	padding: 1.0em 3.0em;
}
.thanks-a-lot .interior {
	margin-left: auto;
	margin-right: auto;
	max-width: 50.0em;
}

.thanks-a-lot h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.90em;
	margin-top: 0;
	text-decoration: underline;
}

.thanks-a-lot ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
}
.thanks-a-lot ul li {
	display: inline;
}
.thanks-a-lot ul li:hover {
	color: black;
}
.thanks-a-lot ul li+li:before {
	display: inline;
	content: " • ";
}

a.activate.current {
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

tr.volume th.volume-header {
	text-align: center;
	font-size: 200%;
	letter-spacing: 5px;
	padding-top: 1.0em;
	background: transparent;
	color: inherit;;
}

tr.volume {
	vertical-align: center;
}
tr.volume th {
	background-color: #338866;
	color: white;
}
table.volumes td {
	padding-left: 2.0em;
}
th.rotated {
	height: 25.0em; min-width: 100px;
}

th.rotated > div {
	position: absolute;
	-o-transform: rotate(-90deg) translate(0px, -70px);
	-ms-transform: rotate(-90deg) translate(0px, -70px);
	-webkit-transform: rotate(-90deg) translate(0px, -70px);
	-moz-transform: rotate(-90deg) translate(0px, -70px);
	transform: rotate(-90deg) translate(0px, -70px);
	font-weight: normal;
	font-size: 150%;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

tr.volume .issue {
	margin-top: 0;
}


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