body {
	background-color: #2a4d60;
	margin: 0;
	text-align: center;
}
body, p, input, select, textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #af052a;
	text-decoration: none;
}
a:hover {
	color: #0f5676;
}
br.clear {
	clear: both;
}
cite {
	color: #2a4d60;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
ul {
	margin: 10px;
	padding: 10px;
}
li {
	list-style: square;
	padding: 5px 0;
}
hr {
	border: 0;
	background: #cccccc;
	color: #cccccc;
	height: 1px;
	margin: 20px 0 30px 0;
	width: 100%;
}
blockquote {
	padding: 8px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

/********************
 * HEADER
 ********************/
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 114px;
	margin: 0 auto;
	width: 800px;
}
body.home #header {
	background-image: url(../images/header-home.gif);
	height: 223px;
}
#header h1 {
	display: none;
}

/********************
 * NAVIGATION
 ********************/
#nav-outer {
	background-color: #01071c;
	width: 100%;
}
#nav {
	margin: 0 auto;
	width: 800px;
}
#nav a {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 32px;
	padding: 19px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover,
body.home #navHome,
body.author #navAuthor,
body.books #navBooks,
body.contact #navContact,
body.events #navEvents,
body.reviews #navReviews,
body.qa #navQa,
body.timeline #navTime,
body.timeline #navMap {
	color: #6ea5c2;
}
#nav br {
	display: none;
}
#nav br.clear {
	display: block;
}
#nav #navTime {
	margin-right: 0;
}

/********************
 * CONTENT
 ********************/
#content-outer {
	background-color: #fff;
	padding-bottom: 30px;
	width: 100%;
}
#content {
	margin: 0 auto;
	padding-top: 35px;
	text-align: left;
	width: 800px;
}
#content h1 {
	color: #0f5676;
	font-size: xx-large;
	margin-bottom: 20px;
}
#content h2 {
	color: #af052a;
	font-size: 160%;
	margin-top: -10px;
	margin-bottom: 10px;
}
#content p {
	line-height: 160%;
	margin-bottom: 20px;
}
#content-home {
	padding-top: 35px;
	text-align: left;
	float: left;
	font-size: 13px;
	margin-right: 10px;
	width: 490px;
}
#content-home p,
p {
	font-size: 15px !important;
}
#side-home {
	float: right;
	padding-top: 35px;
	width: 240px;
}
div.book-details ul {
	padding-top: 0;
	margin-top: 15px;
	margin-left: -20px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
}
div.book-details ul li {
	border-bottom: 1px #ccc solid;
	padding: 8px 5px;
	font-size: 11px;
	letter-spacing: 1px;
	list-style: none;
}


/********************
 * HOMEPAGE BOOKS
 ********************/
#home-book-list {
	border-bottom: 1px #80838d solid;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 800px;
}
#home-book-list h2 {
	border-top: 1px #80838d solid;
	color: #01071c;
	font-weight: bold;
	padding: 10px 3px;
	text-transform: uppercase;
}
#home-book-list a {
	display: block;
	float: left;
	margin: 0 8px 8px 8px;
	width: 72px;
}
a.read-more {
	font-weight: bold;
	text-transform: uppercase;
}

/********************
 * CALLOUT COLUMNS
 ********************/
p.content-column {
	float: right;
	margin-left: 40px;
	padding-bottom: 20px;
	width: 220px;
	font-size: 90%;
}
p.content-column span,
div.content-column span {
	display: none;
}
div.content-column {
	float: left;
	margin-left: 40px;
	padding-bottom: 20px;
	width: 220px;
	font-size: 90%;
}
#callout-homepage {
	background-image: url(../images/cover-pale-horse-large.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.content-main {
	float: left;
	width: 530px;
}
.content-main h3 {
	font-weight: bold;
	color: #42697e;
	font-size: 16px;
}
div.content-column h3 {
	color: #123048;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
div.content-column ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
div.content-column ul li {
	border-bottom: 1px #ececec solid;
	padding: 5px 0;
	list-style: none;
}
div.content-column p.contest-link {
	padding-bottom: 25px;
}
div.content-column p.contest-link img {
	margin-left: 4px;
}
div.content-column p.contest-link a {
	font-weight: bold;
}
a.browse-inside {
	background-image: url(/images/browse-inside.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0;
	height: 41px;
	width: 181px;
}
a.browse-inside:hover {
	background-position: 0 -41px;
}

/********************
 * BOOKS PAGE
 ********************/
div.book-list-top {
	border-bottom: 1px #ccc solid;
	float: left;
	width: 800px;
}
div.book-list-top img {
	float: left;
	width: 100px;
	padding-right: 10px;
}
div.book-list-top p {
	float: left;
	width: 680px;
	padding-right: 10px;
}

div.book-list {
	border-bottom: 1px #ccc solid;
	float: left;
	width: 800px;
}
div.book-list-last {
	border-bottom: 0;
}
div.book-item {
	float: left;
	padding: 15px 0 0 0;
	width: 400px;
}
div.book-item img {
	float: left;
	width: 100px;
	padding-right: 10px;
}
div.book-item p {
	float: left;
	width: 280px;
	padding-right: 10px;
}

div.book-details {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 200px;
}

/********************
 * FOOTER
 ********************/
#footer {
	background-image: url(../images/footer.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 200%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 800px;
}
#footer a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #01071c;
}
a.tracker {
	background-image: url(/images/tracker-signup.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 23px;
	width: 174px;
}

a.tracker:hover {
	background-position: 0 -23px;
}
a.tracker span {
	display: none;
}