/*
Theme Name: Tree
Theme URI: http://www.arrowsuites.com/
Description: A minimalist theme for WordPress.
Author: ArrowSuites LLC
Author URI: hhttp://www.arrowsuites.com/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

License:
License URI:

General comments (optional).
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
html, body {
	height: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px/16px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #fff;
}
#wrapper {
	background: url(img/bg-content.png) repeat-y center top;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #484852;
	-webkit-transition-property: color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
}
img {
	border: 0;
}
ul { list-style-type:none }
.page_wrapper p {
	line-height: 1.8em;
	font-weight: 400;
	font-size: 13px;
}
h1, h2 {
	font-weight: normal;
}

/** WORDPRESS **/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {}
.bypostauthor {}

/** HEADER **/
.header {
	border-bottom: 5px solid #408138;
	background: url(img/bg-header.png) repeat;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300000;
	height: 85px;
	font-size: 13px;
	color: #79828C;
	padding-top: 1px;
	position: fixed;
}
#header2 {
	height: 90px;
	width: 1084px;
	background: #fff;
	margin: 0 auto;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}
.inner_wrapper {
	margin: auto;
	margin-top: 20px;
	width: 1084px;
	height: 70px;
	background: #fff;
	border-left: 1px solid #408138;
	border-right: 1px solid #408138;
	border-top: 1px solid #408138;
	position: relative;
}
#arc {
	position: absolute;
	top: -42px;
	left: 0;
	background: url(img/bg-header-arc.png) no-repeat top left;
	height: 42px;
	width: 1088px;
}
#logo {
	float: left;
	padding: 14px 25px 0 25px;
}
#logo a {
	display: inline-block;
	background: transparent url(img/logo-new.png) no-repeat top center;
	width: 120px;
	height: 42px;
	text-indent: -99999em;
}
.account {
	margin-right: 45px;
	margin-top: 22px;
	float: right;
	height: 45px;
	position: relative;
}
.account .txt-login, .account .txt-login a {
	color: #79828C;
	position: relative;
	font-weight: 600;
}
.account .txt-login a:hover { color: #333; }
.account .txt-signup {
	margin-left: 18px;
}
#search {
	margin: 17px 0 17px 40px;
	float: left;
	position: relative;
	overflow: hidden;
	display: none;
}
#search2 {
	margin: 10px 0 0 3px;
	position: relative;
	overflow: hidden;
}
#search2 input[name="s"] {
	width: 162px;
}
#search2 input[name="s"]:focus {
	width: 162px;
}
input[name="s"] {
	margin: 0;
	padding: 0 5px 0 28px;
	border: 1px solid #E8E8ED;
	width: 132px;
	height: 29px;
	float: left;
	display: block;
	color: #333;
	font-size: 12px;
	outline: 0;
	-moz-transition: width 0.3s ease-out;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
input[name="s"]:focus {
	width: 200px;
	-moz-transition: width 0.3s ease-out;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.icon {
	background: transparent url(img/search.png) no-repeat 0 0;
	display: block;
	width: 17px;
	height: 14px;
	position: absolute;
	top: 9px;
	left: 6px;
}
.shadow {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	z-index: 2;
	height: 10px;
	background: transparent url(img/shadow.png) no-repeat top center;
}

/** CONTENT **/
#content {
	margin: auto;
	width: 1084px;
	color: #76767D;
	position: relative;
	display: block;
	background: #fff;
	padding-top: 30px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

/** NAVIGATION AND FOOTER **/
div.static {position:static !important}
#navigation {
	margin-right: 20px;
	padding: 1px 0 0 24px;
	width: 200px;
	float: left;
	position: fixed;
}
#navigation .main {
	margin-bottom: 20px;
	margin-left: 2px;
}
#navigation ul {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow: hidden;
	list-style: none;
}
#navigation li {
	margin: 0 0 2px;
	line-height: 2.3em;
	position: relative;
}
#navigation a {
	font-size: 19px;
	display: block;
	color: #484852;
}
#navigation a:hover {
	color: #FE9968;
}
.categories {
	margin-bottom: 60px;
}
#navigation .categories a {
	display: inline;
	font-size: 14px;
	color: #83878b;
}
#navigation .categories a:hover {
	color: #333;
}
#navigation .categories li {
	line-height:1.4em;
}
#navigation .footer {
	position: fixed;
	display: none;
	bottom: 20px;
	margin-left: 30px;
	font-size: 11px;
	color: #CECECE;
}
#navigation .footer a {
	font-size: 11px;
	color: #b1b1b1;
	display: inline;
}
#navigation .footer a:hover {
	color: #333;
}
.foot_img {
	margin-bottom: 5px;
}
.foot_img a {
	margin-right: 5px;
}
#navigation .foot_img a {
	display: inline;
	padding-right: 5px;
}
#navigation {

}
.top_nav {
	position: relative;
	font-size: 16px;
	z-index: 30000;
	float: left;
	margin-left: 30px;
}
.top_nav ul:first-child {
	list-style-type: none;
	text-align: center;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 27px;
	text-transform: uppercase;
}
.top_nav li {
	display: inline-block;
	margin-right: 20px;
}
.top_nav ul li a {
	color: #484852;
	font-weight: 600;
	font-size: 15px;
}
.top_nav ul li a:hover {
	color: #333;
}
#page_body_viewport {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	min-height: 600px;
	width: 800px;
	position: relative;
}
.front-slider {
	margin-top: 0px !important;
}
#page_body {
	position: relative;
	top: 0;
	left: 0;
}
.page_wrapper {
	height: auto;
	position: relative;
	/*padding-top: 248px;*/
	width: 790px;
	float: left;
	font-weight: 400;
}
.inner-header-margin {
	margin-top: 0px;
	height: 68px;
	padding-top: 1px;
}
.page-wrapper-fixed {

}
.navigation-fixed {
	top: 127px;
}
div.right .navigation-fixed {
	padding-top: 2px !important;
	padding-left: 864px !important;
	float: none !important;
	left: auto !important;
}
div.right div.static.navigation-fixed {
	padding-top: 0px !important;
	padding-left: 0px !important;
	float: right !important;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
div.right div#navigation.static {
	float: right;
	left: 890px;
	padding-left: 0;
}
div.right #navigation {
	float: right;
	left: 890px;
}
div.right #page_body_viewport {
	float: left;
	margin-left: 20px;
	margin-right: 0;
}
div.full #navigation {
	display: none;
}
div.full #page_body_viewport {
	float: left;
	margin-left: 40px;
}
div.full .page_wrapper {
	width: 1000px;
}
div.full .post_preview {
	width: 760px;
}
#top-nav li.current-menu-item > a:first-child {
	color: #fff !important;
	background-color: #86bd80;
	padding: 5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#top-nav .sub-menu li.current-menu-item a {
	background-color: transparent;
	color: #83878B !important;
	padding: 13px 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.tagcloud {
	margin-top: 10px;
}
.tagcloud a {
	color: white !important;
	background-color: #86BD80;
	padding: 5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px !important;
	display: inline-block !important;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tagcloud a:hover {
	background: #000;
}
.leaf-popular-posts {
	margin: 0;
	margin-top: 5px;
	padding: 0 !important;
}
.leaf-popular-posts li {
	padding: 10px 0;
	border-bottom: 1px dotted #DDD;
}
.leaf-popular-posts li:last-child {
	border-bottom: 0;
}
.leaf-popular-posts .nav-float-left {
	float: left;
	width: 64px;
	border: 1px solid #E5E5E5;
	padding: 4px 0 0 4px;
}
.leaf-popular-posts .nav-float-right {
	float: left;
	width: 120px;
	font-size: 10px;
	font-weight: 400px;
	margin-left: 10px;
}
.leaf-popular-posts .nav-float-right span {
	font-style: italic;
	font-size: 11px;
	color: #BBB;
}
.leaf-popular-posts .nav-float-right a {
	font-size: 12px !important;
	font-weight: 400;
	color: #666 !important;
}
.small_important {
	margin-left: 0px !important;
	margin-right: -30px !important;
	padding: 20px 34px 20px 10px !important;
}
.small_important2 {
	margin-right: 0px !important;
	margin-left: -20px !important;
	padding: 20px 10px 20px 24px !important;
}
ul.sub-menu {
	padding-left: 15px;
}
ul.sub-menu a{
	font-size: 16px !important;
	color: #83878B!important;
}
ul.sub-menu a:hover {
	color: #333 !important;
}
#footer {
	background: url(img/bg-header.png) repeat top left;
	width: 100%;
	border-top: 1px solid #408138;
	position: relative;
	z-indeX: 2;
}
#footer2 {
	background: #77a572;
	color: #d9f5dc;
	margin: 0 auto;
	font-size: 10px;
	padding: 4px 0;
	border-top: 1px solid #408138;
	height: 19px;
	position: relative;
	z-index: 30001;
}
#footer-inner {
	background: #fff;
	width: 1084px;
	height: 40px;
	border-left: 1px solid #408138;
	border-right: 1px solid #408138;
	border-bottom: 1px solid #408138;
	margin: 0 auto;
	position: relative;
	top: -1px;
	z-index: 5000;
}
#footer-widgets {
	width: 1084px;
	margin: 0 auto;
	color: #eefff0;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}
.footer-widget {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding: 20px;
}
#footer-bottom {
	width: 1084px;
	margin: 0 auto;
}
#footer-copyright {
	float: left;
	padding-left: 40px;
}
#footer-social {
	float: right;
	padding-right: 40px;
}
#footer-bottom a {
	color: #d9f5dc;
}
#twitter_update_list {
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	background: url(img/twitter-icon.png) no-repeat top left;
	padding-left: 45px;
	margin-bottom: 20px;
}
#twitter_update_list li span a {
	display: inline;
}
#twitter_update_list li a {
	color: #fff;
	text-shadow: 1px 2px 1px #000;
	display: block;
}
#twitter_update_list li a:hover {
	color: #000;
}
.quick-flickr-item {
	float: left;
	padding: 5px;
}
.quick-flickr-item img {
	width: 44px;
	height: 44px;
	border: 0;
}
.widget-title {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.widget_text .widget-title {
	display: none;
}
#arc2 {
	position: absolute;
	bottom: -42px;
	left: 0;
	background: url(img/bg-header-arc2.png) no-repeat top left;
	height: 42px;
	width: 1088px;
}

/** WELCOME ANNOUNCEMENT **/
#welcome {
	display: block;
	width: 1084px;
	margin: 0 auto;
	padding: 40px 0px 30px 0px;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2000;
}
#welcome2 {
	background: #fff;
	width: 1084px;
	margin: 0 auto;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}
#welcome h1 {
	color: #408138;
	font-size: 36px;
	font-weight: 300;
}
#welcome .welcome-intro {
	color: #8B95A2;
	font-size: 22px;
	font-weight: 300;
	
}
#welcome .welcome-signup {
	padding-top: 20px;
}
#welcome .welcome-close {
	margin-left: 460px;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 25px;
	height: 38px;
	display: block;
	background: transparent url(img/close.png) no-repeat 0 10px;
}
#welcome .welcome-close:hover {
	background-position: -26px 10px;
}

/** POSTS **/
.post {
	position: relative;
	top: 0;
	margin-bottom: 80px;
}
.single-post {
	margin-top: -10px;
	margin-bottom: 30px;
}
.post_pic {
	float: left;
	width: 210px;
	position: relative;
}
.post_pic span {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: url(img/img-overlay.png) no-repeat top left;
}
.post_preview {
	float: right;
	width: 570px;
}
.post_main {
	width: 100%;
}
.post_title {
	margin-bottom: 15px;
}
.orange_links .post_title a {
	color: #666;
}
.post_title h2 {
	font-weight: 300;
	margin: 0;
	margin-top: -8px;
	line-height: 1.3em;
	font-size: 30px;
}
.post_title h1 {
	font-weight: 300;
	margin: 0;
	font-size: 38px;
	line-height: 1.3em;
}
.post_title a {
	color: #555;
	font-size: 24px;
}
.post_title a:hover {
	color: #71bb7a;
}
.post_date {
	margin-bottom: 20px;
	font-size: 11px;
}
.post_date a {
	color: #4083A9;
}
.post_date a:hover {
	color: #333;
}
.post_date .author {
	text-transform: Capitalize;
}
.post_desc {
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 35px;
}
.post_desc a {
	color: #4083A9;
}
.post_desc a:hover {
	color: #333;
}
.post_desc img {
	padding: 20px;
}
.post.important {
	padding: 20px 54px 20px 50px;
	border-top: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
	background-color: #f5f5f5;
	margin-left: -40px;
	margin-right: -44px;
}
.post.important .post_preview {
	width: 550px;
}
.full .post.important .post_preview {
	width: 740px;
}
.post.important .post_pic span {
	background: url(img/img-overlay-important.png) no-repeat top left;
}
.featured_posts {
	padding: 0;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 50px;
	position: relative;
}
.featured_posts .featured_text div, .related-posts .featured_text div {
	color: #333;
	position: absolute;
	top: 6px;
	right: 11px;
	text-align: center;
}
.related-posts {
	margin-top: 40px;
	padding-bottom: 20px;
}
.related-posts-title {
	font-weight: bold;
	font-size: 14px;
	position: relative;
	bottom: 5px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#comments {margin-top:10px}
#comments .double_line {
	margin-bottom: 30px;
}
.featured_posts .post_pic, .related-posts .post_pic {
	width: 195px;
	text-align: center;
}
.full .featured_posts .post_pic, .full .related-posts .post_pic {
	width: 200px;
}
.full .featured_posts.front .post_pic {
	margin-left: 40px;
}
.full .featured_posts .post_pic span {
	background-position: 23px top;
}
.full .related-posts .post_pic span {
	background-position: 23px top;
}
.full.no_excerpts .featured_posts .post_pic, .full.no_excerpts .related-posts .post_pic {
	margin-right: 0;
}
.featured_posts .post_pic img, .related-posts .post_pic img {
	width: 150px;
	height: 150px;
}
.featured_posts .post_pic img, .related-posts .post_pic img {
	width: 150px;
	height: 150px;
}
.featured_posts.front .post_pic img {
	width: 199px;
	height: 200px;
}
.featured_posts .post_pic span, .related-posts .post_pic span {
	width: 200px;
	height: 150px;
	background: url(img/img-overlay-featured.png) no-repeat 22px top;
}
.featured_posts .post_pic span, .related-posts .post_pic span {
	width: 175px;
	height: 150px;
	background: url(img/img-overlay-featured.png) no-repeat 22px top;
}
.featured_posts.front .post_pic span {
	width: 200px;
	height: 200px;
	background: url(img/img-overlay.png) no-repeat 0px top;
}
.featured_posts .post_pic.front span, .related-posts .post_pic.front span {
	background: url(img/bg-front-post-overlay.png) no-repeat 0px top;
	height: 200px;
}
.featured_posts .post_pic.front img, .related-posts .post_pic.front img {
	width: 200px;
	height: 200px;
}
.full .featured_posts .post_pic.front, .full .related-posts .post_pic.front {
	margin: 0 25px;
}
.featured_posts .featured_img {

}
.featured_posts .featured_text, .related-posts .featured_text {
	text-align: left;
	margin: 10px 34px 0 27px;
	font-size: 11px;
	font-weight: 600;
	padding-right: 50px;
	text-align: left;
	overflow: hidden;
	height: 33px;
	background: url(img/bg-comment-bubble.png) no-repeat center right;
	position:relative;
}
.featured_posts.front .featured_text {
	margin: 10px 16px 0 13px;
}
.page-title.front {
	margin-left: -67px;
	margin-bottom: 20px;
}
.featured_posts .featured_text a, .related-posts .featured_text a {
	color: #9c9c9c;
}
.featured_posts .featured_text a:hover, .related-posts .featured_text a:hover {
	color: #333;
}
.no_excerpts.full .post_preview {
	width: 1020px;
}
.no_excerpts .post_preview {
	float: none;
	width: 830px;
}
.no_excerpts .post_pic {
	margin-right: 20px;
	margin-bottom: 20px;
}
.no_excerpts .featured_posts .post_pic {
	margin-right: 0;
}
.share-btns {
	padding: 20px 0 30px 0;
	text-align:center;
}
.share-btns .share-txt {
	display: inline;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	position:relative;
	bottom: 5px;
	padding-right:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.share-btns-inner {
	margin-top: 30px;
}
.share-this-btns {
	display: inline;
	position: relative;
	bottom: 6px;
}
img.alignright {
	float:right;
}
img.alignleft {
	float:left;
}
blockquote {
	font-style: italic;
	background: #f5f5f5 url(img/quote.png) no-repeat 10px 20px;
	margin: 0 0 0 40px;
	padding: 5px 40px 5px 50px;
	border: 1px solid #f5f5f5;
	border-left: 3px solid #6CBF61;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-btns {
	float: right;
	margin-top: -3px;
}
.num_comments {
	display: inline;
	position: relative;
	bottom: 5px;
}
.num_comments a {
	text-transform: uppercase;
	color: #83878B;
}
.num_comments a:hover {
	color: #333;
}
.post_desc li, .leaf_lists li {
	margin-bottom: 10px;
	background: url(img/dot.png) no-repeat 0px 10px;
	padding-left: 10px;
	line-height: 23px;
	list-style: none;
}
.leaf_lists ul {
	margin: 0;
	padding: 0;
}
.img-magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.img-magnify.small {
	left: 23px;
	width: 150px;
	height: 150px;
}

/** COMMENTS **/
#reply-title {
	font-weight: bold;
	font-size: 14px;
	position: relative;
	padding-top: 20px;
}
#respond {
	margin-bottom: 40px;
}
#respond p {
	float: left;
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
}
#respond label {
	display: inline-block;
	margin-bottom: 5px;
}
#commentform p.comment-form-comment {
	width: 100%;
	clear: left;
	float: none;
	padding-right: 0;
}
#commentform p.form-submit {
	float: none;
}
#commentform label {
	font-weight: 600;
	font-size: 12px;
	color: #6e7073;
}
#commentform input {
	width: 100%;
	height: 30px;
	border: 1px solid #E8E8ED;
	background: #fcfcfc;
	padding-left: 5px;
	font-size: 14px;
	color: #111;
	outline: 0;
}
#commentform input:focus {
	background: #fff;
}
#commentform textarea {
	width: 100%;
	height: 185px;
	border: 1px solid #E8E8ED;
	background: #fcfcfc;
	padding-left: 5px;
	font-size: 14px;
	color: #111;
	outline: 0;
}
#commentform textarea:focus {
	background: #fff;
}
#commentform #submit {
	cursor: pointer;
	width: 160px;
	background: #98c47a;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98c47a), color-stop(100%, #76b14e));
	background-image: -webkit-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -o-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -ms-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c47a', endColorstr='#76b14e',GradientType=0 );
	background-image: linear-gradient(top, #50C5EF 0%, #76b14e 100%);
	text-shadow: 0px -1px rgba(0, 0, 0, .1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	border-bottom: 1px solid #538232;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	padding: 5px 15px;
}
#commentform #submit:hover {
	background-image: -moz-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa046), color-stop(100%, #98c47a));
	background-image: -webkit-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -o-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -ms-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: linear-gradient(top, #6aa046 0%, #98c47a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa046', endColorstr='#98c47a',GradientType=0 );
}
.comments-title {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.commentlist {
	padding-bottom: 20px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin-top: 10px;
	position: relative;
}
.comment-wrap {
	margin-left: 80px;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #E8E8ED;
	background: #fcfcfc;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
}
.comment-author, .comment-author a {
	color: #141414;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 2px;
	font-size: 21px;
}
.comment-author span {
	bottom: 3px;
	color: #a7a7a7;
	font-size: 9px;
	text-transform: uppercase;
	position:relative;
}
.comment-meta {
	font-size: 10px;
	margin-top: 40px;
	margin-bottom: 8px;
	color: gray;
}
.comment-body {
	font-size: 13px;
}
.comment-form-author, .comment-form-email, .comment-form-url {margin-top:0}
.logged-in-as {margin-top:0}
.comment-navigation {
	height: 20px;
}
.comment-navigation a {
	color: #76767D;
	font-size:13px;
}
.comment-navigation div:first-child {
	float: left;
}
.comment-navigation div:last-child {
	float: right;
}
.comment-actions {
	float: right;
}
.comment-date {
	float: left;
}
.comment .children .comment-wrap {
	margin-left: 110px;
	padding-left: 60px;
}
.comment .children .avatar {
	left: 120px;
	top: 15px;
}

/** ANNOUNCEMENT **/
.announcement {
	width: 1084px;
	margin: 0 auto;
	padding-top: 40px;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	text-align: center;
	background: #fff;
}
.announcement_text {
	margin: 0 auto;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-align: center;
	background:#86BD80;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
	margin-left: 40px;
	margin-right: 40px;
}
.announcement a {
	color: #4083A9;
}
.announcement a:hover {
	color: #333;
}
.header.announcement_show {

}

/** BUTTONS **/
.button, .comment-reply-link, .comment-edit-link {
	padding: 0 11px;
	display: inline-block;
	border: 1px solid #D0D1E0;
	color: #3A404E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	background-image: linear-gradient(bottom,#ECEEF7 7%,white 100%);
	background-image: -o-linear-gradient(bottom,#ECEEF7 7%,white 100%);
	background-image: -moz-linear-gradient(bottom,#ECEEF7 7%,white 100%);
	background-image: -webkit-linear-gradient(bottom,#ECEEF7 7%,white 100%);
	background-image: -ms-linear-gradient(bottom,#ECEEF7 7%,white 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.07,#ECEEF7),color-stop(1,white));
	-webkit-box-shadow: rgba(239, 236, 236, 1) 0 1px 2px;
	-moz-box-shadow: rgba(239,236,236,1) 0 1px 2px;
	box-shadow: rgba(239, 236, 236, 1) 0 1px 2px;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.login-box .button {
	padding: 3px 25px;
}
.white_button {
	display: inline-block;
}
.button:hover, .comment-reply-link:hover, .comment-edit-link:hover {
	border-color: #bdbecb;
}
.button:active, .comment-reply-link:active, .comment-edit-link:active {
    border-color: #bdbecb;
    background-image: linear-gradient(bottom,#fff 7%,#eceef7 93%);
    background-image: -o-linear-gradient(bottom,#fff 7%,#eceef7 93%);
    background-image: -moz-linear-gradient(bottom,#fff 7%,#eceef7 93%);
    background-image: -webkit-linear-gradient(bottom,#fff 7%,#eceef7 93%);
    background-image: -ms-linear-gradient(bottom,#fff 7%,#eceef7 93%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.08,#fff),color-stop(0.93,#eceef7));
    -webkit-box-shadow: rgba(239,236,236,1) 0 1px 2px,rgba(255,255,255,1) 0 1px 0 inset;
    -moz-box-shadow: rgba(239,236,236,1) 0 1px 2px,rgba(255,255,255,1) 0 1px 0 inset;
    box-shadow: rgba(239,236,236,1) 0 1px 2px,rgba(255,255,255,1) 0 1px 0 inset;
}
div.readmore-btn {
	display: inline-block;
	text-align: left;
}
div.readmore-btn a {
	background: #98c47a;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98c47a), color-stop(100%, #76b14e));
	background-image: -webkit-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -o-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	background-image: -ms-linear-gradient(top, #98c47a 0%, #76b14e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c47a', endColorstr='#76b14e',GradientType=0 );
	background-image: linear-gradient(top, #50C5EF 0%, #76b14e 100%);
	text-shadow: 0px -1px rgba(0, 0, 0, .1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	border-bottom: 1px solid #538232;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px;
}
div.readmore-btn a:hover {
	background-image: -moz-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa046), color-stop(100%, #98c47a));
	background-image: -webkit-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -o-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: -ms-linear-gradient(top, #6aa046 0%, #98c47a 100%);
	background-image: linear-gradient(top, #6aa046 0%, #98c47a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa046', endColorstr='#98c47a',GradientType=0 );
}
div.readmore-btn-blue {
	display: inline-block;
	text-align: left;
}
div.readmore-btn-blue a {
	background: #00BFF3;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, #00BFF3 0%, #5BC5EF  100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BFF3), color-stop(100%, #5BC5EF ));
	background-image: -webkit-linear-gradient(top, #00BFF3 0%, #5BC5EF  100%);
	background-image: -o-linear-gradient(top, #00BFF3 0%, #5BC5EF  100%);
	background-image: -ms-linear-gradient(top, #00BFF3 0%, #5BC5EF  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BFF3', endColorstr='#5BC5EF ',GradientType=0 );
	background-image: linear-gradient(top, #50C5EF 0%, #5BC5EF  100%);
	text-shadow: rgba(9, 173, 228, 0.9) 0 -1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	border-bottom: 1px solid #0499E6;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px;
}
div.readmore-btn-blue a:hover {
	text-shadow: rgba(9, 173, 228, 0.9) 0 -1px 0;
	border-bottom: 1px solid #0486CA;
	background-color: #03B2E2;
	background-image: -moz-linear-gradient(top, #03B2E2  0%, #5BC5EF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03B2E2 ), color-stop(100%, #5BC5EF));
	background-image: -webkit-linear-gradient(top, #03B2E2  0%, #5BC5EF 100%);
	background-image: -o-linear-gradient(top, #03B2E2  0%, #5BC5EF 100%);
	background-image: -ms-linear-gradient(top, #03B2E2  0%, #5BC5EF 100%);
	background-image: linear-gradient(top, #03B2E2  0%, #5BC5EF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03B2E2 ', endColorstr='#5BC5EF',GradientType=0 );
}
div.readmore-btn-black {
	display: inline-block;
	text-align: left;
}
div.readmore-btn-black a {
	background: #9c9c9c;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, #9c9c9c 0%, #696969  100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c9c9c), color-stop(100%, #696969 ));
	background-image: -webkit-linear-gradient(top, #9c9c9c 0%, #696969  100%);
	background-image: -o-linear-gradient(top, #9c9c9c 0%, #696969  100%);
	background-image: -ms-linear-gradient(top, #9c9c9c 0%, #696969  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9c9c', endColorstr='#696969 ',GradientType=0 );
	background-image: linear-gradient(top, #50C5EF 0%, #696969  100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	border-bottom: 1px solid #333;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px;
}
div.readmore-btn-black a:hover {
	border-bottom: 1px solid #333;
	background-color: #9c9c9c;
	background-image: -moz-linear-gradient(top, #3f3f3f  0%, #9c9c9c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f ), color-stop(100%, #9c9c9c));
	background-image: -webkit-linear-gradient(top, #3f3f3f  0%, #9c9c9c 100%);
	background-image: -o-linear-gradient(top, #3f3f3f  0%, #9c9c9c 100%);
	background-image: -ms-linear-gradient(top, #3f3f3f  0%, #9c9c9c 100%);
	background-image: linear-gradient(top, #3f3f3f  0%, #9c9c9c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#9c9c9c',GradientType=0 );
}
.ui {
	cursor: pointer;
}
	
/** CLEARFIX **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/** PAGINATION **/
.pagination {
	clear: both;
	padding: 0 0 40px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin: 0 auto;
	width: 850px;
	text-align: center;
}
.pagination div, .pagination a {
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
}
.pagination a.inactive {
	color: #9e9e9e;
}

/** ARCHIVES **/
.archive_posts {
	margin-top: 0px;
	margin-left: 20px;
}
.archive_posts .post_pic {
	width: 190px;
	text-align: center;
	margin-bottom: 30px;
}
.archive_posts .post_pic span {
	width: 172px;
	height: 150px;
	background: url(img/img-overlay-featured.png) no-repeat 20px top;
}
.archive_posts .post_pic img {
	width: 150px;
	height: 150px;
}
.archive_posts .archive_text a {
	color: #9C9C9C;
}
.archive_posts .archive_text a:hover {
	color: #333;
}
.archive_posts .archive_text {
	text-align: justify;
	margin: 10px 27px 0 27px;
	font-size: 11px;
	height: 48px;
	overflow: hidden;
}
.archive_posts .archive_actions {
	margin: 5px 12px 0 12px;
	font-size: 11px;
}
.archive_posts .archive_actions a {
	float: left;
	color: #4083A9;
}
.archive_posts .archive_actions a:hover {
	color: #333;
}
.archive_posts .archive_actions .archive_comments {
	float: right;
	color: #4083A9;
	margin-right: 12px;
}
.archive_title {
	margin-bottom: 30px;
}
.archive_posts.columns3 {
	margin-left: 40px;
}
.archive_posts.columns3 .post_pic {
	width: 204px;
	margin-right: 45px;
}
.full .archive_posts.columns3 {
	margin-left: 100px;
}
.full .archive_posts.columns3 .post_pic {
	width: 215px;
	margin-right: 75px;
}
.archive_posts.columns3 .post_pic span {
	width: 215px;
	height: 200px;
	background: url(img/img-overlay.png) no-repeat 2px top;
}
.archive_posts.columns3 .post_pic img {
	width: 199px;
	height: 200px;
}
.archive_posts.columns3 .img-magnify.small {
	left: 0 !important;
}


/** LOGIN SIGNUP BOX **/
.login-box {
	display: none;
	width: 400px;
	background: #fff;
	border-top: 2px solid #6CBF61;
	position: relative;
	font-weight: 400;
}
.login-box .signupLoginToggle {
	position: absolute;
	top: 5px;
	left: 13px;
	color: #A8B1BD;
	font-size: 12px;
	font-weight: 400;
}
.login-box a { color: #4083A9; }
.login-box a:hover { color: #333; }
.login-box h3 {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #484852;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.login-box form { margin-top: 10px; }
.login-box label {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 7px;
	color: #636C78;
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.login-box input {
	margin: 0 0 0 30px;
	width: 338px;
	height: 30px;
	position: relative;
	border: 1px solid #E8E8ED;
	background: #FCFCFC;
	padding-left: 5px;
	font-size: 14px;
	color: #111;
	outline: 0;
}
.login-box input:focus {
	background: #fff;
}
.login-box a.forgot {
	color: #24242D;
	margin: 5px 30px 30px 0;
	float: right;
	clear: both;
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
}
.login-box .buttonbar {
	margin-top: 32px;
	padding-top: 15px;
	height: 49px;
	clear: both;
	border-top: 1px solid #d6d7e3;
	background: #f6f6fa;
	text-align: center;
}
.login-box .terms {
	margin-top: 20px;
	font-size: 13px;
	padding: 5px 30px 0;
	color: #636C78;
}

/** SHORTCODES **/
.one_half {width: 48%;}
.one_third {width: 30.66%;}
.two_third {width: 65.33%;}
.one_fourth {width: 22%;}
.three_fourth {width: 74%;}
.one_half,.one_third,.two_third,.one_fourth, .three_fourth{position:relative; margin-right:4%; float:left; margin-bottom: 20px;}
.last{margin-right:0px !important;}
.clear{clear:both}
.insert_code{
	font-family: monospace;
	background: #f5f5f5 url(img/code.png) no-repeat 10px 5px;
	margin: 0 40px 0 40px;
	padding: 5px 40px 5px 50px;
	border: 1px dashed #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.insert_code p {
	padding: 0;
	margin: 0;
}
.orange_text {
	color: #FA8E5A;
	font-weight: normal;
}
.divider {
	border-top: 1px dotted #CECECE;
	margin: 20px 0;
	width: 100%;
	float: left;
}
a.tiny, .tiny a{
	font-size: 8px !important;
	padding: 3px 6px !important;
}
a.small, .small a {}
a.medium, .medium a {
	font-size: 16px !important;
	padding: 10px 20px !important;
}
a.large, .large a {
	font-size: 26px !important;
	padding: 20px 40px !important;
}
.line_top {
	width: 100%;
	height: 30px;
	background: url(img/stripe.png) repeat-x top left;
}
.line_top span {
	
}
.line_top h2 {
	margin: 0;
	padding: 5px 15px 5px 0 !important;
	line-height: 18px;
	font-size: 18px;
	color: #666;
	background-color: #fff;
	font-weight: 600;
	width: auto;
	display: inline-block;
	position:relative;
	top: -23px;
	text-transform: uppercase;
	
}
.line_bottom h2 {
	margin: 0;
	padding: 5px 15px 5px 0 !important;
	line-height: 18px;
	font-size: 18px;
	color: #666;
	background-color: #fff;
	font-weight: 600;
	width: auto;
	display: inline-block;
	position:relative;
	top: -8px;
	text-transform: uppercase;
}
.line_bottom {
	width: 100%;
	line-height: 18px !important;
	background: url(img/stripe.png) repeat-x top left;
}
.line_bottom span {

}
.line_bottom p {
	margin: 0;
	padding: 0;
}
.line_top.blue span, .line_bottom.blue span {
	background: #00BFF3;
}
.line_top.blue h2, .line_bottom.blue h2 {
	color: #666;
}
.line_top.green span, .line_bottom.green span {
	background: #6CBF61;
}
.line_top.green h2, .line_bottom.green h2 {
	color: #666;
}
.double_line {
	background: url(img/bg-double-line.png) repeat-x top left;
	height: 6px;
	text-align: center;
	margin: 0 auto;
}
.double_line div {
	display: inline-block;
	height: 15px;
	padding: 0 15px 0 15px;
	background: #fff;
	position: relative;
	top: -5px;
	font-weight: 300;
}

/** PAGES **/
.page-title {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
	background: url(img/bg-text.png) no-repeat 0px 10px;
	height: 43px;
	width: 1138px;
	margin-left: -27px;
	padding-top: 19px;
	font-weight: 600;
	text-transform: uppercase
}

/** SLIDER **/
#carusel{
	height:312px;
	margin-bottom:29px;
	width: 812px;
	position:relative;
}
.carusel-content{
	position: relative;
	height:312px;
	margin-bottom:13px;
	width: 812px;
}
.carusel-content li{
	position: absolute;
	left: 0;
	top: 0;
	width:812px;
	height:312px !important;
}
.carusel-content .active{z-index:5}
.carusel-content li img{vertical-align:top;}
.carusel-nav{
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: -5px;
	z-index:5000;
	width: 1084px !important;
}
.carusel-nav li{
	float: right;
	right: 10px;
	position: relative;
	padding: 0 2px;
}
.carusel-nav li a{
	display: block;
	width:27px;
	height:26px;
	overflow: hidden;
	text-indent: -9999px;
	background:url(img/bg-carusel-nav.png) no-repeat;
}
.carusel-nav li a:hover,
.carusel-nav li.active a{background-position: 0 -26px;}
.full .slider {
	margin: 0 auto;
}

/** CONTACT **/
#map {
	width:100%; 
	height:275px; 
	margin-bottom: 40px; 
	position:relative;
}
#map img{max-width:none;}
.contact_info{font-size:12px;}
.contact_info h3{font-size:16px;color:#408138;text-transform:uppercase}
.contact_info a{color:#4083A9}
.contact_info a:hover{color:#333}
.contact_form{margin-top:40px}
.contact-float{float: left;width:30%;margin-right:20px;}

/** MENU **/
#top-nav li {
	position: relative;
	z-index: 500;
	padding-bottom: 10px;
}
#top-nav ul {
	background: #FFF;
	position:absolute; 
	left:0; 
	display:none; 
	margin:10px 0 0 -1px; 
	padding:5px; 
	list-style:none;
	box-shadow: rgba(239, 236, 236, 1) 0 1px 2px;
	-moz-box-shadow: rgba(239,236,236,1) 0 1px 2px;
	-webkit-box-shadow: rgba(239, 236, 236, 1) 0 1px 2px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	border-top: 3px solid #86BD80;
}
#top-nav ul li {
	width:100px; 
	float:left; 
	border-top:1px solid #fff;
	padding-left: 10px;
	padding-bottom: 0;
	list-style: none;
	text-align: left;
}
#top-nav ul a {
	display:block;  
	height:15px;
	padding: 13px 5px; 
	color:#666;
	font-size: 13px !important;
	border-bottom: 1px solid #dfdfdf;
}
#top-nav ul a:hover {

}
#top-nav ul li:last-child a {
	border-bottom: 0;
}

/** FORUM **/
.forumsList td {
	padding-bottom: 20px;
}
.wpf-table a, .wpf-post-table a, #wpf-wrapper p a, #wpf-wrapper span a, #wpf-wrapper a {
	font-family: "Open Sans", sans-serif;
}
.breadcrumbs a {
	color: #7c7c7c !important;
}
.breadscrumbs a:hover {
	color: #333 !important;
}
.topicTitle a {
	color: #7c7c7c !important;
}
.topicTitle a:hover {
	color: #333 !important;
}
.sticky .topicTitle a {
	color: #333 !important;
}
.wpf-table tr .line_bottom p,.wpf-table th p { display: none; }
#wpf-wrapper .wpf { margin-bottom: 25px; }
#wpf-wrapper div:nth-last-child(4) { border-bottom: 0; }
.forumsList .forum_forums a {
	color: #666 !important;
	font-weight: 400;
}
.forumsList .forum_forums a:hover {
	color: #000 !important;
}