@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: 13px;
	color: #000;
	background: #fff url('../images/bg.gif');
	line-height: 1.5em;
}

h1 {
	font-size: 30px;
	color: #154791;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #423723;
	margin: 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: #694229;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.5em;
	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: 300px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #154791;
}
.alert {
	background: #fffed5;
	border: 2px solid #d02626;
	padding: 20px;
	margin: 10px;
}
abbr { border-bottom:1px dotted #666; cursor:help; }

/* Containers =========================== */
#container {
	width: 870px;
	margin: 0 auto;
	background: url('../images/container_bg.gif') 0 0 repeat-y;
}

#wrap {
	width: 850px;
	margin: 0 auto;
}

/* Content ============================== */
#content {
	background: url('../images/content_bg.gif') 0 0;
	padding-top: 1px;
	padding-bottom: 30px;
}

#main-content {
	width: 590px;
	float: left;
	padding: 20px;
}

.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 130px;
		float: left;
		margin: 0 20px 20px 0;
	}
	.book-cover img {
		border: 1px solid #999;
	}
	.book-info {
		
	}
	.book-info h3 {
		font-size: 16px;
		color: #423723;
		font-weight: bold;
	}
	
.video-container {
	margin: 20px 0;	
}
.video {
	width: 275px;
	float: left;
	margin-right: 20px;	
}
.video-info {
	width: 295px;
	float: left;
}

/* Guestbook Styles */
.styledinput {
	width: 200px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #154791;
}
#guest-content {
	width: 350px;
	padding-right: 20px;
	float: left;
}
#guest-form {
	width: 220px;
	float: left;	
}
.guest-container {
	margin: 10px 0;
	padding: 10px;
	border-bottom: 3px dashed #999;
}
.guest-title {
	display: block;
	font-size: 14px;
	color: #694229;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.guest-date {
	display: block;	
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Navigation =========================== */
#nav {
	width: 220px;
	float: left;
}
	#nav ul {
		margin: 30px 0 0px 0;
		padding: 0;
	}
		#nav ul li {
		
		}
			#nav ul li a {
				color: #3b311c;
				text-decoration: none;
				font-size: 18px;
				display: block;
				padding: 10px 10px 10px 25px;
			}
			#nav ul li a:hover {
				background: #694229;
				color: #fff;
			}
			#nav ul li a#current {
				background: #694229;
				color: #fff;
			}
			
	#nav h2 {
		font-size: 12px;
		color: #3694229;
		padding: 10px 0 0 20px;
	}
	#nav img {
		padding-left: 20px;
	}
	
/* Featured Sections ==================== */
span.viewmore {
	float: right;
	font-size: 10px;
	color: #666;
}

#featured-video {
	margin: 20px 0;
}

#upcoming-events {
	margin: 20px 0;
}
	span.event-feature {
		display: block;
		font-size: 12px;
		color: #333;
		padding: 5px 0;
	}
		span.event-feature a {
			color: #666;
		}

/* Footer ============================== */
#footer {
	padding: 20px;
}

#links {
	width: 450px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				text-decoration: none;
				font-size: 12px;
				color: #515151;
				font-family: "Palatino Linotype","Book Antiqua", Palatino, serif;
				text-transform: lowercase;
				border-right: 1px solid #515151;
				padding-right: 5px;
				margin-right: 2px;
			}

#copyright {
	color: #767676;
	font-size: 11px;
	line-height: 1.3em;
	width: 300px;
	float: right;
	text-align: right;
}
	#copyright a {
		color: #515151;
	}
