body {
	font-size: 18px;
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
	background-color: #CFCFD8;
}

.body-text {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
}

.body-text-quote {
	margin-top: 5px;
	margin-bottom: 1.111111111111111%;
	margin-left: 2.222222222222222%;
	margin-right: 2.222222222222222%;
	line-height: 1.4em;
	font-family: "Book Antiqua", "Calisto MT", Georgia, "Lucida Bright", serif;
	font-size: 1.0em;
	border-left: solid 1px #00008B;
	padding-left: 5px;
}

#container
{
	margin: 0 auto;
/*	max-width: 900px; */
	background: #fff;
}

#header
{
	padding: 2.222222222222222%;
	background: #00008B;
	color: white;
	width: 95.555555555555556%; 
	float: left;
}

#header img {
	margin-right: 1.111111111111111%; /* 10px / 900 = 1.111111111111111% */
}

h1.header { 
	margin: 0; 
	font-size: 3.0em;
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
	color: white;
}

h2.header { 
	margin: 0; 
	font-size: 2.1em;
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
	color: white;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	border-bottom: solid 3px #00008B;
/*	margin-top: 3.333333333333333%; /* 30px / 900 =  3.333333333333333% */
/*	margin-bottom: 1.111111111111111%; /* 10px / 900 = 1.111111111111111% */ 
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#content li {
	margin-bottom: 3px;
}

#aside h1 {
	font-size: 1.5em;
	border-bottom: solid 3px #00008B;
}

#aside h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	border: 0;
}

#aside img {
	margin-bottom: 5px;	
}

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	min-width: 48px;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content-container
{
	float: left;
	width: 100%;
	background-color: #fff;
}

#content
{
	clear: left;
	float: left;
	width: 61.11111111111111%; /* 560 / 900 = 61.11111111111111% */
	padding: 2.222222222222222% 0; /* 20px / 900 = 2.222222222222222% */
	margin: 0 0 0 3.333333333333333%; /* 30px / 900 =  3.333333333333333% */
	display: inline;
}

#content ul li em {
	font-weight: bold;
}

#aside
{
	float: right;
	width: 26.66666666666667%; /* 240px / 900 = 26.66666666666667% */
	padding: 2.222222222222222% 0;
	margin: 0 2.222222222222222% 0 0;
	display: inline;
}

#footer
{
	clear: both;
	background: #ccc;
	text-align: center;
	padding: 2.222222222222222%;
	height: 11.11111111111111%; /* 100px / 900 = 11.11111111111111% */
	font-size: 0.8em;
}

.book-list {
	display: table;
	width: 100%;
}

.book-list-row {
	display: table-row;
}

.book-list-year {
	display: table-cell;
	width: 10%;
	font-size: 0.8em;
}

.book-list-title {
	display: table-cell;
	width: 50%;
	font-size: 0.9em;
}

.book-list-title a {
	display: block;
	margin-top: 2.222222222222222%;
}

.book-list-publisher {
	display: table-cell;
	width: 25%;
	font-size: 0.7em;
	text-align: right;
}

.book-list-type {
	display: table-cell;
	width: 15%;
	font-size: 0.7em;
	text-align: right;
}

.book-block
{
	float: left;
	margin-bottom: 25px;
	margin-top: 10px;
}

.book-block-cover
{
	float: left;
	width: 125px;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 15px;
	position: relative;
}

.book-block-cover img
{
	border: solid 1px gray;
}

.book-block-info
{
	float: right;
	width: 400px;
	clear: right;
}

.book-block-info-title
{
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

.book-block-info-title a {
  text-decoration: none !important;	
}

.book-block-info-subtitle
{
	font-family: "Avant Garde", "Century Gothic", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

.book-block-info-desc
{
	font-size: 1.0em;
	font-family: "Book Antiqua", "Calisto MT", Georgia, "Lucida Bright", serif;
}

.book-canonical-link
{
	font-size: 0.8em;
	margin-top: 5px;
}

.book-block-info-first-us
{
	font-style: italic;
	margin-bottom: 2px;
}

.book-block-info-type
{
	font-size: 0.8em;
	font-variant: small-caps;
	margin-bottom: 2px;
}

.book-block-info-other
{
	font-style: italic;
	margin-bottom: 5px;
}
