@CHARSET "ISO-8859-1";
/* CSS Document for Moonlight Memoirs
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;	
}

blockquote {
	text-align: center;
	line-height: 1.6em;
	margin: 20px 0;
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #1f5195;
	line-height: 1.3em;
}

h1 {
	font-size: 28px;
	color: #6b6058;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}
h2 {
	font-size: 22px;
	color: #850b0d;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #1f5195;
	text-decoration: none;
}
a:hover {
	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;
	height: 1px;
}
.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: #850b0d;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}
blockquote.testimonial {
	text-align: left;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
blockquote.testimonial span.quoteby {
	font-size: 12px;
	color: #666;
	font-style: oblique;
	text-align: right;
	display: block;
}
.book-container {
	margin: 20px 0;
}
	.book-cover {
		width: 180px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 350px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	
.event-image {
	text-align: center;
}
.event-image img {
	padding: 5px;
	border: 2px solid #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul.events {
	list-style: square;
	margin-bottom: 40px;
}
ul.events li {
	margin-bottom: 20px;	
}

ul.events li ul li {
	margin-bottom: 5px;	
}

/* Containers =========================== */
#wrap {
	width: 950px;
	background: url('/images/bg.gif') 0 0 repeat-y;
	margin: 0 auto;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 228px;
	overflow: hidden;
}

#content {
	background: url('/images/content.gif') 0 0;
	padding-top: 1px;
}

#sidebar {
	width: 248px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

#sidebar span.book-info {
	font-size: 11px;
	color: #4d4d4d;
	display: block;
	padding: 10px 0;
}

#main-content {
	width: 562px;
	float: left;
	padding: 10px 20px;
}

/* Navigation =========================== */
#nav {
	padding: 8px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;	
}
#nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #663024;
	padding: 12px 12px;
	line-height: 1.2em;
	text-transform: uppercase;
}
#nav ul li a#current,
#nav ul li a:hover {
	color: #2f2f2f;
	background: #dddcd8;
}

/* Footer =============================== */
#footer {
	padding: 20px;
	border-top: 8px solid #7f7e79;
}

#links {
	width: 400px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				color: #767676;
				text-transform: lowercase;
				padding-right: 5px;
				margin-right: 5px;
				border-right: 1px solid #ccc;
				font-size: 12px;
			}
			#links ul li a.none {
				margin: 0;
				padding: 0;
				border: none;
			}

#copyright {
	width: 320px;
	float: right;
	text-align: right;
	color: #767676;
	font-size: 11px;
	line-height: 1.3em;
}
	#copyright a {
		color: #767676;
		text-decoration: underline;
	}