body {
	background-color: #fadaa1;
	color: #251808;
	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: #26528e;
	text-decoration: none;
}
a.more {
	color: #a51802;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.more:hover {
	color: #26528e;
}

a:hover {
	color: #a51802;
}
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;
	background-position: 0 bottom;
	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: #fee6bc;
	display: block;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 33px 26px 22px 26px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background-image: url(../images/nav-roll-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fdd893;
}
#nav li a:active {
	background-image: url(../images/nav-roll-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fdd893;
}

/* roll-over nav */
div.subnavContainer {
	background-color: #761000;
	position: absolute;
	text-align: left;
	top: 187px;
	width: 220px;
	z-index: 903!important;
}
a.subnav-link {
	border-top: 1px #802e09 solid;
	color: #f8d8af;
	display: block;
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 8px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.subnav-link {
	background-color: #b21b03;
}

div.home-sub {
	border-top: 10px #e7c179 solid;
	margin-top: -15px;
}

/* content */
#content-wrapper {
	background-image: url(../images/content-bg2.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
	width: 980px;
}
#content-full-wrapper {
	background-image: url(../images/full-bg.png);
	background-repeat: repeat-x;
}
#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;
}

div.home-content {
	width: 980px;
}
#hp-content {
	float: left;
	margin: 0;
	padding: 0;
	width: 540px;
}
#hp-ru {
	background-image: url('../images/ru.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 20px;
	height: 479px;
	padding: 0;
	width: 396px;
}
#hp-content p {
	font-size: medium;
	line-height: 200%;
}
div.post h2 {
	color: #a51802;
	font-family: Georgia, serif;
	font-size: xx-large;
	text-decoration: none;
}
div.post h3 {
	border-bottom: 1px #e7c078 solid;
	color: #b97801;
	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: #a51802;
}

/* pages */
div.post div.entry blockquote {
	margin-bottom: 30px;
}
div.post div.entry blockquote cite {
	display: block;
	color: #994c01;
	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: #a51802;
	font-family: Georgia, serif;
	font-size: xx-large;
	text-decoration: none;
}
div.blog-post h2 a:hover,
h3.blogtitle a:hover {
	color: #26528e;
}
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: #feeccc;
	padding: 5px 10px;
	margin: 20px 0;
	line-height: 80%;
}
p.addtoany_share_save_container {
	display: none;
}
div.blog-post blockquote {
	background: #f2c779;
	color: #512d01;
	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 p {
	padding: 7px 0;
}
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: #734501;
	font-size: small;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#extra-book h3 a {
	text-decoration: none;
}
#extra-book h3 a:hover {
	color: #efb448;
}
#extra-book h4 {
	color: #26528e;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}
#extra-book h4 a {
	color: #26528e;
}
#extra-book h4 a:hover {
	color: #a51802;
}
#extra-book p {
	line-height: 160%;

}
#extra-book a.inmore {
	color: #a51802;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
#extra-book a.inmore:hover {
	color: #26528e;
}
#home-twitter {
	padding-top: 25px;
	float: left;
	margin-left: 60px;
	width: 300px;
}
#home-twitter li {
	margin: 0 0 20px 0;
	line-height: 18px;
}
#extra-news {
	padding-top: 25px;
	float: left;
	width: 540px;
}
#extra-news h3,
#extra-archives h3,
#extra-categories h3,
#extra-links h3,
#home-twitter h3,
.side-twitter h3 {
	color: #734501;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#extra-blog div.side-twitter {
	border-bottom: 1px #e7c179 solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#extra-blog div.side-twitter ul {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 120%;
}
#extra-blog div.side-twitter li {
	line-height: 130%;
}
#extra-blog div.side-twitter a.more {
	text-align: center;	
}
.side-twitter {
	margin-bottom: 20px;
}
div.extra-news-post {
	padding-bottom: 15px;
	line-height: 140%;
}
div.extra-news-post h4 {
	margin: 6px 0;
}
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: #ac8845;
	font-size: xx-small;
	letter-spacing: 2px;	
	text-transform: uppercase;
}
#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: #a51802;
}

#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: #a38247;
	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: #c17d01;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: 0.09em;
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
}
ul#side-subnav {
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul#side-subnav li a {
	color: #26528e;
	font-weight: bold;
}
ul#side-subnav li a:hover {
	color: #a51802;
}

/* footer */
#footer {
	border-top: 10px #e7c179 solid;
	color: #b79b6c;
	font-size: 11px;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	text-align: left;
	text-transform: uppercase;
	width: 980px;
}

#footer a {
	color: #b79b6c;
}
#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: #b79b6c;
	display: inline;
	font-size: 10px;
}
#footer-nav li a {
	color: #b79b6c;
	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;
}
			


ul.foot-social {
	float: right;
}

ul.foot-social li a span {
	display: none;
}
ul.foot-social li {
	float: left;
}

ul.foot-social li a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 34px;
	background-image:url('../images/social-sprite.png');
	width: 34px;
}
ul.foot-social li a.social-fb {
	background-position: 0 0;
}

ul.foot-social li a.social-twitter {
	background-position: -43px 0;
}

ul.foot-social li a.social-amazon {
	background-position: -86px 0;
}

ul.foot-social li a.social-contact {
	background-position: -129px 0;
}

ul.foot-social li a.social-rss {
	background-position: -172px 0;
}


div.post div.family-photos h3 {
	text-transform: none !important;
	font-size: 12px !important;
	letter-spacing: 0;
	line-height: 90%;
	padding-top: 0 !important;
	margin-top: 0 !important;
	font-weight: none !important;
}
div.post div.family-photos p {
	line-height: 17px !important;
}

div.author {
	float: left;
	margin: 8px 15px;
	text-align: center;
	width: 120px;
}

