@CHARSET "ISO-8859-1";
/* CSS Document for Rosebank Press
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: 13px;
	color: #2c2c2c;
	background: #fff url('/images/header-bg.gif') 0 0 repeat-x;
	line-height: 1.3em;
}

h1 {
	font-size: 24px;
	color: #1c477c;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}
h2 {
	font-size: 18px;
	color: #991717;
	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: #991717;
}
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: "Trebuchet MS", 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: 130px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 440px;
		float:left;
	}
	.book-info h3 {
		font-size: 16px;
		margin-top: 0;
		font-weight: bold;
	}

/* Container */
#container {
	width: 950px;
	margin: 0 auto;
}

#content {
	background: url('/images/content-bg.gif') 0 0 repeat-y;
	padding: 20px 0;
}
#main-content {
	width: 590px;
	float: left;
	padding: 15px 30px;
}

/* Navigation */
#nav {
	width: 260px;
	padding: 0 20px;
	float: left;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {

}
#nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #083771;
	text-transform: uppercase;
	padding: 20px 0;
}
#nav ul li a:hover {
	color: #991717;
}
#nav ul li a#current {
	color: #991717;
}

/* Footer */
#footer-wrap {
	border-top: 1px solid #e4e4e4;
}
#footer {
	padding: 15px 0;
	width: 950px;
	margin: 0 auto;
}
#links {
	width: 550px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	color: #406f90;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	border-right: 1px solid #999;
	padding-right: 5px;
	margin-right: 3px;
}
#links ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #787878;
	line-height: 1.7em;
}
#copyright a {
	color: #787878;
}