/*
	Theme Name: Thinkingit
	Theme URI: http://www.thinkingit.com.au/themes/thinkingit
	Description: Thinkingit is the main website design theme. 
	Author: Thinking IT
	Author URI: http://www.thinkingit.com.au/
 
	Version: 2.0
 
	Tags: website, website design, graphic design, seo, copywriting, social media, adelaide, south australia, australia
 
	Template: genesis
	Template Version: 1.8.2
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Thinkingit Black
* Thinkingit Green
* Thinkingit Purple
* Thinkingit Red
* Thinkingit teal
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,400|Damion);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #717171;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.entry-title {
}
input[type=text],
input[type=email],
textarea {
	-moz-box-shadow: 1px 1px 3px #eee inset;
	-webkit-box-shadow: 1px 1px 3px #eee inset;
	background-color: #fff;
	box-shadow: 1px 1px 3px #eee inset;
	border: 1px solid #dadada;
	color: #717171;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 13px 15px 10px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.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%;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #34678a;
	text-decoration: underline;
}

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

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.png);
}

::selection {
	background-color: #34678a;
	color: #fff;
}

::-moz-selection {
	background-color: #34678a;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: #fff !important;
	background-position: center top !important;
	border-top: 4px solid #eee;
	margin: 0 auto;
	min-height: 120px;
	width: 100%;
}

#header .wrap {
	margin: 0 auto;
	width: 1140px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 27px 0 0;
	overflow: hidden;
	width: 400px;
}

#title {
	font-family: Arial;
	font-size: 48px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

#title a,
#title a:hover {
	color: #444;
	padding: 0;
	text-decoration: none;
}

#title a:hover {
	color: #34678a;
}

#description {
	color: #a7a7a7 !important;
	font-size: 13px;
	padding: 0;
}

#header .widget-area {
	float: right;
	min-height: 95px;
	padding: 25px 0 0 0;
	position: relative;
	width: 740px;
}

#header .textwidget {
	text-align: right;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #title a {
	background: url(images/logo.png) no-repeat center left;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: -15px auto 20px;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #f8f8f8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	clear: both;
	color: #747474;
	float: right;
	font-size: 14px;
	position: absolute;
	right: 0;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	color: #fff !important;
	display: block;
	padding: 16px 15px 15px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	border-bottom: 3px solid #dfdfdf;
	color: #747474;
	display: block;
	padding: 16px 21px 10px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #f47529 !important;
}

#header .menu li a:hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: url(images/menu-hover.png) repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #386a8d;
	color: #fff !important;
}

#header .menu li a:active,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a,
#header .menu .current_page_item a:hover,
#header .menu .current-cat a:hover,
#header .menu .current-menu-item a:hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: url(images/menu-active.png) repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #386a8d;
	color: #fff !important;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	border-bottom: 1px dotted #ddd;
	color: #747474 !important;
	font-size: 14px;
	padding: 9px 8px 8px;
	position: relative;
	text-transform: none;
	text-shadow: none;
	width: 168px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background: none !important;
	border-bottom: 1px dotted #ddd !important;
	color: #f47529 !important;
	text-shadow: none !important;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	background: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	height: auto;
	left: -9999px;
	padding: 15px 20px 20px 20px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 35px;
}

.menu li a .sf-sub-indicator {
	background: url(images/icon-down.png) no-repeat;
	height: 4px;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	top: 24px;
	width: 5px;
}

.menu-primary li a .sf-sub-indicator,
.menu-secondary li a .sf-sub-indicator {
	background: url(images/icon-down.png) no-repeat bottom;
}

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-right.png) no-repeat !important;
	height: 5px;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	top: 16px;
	width: 5px;
}

#header .menu .current_page_item a .sf-sub-indicator,
#header .menu .current-cat a .sf-sub-indicator,
#header .menu .current-menu-item a .sf-sub-indicator {
	background: url(images/icon-down.png) no-repeat bottom;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 16px 15px 15px;
}

.menu li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	text-decoration: none;
	background: url(images/menu-active.png) repeat-x;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/bg-top.jpg) repeat-x top;
	padding: 40px 0 20px;
	overflow: hidden;
}

#inner .wrap {
	margin: 0 auto;
	width: 1140px;
}

/* Home Featured
------------------------------------------------------------ */

#home-featured {
	font-size: 14px;
	margin: 0 0 20px;
}

#home-featured p {
	font-size: 14px;
	margin-bottom: 5px;
}
#home-featured .intro, {
}

#home-featured .slider,
#home-featured .featured,
#home-featured .call-to-action {
	background: url(images/separator.png) repeat-x bottom;
}

#home-featured .call-to-action {
	clear: both;
}

#home-featured .slider {
	padding-bottom: 7px;
}

#home-featured .inner {
	padding: 20px;
}

#home-featured .intro {
	padding-top: 20px;
	text-align: center;
}

#home-featured .intro .widgettitle {
	color: #f47529;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
}

#home-featured .intro,
#home-featured .intro h2 {
	color: #f47529;
	font-family: Arial;
	font-size: 36px;
	line-height: 36px;
}
#home-featured .intro p {
	color: #444;
	font-family: Arial;
	font-size: 36px;
	line-height: 47px;
}

#home-featured .featured .inner {
	padding: 25px;
}

#home-featured .featured .widget {
	clear: none !important;
	float: left;
	text-align: left;
	width: 25%;
}

#home-featured .featured .widget-wrap {
	padding: 25px;
}

#home-featured .featured h2 a {
	color: #292929;
	font-size: 22px;
}

#home-featured .featured h2 a:hover {
	color: #f47529;
	font-size: 22px;
}

#home-featured .featured .page {
	margin: 0;
	padding: 0;
}

#home-featured .featured .more-link {
	margin: 20px auto 0;
}

#home-featured .call-to-action {
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	background: url(images/banner-texture.png) repeat-x #f05f21;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	height: 131px;
	margin: -20px 0px 30px -15px;
	position: relative;
}

#home-featured .call-to-action .banner-left {
	background: url(images/banner-left.png) no-repeat;
	bottom: -12px;
	display: block;
	height: 12px;
	position: absolute;
	width: 15px;
}

#home-featured .call-to-action .banner-right {
	background: url(images/banner-right.png) no-repeat;
	right: -30px;
	display: block;
	height: 132px;
	position: absolute;
	top: 0px;
	width: 40px;
}

#home-featured .call-to-action .widget {
	padding: 0 5px;
}

#home-featured .call-to-action .widgettitle {
	color: #501c07;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: -40px;
	padding: 29px 0 0 0;
	text-transform: none;
}

#home-featured .call-to-action,
#home-featured .call-to-action p {
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	font-style: italic;
}

#home-featured .call-to-action a {
	color: #ffffff;
}

#home-featured .call-to-action a:hover {
	color: #fff;
}

#home-featured .call-to-action .enews,
#home-featured .call-to-action .enews p {
	line-height: 120px;
}

#home-featured .call-to-action .enews p {
	display: inline;
	font-size: 26px;
	margin-right: 20px;
}

#home-featured .call-to-action .enews form{
	display: inline;
	text-transform: none;
}

#home-featured .call-to-action .enews #subbox,
#home-featured .call-to-action .enews #subbox1 {
	border-left: 1px solid #c24d1b;
	border-top: 1px solid #c24d1b;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 160px;
	text-transform: none;
}

#home-featured .call-to-action .enews #subbutton {
	margin: 0;
	padding: 10px 16px 6px !important;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/separator.png) repeat-x bottom;
	font-size: 14px;
	margin: 0;
	padding: 30px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	float: left;
	position: relative;
	width: 980px;
	z-index: 999;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin: 50px;
	width: 570px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 730px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1040px;
}

.post {
	background: url(images/separator.png) repeat-x bottom;
	margin: 0 0 50px;
	padding: 0 0 50px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.hand-drawn {
	font-family: "Damion", Georgia, serif;
}

.blue {
	color: #0274be;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: Arial;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
	margin: 0 0 20px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-family: Arial;
	font-size: 30px;
}

h2 a,
h2 a:visited {
	color: #34678a;
}

h2 a:hover {
	color: #f47529;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 10px;
}

#sidebar-alt h2,
#sidebar-alt h2 a {
	color: #fff;
	font-size: 18px;
}

#footer-widgets h2,
#footer-widgets h2 a {
	color: #fff;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 30px;
}
.entry-content h4 {
	margin-top: 10px;
}

.taxonomy-description h1 {
	color: #34678a;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 500;
	text-transform: none;
}
#comments h3 {
	background: url(images/headline-comments.png) no-repeat left center;
	margin: 0 0 20px;
	padding: 0 0 5px 45px;
}
.widget-area h4 {
	color: #636363;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}

.widget-area h4 {
	margin: 0 0 20px;
}

.widget-area h4 a {
	text-decoration: none;
}

#sidebar-alt h4 {
	color: #fff;
	margin: 0 0 15px;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
}

h5 {
	color: #f47529;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.testimonials {
	font-size: 14px;
	font-style: italic;
	margin: 0 0 15px;
	padding: 0px 0 5px 5px;
}
.comment-policy-box {
	color: #000000;
	margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
	background-color: #f5f5f5;
    border: 1px solid #ed702b;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	background: url(images/bullet.png) no-repeat 10px 14px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 30px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Stream
------------------------------------------------------------ */
.post-type-archive-stream p {
	font-size: 18px;
	font-style: italic;
}

.post-type-archive-stream .hentry {
    border-bottom: 1px dotted #ddd;
    margin: 0 0 5px;
}

.post-type-archive-stream .post-info {
	border-top: none;
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0px 0 0;
	text-transform: none;
}
.post-type-archive-stream .post-meta {
    display: none;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	border-top: 1px solid #d6d6d6;
	font-size: 12px;
	margin: 0 0 35px;
	padding: 15px 0 0;
	text-transform: none;
}


.featuredpost .byline {
	border: none;
}

.byline {
	font-size: 12px !important;
	margin: 0 0 10px;
	padding: 10px 0 0;
	text-transform: none;
}

.byline a,
.post-info a {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.post-info .date {
	text-decoration: none;
	text-transform: none;
}

.post-info a,
.byline a {
	color: #717171 !important;
}

.byline a:hover,
.post-info a:hover {
	color: #f47529 !important;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	font-size: 12px;
	clear: both;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0px;
	text-transform: none;
}

.post-meta a {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	border: 10px solid #e4e4e4;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f8f8f8;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 5px;
	margin: -25px -25px 40px;
	padding: 30px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
	background: url(images/comments.png) no-repeat left;
	float: right;
	padding: 2px 0 2px 23px;
}

.tags {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 25px 0 0;
}

.widget-area .avatar,
.widget-area .featuredpage img,
.widget-area .featuredpost img {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .avatar,
#footer-widgets .featuredpage img,
#footer-widgets .featuredpost img,
#sidebar-alt .avatar,
#sidebar-alt .featuredpage img,
#sidebar-alt .featuredpost img {
	border: 1px solid #fff;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 25px 25px 0;
}

img.aligncenter,
img.alignleft,
img.alignright,
img.alignnone,
.post-image,
.wp-caption {
	background: #fff;
	border: 5px solid #cccccc;
	padding: 1px;
}

.comment-list li .avatar {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: -2px 15px 0 2px;
	padding: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 25px;
}

img.alignnone {
	display: inline;
	margin: 0 0 25px;
}

.widget-area .alignleft {
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 25px 25px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 25px 25px;
}

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

.widget-area .alignleft {
	margin: 0 10px 5px 0;
}

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

.widget-area .alignright {
	margin: 0 0 5px 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: #f5f5f5;
	padding: 5px 10px;
	text-decoration: none;
}

.navigation li a:hover {
	background-color: #34678a;
	color: #fff;
	text-decoration: none;
}

.navigation li.active a {
	background-color: #f47529;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	margin: 10px 10px 10px 0;
	width: 300px;
}

#sidebar-alt {
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	color: #717171;
	float: left;
	font-size: 13px;
	margin: 15px -5px 15px 0;
	position: relative;
	text-shadow: none;
	width: 165px;
	z-index: 0;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
	margin: 10px 0 10px 10px;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	margin: 15px 0 15px -5px;
}

.sidebar p {
	font-size: inherit;
	margin-bottom: 15px;
}

#sidebar-alt p {
	color: #717171;
}

#sidebar-alt a {
	color: #f47529;
}

#sidebar-alt a:hover {
	color: #fff !important;
}

#sidebar-alt .widget {
	background: none;
	border-bottom: 2px solid #173041;
	border-top: 1px solid #35556c;
	margin: 0;
}

#sidebar-alt .widget:first-child {
	border-top: none !important;
}

#sidebar-alt .widget:last-child {
	border-bottom: none !important;
}


.sidebar .widget {
	background-color: #f8f8f8;
	border-top: 2px solid #a5a5a5;
	margin: 0 0 0px;
	padding: 15px;
}

.sidebar.widget-area ol ol,
.sidebar.widget-area ul ul {
	padding: 0;
}

.sidebar.widget-area ul li {
	background: url(images/bullet.png) no-repeat 0 12px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 20px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

#sidebar-alt ol ol,
#sidebar-alt ul ul {
	padding: 0 0 0 10px;
}

#sidebar-alt ul li {
	background: none;
	padding: 7px 0 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 15px;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#sidebar-alt .featuredpost .post {
	background: none;
	border-bottom: 1px solid #35556c;
}

#footer-widgets .featuredpost .post {
	background: none;
	border-bottom: 1px dotted #333;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}



/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
#content a.blue,
#content a.blue-big,
#content a.gray,
#content a.green,
#content .navigation li a,
#content .navigation li.disabled,
#content .navigation li a:hover,
#content .navigation li.active a,
#sidebar a.gray,
#sidebar a.blue,
#sidebar a.green,
#content .input-submit,
#wp-submit {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	line-height: 22px;
	padding: 5px 10px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#content a.blue {
	background: url(images/gradient-blue.png) 0 0;
	border: 1px solid #1677b5;
	color: #fff;
	font-size: 16px;
	line-height: 3;
	padding: 7px 12px;
}

#sidebar a.blue {
	background: url(images/gradient-blue.png) 0 0;
	border: 1px solid #1677b5;
	color: #fff;
	font-size: 16px;
	line-height: 3;
	padding: 7px 12px;
}

#content a.blue-big {
	background: url(images/blue-button-big.png) 0 0;
	border: 1px solid #1677b5;
	color: #fff;
	font-size: 20px;
	line-height: 3;
	padding: 12px 22px;
}

#sidebar a.green,
#content a.green,
#content .input-submit,
#wp-submit {
	background: url(images/gradient-green.png) 0 0;
	border-bottom: 1px solid #3f5919;
	border-left: 1px solid #7eac33;
	border-right: 1px solid #7eac33;
	border-top: 1px solid #d4eca9;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
}

a.blue,
a.blue-big,
a.gray,
a.green,
.input-submit,
#wp-submit {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #999;
	border-radius: 5px;
	box-shadow: 0 1px 1px #999;
	padding: 5px 12px;
	text-transform: none;
}

input:hover[type="button"],
input:hover[type="submit"],
#content a.gray:hover,
#content .navigation li a:hover,
#content .navigation li.active a,
#sidebar a.gray:hover {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}

#content a.blue:hover {
	background: url(images/gradient-blue.png) 0 -33px;
}

#content a.blue-big:hover {
	background: url(images/blue-button-big.png) 0 bottom;
}

#content a.green:hover,
#content .input-submit:hover,
#wp-submit:hover {
	background: url(images/gradient-green.png) 0 bottom;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 0;
}

.s {
	background: #fff url(images/search-icon.png) no-repeat 15px 12px;
	padding: 13px 15px 10px 45px !important;
	width: 70%;
}

#sidebar-alt .s {
	background: #fff;
	padding: 10px !important;
	width: 100px;
}

.searchsubmit {
	display: none;
}

#nav .s {
	border-left: 1px solid #264f6b;
	border-top: 1px solid #264f6b;
	margin: 5px 0 0;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	border-bottom: none !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.home #sidebar .enews,
.home #sidebar .enews-widget {
	display: none;
}

#sidebar .enews {
	background: url(images/dashes-bg.png) #f47529 !important;
	padding: 20px 0px 0;
}

#footer-widgets .enews {
	padding: 20px;
}

.enews p {
	color: #fff !important;
	font-size: 16px;
	padding: 0;
	text-align: center;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 18px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #888888;
	border-right: none;
	border-top: 1px solid #888888;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #555555;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	padding: 14px 15px 10px 40px;
	text-transform: none;
	width: 160px;
}
.enews #subbox1 {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	border-bottom: none;
	border-left: 1px solid #888888;
	border-right: none;
	border-top: 1px solid #888888;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #555555;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	padding: 14px 15px 10px 20px;
	text-transform: none;
	width: 80px;
}


.enews h4.widgettitle {
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}

#subbutton {
	background: #fff;
	color: #555;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Newsletter
------------------------------------------------------------ */

#newsletter {
    background-color: #f5f5f5;
    border: 10px solid #eee;
    margin: 40px 10px;
}

#newsletter .white-border {
    border: 1px solid #fff;
}

.newsletter-wrap {
    background: url(images/enews-ribbon.png) no-repeat top left;
    margin: -17px -18px;
    overflow: hidden;
    padding: 45px 30px 40px;
    text-align: center;
}

.newsletter-wrap p {
    margin: 0 5px 20px;
    text-align: center;
}

.newsletter-wrap h4 {
    color: #34678a;
	font-weight:600;
}

.newsletter-wrap input[type="email"] {    
    -moz-box-shadow: 0 0 5px #ccc inset;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    background: #fff;
    box-shadow: 0 0 5px #ccc inset;
    font-family: 'Open Sans', sans-serif;
    margin: 0 -7px 10px 0;
    padding: 13px 0 13px 37px;
    width: 100%;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #fff;
	padding: 2px;
	text-align: center;
}

/* Tag Cloud Widget
------------------------------------------------------------ */

.tagcloud a,
.tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(images/meta-tag.png) no-repeat right top;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px !important;
	height: 23px;
	line-height: 23px;
	margin: 2px 0;
	padding: 0px 17px 0px 8px;
	text-decoration: none;
	text-transform: none;
}

.tagcloud a:hover {
	background-position: right bottom !important;
}

/* RSS Widget
------------------------------------------------------------ */

.widget_rss ul li .rsswidget {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget_rss .rss-date {
	display: block;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: none !important;
	padding: 1px !important;
}

#genesis-responsive-slider .slide-image {
	text-align: right;
}

#genesis-responsive-slider .slide-excerpt {
	filter: alpha(opacity=95);
	margin: 0px;
	opacity: 0.95;
	padding: 30px 30px 20px;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/slider-right.png) no-repeat bottom;
	bottom: 15px;
	height: 38px;
	left: auto;
	right: 20px !important;
	top: auto;
	width: 38px;
}

#genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/slider-left.png) no-repeat bottom;
	bottom: 15px;
	height: 38px;
	left: auto;
	right: 60px !important;
	top: auto;
	width: 38px;
}

#genesis-responsive-slider .flex-direction-nav li .next:hover,
#genesis-responsive-slider .flex-direction-nav li .prev:hover {
	background-position: top;
}

#genesis-responsive-slider .flex-control-nav {
	margin: 20px 0 40px;
}

/* Sub Footer
------------------------------------------------------------ */

#sub-footer {
	width: 1140px;
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
}

#sub-footer a,
#sub-footer a:visited {
	color: #f47529;
}

#sub-footer p {
	color: inherit;
	font-size: inherit;
}

#sub-footer .latest-tweets {
	background: url(images/latest-tweet.png) top left no-repeat;
	font-size: 20px;
	min-height: 80px;
	alignment-adjust:central;
	padding: 0 0 0 120px;
}

#sub-footer .latest-tweets a,
#sub-footer .latest-tweets a:visited {
	color: #333;
	text-decoration: none;
}

#sub-footer .latest-tweets a:hover {
	text-decoration: underline;
}

#sub-footer .latest-tweets ul {
	position: relative;
}

#sub-footer .latest-tweets ul li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f47529;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 20px 30px;
}

#sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}

#sub-footer .latest-tweets ul li.last a,
#sub-footer .latest-tweets ul li.last a:visited {
	color: #f47529;
}

#sub-footer .latest-tweets ul li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: -16px;
	border-bottom: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 15px solid;
	border-color: #f47529 #f47529 transparent transparent;
	top: 15px;
	width: 0;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	width: 235px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	background: #292929 url(images/bg-footerwidgets.jpg);
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	clear: both;
	font-size: 13px;
	margin: 0px auto 40px;
	overflow: hidden;
	width: 1140px;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 50px 50px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 40px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets a {
	color: #fff;
}

#footer-widgets a:hover {
	color: #f47529;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 15px;
	color: #fff;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0;
}

#footer-widgets ul li {
	border-bottom: 1px dotted #333;
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 50px 0 0;
	width: 313px;
}

.footer-widgets-2 {
	float: left;
	width: 313px;
}

.footer-widgets-3 {
	float: right;
	width: 313px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #fff;
	border-top: 3px solid #dbdbdb;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: none;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	width: 1140px;
}

#footer p {
	font-size: inherit;
	text-transform: none;
}

#footer a,
#footer a:visited {
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 100px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 950px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 78%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 30px;
}

.comment-list li ul li {
	background: #fff;
	list-style-type: none;
}

.comment-list li ul li li {
	border: 1px solid #eee;
	border-bottom: 1px solid #d6d6d6;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.commentmetadata a {
	text-decoration: none;
}

.comment-author,
.comment-meta {

}

.comment-author {
	
	color: #292929;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: none;
}

.comment-meta {
	font-size: 14px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f8f8f8;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}

.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}

.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Message Boxes
------------------------------------------------------------ */

.download-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #d9eca5 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #c0d192;
    color: #3d5302;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
}	

.info-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
}

.update-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #ffadb9 url(images/date.png) no-repeat 10px 15px;
	border: 1px solid #e8929f;
    color: #222222;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
}		

.alert-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #ffadb9 url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #e8929f;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
}	

.note-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #776827;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;	
}	

.gray-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #eee;	
    -moz-box-shadow: 0 2px 2px 0 #eee;	
    -webkit-box-shadow: 0 2px 2px 0 #eee;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 20px 15px 20px;	
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

div.gform_wrapper .gform_button {
	padding: 7px 12px !important;
}

/************ Related Posts *************/
.related-posts {
overflow: hidden;
margin: 0 0 10px;
}
.related-list li {
float: left;
list-style-type: none;
margin: 0 10px 0 0;
text-align: center;
width: 170px;
}
.related-list img {
background: none repeat scroll 0 0 #ffffff;
border: 2px solid #34678a;
display: block;
margin: 0 auto;
padding: 5px;
}

.related-list img:hover {
background: none repeat scroll 0 0 #ffffff;
border: 2px solid #f47529;
display: block;
margin: 0 auto;
padding: 5px;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
	
	#header .wrap,
	#inner .wrap,
	#footer-widgets,
	#footer .wrap {
		max-width: 960px;
	}
	
	#header .widget-area {
		width: 560px;
	}
	
	#content-sidebar-wrap {
		width: 800px;
	}
	
	#content {
		margin: 30px;
		width: 430px;
	}
	
	.sidebar-content #content,
	.content-sidebar #content {
		width: 590px;
	}
	
	.sidebar-content-sidebar .archive-page,
	.content-sidebar-sidebar .archive-page,
	.sidebar-sidebar-content .archive-page {
		float: none;
	}
	
	.full-width-content #content {
		width: 900px;
	}
	
	#home-featured .call-to-action .widget {
		padding-top: 15px;
		text-align: center;
	}
	
	#home-featured .call-to-action,
	#home-featured .call-to-action p {
		font-size: 32px;
		line-height: 1.5 !important;
	}
	
	#home-featured .call-to-action .enews,
	#home-featured .call-to-action .enews p {
		line-height: 1.5 !important;
	}
	
	#home-featured .call-to-action .enews form {
		display: block;
	}
	
	#home-featured .call-to-action .widgettitle {
		margin: 0;
		padding: 0;
	}
	
	#genesis-responsive-slider .slide-excerpt {
		padding: 20px 20px 10px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	#footer-widgets .wrap {
		padding: 30px 30px 10px;
	}
	
	.footer-widgets-1 {
		margin: 0 30px 0 0;
		width: 277px;
	}

	.footer-widgets-2 {
		width: 277px;
	}

	.footer-widgets-3 {
		width: 277px;
	}

}

@media only screen and (max-width: 800px) {
	
	#header {
		background: url(images/logo.png) center no-repeat;
	}
	.header-image #title-area,
	.header-image #title,
	.header-image #title a {
		margin-bottom: 20px;
	}

	#header ul.menu {
		background-color: #333;
		float: none;
		padding: 0px 0 0px;
		text-align: center;
	}

	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	#header ul.menu li a {
		color: #fff;
		margin: 0 10px 10px;
		padding: 0;
	}
	
	#header ul.menu li.blue-button a {
		margin: 0 15px 0 0;
	}

	#theme-headline {
		padding: 0 40px;
	}
	
	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	#sidebar-alt,
	.wrap,
	#content-sidebar-wrap,
	.sub-footer-left,
	.sub-footer-right,
	#footer,
	#footer .wrap,
	#footer .creds,
	#footer .gototop,
	#header,
	#header .wrap,
	#header .widget-area,
	#inner,
	#inner .wrap,
	#nav .wrap,
	#sidebar-alt,
	#subnav .wrap,
	#title-area {
		width: 100%;
	}
	
	#wrap {
		-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
		margin: 0 auto;
		width: 95%;
	}
	
	#inner {
		padding-bottom: 0;
	}
	
	#content,
	.sidebar,
	#footer-widgets,
	#footer-widgets .wrap {
		width: auto !important;
	}
	
	.sidebar {
		margin: 0 30px 30px;
	}
	
	#sidebar-alt {
		margin: 0 !important;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#header .searchform,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}
	
	#header {
		height: auto !important;
	}
	
	#header .widget-area {
		float: none;
	}
	
	#header .textwidget {
		text-align: center;
	}
	
	#header .menu {
		left: 0;
		right: auto;
		width: 100%;
	}
	
	#genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	#home-featured .featured .widget {
		width: 50%;
	}
	
	#home-featured .call-to-action {
		background: #f05f21;
		height: auto;
		margin: -20px 0 0 0;
		padding: 0 0 20px;
	}
	
	#home-featured .call-to-action .banner-left,
	#home-featured .call-to-action .banner-right {
		display: none;
	}
	
	#footer-widgets {
		margin: 0;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0;
		width: auto;
	}
	
	#sub-footer {
		background-color: #090909;
		padding: 10px;
	}
	
	#footer .gototop {
		margin: 0 0 20px;
	}
	
	#footer .wrap {
		padding: 15px 0;
	}

	#footer p {
		padding: 0 20px;
	}
	
	#inner {
		width: 100%;
	}
	
}

@media only screen and (max-width: 400px) {
	
	.post-info,
	.post-date,
	.post-meta,
	.breadcrumb {
		display: none;
	}
	
	#subbox {
		margin: 10px 0 !important;
	}
	
	#home-featured .featured .widget {
		width: 100%;
	}
	
	#home-featured .intro,
	#home-featured .intro p {
		font-size: 30px;
		line-height: 1.2;
	}
	
	#home-featured .inner {
		padding: 30px;
	}
	
	#sidebar-alt {
		margin: 0 !important;
	}
	
	#header .widget {
		float: none;
	}
	
	#header .widget-wrap {
		padding: 10px;
	}
	
	#header .menu {
		float: none;
		position: relative;
		width: 100%;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header .menu li {
		float: none;
	}
	
	.menu-primary a,
	.menu-secondary a {
		padding: 11px 15px;
	}
	
	.sidebar {
		margin: 0 20px 20px;
	}
	
	h1 {
		font-size: 38px;
	}
	
	h2,
	h2 a {
		font-size: 28px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	.post {
		margin: 0 0 25px;
		padding: 0 0 25px;
	}
	
	#content {
		margin: 20px;
		width: 90% !important;
	}
	
	.comment-list li,
	.ping-list li {
		padding: 15px;
	}
	
	#author,
	#comment,
	#email,
	#url,
	#comment {
		width: 90% !important;
	}
		
}