@CHARSET "ISO-8859-1";
/* CSS Document for Starter CSS
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* 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;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
	background: #3e2f21;
	line-height: 1.6em;
}

h1 {
	font-size: 30px;
	color: #4b5b2f;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #63402f;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #ac5c2d;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.6em;
	margin: 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: Georgia, serif;
	font-size: 12px;
	color: #4b5b2f;
}
.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 130px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 440px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
.cover {
	border: 1px solid #6d6d6d;
}
.book-single {
	width: 250px;
	text-align: center;
	float: left;
}
blockquote.feature {
	text-align: center;
	font-size: 16px;
	color: #444;
	line-height: 2em;
	margin: 10px 0;
}

/* Container ============================ */
#container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

/* Header =============================== */
#header {
	background: url('../images/header.gif') 0 0 no-repeat;
	height: 208px;
}
#header-left {
	position: relative;
	top: 5px;
	left: 40px;
	float: left;
}
#header-right {
	position: relative;
	float: right;
	top: 120px;
	right: 15px;
}

/* Content ============================== */
#content {
	background: url('../images/content_bg.gif') 0 0 repeat-y;
	padding-top: 1px;
}

#sidebar {
	width: 230px;
	float: left;
	text-align: center;
	padding: 0 20px;
}

#side-feature {
	text-align: center;
	margin-top: 30px;
}
	#side-feature img {
		margin-bottom: 25px;
	}

#main-content {
	width: 590px;
	float: left;
	padding: 20px;
}

/* Navigation =========================== */
#sidebar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
	#sidebar ul li {
		margin: 0;
		padding: 0;
	}
		#sidebar ul li a {
			font-size: 18px;
			color: #474747;
			text-decoration: none;
			padding: 10px 0;
			display: block;
			line-height: 1.4em;
		}
		#sidebar ul li a#current {
			color: #fff;
		}
		#sidebar ul li a:hover {
			color: #fff;
		}

/* Footer =============================== */
#footer {
	border-top: 2px solid #ac5c2d;
	padding: 10px 20px;
}

#links {
	width: 370px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				font-size: 12px;
				color: #b08d67;
				text-transform: lowercase;
				border-right: 1px solid #b08d67;
				padding-right: 5px;
				margin-right: 3px;
			}
			#links ul li a.none {
				margin: 0;
				padding: 0;
				border: none;
			}

#copyright {
	text-align: right;
	font-size: 10px;
	color: #898989;
	width: 400px;
	float: right;
}
	#copyright a {
		color: #666;
	}

