/* 	Berty Reads 
	Version 2.1
	Created 10-10-07, updated 06-08-11
*/
/* ------ colors ------ */
/* 	Header H1 - #666
	Header tagline, Nav text, hr - #ccc
	Nav active - #900
	Book title, body - #000
	Book author, rating, quote - #999
	Links - #069 with #ddd underline, visited - #906, with #ddd underline
*/

/* ------ Some of the Eric Meyer Global 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, 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;}
:focus {outline: 0;}
body {line-height: 1; color:  black; background: white;}
ol, ul {list-style: none;}

/* ----- layout ----- */
html {
	min-height: 100%;
	margin-bottom: 1px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ccc;
	text-align: center;
	}
#container {
	position: relative;
	width: 86.0em;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	}
#padding {
	padding: 0 1.0em 0 1.0em;
	background: url(images/pagetop.png) repeat-x;
	border-bottom: 2px solid #900;
	}
#header {
	width: 84.0em;
	height: 9.0em;
	}
#yearnav {
	position: absolute;
	top: 12.0em;
	left: 1.0em;
	width: 5.0em;
	font-family: Garamond, Georgia, Helvetica, Arial, sans-serif;
	}
#content {
	width: 78.9em;
	margin-left: 5.1em;
	padding-top: 1.5em;
	border-top: 1px solid #900;
	}
dl.review {
	width: 48.7em;
	float: left;
	margin-bottom: 2.0em;
	}
dl.excerpt {
	width: 30.1em;
	background: url(images/quote.png) no-repeat 1.3em 2.2em;
	float: right;
	margin-bottom: 2.0em;
	}
hr {
	clear: both;
	}
/* ----- "you are here" style for navigation ----- */
body#rl11 #yr11 a, body#rl10 #yr10 a, body#rl09 #yr09 a, body#rl08 #yr08 a, body#rl07 #yr07 a, body#rl06 #yr06 a, body#rl05 #yr05 a {
	color: #900;
	background-color: #fff;
	font-weight: bold;
	}
/* ----- year nav styling ----- */
#yearnav a {
	display: block;
	float: left;
	padding: 2px;
	text-decoration: none;
	border-bottom: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
#yearnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	list-style: none;
	}
#yearnav a:link, #yearnav a:visited {
	color: #ccc;
	text-decoration: none;
	}
#yearnav a:hover, #yearnav a:focus, #yearnav a:active {
	color: #fff;
	background-color: #900;
	}
/* ----- general tags and classes ----- */
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3.5em;
	padding: 0.4em 0 0 1.5em;
	color: #666;
	}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	padding: 0.4em 0 0 3.8em;
	color: #ccc;
	}
hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	margin: 0 17.0em 1.5em 15.0em;
	height: 1px;
	}
abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}
cite {
	font-style: italic;
	}
.review dt {
	font-size: 1.8em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding: 0 3px 0 3px;
	}
.excerpt dt {
	font-size: 2.5em;
	}
.review dd {
	line-height: 1.5em;
	padding: 5px 10px 5px 15px;
	font-size: 1.3em;
	/*text-align: justify;*/
	}
.excerpt dd {
	line-height: 1.2em;
	padding: 0 20px 0 15px;
	font-size: 1.2em;
	color: #999;
	text-indent: 1.1em;
	}
dd.author {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 0 15px;
	}
dd.amazon {
	padding-top: 1.0em;
	color: #999;
	}
a:link {
	color: #069;
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	}
a:visited {
	color: #906;
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	}
a:hover, a:focus, a:active {
	color: #fff;
	background-color: #069;
	text-decoration: none;
	border-bottom: none;
	}
/* ---------- Ratings  - 5 to 0 levels -------- */
dd.r5, dd.r4, dd.r3, dd.r2, dd.r1, dd.r0 {color: #999; padding: 0 10px 0 15px;}
.r5 {background: url(images/r5.jpg) no-repeat 4.7em 50%;}
.r4 {background: url(images/r4.jpg) no-repeat 4.7em 50%;}
.r3 {background: url(images/r3.jpg) no-repeat 4.7em 50%;}
.r2 {background: url(images/r2.jpg) no-repeat 4.7em 50%;}
.r1 {background: url(images/r1.jpg) no-repeat 4.7em 50%;}
.r0 {background: url(images/r0.jpg) no-repeat 4.7em 50%;}

/* Check it, bleed. Bro... was ON! Didn't trip. But the folks was freakin', Man. Hey, and the pilots were laid to the bone, Homes. So Blood hammered out and jammed jet ship. Tightened that bad sucker inside the runway like a mother. Shit.
 */