body  { font: 13px/1.5em Arial,Helvetica,Sans-serif; color: #6e747f; }

#header{ border-top: 3px solid #0871b3; }

img.noborder { background-color: transparent !important; padding: 0 !important; border: 0px !important; }

.slides_container {
	height: 480px !important;
	overflow: hidden !important;
}

.slide-nav { border-top: 4px solid #0871B3; }

.slide-nav li.current { background: url(images/slider-current.png) no-repeat center -1px; }

h1, h2, h3, h4, h5, h6, h1.title a, h2.title a, #sidebar h3, .title {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, #sidebar h3 {
	color: #72777f;
}

.slide h2.title {
	color: #0871b3;
}

h1, h2 {
	letter-spacing: -1px;
}

h1.title {
padding-bottom: 19px; background: url(images/divider.png) repeat-x bottom left;
	color: #0871b3;	
}

h1.title a, h2.title a {
	color: #0871b3 !important;
}

h1.title a:hover, h2.title a:hover {
	color: #c84023 !important;
}

.nav a:hover, 
.nav li.current_page_item a, 
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-menu-item a,
.nav li.sfHover { color: #104265;
	text-shadow: #fff 1px 1px 0;
}

ul.sub-menu {
-webkit-box-shadow: 2px 4px 10px #899199;
-moz-box-shadow: 2px 4px 10px #899199;
box-shadow: 2px 4px 10px #899199;
}

.large {
	font-size: 16px !important;
}

.entry strong {
	color: #505359;
}

#footer strong {
	color: #cbcbcb;
}

.entry ol {
	margin-top: 12px;
}

.entry ol li {
	margin-bottom: 12px;
}

span.shortcode-highlight { background: #fff1a4;}

p.woo-sc-box, div.woo-sc-box, .shortcode-typography { color:#6e747f !important; }

input, textarea { font: 13px/1.5em Arial,Helvetica,Sans-serif; color: #6e747f; }

.button {
	font-weight: bold;
}

#mini-features .feature { margin-left: 48px; }

#mini-features .feature h3 { font-size: 17px; }

#mini-features .feature p { padding-bottom: 4px; }

#mini-features .feature a.btn {
	color: #676b72;
	font-style: italic;
	float: right;
}

#mini-features .feature a.btn:hover {
	color: #0871b3;
}

#mini-features .feature a.btn:after { content: " → " }

.post-meta, .post-meta a {
	color: #7e838c !important;
	font-style: italic;
}

.post-meta a:hover {
	color: #225f97 !important;
}

#footer h3 {
	font-weight: bold;
}

.woo-sc-quote p {
	font: italic 15px/1.6 Georgia, "Times New Roman", Times, serif;
}

.feedback .quotes {
	line-height: 1.5;
}

.widget_woo_twitter ul li { background: transparent; border: 0px; }

.widget.widget_woo_twitter h3 { padding: 0px 0 0px 0px; background: none no-repeat left; margin-bottom: 6px; }

.lightgreen {
	color: #8FBF2F !important;
}

.green {
	color: #738f3b !important;
}

.blue {
	color: #0871b3 !important;
}

#footer {
	text-shadow: #141414 1px 1px 0;
}

#footer #credit p a {
	text-decoration: none;
	text-shadow: none;
/*	color: #3e4147; */
/*	font-size: 6px; */
    opacity: 0.4;
}

.fullwide { width: 258px; }


.gform_wrapper input.button {
	font-family: sans-serif;
	display: inline-block;
	clear: both;
	line-height: 1;
	padding: 7px 21px 7px 21px !important;
	font-size: 15px;
	margin: 8px 8px 20px 0px;
	border: 1px solid #87bf00;
	border-bottom-color: #7ca122;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none !important;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background-color: #738F3B; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ace53e),
					color-stop(1, #738F3B)
				);
	background: -moz-linear-gradient(
					center top,
					#ace53e 20%,
					#738F3B 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.gform_wrapper input.button:hover { 
	background: #96C33D;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #96C33D),color-stop(1, #738F3B));
	background: -moz-linear-gradient(center top,#96C33D 20%,#738F3B 100%);
	cursor: pointer;
}

.gform_wrapper input.button:active { 
	background: #738F3B;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #738F3B),color-stop(1, #96C33D));
	background: -moz-linear-gradient(center top,#738F3B 20%,#96C33D 100%);
	cursor: pointer;
}