
/*
	version: 1.1
	
color guide: 
darkest brown #282218
dark brown #3f3627
light brown #524b3f
green #9fb02a 
green-link-on-light #8a9804
*/


/* GENERAL */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	background: #282218 url(../images/bg.png) repeat-x 46% 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	padding: 0 5px;
	width: 948px;
}

/* HYPERLINKS */
a {
	color: #000;
	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: 252px;
	position: relative;
}

#header h1 a {
	display: block;
	height: 217px;
	left: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-indent: -9999px;
	top: 27px;
	width: 315px;
}

#header h1 a span {
	background: url(../images/logo.gif) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#header .intro {
	background: url(../images/intro_bg4.jpg) no-repeat 0 0;
	color: #FFF;
	font-size: 14px;
	height: 167px;
	line-height: 26px;
	padding: 23px 22px 64px 22px;
	position: absolute;
	right: 0;
	top: 24px;
	width: 501px;
}

#header .flags {
	bottom: -11px;
	position: absolute;
	right: 0;
}

#header .flags li {
	float: left;
}

#header .flags a {
	float: left;
	height: 23px;
	margin-right: 7px;
	text-align: center;
	width: 31px;
}

/* NAVIGATION */
#nav {
	margin-left: 20px;
}

#nav li {
	float: left;
	height: 45px;
	margin: 0 6px;
}

#nav li.current_page_item, #nav li.current_page_parent {
	background: url(../images/nav_right.png) no-repeat 100% 0;
}

#nav a {
	color: #FFF;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 16px 0 26px;
	position: relative;
	left: -12px;
	text-align: center;
	text-transform: uppercase;
}

#nav li.current_page_item a, #nav li.current_page_parent a {
	background: url(../images/nav_left.png) no-repeat 0 0;
	color: #9FB02A;
}

#nav a:hover {
	color: #9FB02A;
	text-decoration: none;
}

/* MAIN */
#main {
	clear: both;
	margin-top: 48px;
}

/* CONTENT */
#content {
	float: left;
	margin-top: 48px;
	padding-left: 15px;
	width: 712px;
}

/* SIDEBAR */
#sidebar {
	float: left;
	margin-top: 48px;
	width: 221px;
}

#sidebar .social_buttons {
	height: 61px;
	margin-bottom: 22px;
	width: 224px;
}

#sidebar .social_buttons ul {
	background-image: none;
}

#sidebar .social_buttons li {
	background: none;
	float: left;
	margin-right: 1px;
}

#sidebar .social_buttons li a {
	display: block;
	height: 61px;
	text-indent: -9999px;
	width: 55px;
}

#sidebar .social_buttons ul li {
	border: none;
	padding: 0;
	width: auto;
}

#sidebar .social_buttons .rss {
	background: url(../images/rss_icon.png) no-repeat 0 0;
}

#sidebar .social_buttons .email_subscribe {
	background: url(../images/email_subscribe_icon.png) no-repeat 0 0;
}

#sidebar .social_buttons .twitter {
	background: url(../images/twitter_icon.png) no-repeat 0 0;
}

#sidebar .social_buttons .facebook {
	background: url(../images/facebook_icon.png) no-repeat 0 0;
}

#sidebar h2, #sidebar h2 a {
	color: #9FB02A;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#sidebar ul {
	color: #FFF;
}

#sidebar ul li {
	float: left;
	margin-bottom: 54px;
	position: relative;
}

#sidebar li li a {
	color: #9FB02A;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar li li a:hover {
	text-decoration: none;
}

#sidebar ul li ul li {
	background: #524B3F url(../images/sidebar_body.jpg) repeat-y 0 0;
	border-bottom: 5px solid #282218;
	line-height: 20px;
	margin-bottom: 0;
	padding: 13px 16px;
	width: 188px;
}

#sidebar ul li ul li:last-child {
	border-bottom: none;
}

#sidebar .sidebar_head {
	background: url(../images/sidebar_head.jpg) no-repeat 0 0;
	display: block;
	height: 10px;
	width: 221px;
}

#sidebar .sidebar_foot {
	clear: both;
	background: url(../images/sidebar_foot.jpg) no-repeat 0 100%;
	display: block;
	height: 10px;
	width: 221px;
}

#sidebar .warning strong {
	background: url(../images/warning_icon.gif) no-repeat 0 0;
	display: block;
	font-size: 11px;
	padding-left: 80px;
	font-weight: normal;
}

#sidebar .view_all {
	background: url(../images/view_all_btn.png) no-repeat 0 0;
	bottom: -30px;
	color: #3f3627;
	display: block;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	padding-right: 12px;
	position: absolute;
	right: -3px;
	text-align: right;
	text-transform: uppercase;
	width: 101px;
	z-index: 1;
}

/* SIDEBAR WIDGETS */
#sidebar .textwidget {
	background: #524B3F url(../images/sidebar_body.jpg) repeat-y 0 0;
	padding: 13px 16px;
	width: 188px;
}

#sidebar ul li ul li ul li {
	background: none;
	width: auto;
}

#sidebar #calendar_wrap {
	background: #524B3F url(../images/sidebar_body.jpg) repeat-y 0 0;
	padding: 13px 16px;
	width: 188px;
}

#sidebar table {
	margin: 0 auto;
}

#sidebar table a {
	color: #9FB02A;
}

#sidebar table caption {
	color: #9FB02A;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 3px 15px 3px;
}

#sidebar table td {
	padding: 3px;
}

#sidebar .searchform {
	background: #524B3F url(../images/sidebar_body.jpg) repeat-y 0 0;
	padding: 13px 0 13px 5px;
	width: 215px;
}

#sidebar div {
	background: #524B3F url(../images/sidebar_body.jpg) repeat-y 0 0;
	padding: 13px 16px;
	width: 188px;
}

#sidebar div a {
	color: #FFF;
	line-height: 25px;
}

/* POSTS */
.post {
	background: url(../images/post_head.png) no-repeat 0 0;
	margin-bottom: 139px;
	margin-left: 90px;
	position: relative;
	width: 586px;
}

.post_inner {
	background: url(../images/post_body.png) repeat-y 0 0;
	position: relative;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	top: 72px;
	width: 582px;
}

.post h2 {
	color: #524b3f;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px 0 79px;
	position: relative;
	top: -41px;
}

.post h2 a {
	color: #524b3f;
}

.post .entry {
	color: #3F3627;
	font-size: 14px;
	line-height: 25px;
	padding: 0 20px 0 79px;
	position: relative;
	top: -20px;
}

.post .entry h2 {
	font-size: 20px;
	margin-bottom: 25px;
	padding: 0;
	top: 0;
}

.post .entry h3 {
	color: #3f3627;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}

.post .entry h4 {
	color: #625948;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.post .entry a {
	color: #8a9804;
	text-decoration: underline;
}

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

.post .entry p {
	padding-bottom: 25px;
}

.home .post .entry, .home .post h2 {
	padding-left: 200px;
}

.post ul {
	margin-left: 15px;
	padding-bottom: 25px;
}

.post ul li {
	background: url(../images/list_bullet.gif) no-repeat 0 8px;
	padding-left: 10px;
}

.post ol {
	list-style-type: decimal;
	padding-bottom: 25px;
}

.post ol li {
	margin-left: 20px;
}

.post .entry blockquote {
	background: url(../images/quotes.gif) no-repeat 0 5px;
	color: #7f9000;
	font-size: 18px;
	font-style: italic;
	height: 100%;
	padding: 2px 0 0 30px;
}

.post .entry img.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.post .entry img.alignright {
	float: right;
	margin: 0 0 25px 25px;
}

.post .wp-caption-text {
	font-size: 11px;
	text-transform: uppercase;
}

.post .post_foot {
	background: url(../images/post_foot.png) no-repeat 0 0;
	display: block;
	height: 15px;
	position: relative;
	top: 72px;
	width: 582px;
	z-index: -1;
}

.post .post_image {
	float: left;
	height: 223px;
	left: 20px;
	position: relative;
	top: -49px;
	width: 160px;
}

.post .post_image img {
	clip: rect(0 160px 223px 0);
	position: absolute;
}

.post .read_more {
	background: url(../images/read_more_btn.png) no-repeat 0 0;
	bottom: -50px;
	color: #3f3627;
	display: block;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	position: absolute;
	right: -5px;
	text-align: center;
	text-transform: uppercase;
	width: 114px;
	z-index: 1;
}

/* POST BADGE */
.badge {
	background: url(../images/badge_head.png) no-repeat 0 0;
	height: 100%;
	left: -110px;
	position: absolute;
	top: 0;
	width: 163px;
	z-index: 1;
}
.badge.nocomments {
	background: url(../images/badge_head_short.png) no-repeat 0 0;
}

.badge .comment_number a.speak {
	color: #3f3627;
	font-size: 12px;
	font-weight: bold;
	left: 33px;
	position: absolute;
	text-transform: uppercase;
	top: 28px;
}

.badge .comment_number a.review {
	color: #3f3627;
	font-size: 12px;
	font-weight: bold;
	left: 29px;
	position: absolute;
	text-transform: uppercase;
	top: 28px;
}

.badge .comment_number a {
	color: #3f3627;
	font-size: 25px;
	font-weight: bold;
	left: 95px;
	position: absolute;
	top: 25px;
}

.badge .date {
	color: #3f3627;
	font-size: 25px;
	font-weight: bold;
	left: 28px;
	position: absolute;
	top: 90px;
}

.badge.nocomments .date {
	top: 40px;
}


.badge .category {
	background: url(../images/badge_body.png) repeat-y 0 0;
	color: #3f3627;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 10px 10px 0 10px;
	position: relative;
	text-align: center;
	top: 138px;
	z-index: 1;
}

.badge.nocomments .category {
	top: 91px;
}

.badge .category a {
	color: #3f3627;
}

.badge .badge_foot {
	background: url(../images/badge_foot.png) no-repeat 0 0;
	display: block;
	height: 57px;
	position: relative;
	top: 138px;
}

.badge.nocomments .badge_foot {
	top: 91px;
}

/* PAGE */
.post.wide {
	background: url(../images/page_head.png) no-repeat 0 0;
	margin-bottom: 139px;
	margin-left: 0;
	position: relative;
	width: 681px;
}

.post.wide .post_inner {
	background: url(../images/page_body.png) repeat-y 0 0;
	position: relative;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	top: 87px;
	width: 677px;
}

.post.wide h2 {
	color: #524b3f;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 30px;
	position: relative;
	top: -61px;
}

.post.wide .entry {
	color: #3F3627;
	font-size: 14px;
	line-height: 25px;
	padding: 0 30px;
	position: relative;
	top: -40px;
}

.post.wide .post_foot {
	background: url(../images/page_foot.png) no-repeat 0 0;
	display: block;
	height: 15px;
	position: relative;
	top: 87px;
	width: 677px;
	z-index: -1;
}

/* COMMENTS */
.comment {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 90px;
	position: relative;
}

.comment-edit-link {
	color: #9FB02A;
	font-size: 10px;
	position: absolute;
	right: 80px;
	text-transform: uppercase;
	top: 20px;
}

.comment_author span, .comment_date span {
	display: block;
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
}

.comment_author a, .comment_date a {
	color: #FFF;
	font-size: 11px;
}

.comment_author a {
	color: #9FB02A;
}

.comment_author strong {
	font-size: 11px;
	margin-left: 60px;
	font-weight: normal;
}

.comment_date a {
	margin-left: 105px;
}

.comment_author {
	left: 75px;
	position: absolute;
	top: 26px;
}

.comment_date {
	left: 75px;
	position: absolute;
	top: 48px;
}

.bypostauthor .comment_date a {
	color: #3F3627;
}

.comment .avatar {
	border: 1px solid #9FB02A;
	left: 10px;
	position: absolute;
	top: 7px;
	width: 50px; height: 50px;
}

.comment_head {
	background: url(../images/comment_head.png) no-repeat 0 0;
	display: block;
	height: 10px;
}

.comment_body {
	background: url(../images/comment_body.png) repeat-y 0 0;
	line-height: 21px;
	padding: 79px 66px 21px 75px;
}

.comment_foot {
	background: url(../images/comment_foot.png) no-repeat 0 0;
	display: block;
	height: 10px;
}

.bypostauthor .comment_head {
	background: url(../images/comment_head_alt.png) no-repeat 0 0;
	display: block;
	height: 10px;
}

.bypostauthor .comment_body {
	background: url(../images/comment_body_alt.png) repeat-y 0 0;
	color: #3F3627;
	line-height: 21px;
	padding: 79px 66px 21px 75px;
}

.bypostauthor .comment_foot {
	background: url(../images/comment_foot_alt.png) no-repeat 0 0;
	display: block;
	height: 10px;
}

/* FORMS */
.main_search .searchform {
	float: right;
	height: 45px;
}

.main_search .searchform .s {
	/*background: url(../images/search_input.jpg) no-repeat 0 0*/;
	border: none;
	color: #524b3f;
	float: left;
	font-size: 16px;
	height: 25px;
	margin-right: 2px;
	padding: 7px 11px 0 11px;
	width: 229px;
}

.main_search .searchform .submit {
	background: url(../images/search_submit.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 32px;
	letter-spacing: 50px;
	position: relative;
	text-indent: -9999px;
	top: 0px;
	width: 50px;
}

#commentform_wrapper {
	background: url(../images/commentform_bg_top.png) no-repeat 0 0;
	margin-left: 90px;
}

#commentform {
	background: url(../images/commentform_bg_bottom.png) no-repeat 0 100%;
	height: 100%;
	margin-bottom: 48px;
	padding: 86px 0 70px 75px;
	position: relative;
	width: 504px;
}

#commentform label {
	color: #3f3627;
	float: left;
	font-size: 11px;
	margin-top: 13px;
	text-transform: uppercase;
	width: 70px;
}
#commentform #author, #commentform #email, #commentform #url {
	/*background: url(../images/comment_input.jpg) no-repeat 0 0;*/
	border: solid 1px #3f3627;
	color: #524b3f;
	font-size: 16px;
	height: 25px;
	margin-bottom: 7px;
	/*margin-left: 116px;*/
	padding: 7px 11px 0 10px;
	width: /*205px*/ 321px;
}

#commentform #comment {
	/*background: url(../images/comment_textarea.jpg) no-repeat 0 0;*/
	border: solid 1px #3f3627;
	color: #524b3f;
	font-size: 16px;
	height: 100px;
	margin-bottom: 7px;
	padding: 7px 11px 0 11px;
	width: 320px;
}

#commentform #submit {
	background: url(../images/comment_submit.jpg) no-repeat 0 0;
	border: none;
	color: #676157;
	cursor: pointer;
	font-weight: bold;
	height: 45px;
	position: absolute;
	right: 90px;
	text-align: center;
	text-transform: uppercase;
	width: 142px;
	margin-top: 5px;
}
#commentform .accept_terms {
	width: 200px; 
	font-size: 11px;
	float: left;
	margin: 5px 0 0 70px;
}
#commentform .accept_terms small {
font-weight: bold;
}
#commentform .comment_message, #commentform .accept_terms { 
	color: #272016;
	left: 42px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0 0 10px 0;
}
#commentform .comment_message { 
	border-bottom: 1px solid #3f3627;
	font-size: 12px;
	position: absolute;
	top: 33px;
	margin-bottom: 10px;
	text-align: left;
	width: 500px;
}

#commentform .comment_message a, #commentform .accept_terms a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#commentform .comment_message a:hover, #commentform .accept_terms a:hover {
	text-decoration: none;
}

#commentform .supported_markup {
	color: #292319;
	font-size: 11px;
	left: 145px;
	position: absolute;
	width: 262px;
}

#commentform .agreement_error {
	background-color: #FFF;
	clear: both;
	color: #CA0000;
	display: none;
	font-weight: bold;
	line-height: 18px;
	margin-left: 70px;
	padding: 15px;
	width: 313px;
}

/* MISC */
.clearer {
	clear: both;
	display: block;
}

.pagination {
	margin-bottom: 48px;
	margin-left: 90px;
	width: 586px;
}

.pagination div {
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 148px;
}

.pagination a {
	background: url(../images/btn_left.jpg) no-repeat 0 0;
	color: #FFF;
	display: block;
	height: 45px;
	padding-left: 15px;
}

.pagination a span {
	background: url(../images/btn_right.jpg) no-repeat 100% 0;
	cursor: pointer;
	display: block;
	height: 45px;
	padding-right: 15px;
}

.pagination a:hover {
	background-position: 0 -45px;
	text-decoration: none;
}

.pagination a:hover span {
	background-position: 100% -45px;
}

.pagination .previous {
	float: left;
}

.pagination .next {
	float: right;
}

.pagination .btn {
	color: #FFF;
	float: right;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 107px;
}

#content .sociable {
	bottom: -116px;
	left: 6px;
	position: absolute;
}
