body {
	background-color: #211102;
	color: #fadbaf;
	font-size: small;
	margin: 0;
	text-align: center;
}
body, p, a, input, textarea, select {
	font-family: Georgia, Times serif;
}
p {
	line-height: 150%;
}
br.clear {
	clear: both;
}
a {
	color: #6bb1bc;
	text-decoration: none;
}
a:hover {
	color: #f0b649;
}
a:focus {
	outline: 0;
}
img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.aligncenter {
	border: 4px #533914 solid;
}
img.alignright {
	border: 4px #533914 solid;
	margin: 5px 0 5px 12px;
	display: inline;
	}

img.alignleft {
	border: 4px #533914 solid;
	margin: 5px 12px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 5px 0 5px 12px;
	}

.alignleft {
	float: left;
	margin: 5px 12px 5px 0;
	}

/* header */
#header-wrapper {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 115px;
	margin: 0 auto;
	width: 980px;
}
#header h1,
#header h2 {
	display: none;
}

/* nav */
#nav-wrapper {
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#nav {
	height: 72px;
	margin: 0 auto;
	width: 980px;
}
#nav li {
	height: 72px;
	float: left;
	border-right: 1px #893a11 solid;
}
#nav li.endcap {
	border-right: 0;
}
#nav li a {
	color: #f4844a;
	display: block;
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	padding: 33px 26px 22px 26px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background-image: url(../images/nav-roll-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #fdd893;
}
#nav li a:active {
	background-image: url(../images/nav-roll-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #fdd893;
}

/* roll-over nav */
div.subnavContainer {
	background-color: #762200;
	position: absolute;
	text-align: left;
	top: 187px;
	width: 200px;
}
a.subnav-link {
	border-top: 1px #802e09 solid;
	color: #fdd893;
	display: block;
	font-family: Georgia, serif;
	font-size: 10px;
	letter-spacing: 0.08em;
	padding: 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.subnav-link {
	background-color: #a22d00;
}


/* content */
#content-wrapper {
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
	width: 980px;
}
#col-content {
	float: left;
	margin-right: 80px;
	width: 520px;
}
#col-extras {
	float: left;
	width: 380px;
}
#wide #col-content {
	width: 650px;
}
#wide #col-extras {
	width: 250px;
}
#hp-quote {
	font-family: Georgia, serif;
	padding-bottom: 20px;
}
#hp-quote p {
	font-size: xx-large;
	font-family: Georgia, serif;
	line-height: 160%;
}
#hp-quote cite {
	color: #efb448;
	font-size: 90%;
	float: right;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#hp-content p {
	font-size: medium;
	line-height: 200%;
}
div.post h2 {
	color: #f0b649;
	font-family: Georgia, serif;
	font-size: xx-large;
	text-decoration: none;
}
div.post h3 {
	border-bottom: 1px #412f17 solid;
	color: #6fac57;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
div.entry {
	margin: 25px 0;
}
div.entry p {
	margin: 20px 0;
}
div.entry ul {
	margin: 5px 0 40px 0;
}
div.entry ul li {
	background-image: url(../images/bullet-leaf.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	line-height: 150%;
	padding: 5px 0 5px 17px;
	margin: 5px 0;
}
div.entry ul li a:hover {
	color: #efb448;
}

/* pages */
div.post div.entry blockquote {
	margin-bottom: 30px;
}
div.post div.entry blockquote cite {
	display: block;
	color: #efb448;
	font-size: 85%;
	text-align: right;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
div.wp-caption {
	background: #492c12;
	padding: 5px 0;
	text-align: center;
}
div.wp-caption img {
	padding: 0 5px;
	margin: 0;
}
p.wp-caption-text {
	color: #99805e;
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* blog posts */
div.blog-post {
	padding-bottom: 50px;
}
div.blog-post p.date {
	color: #a75607;
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
h2.pagetitle {
	border-bottom: 1px #412f17 solid;
	color: #6fac57;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 0 25px 0;
	padding-bottom: 4px;
	text-transform: uppercase;
}
div.blog-post h2 {
	padding-bottom: 10px;
}
div.blog-post h2,
div.blog-post h2 a,
h3.blogtitle a {
	color: #f0b649;
	font-family: Georgia, serif;
	font-size: xx-large;
	text-decoration: none;
}
div.blog-post h2 a:hover,
h3.blogtitle a:hover {
	color: #6fac57;
}
div.blog-post div.entry p,
div.post div.entry p {
	line-height: 200%;
}
div.blog-post div.entry p a,
div.post div.entry p a {
	font-weight: bold;
}
div.blog-post p.postmetadata {
	color: #947c5e;
	font-size: 11px;
	padding-top: 5px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	word-spacing: 0.2em;
}
div.blog-post p.postmetadata a {
	margin: 0 5px;
	text-decoration: none;
}
div.blog-post p.postmetadata a:hover {
	color: #f0b649;
}
p.alt {
	background: #281504;
	padding: 5px 10px;
	margin: 20px 0;
	line-height: 80%;
}
p.addtoany_share_save_container {
	display: none;
}
div.blog-post blockquote {
	background: #281504;
	color: #99805e;
	margin: 0 25px;
}
div.blog-post blockquote p {
	padding: 15px 20px;
}

/* comments */
#comments {
	border-bottom: 1px #412f17 solid;
	color: #6fac57;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#respond h3 {
	color: #a75607;
	font-family: Georgia, serif;
	font-size: x-large;
	padding-bottom: 10px;
}
#commentform p {
	padding-bottom: 20px;
}
#commentform input.text,
#commentform textarea {
	border: 1px #f0b649 solid;
	padding: 5px;
	width: 400px;
}
#commentform label {
	display: block;
	padding-bottom: 4px;
}

ol.commentlist {
	margin-bottom: 50px;
}
li.comment {
	border-bottom: 1px #412f17 solid;
	padding: 10px 8px;
}
li.comment-author-admin {
	background: #281504;
	border-bottom: 2px #412f17 solid;
	border-top: 1px #412f17 solid;
}
li.comment-author-admin cite {
	color: #a74219;
}
div.comment-author cite {
	font-size: medium;
}
div.comment-author a {
	text-decoration: none;
}
div.comment-author img.avatar {
	border: 4px #533914 solid;
	float: right;
	margin: 5px;
}

span.says {
	display: none;
}
p.commentmetadata {
	color: #76644c;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
p.commentmetadata a {
	color: #76644c;
	font-size: xx-small;
}
div.commenttext {
	float: left;
}


/* extras column */
#extra-book img {
	border: 3px #533914 solid;
	float: left;
	margin: 0 15px 8px 0;
}
#extra-book h3 {
	color: #6bb1bc;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
#extra-book h3 a {
	text-decoration: none;
}
#extra-book h3 a:hover {
	color: #efb448;
}
#extra-book p {
	line-height: 160%;
	margin-top: 10px;
}
#extra-book p.readmore {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
#extra-news {
	padding-top: 40px;
}
#extra-news h3,
#extra-archives h3,
#extra-categories h3,
#extra-links h3 {
	border-bottom: 1px #412f17 solid;
	color: #6fac57;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
div.extra-news-post {
	padding-bottom: 15px;
}
div.extra-news-post h4 a {
	font-weight: bold;
	text-decoration: none;
}
div.extra-news-post h4 a:hover {
	color: #efb448;
}
div.extra-news-post p.date {
	color: #76644c;
	font-size: xx-small;
	float: left;
	letter-spacing: 0.08em;
	margin-right: 10px;
	text-transform: uppercase;
	width: 100px;
}
#extra-blog {
	padding-top: 50px;
}
#extra-archives,
#extra-categories,
#extra-links {
	float: left;
	width: 185px;
}
#extra-archives,
div.col1 {
	margin-right: 5px;
}
#extra-blog ul {
	margin-bottom: 40px;
}
#extra-blog ul li,
#col-extras ul li {
	background-image: url(../images/bullet-leaf.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
	font-size: 89%;
	padding: 5px 0 5px 17px;
	margin: 6px 0;
}
#extra-blog a {
	text-decoration: none;
}
#extra-blog ul li a:hover,
#col-extras ul li a:hover {
	color: #efb448;
}

#col-book {
	background: #553816;
	padding: 5px 0 0 0;
	height: 346px;
	text-align: center;
	width: 230px;
}
.subscribe {
	background: url('../images/feed.gif') no-repeat left 50%;
	font-size: 90%;
	letter-spacing: 0.05em;
	padding-left: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* Extras > Quotes */ 
#col-quotes blockquote {
	color: #bfae76;
	font-family: georgia, serif;
	font-size: x-large;
	font-weight: normal;
	line-height: 160%;
	margin-top: 40px;
	text-align: left;
}
#col-quotes cite {
	display: block;
	color: #6fac57;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: 0.09em;
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
}

/* footer */
#footer {
	border-top: 10px #281504 solid;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	width: 980px;
}
#footer #siteby {
	background-image: url(../images/siteby.png);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 172px;
}
#footer #siteby span {
	display: none;
}
#footer-nav li {
	color: #745f44;
	display: inline;
	font-size: 10px;
}
#footer-nav li a {
	color: #745f44;
	font-family: Georgia, serif;
	margin: 0 10px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 0.1em;
}
#footer-nav li.start a {
	margin: 0 10px 0 0;
}
#footer-nav li a:hover {
	color: #ffe5a7;
}
