@CHARSET "ISO-8859-1";
/* CSS Document for Rescued Animal Tails
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;
}
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: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff url('/images/header-bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 24px;
	color: #124c79;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #666;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	color: #666;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #547a8e;
	text-decoration: underline;
}

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;
}

a.nodec { text-decoration: none; }

.border { border: 1px solid #ccc; }

.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 188px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 452px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}
	
/* Container */
#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	background: url('/images/header.gif') 0 0 no-repeat;
	width: 940px;
	padding-top: 210px;
}

#content {
	background: url('/images/content-bg.gif') 0 0 repeat-y;
	border-right: 1px solid #f0f0f0;
}

#main-content {
	width: 660px;
	padding: 30px 30px 30px 0;
	float: left;
}

#sidebar {
	text-align: center;
	width: 209px;
	padding: 20px;
	float: left;
}
#sidebar h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
#sidebar span.book-info {
	color: #444444;
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	text-align: center;
	margin: 10px 0 20px 0;
	width: 100%;
}


/* Navigation */
#nav {
	text-align: center;
	height: 57px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	font-size: 18px;
	color: #fff;
}
#nav ul li a {
	text-decoration: none;
	padding: 10px;
	margin: 0 20px;
	color: #fff;
	line-height: 57px;
}
#nav ul li a:hover, #nav ul li a#current {
	color: #fdfaae;
}

/* Footer */
#footer-wrap {
	border-top: 5px solid #e5e5e5;
}

#footer {
	padding: 20px 0;
	margin: 0 auto;
	width: 940px;
}

#links {
	widht: 450px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	font-size: 12px;
	color: #547a8e;
	display: inline;
}
#links ul li a {
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px solid #547a8e;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
}
#links ul li a.last {
	border: none;
	margin: 0;
	padding: 0;	
}

#copyright {
	color: #547a8e;
	font-size: 12px;
	width: 400px;
	float: right;
	text-align: right;
	line-height: 1.3em;
}
#copyright a {
	color: #547a8e;
	font-size: 12px;
	text-decoration: underline;
}