/*
   Theme Name: Chirone Shakti
   Theme URI: http://www.ecoda.com.au
   Description: Chirone Shakti is a two or three column child theme created for the Genesis Framework.
   Author: Ecoda
   Author URI: http://www.ecoda.com.au
   Version: 1.0
   Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
   Template: genesis
   Template Version: 1.8
   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
* 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
* Responsive Design
*/























/* Import Fonts







------------------------------------------------------------ */















@import url(http://fonts.googleapis.com/css?family=Oswald);

/* Defaults







------------------------------------------------------------ */















body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
	background-color: #efefef;
	border: 1px solid #dfdfdf;
}

input, label, select, textarea {
	font-weight: 300;
	color: #333;
	font-size:11px;
}

input[type=text] {
	color: #999;
}

li, ol, ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* Hyperlinks







------------------------------------------------------------ */















a, a:visited {
	color: #88151a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body







------------------------------------------------------------ */















body {
	background-color: #681215;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}















::-moz-selection {
 background-color: #0d72c7;
 color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap







------------------------------------------------------------ */















#wrap {
	margin: 0px auto;
	width: 960px;
	padding: 0;
}

/* Header







------------------------------------------------------------ */















#header {
	margin: 0 auto;
	height: 134px;
	width: 100%;
	background-image: url(images/header-pattern.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#title-area {
	float: left;
	overflow: hidden;
	padding:0;
	width: 261px;
	margin-left: -5px;
	margin-top: 11px;
	background: url(images/logo.jpg) no-repeat;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a, #title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}

/* Image Header - Partial Width







------------------------------------------------------------ */















.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 109px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 261px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* Image Header - Full Width







------------------------------------------------------------ */























/* Header / Primary / Secondary Navigation







------------------------------------------------------------ */















.menu-primary, .menu-secondary, .menu-sub {
	background-repeat: repeat-x;
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary {
	background-image: url(images/menu-bg.jpg);
}

.menu-sub {
	font-size: 12px;
	background-color: #4d1214;
}

.menu-primary ul, .menu-secondary ul, .menu-sub ul {
	float: left;
	width: 100%;
}

.menu-primary li, .menu-secondary li, .menu-sub li {
	float: left;
	list-style-type: none;
}

.menu-primary a, .menu-secondary a, .menu-sub a {
	border-right: 1px solid #733234;
	color: #fff;
	display: block;
	padding: 10px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-sub a {
	padding: 5px 12px;
	border-right: none;
	text-transform: lowercase;
}

.menu-primary li:last-child a {
	border-right: none;
}

.menu-sub li:first-child a {
	padding-left: 24px;
}

.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 {
	background-image: url(images/menu-sel.jpg);
	background-repeat: repeat-x;
}

.menu-sub li a:active, .menu-sub li a:hover, .menu-sub .current_page_item a, .menu-sub .current-cat a, .menu-sub .current-menu-item a {
	background-color: #731215;
}

.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, .menu-sub li li a, .menu-sub li li a:link, .menu-sub li li a:visited {
	background: none;
	color: #fff;
	font-size: 12px;
	padding: 9px 0px 8px 10px;
	position: relative;
	text-transform: lowercase;
}

.menu-primary li ul, .menu-secondary li ul, .menu-sub li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	background: -moz-linear-gradient(top, #4d1214 0%, #86151b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d1214), color-stop(100%, #86151b));
	background: -webkit-linear-gradient(top, #4d1214 0%, #86151b 100%);
	background: -o-linear-gradient(top, #4d1214 0%, #86151b 100%);
	background: -ms-linear-gradient(top, #4d1214 0%, #86151b 100%);
	background: linear-gradient(to bottom, #4d1214 0%, #86151b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1214', endColorstr='#86151b', GradientType=0 );
}

.menu-primary li ul li, .menu-secondary li ul li, .menu-sub li ul li {
	border-bottom: 1px solid #914346;
	float: none;
}

.menu-primary li ul li:last-child, .menu-secondary li ul li:last-child, .menu-sub li ul li:last-child {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}

.menu-primary li ul li:hover, .menu-secondary li ul li:hover, .menu-sub li ul li:hover {
	background: #86151b;
	background: -moz-linear-gradient(top, #86151b 0%, #4d1214 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86151b), color-stop(100%, #4d1214));
	background: -webkit-linear-gradient(top, #86151b 0%, #4d1214 100%);
	background: -o-linear-gradient(top, #86151b 0%, #4d1214 100%);
	background: -ms-linear-gradient(top, #86151b 0%, #4d1214 100%);
	background: linear-gradient(to bottom, #86151b 0%, #4d1214 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86151b', endColorstr='#4d1214', GradientType=0 );
}

.menu-primary li ul a, .menu-secondary li ul a, .menu-sub li ul a {
	width: 150px;
}

.menu-primary li ul ul, .menu-secondary li ul ul, .menu-sub 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, .menu-sub li:hover>ul, .menu-sub li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul, .menu-secondary li a.sf-with-ul, .menu-sub li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* sub menus */











/* Primary Navigation Extras







------------------------------------------------------------ */















.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.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 {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}

/* Breadcrumb







------------------------------------------------------------ */















.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}

/* 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 {
	float: left;
	width: 750px;
}

.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;
	width: 710px;
	min-height: 500px;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	margin-top: 6px;
}

.entry-content p {
	margin: 0 0 15px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: 1px solid #999;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
	border-radius:12px;
	color:#333;
}

blockquote p, #sidebar blockquote {
	color:#333;
	font-style: italic;
}

#sidebar blockquote {
	background: url(images/sidequote.png) no-repeat;
	border: none;
	margin: 0;
	padding: 5px 0;
	text-indent: 40px;
	color:#333;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* 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 {
	line-height: 1.25;
	margin: 0 0 10px;
	color: #88151a;
	font-family: Tahoma, Arial, San-serif;
}

h1 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	background-color: #ab3338;
	display: inline-block;
	padding: 4px 110px 5px 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2, h2 a, h2 a:visited {
	font-size: 18px;
	color: #999;
	font-family: Tahoma, Arial, San-Serif;
	font-weight: normal;
}

h2 a, h2 a:visited {
	color: #999;
}

h2 a:hover {
	color: #970E14;
	text-decoration: none;
}

.widget-area h2, .widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

/* Ordered / Unordered Lists







------------------------------------------------------------ */















.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li, .entry-content ul li {
	list-style-image: url(images/list-icon.png);
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 2 35px;
}

.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}

/* Post Info







------------------------------------------------------------ */















.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}

/* Post Meta







------------------------------------------------------------ */















.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}

/* Author Box







------------------------------------------------------------ */















.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}

/* Sticky Posts







------------------------------------------------------------ */















.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}

/* Archive Page







------------------------------------------------------------ */















.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}

/* Post Icons







------------------------------------------------------------ */















.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}

/* Images







------------------------------------------------------------ */















img {
	height: auto;
	max-width: 100%;
}

.avatar, .featuredpage img, .featuredpost img, .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley, .wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

/* Post Navigation







------------------------------------------------------------ */















.navigation {
	font-size: 14px;
	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 {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover, .navigation li.active a {
	background-color: #f5f5f5;
}

/* Primary / Secondary Sidebars







------------------------------------------------------------ */















.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 190px;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget:last-child {
	margin-bottom: 0px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.widget_nav_menu {
	margin-bottom: 18px;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

#sidebar.widget-area .widget_nav_menu ul li {
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.widget_nav_menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #ab3338;
	padding: 8px 0;
	padding-left: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.widget_nav_menu li:nth-child(1) a {
	background-color: #892A2E;
}

.widget_nav_menu li:nth-child(2) a {
	background-color: #970E15;
	;
}

.widget_nav_menu li:nth-child(3) a {
	background-color: #AC3338;
}

.widget_nav_menu li a:hover {
	text-decoration: none;
}

.widget_nav_menu li.current_page_item a, .widget_nav_menu li.current-page-ancestor a, .widget_nav_menu li a:hover {
	opacity: .85;
}

#sidebar-bio {
	color: #88151a;
	text-align: center;
	margin-top: 7px;
}

#order-report, #fb {
	text-align: center;
}

#order-report a:hover, #fb a:hover {
	opacity: .85;
}

.sidebar .gform_widget h4, #text-18 h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	color: 88151a;
	border-bottom: 1px solid #88151a;
}

#upcoming p {
	margin-bottom: 20px;
	font-size: 12px;
}

#sidebar .gform_widget {
	margin-bottom: 40px;
}

#sidebar .gform_widget ul {
	overflow: hidden;
}

.sidebar .gform_widget .checklist > .gfield_label, .sidebar .gform_widget .firstname > .gfield_label, .sidebar .gform_widget .email > .gfield_label {
	display: none;
}

.sidebar .gform_widget .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	font-weight: normal !important;
}

.sidebar .gfield_checkbox li label, .sidebar .gfield_radio li label {
	margin: 0px 0px 0px 20px;
}

#sidebar .gform_widget ul li {
	margin: 0 0 1px;
	padding: 0;
}

#sidebar .gform_widget .field_checkbox li {
	margin-bottom: 5px;
}

#sidebar .gform_widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar .gform_wrapper .gform_footer input[type="image"] {
	float: right;
	margin-right: 2px;
	margin-top:  0px;
}

input[type="image"]:hover {
	opacity: .85;
}

.sidebar .gform_wrapper input.large {
	width: 184px !important;
}

/* Dropdowns







------------------------------------------------------------ */















.widget_archive select, #cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}

/* Featured Page / Post







------------------------------------------------------------ */















.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page, .featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page, #footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}

/* User Profile







------------------------------------------------------------ */















.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}

/* Buttons







------------------------------------------------------------ */















input[type="button"], input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"], input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}

/* Search Form







------------------------------------------------------------ */















#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* eNews and Update Widget







------------------------------------------------------------ */















.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}

/* 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: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Footer Widgets







------------------------------------------------------------ */















#footer-widgets {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #ccc;
	line-height: 16px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0;
	padding: 0 10px;
	float:left;
	width: 220px;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets a, #footer-widgets a:visited {
	color: #777;
	font-weight: normal;
}

#footer-widgets a:hover {
	color: #333;
	text-decoration: none;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 6px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 0 0 4px 10px;
}

#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets table {
	border-spacing: 0;
	border-collapse: collapse;
}

#footer-widgets table th {
	vertical-align: top;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}

#footer-widgets table td {
	vertical-align: top;
	color: #333;
}

#footer-widgets table a {
	color: #333;
	cursor: default;
}

#footer-widgets .gform_widget {
	margin: 0 0 15px 0;
}

#footer-widgets .gform_widget .gform_wrapper {
	margin: 0;
}

#footer-widgets .gform_widget .gfield {
	margin: 0;
	padding: 0;
	border: none;
}

#footer-widgets .gform_widget label {
	color: #6d6e71;
	margin: 0 0 1px;
	line-height: 14px;
}

#footer-widgets .gform_widget .ginput_container {
	margin: 0 0 7px;
}

#footer-widgets .gform_widget input, #footer-widgets .gform_widget textarea {
	line-height: 14px;
	background: #fff;
	border: 1px solid #939598;
	color: #333;
}

#footer-widgets .gform_widget .button {
	background: none;
	border: none;
	color: #6d6e71;
	float: right;
	text-transform: lowercase;
	text-decoration: underline;
	padding: 0 !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: right;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer-widgets .gform_widget .button:hover {
	text-decoration: none;
}

#footer-widgets .gform_widget textarea.small {
	height: 50px;
}

#footer-widgets .gform_widget .gfield_required {
	color: #6d6e71;
	font-weight: normal;
}

/* Footer







------------------------------------------------------------ */















#footer {
	background: url(images/footer.png) no-repeat;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 125px 15px 10px;
}

#footer p {;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #b6bbb0;
	text-decoration: none;
}

#footer .gototop {
	text-align: center;
}

/* internal project */







.ecoda {
	text-indent: 9999px;
	background: transparent url(images/footerlogoblack.png) no-repeat;
	width: 82px;
	height: 27px;
	display: block;
	float: right;
	margin: 0 0 0 5px;
}

/* reseller project */







#ecoda {
	text-indent: -9999px;
	background: transparent url(images/ecoda-sign.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 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: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol, .ping-list ol {
	padding: 10px;
}

.comment-list li, .ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.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;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt, .thread-even {
	background-color: #f5f5f5;
}

.alt, .depth-1, .even {
	border: 1px solid #ddd;
}

/* 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 {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Contact Us Template







------------------------------------------------------------ */







.contact-form {
	width: 300px;
	float: right;
	padding-left: 20px;
}

.contact-form .gform_wrapper .top_label input.medium, .contact-form .gform_wrapper .top_label select.medium {
	width: 90%;
}

/* Slide Deck */















.slidedeck_frame {
	border: none;
	width: 704px;
	height: 271px;
	background: #fff;
}

.skin-default dl.slidedeck > dt {
	border: 0 !important;
	background: none !important;
}

.skin-default dl.slidedeck {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
}

.skin-image_no_caption dl.slidedeck, .skin-image_no_caption dl.slidedeck dd {
	background: transparent !important;
	border: 0 !important;
}

.skin-default dl.slidedeck > dd {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border: none !important;
	padding: 0 !important;
	width: 704px !important;
	height: 271px !important;
	background: none !important;
}

.sd-node-nav {
	display: none;
}

/* Social Links */















.social-links ul {
	float: right;
	width: 194px;
	margin: 0;
	padding: 0;
}

.social-links li {
	float: left;
	list-style: none;
}

.social-links a {
	display: block;
	width: 40px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	margin: 0 12px 0 0;
}

.social-links .facebook a {
	background: transparent url(images/facebook.png) top center no-repeat;
}

.social-links .twitter a {
	background: transparent url(images/twitter.png) top center no-repeat;
	width: 39px;
	padding: 0;
}

.social-links .youtube a {
	background: transparent url(images/youtube.png) top center no-repeat;
	width: 39px;
}

.social-links .email a {
	background: transparent url(images/email.png) top center no-repeat;
	margin: 0;
}

.social-links a:hover {
	background-position: bottom;
}

a.button {
	background-color: #ab3338;
	padding: 6px 0;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
}

a.button:hover {
	background-color: #970E14;
}

body.home .entry-title {
	display: none;
}

body.home .entry-content {
	margin-top: 0px;
}

body.home .entry-content, body.home .entry-content p {
	color: #fff;
	font-size: 14px;
}

#home-main {
	background-color: #88151a;
	background-image: url("images/home-body-bg.jpg");
	background-repeat: no-repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: 120px;
	padding: 44px 20px 20px 185px;
	margin-bottom: 20px;
}

.home-section {
	width: 223px;
	min-height: 315px;
	float: left;
	background-color: #882a2e;
	padding-top: 5px;
	margin-right: 20px;
	-webkit-border-bottom-right-radius: 23px;
	-webkit-border-bottom-left-radius: 23px;
	-moz-border-radius-bottomright: 23px;
	-moz-border-radius-bottomleft: 23px;
	border-bottom-right-radius: 23px;
	border-bottom-left-radius: 23px;
}

.home-section, .home-section p {
	font-size: 12px;	
}

.home-section p {
	margin: 0;
}

.home-section:nth-child(1) {
	background-color: #892a2e;
}

.home-section:nth-child(2) {
	background-color: #970e15;
}

.home-section:nth-child(3) {
	background-color: #ac3338;
}

.home-section:last-child {
	margin-right: 0;
}

.home-section h2 {
	color: #fff;
	font-size: 15px;
	padding: 0px 15px;
	margin-bottom: 0px;
}

.home-section-content {
	padding: 10px 15px 5px;
}

.home-section a {
	color: #fff;
	font-weight: bold;
}

iframe {
	border: none;
}

body.home #nav_menu-7 {
	display:none;
}

#sidebar-bio {
	color: #88151A;
	text-align: center;
	margin-top: 8px;
	line-height: 1em;
	font-size: 13px;
}

.sidebar .gform_widget {
	font-size: 11px;
	line-height:14px;
}

.home #nav_menu-4 {
	display:none;
}




/* JDH20140623: Style tweaks */

body.blog h1#title {
   background-color: transparent !important;
}

body.blog h2.entry-title {
   font-size: 22px;
   color: #ffffff !important;
   font-weight: normal;
   background-color: #ab3338;
   display: inline-block;
   padding: 4px 110px 5px 20px;
   -webkit-border-top-right-radius: 20px;
   -webkit-border-bottom-right-radius: 20px;
   -moz-border-radius-topright: 20px;
   -moz-border-radius-bottomright: 20px;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

body.blog h2.entry-title a,
body.blog h2.entry-title a:visited {
   font-size: 22px;
   color: #ffffff !important;
   font-weight: normal;
}

div#sidebar div.widget_facebook-like-box,
div#sidebar div.widget_facebook-like-box iframe {
   width: 190px !important;
}
div#sidebar div.widget_facebook-like-box iframe {
   height: 90px !important;
}

/* Responsive Design







------------------------------------------------------------ */















@media only screen and (max-width: 600px) {

.menu-primary li, .menu-primary li ul, .menu-primary li ul a, .menu-secondary li, .menu-secondary li ul, .menu-secondary li ul a, .menu-sub li, .menu-sub li ul, .menu-sub li ul a {
	width: 100%;
}

.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 {
	padding: 0;
	width: 100%;
}

.menu-primary li a, .menu-secondary li a, .menu-sub li a {
	margin: 0;
	padding: 7px 3%;
}

.menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus-white.png) right no-repeat;
}

.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, .menu-sub li li a, .menu-sub li li a:link, .menu-sub li li a:visited {
	background: none;
	color: #fff;
	padding: 7px 3%;
	width: 94%;
}

.menu-primary li ul, .menu-secondary li ul, .menu-sub li ul {
	background: #333;
	clear: both;
	margin: 0;
	padding: 0;
	position: inherit;
}

.menu-primary li ul ul, .menu-secondary li ul ul, .menu-sub li ul ul {
	background: #666;
}

.menu-primary li ul ul ul, .menu-secondary li ul ul ul, .menu-sub li ul ul ul {
	background: #999;
}

.menu-primary li ul ul, .menu-secondary li ul ul, .menu-sub li ul ul {
	margin: 0;
}
}
 @media only screen and (max-width: 960px) {

body {
	width: 100%;
	margin: 0 auto;
}

.archive-page, .content-sidebar #content, .content-sidebar-sidebar #content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .full-width-content #content, .sidebar, .sidebar-content #content, .sidebar-content-sidebar #content, .sidebar-sidebar-content #content, #content-sidebar-wrap, #footer .creds, #footer .gototop, #footer-widgets .wrap, #header .widget-area, #sidebar-alt, #title-area, #wrap {
	width: 100%;
}

#wrap {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

#description, #footer .creds, #footer .gototop, #title, #title-area {
	float: none;
	text-align: center;
}

#title-area {
	padding: 10px 0;
}

#description, #title a, #title a:hover {
	padding: 0;
}

#header .widget-area {
	padding: 0 0 10px;
}

#header .searchform {
	float: none;
	padding: 0;
	text-align: center;
}

#header .s {
	margin: 0 -7px 0 0;
}

.menu li.right {
	display: none;
}

#inner {
	padding: 20px 0 0;
}

.breadcrumb, .navigation, .sidebar .widget, .taxonomy-description {
	margin: 0 20px 20px;
}

#content {
	padding: 0;
}

.page .page, .post, #comments, #respond {
	padding: 0 20px;
}

.author-box {
	margin: 0 20px 40px;
}

#footer-widgets .widget {
	padding: 20px 20px 0;
}

#footer-widgets .wrap {
	padding: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	margin: 0;
}
}

/* JDH20140825 WooCommerce styling */
body.woocommerce div#content h1 {
   display: block !important;
}

#header h1#title {
   background-color: transparent;
}

/* EOF */