/* @override 
	http://www.hoboes.com/library/css/biblyon.css
*/

/* @group Status bar */

div.bar {
	border-top-style: solid;
	border-top-width: .15em;
	margin: 0em;
	margin-top: .5em;
	padding: .4em;
	clear: both;
	position: relative;
}

div.bar a {
	text-decoration: none;
}
div.status {
	position: absolute;
	left: 0;
	text-align: left;
	font-style: italic;
}

div.statuslinks {
	position: absolute;
	left: 36%;
	text-align: center;
}

div.editor {
	text-align: right;
}

/* @end */

/* @group postings */
dl.children dt a {
	padding-left: .5em;
}

dl.children dt a img {
	height: 1em;
	vertical-align: middle;
	border: none;
}

div.booksection {
	text-align: center;
}
div.bookblock {
	border: solid .1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 1em;
	min-width: 18em;
	max-width: 22em;
	text-align: left;
}
div.bookblock h2 {
	background-color: #FDC82F;
	font-weight: normal;
	font-size: 128%;
	padding-top: .2em;
	padding-left: .5em;
	margin-top: 0;
	border-top: none;
	border-bottom-width: .05em;
}
div.bookblock p {
	margin: .5em;
}

div.blurb dt a {
	padding: 0;
	font-style: normal;
}
div.blurb dt {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* @end */

/* @group tables */
table.big {
	border-collapse: collapse;
}
table.big td {
	padding-left: 2em;
}
table.big tr:nth-child(even) {
	background-color: #F9F4D4;
}

/* @end */

/* @group masthead */
h1, h2, dt {
	font-family: Papyrus, Herculanum, fantasy;
}
/* @end */