/* for displaying books in self-aligning blocks and rows */
div.bookblock {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	border: solid .1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 1em;
	min-width: 10em;
	max-width: 22em;
}

div.bookblock h2 {
	border: .1em inset black;
	border-left-style: none;
	border-right-style: none;
	margin-top: .2em;
	background-color: #FFFF77;
}

div.booksection {
	text-align: center;
	clear: both;
}

/* div#content is for Padgett archive */
div#content div.booksection {
	width: 100%;
	text-align: center;
}

div.bookblock img {
	width: 100%;
	height: auto;
}

div#main div.bookblock p, div#content div.bookblock p {
	text-align: center;
	margin: 0;
}

div.booksection div.bookblock h2 {
	background-color: transparent;
	border: none;
	font-size: 120%;
}

div#content div.booksection div.filter p {
	text-align: center;
}
