/*********************************************************************************************

Theme Name: Expedition
Theme URI: http://www.wpzoom.com/themes/expedition/
Version: 1.0.2
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************

0.  CSS Reset  -------------------------
1.  Page: Common layout elements  ------
2.  Page Structure: Header -------------
3.  Page Structure: Content ------------
4.  Page Structure: Individual Blocks --
5.  Single Post / Page -----------------
6.  Comments Styling  ------------------
7.  Footer  ----------------------------
8.  Miscellaneous  ---------------------
9.  Elements: Forms, Buttons  ----------
10. Homepage Slider  -------------------

**********************************************************************************************/


/*********************************************************************************************

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
ul li {list-style-type: none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol,
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
td { vertical-align: top; }
p { margin: 0 0 1em; }

/* Smart clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*********************************************************************************************

1. Page Structure: Common layout elements

*********************************************************************************************/

::-moz-selection{background:#4a4857; color:#fff; }
::selection{ background:#4a4857; color:#fff; }

a { color: #6da67a; text-decoration:none; }
a:hover, a:focus { color: #e6626f; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; }

body {
	background-color: #f8f8f8;
	color: #666;
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	font-size: 13px;
	line-height: 1.75em;
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	width: 940px;
}

div.wrapper-main {
	padding-right: 20px;
	width: 950px;
}

div.cleaner,
div.clear,
div.divider {
	margin:0;
	clear: both;
	font-size:1px;
	height: 1px;
	line-height: 1px;
}

div.divider {
	border-top: solid 1px #e7e7e7;
	clear: none;
	margin: 20px 0;
}

div.divider-notop {
	margin-top: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #151515;
	margin: 0;
}

h2 a {
	color: #151515;
}

h2 a:hover {
	color: #ff6543;
}

.title-uppercase {
	text-transform: uppercase;
}

.title-center {
	text-align: center;
}

/*********************************************************************************************

2. Page Structure: Header

*********************************************************************************************/

header {
	background-color: #4a4857;
	padding: 20px 0;
}

#logo {
	display: inline;
	float: left;
	margin-right: 50px;
}

#logo .site-title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

#logo .site-description {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 6px;
}

#logo a {
	color: #fff;
}

#logo a:hover,
#logo a:focus {
	color: #ff6543;
}

header .banner-header {
	display: inline;
	float: right;
}

/* Main Dropdown Menu */

#selectnav1 {
	display: none;
}

#nav-main-menu .wpzoom-notice {
	color: #fff;
	line-height: 30px;
	margin: 0;
	text-align: center;
}

#nav-main-menu .wpzoom-notice a {
	text-decoration: underline;
}

#nav-main-menu {
	background-color: #6da67a;
	margin-bottom: 30px;
}

#menu-main {
    position:relative;
}

#menu-main li {
	border-right: solid 1px #77b285;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
	position: relative;
}

#nav-main-menu li:last-child {
	border-right-width: 0;
	margin-right: 0;
	padding-right: 0;
}

#menu-main .cleaner {
	clear: both;
	display: block;
	height: 1px;
	float: none;
	font-size: 1px;
	line-height: 1px;
}

#menu-main li li {
	background-color: #4a4857;
	font-size: 12px;
	margin-left: 0;
}

#menu-main li.cleaner {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
	float: none;
	display: block;
}

#menu-main li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#menu-main a:hover,
#menu-main a:active,
#menu-main li.sfHover a,
#menu-main li.current-menu-ancestor a,
#menu-main li.current-menu-item a {
	color: #4a4857;
}

#menu-main li.current-menu-item li a,
#menu-main li.current-item li a {
	color: #f8e237;
}

#nav-main-menu .dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
	background: #4a4857;
	margin: 0;
	padding: 10px 5px;
 	text-align: left;
	text-transform: none;
}

#nav-main-menu .dropdown ul li {
 	border-right: 0;
 	border-bottom: solid 1px #555266;
	font-size: 11px;
	line-height: 18px;
 	margin: 0;
 	padding: 0;
 	text-transform: none;
	width: 100%;
}

#nav-main-menu .dropdown ul li a {
	color: #aaa;
	padding: 10px 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
}

#menu-main a {
	color: #fff;
	padding: 10px 12px;
	display: block;
	position: relative;
}

#menu-main li li a,
#menu-main .current-menu-item li a,
#menu-main li .current-menu-item a,
#menu-main li li a:hover {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#menu-main li li a {
	color: #fff;
}

#menu-main li li a:hover {
	background-color: #6da67a;
	color: #fff;
}

#nav-main-menu .dropdown li:hover ul,
#nav-main-menu .dropdown li.sfHover ul {
	padding: 0;
	margin: 0;
	left:			0;
	top:			3.6em; /* match top ul list item height */
	z-index:		99;
}

#nav-main-menu ul.dropdown li:hover li ul,
#nav-main-menu ul.dropdown li.sfHover li ul {
	top:			-999em;
}

#nav-main-menu ul.dropdown li li:hover ul,
#nav-main-menu ul.dropdown li li.sfHover ul {
	left:			191px; /* match ul width */
	top:			0;
}

#nav-main-menu ul.dropdown li li:hover li ul,
#nav-main-menu ul.dropdown li li.sfHover li ul {
	top:			-999em;
}

#nav-main-menu ul.dropdown li li li:hover ul,
#nav-main-menu ul.dropdown li li li.sfHover ul {
	left:			191px; /* match ul width */
	top:			0;
}

#nav-main-menu .dropdown li:hover, .dropdown li.sfHover,
#nav-main-menu .dropdown a:focus, .dropdown a:hover, .dropdown a:active {
 	outline:		0;
}

#nav-main-menu .dropdown li ul .sf-sub-indicator { display:inline; }

#nav-main-menu .wpzoom-notice {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

#nav-main-menu .wpzoom-notice a {
	color: #fff;
	text-decoration: underline;
}

/*********************************************************************************************

3. Page Structure: Content

*********************************************************************************************/

.wrapper-content-inside {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	padding: 29px;
}

#content {
	display: inline;
	float: left;
	margin-right: 2.1276%;
	margin-bottom: 30px;
	width: 65.9575%;
}

.wrapper-main #content {
	margin-right: 3.1578%;
	width: 65.2631%;
}

.full-width #content {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
}

.wrapper-reversed #content {
	float: right;
	margin-right: 0;
	margin-left: 3.1578%;
}

aside {
	display: inline;
	float: left;
	width: 31.9148%;
}

.wrapper-main aside {
	width: 31.5789%;
}

aside.aside-inside {
	padding-top: 30px;
}

#main .widget {
	margin-bottom: 30px;
}

.post-cover img {
	height: auto;
	width: 100%;
}

#main .title-widget {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

#main .aside-inside .title-widget {
	color: #252525;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#main .title-widget:before {
	border-top: solid 1px #dce3e0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

#main .title-widget .title-wrapper {
	background: #f8f8f8;
	padding: 0 15px;
	position: relative;
	z-index: 5;
}

#main .aside-inside .title-wrapper {
	padding-left: 0;
}

/*********************************************************************************************

4. Page Structure: Individual Blocks

*********************************************************************************************/

/* Featured Pages */

.wpzoom-featured-pages .wpzoom-featured-page {
	display: inline;
	float: left;
}

.wpzoom-dir-pages .wpzoom-featured-page {
	margin-bottom: 30px;
}

.featured-pages-1 .wpzoom-featured-page {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
}

.featured-pages-3 .wpzoom-featured-page {
	margin-right: 2.1276%;
	width: 31.9148%;
}

.featured-pages-4 .wpzoom-featured-page {
	margin-right: 2.1276%;
	width: 23.4042%;
}

.wpzoom-featured-pages .wpzoom-featured-page-1 {
	clear: both;
}

.featured-pages-3 .wpzoom-featured-page-3,
.featured-pages-4 .wpzoom-featured-page-4 {
	margin-right: 0;
}

.featured-pages-1 .post-cover {
	display: inline;
	float: left;
}

.featured-pages-1 .post-content {
	overflow: hidden;
}

.wpzoom-featured-page .post-content {
	background-color: #fff;
	border-bottom: solid 1px #dce3e0;
	font-size: 13px;
	line-height: 1.8em;
	padding: 20px 20px 30px;
}

.wpzoom-featured-page .post-cover {
	position: relative;
}

.wpzoom-featured-page .featured-page-meta {
	background-color: #4a4857;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: -3px;
	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
}

.wpzoom-featured-page:hover .featured-page-meta,
.wpzoom-featured-page:focus .featured-page-meta {
	background-color: #e6626f;
}

.featured-pages-1 .title-post,
.featured-pages-3 .title-post {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
}

.featured-pages-4 .title-post {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7em;
}

.wpzoom-featured-page .post-excerpt {
	margin-top: 12px;
	margin-bottom: 0;
}

/* Posts Loop */

.posts-archive .posts-archive-post {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.posts-archive .post-cover {
	display: inline;
	float: left;
	margin-right: 3.5714%;
	width: 25%;
}

.wrapper-home .posts-archive .post-cover {
	margin-right: 2.1276%;
	width: 14.8936%;
}

aside .posts-archive .post-cover {
	margin-right: 6.66%;
	width: 25%;
}

aside .posts-archive-post .post-excerpt {
	overflow: visible;
}

.posts-archive .post-excerpt {
	overflow: hidden;
	/*
	display: inline;
	float: left;
	width: 71.4285%;
	*/
}

.posts-archive-post .title-post {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 7px;
}

.posts-archive-post .post-meta {
	margin: 7px 0 0;
}

.posts-archive-post .post-excerpt {
	font-size: 13px;
	line-height: 1.6em;
}

/*********************************************************************************************

5. Single: Post/Page Styling

*********************************************************************************************/

.post-single {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	max-width: 100%;
}

.title-post-single {
	font-family: 'Droid Sans', Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 15px;
}

p.post-meta,
.wpzoom-breadcrumbs .crumbs {
	color: #999;
	font-size: 12px;
}

.wpzoom-breadcrumbs .crumbs {
	margin-bottom: 20px;
}

.post-meta .divider {
	border-top-color: #f1f1f1;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #555;
	font-size: 13px;
	line-height: 23px;
}

.archive-meta .title {
	margin-bottom: 15px;
}

.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
	font-weight: bold;
	line-height: 1.25em;
	margin: 12px 0 12px;
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.post-single img {
	margin-bottom: 20px;
}

.post-single img.alignnone,
.post-single img.aligncenter,
.post-single img.alignleft,
.post-single img.alignright {
	max-width: 100%;
	width: auto;
 	height: auto;
}

.post-single .alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.post-single .alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.post-single ul,
.post-single ol {
	margin: 0 0 1em 1em;
}
.post-single li ul,
.post-single li ol {
	margin-bottom: 0;
}
.post-single li {
	list-style-position: outside;
	margin-left: 20px;
}
.post-single ul li {
	list-style-type: square;
}
.post-single ol li {
	list-style-type: decimal;
}
.post-single blockquote {
    border-left: solid 3px #ececec;
    color:#999;
    margin: 10px;
    padding: 0 15px;
}
.post-single a {
	text-decoration:none;
}
.post-single a:hover {
	cursor: pointer;
	text-decoration:underline;
}

/*********************************************************************************************

6. Comments  -------------------------  comments.php

*********************************************************************************************/

div.author-cover {
	display: inline;
	float: left;
	width: 90px;
	margin: 0 20px 0 0;
}

div.comment-author div.author-cover {
	width: 50px;
}

div.author-cover img {
	background-color: #fff;
	border: solid 1px #dadada;
	padding: 4px;
}

#comments { clear: both; }

#comments .logged-in-as { font-size: 13px; line-height: 1.5em; margin: 1em 0; }

#comments .navigation { padding: 0 0 18px 0; }
.commentlist { list-style: none; margin: 0; }
.commentlist li.comment { border-bottom: 1px solid #e1e1e1; font-size: 12px; line-height: 1.75em; margin: 0 0 20px 0; padding: 0; position: relative; }
.commentlist li.comment ul.children {margin-left: 25px; }
.commentlist ul.children li {
	background-color: #f6f6f6;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 1px;
	padding: 15px 20px 0;
}
.commentlist ul.children li:last-child {
	border-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
.commentlist ol { list-style: decimal; }
.comment-author { margin-bottom:3px; }
.comment-author cite { color: #B1B1B1; font-weight: bold; font-style:normal; font-size:14px; }
.comment-author .says {  display:none; }
.comment-meta { display: inline; float: right; font-size: 11px; margin: 0; }
.comment-meta a:link, .comment-meta a:visited { color: #bbb; text-decoration: none; }
.comment-meta a:active, .comment-meta a:hover { color: #333; }
.reply { font-size: 12px; padding: 0 0 24px 0; }
.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, .nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #dedede; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }
.comment-notes { display:none; }

/* Comments form */
#respond { overflow: hidden; position: relative; }
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
.commentlist #respond { clear: both; display: block; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required_lab { font-weight: bold; color: #d24355; }
#respond label {display: block; font-size: 12px; font-weight: bold; line-height: 30px; }
#respond input { margin: 0; }
#respond input,
#respond textarea {
	background-color: #f4f4f4;
	border: solid 1px #e1e1e1;
	color: #444;
	font-size: 13px;
	line-height: 20px;
	padding: 4px 6px;
}
#respond textarea { width: 93%; height: 100px;  }
#respond .form-allowed-tags { display: none; color: #888; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { text-align:left; margin:10px 0 20px; }
#respond .form_fields { width: 100%; }
#respond .form_fields p { margin-bottom:7px; }
#respond .form_fields input { width:40%; }

/*********************************************************************************************

7. Page Structure: Footer

*********************************************************************************************/

footer {
	background-color: #eee;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding: 40px 0 0;
}

footer .widget {
	font-size: 13px;
	line-height: 22px;
}

footer a {
	color: #39916d;
}

footer a:hover {
	color: #151515;
	text-decoration: underline;
}

footer .title-widget {
	color: #252525;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

footer .column {
	display: inline;
	float: left;
	margin-right: 4%;
	width: 22%;
}

footer .column-last {
	margin-right: 0 !important;
}

#footer-copy {
	border-top: solid 1px #e1e1e1;
	font-size: 11px;
	margin: 30px 0 0;
	padding: 30px 0;
}

#footer-copy .wpzoom {
	display: inline;
	float: right;
}

#footer-copy .wpzoom a {
	color: #666;
}

#footer-copy .wpzoom a:hover {
	text-decoration: underline;
}

footer #setop {
	border-color: #bbb;
}

/*********************************************************************************************

8. Miscellaneous

*********************************************************************************************/

/* Facebook Like Button */
div.fb-like.fb_iframe_widget {
	width: 100% !important;
}

.fb_iframe_widget { width: 100%!important }
.fb_iframe_widget span { width: 100%!important; }
.fb_iframe_widget span iframe { width: 100%!important; }

/* Pagination */
div.navigation { font-size: 13px; margin-bottom:15px; text-align: center; }
div.navigation p { margin: 0; }
div.navigation a { background-color: #f1f1f1; color: #777; line-height: 24px; padding: 7px 10px; }
div.navigation .current { background-color: #e6626f; color: #fff; font-weight:bold; line-height: 24px; padding: 7px 10px; }
div.navigation a:hover {
	background: none;
	background-color: #e6626f;
	color: #fff;
}

.banner-header .wpzoom-banner-ad,
.side_ad .wpzoom-banner-ad {
	height: auto;
	width: 100%;
}

/* Post/Page Sharing */

.post-share {
	min-height: 30px;
}

.post-share .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

span.share_btn {
	display: inline;
	float: right;
}

/* Social Widget */
.wpzoomSocial li {
	margin:0 5px 10px 0;
}

.wpzoomSocial li img {
	margin-right: 5px;
}

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

/* Recent Comments Widget */

.recent-comments-list .recent-comment-item {
	margin-bottom: 10px;
}

.comment-cover {
	display: inline;
	float: left;
	margin-right: 10px;
}

/* Recent Posts */

footer .posts-archive .post-cover {
	display: none;
}

.wrapper-aside .posts-archive .post-cover {
	width: auto;
}

.wrapper-aside .posts-archive .post-excerpt {
	display: block;
	float: none;
	overflow: hidden;
	width: auto;
}

.posts-widget .title-post {
	font-size: 13px;
	line-height: 20px;
}

/*********************************************************************************************

9. Elements: Forms, Buttons

*********************************************************************************************/

div.widget input#setop {
	float: none;
	display: block;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #777;
	font-size: 11px;
	height: 20px;
	width: 90%;
	padding: 3px 2%;
}

#searchform .screen-reader-text {
	display: none;
}

div.widget input#s {
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 115px;
}

#respond input[type=submit],
input#searchsubmit {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	height: 28px;
	border: solid 1px #2b849e;
	cursor: pointer;
	display: block;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input#searchsubmit {
	display: block;
	margin: 5px 0 0;
}

input#searchsubmit {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

#respond input[type=submit] {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

input#searchsubmit:hover,
#respond input[type=submit]:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

input#searchsubmit:active,
#respond input[type=submit]:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*********************************************************************************************

10. Homepage Slider

*********************************************************************************************/

/* Featured Posts */

#featured-posts {
	display: block;
}

.wpzoom-featured-post {
	position: relative;
}

.wpzoom-featured-post .post-content {

}

.wpzoom-featured-post .post-content-wrapper {
	background: #fff;
	border-bottom: solid 1px #dce3e0;
	padding: 20px;
}

.wpzoom-featured-post h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 6px;
}

.wpzoom-featured-post .post-excerpt {
	margin: 0;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/

.flexslider {margin-bottom: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	background:url(images/arrows.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	text-indent:-9999px;
	z-index: 60;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.40;
	-webkit-transition: all .3s ease;
}

.flexslider:hover .flex-next {filter: alpha(opacity=75); opacity: 0.75; }
.flexslider:hover .flex-prev {filter: alpha(opacity=75); opacity: 0.75; }

#featured-posts a.flex-next { background-position:-40px 0; right: 0; }
#featured-posts a.flex-prev { background-position: 0 0; right: 40px; }
#featured-posts a.flex-next:hover {	filter: alpha(opacity=100); opacity: 1; }
#featured-posts a.flex-prev:hover { filter: alpha(opacity=100); opacity: 1; }

/* Control Nav (Bullets) */
.flex-control-nav {position: absolute; top: 15px; right: 0; text-align: center; z-index: 10; width: 100%; }
.flex-control-nav li {margin: 0 5px 0 5px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {	background:url(images/bullets-small.png) no-repeat -4px 0; display:block; width:13px; height:14px; text-indent:-9999px; cursor: pointer; -webkit-transition-duration: 0; -moz-transition-duration: 0; transition-duration: 0;}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { background-position:-26px 0;}