

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* BASIC */
html {
	background: #EAD89D url(../images/bg.jpg) repeat 50% 0;
	width: 100%;
}

body {
	background: url(../images/nav_line.gif) repeat-x 0 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	display: table;
	width: 100%;
	letter-spacing: 0.01em;
}

#wrapper {
	background: url(../images/header_bg.jpg) no-repeat 50% 0;
	margin-left: 7px;
}

#subwrapper {
	margin: 0 auto 74px auto;
	width: 987px;
}

/* HYPERLINKS */
a {
	color: #db5e0f;
	outline-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* HEADER */
#header {
	height: /*486*/ 400px;
	position: relative;
}

#header h2.logo a {
	display: block;
	height: 226px;
	overflow: hidden;
	left: 16px;
	position: absolute;
	text-align: center;
	top: 95px;
	width: 217px;
}

#header h2.logo a span {
	position: absolute;
	text-indent: -9999px;
}

#header h2.tagline {
	color: #6A4513 /*#db5e0f*/;
	font-weight: normal;
	left: 77px;
	line-height: 1.3;
	position: absolute;
	
	bottom: /*95*/ 75px;
	font-size: /*36*/ 33px;
	width: 800px;
	text-align: center;
}

/* NAVIGATION & ACTIONS */
.nav, .actions {
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

.nav li {
	float: left;
}

.nav a {
	color: #6A4513;
	float: left;
	height: 22px;
	padding: 20px 15px 10px 15px;
}

.nav li a:hover {
	background: url(../images/nav.jpg) repeat-x 0 -60px;
}

.nav li.current_page_item a, .nav li.current_page_item a:hover {
	background: url(../images/nav.jpg) repeat-x 0 0;
}

.nav li.current_page_item a, .nav a:hover {
	color: #FFF;
	text-decoration: none; 
}

.actions {
	float: right;
	position: relative;
	top: 20px;
}

.actions li {
	color: #6A4513;
	float: left;
	padding-right: 0;
	padding-left: 7px;
}

.rss a {
	float: left;
	height: 37px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -7px;
	text-decoration: none;
	text-indent: -9999px;
	width: 36px;
}

.rss span {
	background: url(../images/icons/rss.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.rss a:hover span {
	background-position: 0 -37px;
}

.contact a {
	float: left;
	height: 35px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -5px;
	text-decoration: none;
	text-indent: -9999px;
	width: 45px;
}

.contact span {
	background: url(../images/icons/envelope.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact a:hover span {
	background-position: 0 -36px;
}

/* FEATURED LINK (HOVER ON BIRDY) */
a.featured_link {
	display: block;
	height: 128px;
	position: absolute;
	top: 149px;
	left: 557px;
	width: 159px;
}

a.featured_link span {
	display: none;
}

a:hover.featured_link {
	background: url(../images/bubble.png) no-repeat 0 0;
	color: #D75C10;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	height: 192px;
	padding: 35px 0 0 15px;
	top: 50px;
	left: 425px;
	text-decoration: none;
	width: 267px;
}

a:hover.featured_link span {
	display: block;
}

/* MAIN */
#main {
	background: #E7D7B0 url(../images/main_bg.jpg) repeat-y 0 0;
	border-bottom: 5px solid #8D7545;
	margin-bottom: 30px;
	padding-bottom: 78px;
	width: 975px;
}

#content {
	float: left;
	padding: 0 77px;
	width: 566px;
	/*added!*/margin-top: -10px;
}

#sidebar {
	float: right;
	position: relative;
	top: -24px;
	padding: 0 12px;
	width: 231px;
	color: #6A4513;
}

p.intro {
	border-bottom: 2px solid #E7D7B0;
	color: #668D97;
	font-size: 24px;
	line-height: /*23px*/ 25px;
	margin-bottom: 37px;
	padding-bottom: 23px;
}
p.intro a {
	color: #8d7545;
}

/* SIDEBAR */
#sidebar h2, #mc_signup_container legend {
	background-color: #E8D993;
	color: #6A4513;
	display: block;
	font-size: 24px;
	font-weight: normal;
	padding: 7px 0 9px 8px;
}

#sidebar #mc_signup_container legend {
	padding-left: 4px;
}

#sidebar .search h2 {
	background-color: transparent;
}

#sidebar .search {
	background: url(../images/search_bg.gif) no-repeat 0 0;
	border: none;
	height: 79px;
	margin-bottom: 15px;
	padding: 37px 0 0 5px;
	width: 231px;
}

#sidebar .search ul {
	background-color: transparent;
	border: none;
}
#sidebar .textwidget, #sidebar div.textwidget, #sidebar .about_author, #sidebar ul /* was originally #sidebar div.textwidget */ { 
    background-color: #E8D993;
    border-bottom: 4px solid #8D7545;
    margin-bottom: 15px;
    padding: 0 4px 10px 8px;
}
#sidebar .about_author p {
	color: #6A4513;
	font-family: Helvetica, Arial, San-Serif;
	font-size: 12px;
	line-height: 16px;

}

/*#sidebar ul li ul, #mc_signup_container {
	background-color: #E8D993;
	border-bottom: 4px solid #8D7545;
	margin-bottom: 15px;
	padding-bottom: 10px;
}*/

#sidebar ul li {
	background-color: transparent;
	border: none;
	font-family: Helvetica, Arial, San-Serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0 4px 0 8px;
	list-style: disc;
	list-style-position: inside;
	color: #6A4513;
}
#sidebar ul li a, #sidebar ul li a:visited, #sidebar ul li a:active {
	color:  #6A4513;
}

#sidebar ul li a:hover {
	color: #db5e0f;
	background-color:#e7d7b0;
}

#sidebar .twitter_title_link {
	color: #6A4513;
}

#sidebar .twitter-item {
	padding: 0 8px 0 8px;
}

#sidebar .twitter-timestamp {
	color: #8D7545;
	font-size: 9px;
}

#sidebar #calendar_wrap {
	background-color: #E8D993;
	border-bottom: 4px solid #A3844C;
	margin-bottom: 15px;
}

#sidebar #calendar_wrap table {
	color: #6A4513;
	font-family: 'Trebuchet Ms', Helvetica, sans-serif;
	margin: 10px auto;
	width: 90%;
}

/* POST */
.post {
	border-bottom: 2px solid #E7D7B0;
	margin-bottom: 26px;
	padding-bottom: 23px;
}

.post h1, .post h2 a, .post h2 {
	color: #DB5E0F;
	display: block;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 5px;
	text-decoration: none;
}

.home .post h2 a {
	padding-bottom: 20px;
}

.post p {
	color: #6A4513;
	font-family: Helvetica, Arial, San-Serif;
	font-size: 14px;
	line-height: 23px;
	padding-bottom: 15px;
}

.meta, .tags {
	color: #6A4513;
	display: block;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}

.meta a, .tags a {
	color: #D75C10;
}

.tags {
	margin-bottom: 0;
}

.post a {
	color: #DB5E0F;
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

a.more-link {
	color: #668D97;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

/* POST IMAGES */
.post img {
	border: 1px solid #668D97;
}

.post .alignleft {
	float: left;
	margin: 0 23px 23px 0;
}

.post .alignright {
	float: right;
	margin: 0 0 23px 23px;
}

.post .wp-caption-text {
	border-bottom: 1px solid #E7D7B0;
	color: #668D97;
	font-family: 'Trebuchet MS' Helvetica, sans-serif;
	font-size: 12px;
	padding: 13px 0 0 0;
}

.entry h2 {
	color: #668D97;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 35px;
}

.entry h3 {
	color: #DB5E0F;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 35px;
}

.entry h4 {
	color: #6A4513;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}

.entry blockquote, .entry blockquote p {
	color: #DB5E0F;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 16px;
	margin-left: 10px;
	padding: 0 0 15px 0;
}

.entry ul, .entry ol {
	padding-bottom: 30px;
}

.entry ol {
	list-style-type: decimal;
	margin-left: 40px;
}

.entry li {
	color: #6A4513;
	font-family: 'Trebuchet MS' Helvetica, sans-serif;
	margin-bottom: 10px;
}

.entry ul li {
	background: url(../images/list_bullet.gif) no-repeat 0 /*4px*/ 9px;
	margin-left: 20px;
	padding-left: 10px;
	
	/*added!!!! */line-height: 20px;
}

/* COMMENTS */
.comments {
	width: 100%;
}

.commentlist small {
	color: #6A4513;
	display: block;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 100px;
}

.commentlist img.avatar {
	border: 1px solid #668D97;
	float: left;
}

.commentlist .comment {
	color: #6A4513;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin: 25px 0 0 100px;
}

.commentlist li {
	margin-bottom: 20px;
	border-bottom: 1px solid #E7D7B0;
	padding-bottom: 25px;
	width: 100%;
}

.commentlist .comment_author {
	font-weight: bold;
}

.commentlist a {
	color: #DB5E0F;
	text-decoration: underline;
}

.commentlist a:hover {
	text-decoration: none;
}

.commentlist .author {
	background-color: #FFF;
	border-top: 1px solid #E7D7B0;
	border-bottom: 1px solid #E7D7B0;
	padding: 25px 20px;
	width: 526px;
}

.commentlist .author small {
	padding-left: 80px;
}

.commentlist .author .comment {
	margin-left: 80px;
}

.comments h3 {
	color: #DB5E0F;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px;
}

.nocomments {
	color: #6A4513;
	font-style: italic;
}

/* FORMS */
#sidebar .searchform {
	background-color: #none;
}

#sidebar .searchform input {
	height: 18px;
	width: 206px;
}

/* MAILCHIMP  */
#sidebar #mc_signup_container input {
	color: #668D97;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	margin: 0 0 11px 3px;
	width: 210px;
}

.mc_var_label, .mc_signup_submit {
	display: none;
}

#footer form {
	width: 315px;
}

#footer label {
	color: #6A4513;
	float: left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 64px;
}

#footer input {
	height: 18px;
	margin-bottom: 23px;
	width: 242px;
}

#footer textarea {
	float: left;
	height: 86px;
	width: 242px;
}

#footer span.btn {
	background: url(../images/btn_left.gif) no-repeat 0 0;
	display: block;
	margin: 9px 0 0 0;
	position: relative;
	left: 240px;
	height: 23px;
}

#footer span.btn input {
	background: url(../images/btn_right.gif) no-repeat 100% 0;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	height: 23px;
	margin-left: 12px;
	padding: 1px 0 4px 4px;
	text-align: left;
	width: 57px;
}

#footer span.required, span.wpcf7-not-valid-tip-no-ajax, .wpcf7-response-output {
	color: #6A4513 !important;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px !important;
	margin-left: 62px;
}

.wpcf7-response-output {
	background: #E7D7B0 url(../images/outputbox.jpg) repeat 0 0;
	border: none !important;
	font-size: 12px !important;
	line-height: 1.4;
	margin: 0 0 0 26px;
	padding: 12px !important;
}

.wpcf7-response-output h3 {
	color: #DB5E0F;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	padding: 0 0 10px 0;
}

form#commentform {
	background: url(../images/commentform_bg.jpg) repeat-y 0 0;
	border: 1px solid #FFF;
	height: 168px;
	margin-bottom: 13px;
	padding: 23px 0 0 23px;
}

#commentform fieldset.first {
	float: left;
	width: 247px;
}

#commentform fieldset.second {
	float: left;
	width: 290px;
}

#commentform label {
	color: #6A4513;
	float: left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	width: 60px;
}

#commentform input {
	height: 18px;
	margin-bottom: 23px;
	width: 170px;
}

#commentform textarea {
	height: 120px;
	width: 210px;
}

#commentform span {
	background: url(../images/btn_left.gif) no-repeat 0 0;
	display: block;
	position: relative;
	left: 202px;
	height: 23px;
	top: 10px;
}

#commentform input#submit {
	background: url(../images/btn_right.gif) no-repeat 100% 0;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	height: 23px;
	margin-left: 12px;
	padding: 1px 0 4px 4px;
	text-align: left;
	width: 57px;
}

/* FOOTER */
#footer {
	color: #6a4513;
}

#footer-3col {
	float: left;
	width: 970px
	color: #6a4513;
}

#footer-3col a {
	color: #6a4513;
}
#footer-3col h2, #footer-3col h2 a {
	color: #DB5E0F;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 23px;
	clear: both;
}
#footer-3col p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
#footer-3col img {
	float: left;
	padding: 0 20px 0 0;
}

#col1-footer li, #col2-footer li, #col3-footer li {
	list-style: none;
}

#col1-footer li ul, #col2-footer li ul, #col3-footer li ul {
	margin: 0 0 20px 0;
}

#col1-footer li ul li, #col2-footer li ul li, #col3-footer li ul li {
	list-style: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 22px;
}
#col1-footer {
	border-right: 1px solid #8D7545;
	float: left;
	width: 300px;
	min-height: 450px;
	padding: 0 15px 0 0;
	margin-bottom: 30px;
}

#col2-footer {
	border-right: 1px solid #8D7545;
	float: left;
	width: 300px;
	min-height: 450px;
	padding: 0 15px 0 15px;
	margin-bottom: 30px;
}

#col2-footer a {
	color: #db5e0f;
}

#col3-footer {
	float: left;
	width: 300px;
	min-height: 450px;
	padding: 0 0 0 15px;
	margin-bottom: 30px;
}

#footer-3col span.entry-meta, #footer-3col span.entry-meta a { /*timestamp on twitter widget */
	color: #db5e0f;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #e8d993;
	padding: 0 2px 0 2px;
}



/*
#footer ul { background-color: #FFF;
	min-height: 450px;
}

#footer ul li { background-color: #FFFF99;
	border-right: 1px solid #8D7545;
	float: left;
	padding-right: 7px;
	margin-left: 7px;
	clear: both;
	width: 255px;
}

#footer ul li ul li {
	background: url(../images/list_bullet.gif) no-repeat 0 4px;
	border: none;
	color: #6A4513;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	width: 255px;
	height: auto;
	margin-bottom: 23px;
	padding-left: 10px;
	float: left;
	clear: both;
}

#footer a {
	color: #6A4513;
}

#footer .about_author {
	
}

#footer .about_author p {
	color: #6A4513;
	font-family: Helvetica, Arial, San-Serif;
	font-size: 12px;
	line-height: 16px;
}
#footer .about_author img {
	
}


#footer .amzshcs {
	width: 330px;
}

#footer .amzshcs-item {
	border-bottom: 1px solid #FFF;
	color: #6A4513;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 12px;
	padding: 15px 0 11px 2px;
	width: 100%;
}

#footer .amzshcs-item img {
	float: left;
	margin: -15px 12px 0 0;
}
*/
p.copyright {
	border-top: 5px solid #8D7545;
	padding-top: 10px;
	clear: both;
	color: #8D7545;
	font-size: 12px;
	text-align: right;
}

/* MISC */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.pagination {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
}

.pagination a {
	color: #FFF;
	display: block;
	text-align: center;
}

.pagination .older a:hover, .pagination .newer a:hover {
	background-position: 0 -24px;
	text-decoration: none;
}

.pagination .newer a {
	background: url(../images/pagination_btn.gif) no-repeat 0 0;
	float: right;
	height: 21px;
	padding-top: 3px;
	width: 117px;
}

.pagination .older a {
	background: url(../images/pagination_btn.gif) no-repeat 0 0;
	float: left;
	height: 21px;
	padding-top: 3px;
	width: 117px;
}

.photo {
	float: left;
	margin: 0 10px 10px 0;
}

