/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Secrets of the Mouse */

body {
	background-color: #878870;
	text-align: center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

a {
	color:#624740;
}

div.container {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

div.header {
	background-color: #624740;
	color: white;
	padding: 20px;
}

div.header a {
	color: white;
	text-decoration: none;
}

div.navigation {
	color: #ddd;
	background-color: #96716f;
	padding-top: 10px;
	height: 25px;
}

div.navigation a {
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

div.navigation a:hover {
	background-color: #624740;
}

div.navigation a.selected {
	background-color: #624740;
}

div.content {
	background-color: #dfe0c5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	padding-top: 0;
	min-height: 400px;
}

div.footer {
	background-color: #624740;
	color: white;
	padding: 10px;
	padding-left: 20px;
	font-size: 0.8em;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.1em;
	color: #ddd;
}

h3 {
	font-size: 1.8em;
	color: #624740;
	padding-top: 20px;
}

h3.pageTitle {
	padding-bottom: 20px;
}

h4 {
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 1px;
}

p {
	margin-bottom: 15px;
	line-height: 1.4;
}

div.bookName {
	float: left;
	text-align: center;
	padding-right: 20px;
	margin-top: 5px;
	color: #624740;
}

p.review {
	margin-bottom: 0px;
	margin-left: 145px;
	font-size: 1.6em;
}

p.byline {
	color: #444;
	margin-left: 145px;
}

span.frontQuote p.review {
	margin-left: 40px;
}

span.frontQuote p.byline {
	margin-left: 40px;
}

ul {
	list-style: square;
	line-height: 1.4;
}

li {
	margin-left: 30px;
	margin-bottom: 8px;
}

img.right {
	float: right;
	margin-top: -15px;
	margin-left: 20px;
}