*	{
	margin: 0;
	padding: 0;
	}
	
/* ---------- General Styles ---------- */

body {
	font-family: Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: smaller;
	background: #5c721a;
	}

.content {
	width: 940px;
	margin: 0 auto;
	}
	
/* ---------- Header Styles ---------- */

#header {
	height: 116px;
	background: #f1b71c url(../images/layout/header-background.jpg) top center no-repeat;
	}
	
#header img {
	position: absolute;
	margin: 27px 0 0 0;
	}
	
#newsletterSignup {
	float: right;
	width: 370px;
	margin-top: 46px;
	text-align: right;
	}
	
#newsletterSignup input {
	width: 268px;
	padding: 8px 9px 7px 9px;
	background: #f8f2e0;
	color: #832e0e;
	border: 1px solid #e7a416;
	}
	
#newsletterSignup button {
	width: 71px;
	height: 30px;
	margin-left: 2px;
	text-indent: -9999px;
	border: none;
	background: url(../images/join.gif);
	}

#newsletterSignup button:hover {
	background: url(../images/join-hover.gif);
	}

	
/* ---------- Nav Styles ---------- */

#navContainer {
	background: #e69c0e;
	}

#nav {
	position: relative;
	z-index: 101;
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
	}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	background: #e69c0e;
	}
	
#nav li:hover {
	background: #f5e1a5;
	}
	
#nav li a {
	display: block;
	padding: 14px 19px;
	color: #fff;
	text-decoration: none;
	}
	
#nav li:hover a {
	color: #6c2407;
	}
	
#nav li a.active {
	background: #f5cd52;
	color: #6c2407;
	}

#nav li ul {
	position: absolute;
	z-index: 150;
	width: 200px;
	left: -999em;
	border: 1px solid #e69c0e;
	border-top: none;
	}
	
#nav li ul.bookNav {
	width: 320px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -1px;
	}

#nav li ul li {
	float: left;
	width: 14em;
	margin-left: 0;
	}
	
#nav li ul li a {
	display: block;
	width: 160px;
	min-height: inherit;
	padding: 12px 20px;
	text-align: left;
	text-indent: 0;
	background: #f5e1a5;
	border-bottom: 1px solid #e69c0e;
	color: #2e4f79;
	font-size: 105%;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
	
#nav li ul.bookNav li a {
	width: 280px;
	}
	
#nav li ul li a.last {
	border-bottom: none;
	}
	
#nav li ul li a:hover {
	background: #f5cd52;
	color: #371203;
	}
	
/* ---------- Main Content ---------- */

#mainContent {
	background: #f3e7c5 url(../images/layout/content-background.jpg) top center no-repeat;
	padding: 28px 0 30px 0;
	}
	
#media {
	padding: 12px;
	background: #faf8f2;
	border: 1px solid #ebdbb8;
	}
	
#video {
	position: relative;
	z-index: 2;
	width: 533px;
	float: left;
	}
	
#scroller {
	float: right;
	width: 297px;
	height: 262px;
	padding: 0 0 0 57px;
	background: #faf8f2 url(../images/featured-books.gif) top left no-repeat;
	}
	
#scroller li {
	list-style: none;
	}
	
#scroller li a {
	text-decoration: none !important;
	border: none !important;
	}
	
#leftColumn {
	float: left;
	width: 545px;
	margin-top: 28px;
	}
	
#rightColumn {
	float: right;
	width: 366px;
	margin-top: 18px;
	}
	
/* ---------- Left Column Styles ---------- */

.calendarEntry, .tool {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dashed #afa995;
	}

.calendarDate {
	float: left;
	width: 80px;
	}
	
.calendarDescription {
	float: right;
	width: 420px;
	}
	
.calendarDescription h2, .tool h2, h2.qMonthTitle {
	margin-top: 0;
	}
	
.calendarDate {
	color: #e69c0e;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.day {
	font-size: 130%;
	}
	
.date {
	font-size: 90%;
	letter-spacing: 0.1em;
	}
	
.location {
	color: #6c2407;
	font-size: 85%;
	display: block;
	padding-top: 5px;
	}
	
#leftColumn .calendarDescription p {
	margin: 10px 0;
	}
	
#leftColumn .calendarNav {
	text-align: right;
	display: block;
	border: none;
	font-size: 110%;
	border-bottom: 1px dashed #afa995;
	padding: 0 0 12px 0;
	}
	
#leftColumn .calendarNav:hover {
	border-bottom: 1px dashed #afa995;
	}
	
.spacer {
	padding-bottom: 40px;
	}
	
.postNav .prev {
	float: left;
	width: 45%;
	}
	
.postNav .next {
	float: right;
	width: 45%;
	text-align: right;
	}
	
#leftColumn ol {
	margin: 10px 30px;
	}
	
#leftColumn ol li {
	font-size: 115%;
	line-height: 1.4em;
	color: #3d4246;
	padding: 6px;
	}
	
.borderedLeft, .bordered {
	padding: 7px;
	background: #faf8f2;
	border: 1px solid #ebdbb8;
	}
	
.borderedLeft {
	float: left;
	margin: 0 20px 10px 0;
	}	
	
/* -- Contact Styles -- */


#formContainer {
	margin: 30px 0 20px 0;
	}

#sendEmail fieldset {
	border: none;
	margin: 15px 0;
	}
	
#sendEmail fieldset.firstField {
	margin-top: 30px;
	}
	
#sendEmail label {
	float: left;
	width: 100px;
	margin-right: 20px;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	color: #689ebe;
	font-size: 115%;
	color: #3d4246;
	}
	
#sendEmail .error {
	display: block;
	width: 100%;
	margin-left: 125px;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 85%;
	color: #933;
	}
	
#sendEmail h5 {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	font-size: 140%;
	font-family: Baskerville, Georgia, serif;
	text-align: center;
	color: #933;
	}
		
.field input, .field textarea {
	width: 370px;
	padding: 5px;
	}
	
#contentLeft p.questionDescription {
	margin: 30px 0 20px 0;
	color: #aec469;
	}
	
#sendEmail .buttons {
	margin: 20px 36px 0 0;
	text-align: right;
	}
	
#submit, #orderSubmit {
	padding: 5px 10px;
	}
	
#contentLeft .message {
	color: #516513;
	}
		
/* ---------- Right Column Styles ---------- */

#video-button {
	width: 366px;
	height: 65px;
	display: block;
	margin-bottom: 25px;
	text-indent: -9999px;
	background: url(../images/videos-hover.gif);
	border-bottom: none !important;
	text-decoration: none;
	}
#video-button:hover {
	background:url(../images/videos.gif);
	border-bottom: none !important;
	text-decoration: none;
	}

.rightBox {
	padding: 7px;
	margin-bottom: 25px;
	background: #faf8f2;
	border: 1px solid #ebdbb8;
	}
	
#listPosts li {
	list-style: none;
	border-bottom: 1px dashed #ebdbb8;
	padding: 8px 6px 8px 0;
	}
	
.rightDate {
	float: left;
	width: 60px;
	margin-top: 3px;
	color: #e69c0e;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.rightTitle {
	float: right;
	width: 280px;
	}
	
#rightColumn #listPosts li a {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2em;
	color: #3d4246;
	border-bottom: none;
	}
		
a#bookOrder {
	display: block;
	width: 295px;
	height: 261px;
	padding-left: 55px;
	background: #faf8f2 url(../images/order-online.gif) top left no-repeat;
	}
	
a#bookOrder:hover {
	background: #faf8f2 url(../images/order-online-hover.gif) top left no-repeat;
	}
	
#rightColumn .linkList li, .bookCosts li {
	list-style: none;
	}
	
#mainContent #rightColumn .linkList li a, .bookCosts li {
	font-weight: normal;
	border-bottom: 1px dashed #ebdbb8;
	color: #e69c0e;
	display: block;
	padding: 7px 0;
	}
	
.bookCosts {
	margin: 15px 10px;
	}
	
.bookCosts li {
	color: #3d4246;
	clear: both;
	}
	
.bookCosts li strong {
	color: #e69c0e;
	float: right;
	}
		
/* ---------- Footer Styles ---------- */

#footer {
	background: #5c721a url(../images/layout/footer-background.jpg) top center no-repeat;
	padding: 80px 0 30px 0;
	font-size: 90%;
	}
	
#footerNav {
	float: left;
	width: 45%;
	}
	
#footerNav li {
	list-style: none;
	float: left;
	}
	
#footerNav li a {
	display: block;
	margin-right: 10px;
	padding: 10px 12px 9px 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: #6e8134;
	color: #fff;
	}
	
#footerNav li a:hover {
	background: #435410;
	}
	
#footer p {
	float: right;
	width: 45%;
	color: #fff;
	line-height: 1.3em;
	text-align: right;
	}
	
#footer p a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #b9c399;
	}
	
#footer p a:hover {
	color: #313a12;
	}


/* ---------- Image Replacement ---------- */

.rightHeading {
	width: 350px;
	height:49px;
	text-indent: -9999px;
	display: block;
	}
	
h3#questionH {
	background: url(../images/headings/question-month.gif);
	}

h3#recent {
	background: url(../images/headings/recent-posts.gif);
	}
	
	
/* ---------- Typography ---------- */

h1 {
	font-size: 160%;
	line-height: 1.3em;
	color: #516513;
	padding-bottom: 14px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #afa995;
	}
	
#blog h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
	
#leftColumn h1 a {
	color: #516513;
	border: none;
	}
	
h2 {
	font-size: 110%;
	line-height: 1.3em;
	margin-top: 40px;
	color: #516513;
	}
	
#rightColumn h3 {
	margin-bottom: 14px;
	}
	
#rightColumn h4 {
	font-size: 110%;
	color: #516513;
	margin: 12px 10px 0 10px;
	text-align: center;
	}
	
h5	{
	color: #3d4246;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
#leftColumn p, #leftColumn blockquote {
	margin: 20px 0;
	font-size: 115%;
	line-height: 1.4em;
	color: #3d4246;
	}
	
blockquote em {
	font-style: normal;
	}
	
#blog #leftColumn p {
	margin: 10px 0 0 0;
	}
	
#leftColumn blockquote {
	color: #1b2124;
	font-size: 105%;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 20px;
	margin: 30px 0;
	border-bottom: 1px dotted #afa995;
	border-top: 1px dotted #afa995;
	}
	
.quoted {
	font-weight: bold;
	display: block;
	margin-top: 8px;
	font-size: 85%;
	font-style: normal;
	font-family: Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
	
	
#rightColumn p {
	margin: 10px 12px;
	font-size: 105%;
	line-height: 1.3em;
	color: #3d4246;
	}
	
#rightColumn p.qMonthLink {
	margin-top: 5px;
	}
	
#mainContent a {
	color: #d8910b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #d8910b;
	}
	
#mainContent a:hover, #mainContent #rightColumn a:hover, #rightColumn #listPosts li a:hover, #mainContent #rightColumn .linkList li a:hover {
	color: #516513;
	border-bottom: 1px solid #516513;
	}
	
#mainContent #rightColumn a {
	color: #ebb347;
	border-bottom: 1px dotted #ebb347;
	}
	
.regList, .linkList {
	margin: 10px 0;
	padding: 10px;
	color: #3d4246;
	}
	
#leftColumn .linkList {
	border-bottom: 1px dotted #afa995;
	border-top: 1px dotted #afa995;
	}
	
.regList li, #leftColumn .linkList li {
	margin: 10px 25px;
	font-size: 105%;
	line-height: 1.3em;
	}
	
.faq li {
	padding: 10px 0 !important;
	}
	
.rightAlign {
	text-align: right;
	}
		
#leftColumn p.indented {
	margin-left: 30px;
	}
	
#leftColumn .tiny {
	font-size: 80%;
	}
	
#rightColumn .tiny {
	font-size: 70%;
	}
	
.strong {
	font-weight: bold;
	}

	
/* ---------- Misc ---------- */

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html .clear {
	height: 1px;
	}

*:first-child+html .clear {
	min-height: 1px;
	}
	
.cleared {
	clear: both;
	}
	
a img {
	border: none;
	text-decoration: none;
	}

