body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content:''; }

/* Global Formatting
------------------------------------------------------*/
body {
	background: #890000;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: 61px;
	color: #fff;
}
p {
	color: #f0efef;
}
p a, #footer a {
	color: #fff;
	margin: 2px 3px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
p a:hover, #footer a:hover {
	color: #000;
	margin: 0;
	padding: 2px 3px;
	background: #fcfcfc;
	border-bottom: 1px solid #fff;
}
h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #ee2929;
	margin-top: 0;
	margin-bottom: 28px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-left: -6px;
	padding-top: 1px;
	line-height: 30px;
	color: #fff;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}

/* Header and Navigation
------------------------------------------------------*/
#header_wrapper {
	width: 870px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(images/navigation_bg.png) no-repeat top center;
	height: 45px;
}
#header h1 {
	font-family: "Lucida Sans";
	font-weight: normal;
	font-size: 4em;
	color: #d9d9d9;
	display: block;
	padding-left: 32px;
	letter-spacing: -2px;
	text-indent: -9999px;
}
.logo {
	position: absolute;
	top: 18px;
	left: 21px;
}
#site_nav {
	position: absolute;
	right: 10px;
	top: 10px;
}
#site_nav li {
	display: inline;
	float: left;
	margin-right: 4px;
}
#site_nav li a {
	height: 35px;
	padding: 0 13px 0 13px;
	margin-right: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #e2e2e2;
	line-height: 35px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
}
#site_nav li a:hover {
	text-decoration: underline;
}
#site_nav .active_tab {
	background: url(images/navigation_active.png) top left no-repeat;
}
#site_nav .active_tab a {
	display: inline-block;
	height: 35px;
	margin: 0 0 0 4px;
	padding-right: 17px;
	color: #fff;
	background: url(images/navigation_active.png) top right no-repeat;
}

/* Content Wrappers
------------------------------------------------------*/
#wrapper {
	background: #101010;
}
#container {
	width: 810px;
	margin: 0 auto;
	background: #101010;
	padding: 0 30px 0 30px;
}
#content {
	margin-top: 46px;
	width: 400px;
	float: left;
	margin-bottom: 80px;
}
#content_full {
	padding-top: 46px;
	width: 870px;
}

/* Biography
------------------------------------------------------*/

#biography p, p {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 21px;
	line-height: 21px;
}

/* Books
------------------------------------------------------*/
.book_box {
	width: 360px;
	height: 180px;
	margin: 0 0 32px 18px;
	padding: 18px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #555;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	float: left;
}
.book_box img {
	float: left;
	margin-right: 28px;
	border: 1px solid #fff;
}
.book_box h3 {
	font-size: 1.3em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
	line-height: 1em;
	font-family: Helvetica;
	letter-spacing: -1px;
}
.book_box p {
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 18px;
}
.first_box {
	margin-left: 0;
}
.book_box span.publisher {
	display: block;
	font-size: 11px;
	line-height: 16px;
}

/* Media Page
------------------------------------------------------*/
.media_box {
	width: 400px;
	height: 180px;
	margin: 0 0 46px 0;
	float: left;
}
.media_box img {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
.media_box h3 {
	font-size: 1.3em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
	line-height: 1.5em;
	font-family: Helvetica;
	letter-spacing: -1px;
}
.media_box p {
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 18px;
}
.first_box {
	margin-right: 18px;
}
.media_box span.label {
	color: #999;
	background: #222;
	width: 40px;
	padding: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 3px;
	margin-right: 3px;
}

/* Contact Page
------------------------------------------------------*/
.required_field {
	color: #EE2929;
	font-weight: bold;
}
.field_description {
	font-size: 11px;
	color: #ccc;
	font-style: italic;
	line-height: 14px;
	display: block;
	margin-bottom: -1em;
}
form {
	font-size: 15px;
	line-height: 20px;
	font-family: Arial;
}
form input {
	padding: 3px;
}
form textarea {
	padding: 5px;
}

/* Sidebar
------------------------------------------------------*/
#sidebar {
	float: left;
	width: 352px;
	margin-left: 60px;
	margin-top: 46px;
}

/* Credits
------------------------------------------------------*/
#clear {
	clear: both;
}

/* Footer
------------------------------------------------------*/
#footer_wrapper {
	background: #101010;
}
#footer {
	height: 220px;
	width: 870px;
	margin: 0 auto;
	background: url(images/footer_bg.png) top center no-repeat #101010;
}
#footer {
	font-size: 0.7em;
	color: #e1e1e1;
}
#footer_links {
	float: left;
	position: relative;
	left: 30px;
	top: 22px;
}
#footer_links a {
	font-size: 1.1em;
}
#footer_credits {
	float: right;
	position: relative;
	right: 30px;
	top: 22px;
}
