@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;
}
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/bg.gif') 0 0;
	line-height: 1.4em;
}

h1 {
	font-size: 36px;
	color: #054048;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #5f2049;
	margin: 20px 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: #5f2049;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 40px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
	
td,th {
	padding: 5px 0;	
}

blockquote {
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-style: italic;
}
span.quoteby {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-style: normal;
}

/* 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;
}
.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: 0px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}
	
.media-container {
	margin-bottom: 30px;
	color: #032a30;	
}
.media-container a {
	color: #032a30;
	text-decoration: none;
}
.media-container a:hover {
	text-decoration: underline;	
}
.photo-container {
	width: 150px;
	height: 180px;
	float: left;
	text-align: left;
	margin-right: 20px;	
}
.photo-container img {
	border: 1px solid #ccc;
}

/* Header =============================== */
#header-wrap {
	height: 250px;
	background: url('../images/header-bg.gif') 0 0 repeat-x;
}
#header {
	width: 1050px;
	height: 250px;
	background: url('../images/header.gif') 0 0 no-repeat;
	margin: 0 auto;
}

/* Containers =========================== */
#container {
	width: 900px;
	margin: 0 auto;
	background: #fff;	
}

#content {
	background: url('../images/content.gif') 0 0 repeat-y;
	padding-top: 1px;
}

#main-content {
	width: 595px;
	float: left;
	padding: 20px;
}

/* Navigation =========================== */
#nav {
	width: 265px;
	float: left;
	text-align: center;
}
	#nav ul {
		margin: 30px 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			display: block;
		}
			#nav ul li a {
				display: block;
				color: #5f2049;
				text-decoration: none;
				font-size: 22px;
				text-transform: uppercase;
				padding: 10px;
				line-height: 1.3em;
			}
			#nav ul li a:hover {
				color: #032a30;
			}
			#nav ul li a#current {
				color: #032a30;
			}
			
/* Footer =============================== */
#footer {
	background: #032a30;
	padding: 10px 20px;
}

#links {
	width: 400px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				color: #fff;
				text-decoration: none;
				text-transform: lowercase;
				border-right: 1px solid #fff;
				padding-right: 5px;
				margin-right: 3px;
				font-size: 11px;
				line-height: 1.7em;
			}
			#links ul li a.none {
				margin: 0;
				padding: 0;
				border: none;
			}

#copyright {
	color: #fff;
	text-align: right;
	font-size: 10px;
	line-height: 1.4em;
}
	#copyright a {
		color: #fff;
	}