@CHARSET "ISO-8859-1";
/* CSS Document for Henry the Lamb
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2009
*/

/* Browser Reset Styles ================= */
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;
}

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: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	background: #cde0f1;
	line-height: 1.3em;
}

h1 {
	font-size: 28px;
	color: #bf1e2e;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #024e89;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	color: #23689d;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}
.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 150px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 370px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}
	
/* Header */
#header {
	height: 265px;
}

/* Container */
#wrap {
	background: url('/images/bg.gif') 0 0 repeat-y;
	width: 960px;
	margin: 0 auto;	
}
#container {
	width: 860px;
	margin: 0 auto;
	background: #fff;
}
#content {
	background: url('/images/content-bg.gif') 0 0 repeat-y;
	padding-bottom: 20px;
}
#nav {
	width: 250px;
	float: left;
	text-align: center;
}
#main-content {
	width: 545px;
	float: left;
	padding: 20px 30px;
}

#slideshow {
	width: 445px;
	margin: 50px auto;
	height: 334px;
	border: 5px solid #cde0f1;
}

/* Navigation */
#nav {
	text-align: center;
}
#nav ul {
	margin: 20px 0 60px 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: block;
}
#nav ul li a {
	color: #23689d;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 15px 10px;
	margin: 10px 0;
}
#nav ul li a:hover {
	color: #bf1e2e;
}
#nav ul li a#current {
	color: #bf1e2e;
}

/* Footer */
#footer {
	padding: 20px 20px 10px 20px;
	width: 820px;
	margin: 0 auto;
	border-top: 1px solid #cfcfcf;
}
#links {
	width: 420px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	font-size: 11px;
	color: #3172a0;
	border-right: 1px solid #3172a0;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 3px;
	text-transform: lowercase;
}
#links ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

#copyright {
	width: 380px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #a7a7a7;
}
#copyright a {
	color: #a7a7a7;
}
#copyright a.nodec {
	text-decoration: none;
}