/* @override http://localhost/robert_scherer/css/layout.css */

/* Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: #000;
	background: #fff;
	font: normal 62.5%/1.6em "helvetica neue", helvetica, arial, tahoma, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p, li {
	font-size: 1.2em;
}
p, ul, ol, pre, blockquote {
	margin-bottom: 2em;
}
ul, ol {
	margin-left: 3.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4, h5, h6 {
	font-size: 1.4em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/* Containers */
#page {
	padding: 0 0 30px 0;
}
#masthead:after {
	clear:both;
	content: '.';
	height: 0;
	display: block;
	float: none;
	visibility: hidden;
}
#masthead-inner {
	width: 650px;
	margin: 0 auto;
}
#nav-bar {
	margin: 0;
	position: relative;
	clear: both;
}
#nav-bar-inner {
	padding: 30px 25px 0;
	min-height: 122px;
	width: 600px;
	margin: 0 auto;
	line-height: normal;
	position: relative;
}
#content {
	width: 650px;
	position: relative;
	margin: 0 auto;
}
#content-inner {
	padding: 30px 200px 30px 40px;
}
/* Masthead */
#masthead h2 {
	margin: 20px 0 0 25px;
	float: left;
}

#masthead .authors {
	float: left;
	list-style: none;
	margin: 10px 0 10px -120px;
}
#masthead .authors li {
	text-align: right;
	font-size: 14px;
	margin: 0;
}

#nav-bar h1 {
	margin: 0 175px 0 0;
}

/* Navigation */
#navigation {
	list-style: none;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 15px;
}

#navigation li{
	float: left;
	font-size: 1.6em;
	margin: 0;
}
#navigation li a {
	text-decoration: none;
	line-height: 1;
	padding: 10px 5px;
	display: block;
}

/* Book Info block */
#book-info {
	position: absolute;
	top: -187px;
	right: 15px;
	background: #fff;
	border: 1px solid #acab05;
	width: 151px;
	padding: 10px;
}
#book-info ul {
	margin: 11px 0;
	list-style: none;
}
#book-info li {
	margin: 0;
}
#book-info .book-authors li {
	font-weight: bold;
}
.book-details em {
	margin: 0 5px 0 0;
}


/* Content Elements */
blockquote {
	background: url(img/quote-bkg.png) top left no-repeat;
}
blockquote p {
	padding: 0 35px;
	margin-bottom: 0.5em;
}
blockquote cite {
	text-align: right;
	display: block;
	color: #000;
	font-size: 1.2em;
}
ul li,
ol li {
	margin-bottom: 1em;
}

#content-inner ul li, #content-inner ol li, #content-inner ol li ul li {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}
#content-inner ol > li {
	font-weight: bold;
}
#content-inner li > ul {
	margin-bottom: 1em;
}

/* Image Caption blocks */
#content .caption.right {
	float: right;
	margin-left: 1.5em;
}

#content .caption.left {
	float: left;
	margin-right: 1.5em;
}

#content .caption p {
	font-size: 10px;
	margin-bottom: 0.5em;
}
#content .caption.right p {
	text-align: right;
}

/* Helpers */
.hide {
    display: none;
}




