/*
	Theme Name: Fabric8ted Child Theme
	Theme URI: http://my.studiopress.com/themes/fabric8ted
	Description: Fabric8ted is a mobile responsive two column child theme created for the Genesis Framework with a custom home page and 4 color scheme options
	Author: EightCrazy Designs
	Author URI: http://www.eightcrazydesigns.com/
 
	Version: 1.0.0
 
	Tags: green, peach, sage, ivory, 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, color-options, mobile-responsive
 
	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
* Genesis Responsive Slider
* Home Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Post Icons
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Tag Cloud Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Fabric8ted Purple
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Cutive|Sanchez|Sacramento|Julius+Sans+One);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fff;
}

input,
select,
textarea {
	border: 1px solid #ccc9c2;
}

blockquote,
input,
label,
select,
textarea {
	color: 00643e;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 16px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25912D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #f6f0e6;
}

::-moz-selection {
	background-color: #737068;
	color: #fff;
}

::selection {
	background-color: #737068;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 1140px;
}

.fabric8ted-landing #wrap {
	width: 800px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 285px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 40%;
}

#title {
	font-family: 'Georgia,Times,"Times New Roman",serif
	font-size: 48px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 5px;
}

#title a,
#title a:hover {
	color: #698689;
	display: block;
	padding: 27px 0 0;
	text-decoration: none;
}

#description {
	color: #737068;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 13px;
	margin: 0px 0 20px 0;
	padding: 0;
}

#header .widget-area {
	border-left: 0px dashed #737068;
	float: right;
	margin: 40px 0 20px 0;
	padding: 0 0 0 30px;
	width: 24%;
}

#header .widget-area p {
	color: #737068;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	direction: ltr;
	width: 25%;
}


/* 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,
#header .menu {
	background-color: #fff;
	clear: both;
	color: #25902c;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-secondary {
	background-image: url(images/bg-footer-widgets-bot.png) bottom;
	border-top: 1px dashed #fff;
}

#header .menu {
	float: right;
	margin: 0;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu 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,
#header .menu a {
	color: #25902c;
	display: block;
	padding: 25px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#header .menu a {
	padding: 38px 20px;
}

.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current-menu-item a {
	background: #fff;
	color: #698689;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
#header .menu li a:hover,
#header .menu li:hover a {
	background-color: #fff;
	color: #86CD30;
}

.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;
	background-color: #fff !important;
	border: 1px solid #f6f0e6;
	border-top: none;
	color: #666 !important;
	font-size: 18px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 143px;
}

.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-color: #f6f0e6 !important;
	color: #86CD30 !important;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 165px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

.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 li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #000;
	display: inline;
}

.menu li.right a:hover {
	color: #86CD30;
}

.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-color: #fff;
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.fabric8ted-home #inner {
	overflow: visible;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

#content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

#content #genesis-responsive-slider .slide-excerpt {
	background: #8fa5a6 url(images/slider-excerpt.png) no-repeat bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

#content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

#content #genesis-responsive-slider h2 {
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
}

#content #genesis-responsive-slider h2 a {
	color: #25912D;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
}

#content #genesis-responsive-slider p {
	color: #25912D;
	font-family: 'Georgia,Times,"Times New Roman",serif;
}

#content #genesis-responsive-slider .flex-direction-nav li a {
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -25px;
	width: 50px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

#content #genesis-responsive-slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

#content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

#content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}

.fabric8ted-home #content #genesis-responsive-slider a.more-link {
	clear: both;
	color: #25912d;
	display: block;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 24px;
	margin: 15px 0 0;
	text-align: right;
}


/* Home Page
------------------------------------------------------------ */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 30px 40px 0;
}

.home-middle .widget,
.home-top .widget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 33%;
}

.fabric8ted-home .featuredpage img,
.fabric8ted-home .featuredpost img {
	margin: 0 0 30px;
}

.fabric8ted-home .featuredpage .page,
.fabric8ted-home .featuredpost .post {
	margin: 0 0 20px;
}

.fabric8ted-home .featuredpage .hentry,
.fabric8ted-home .featuredpost .hentry {
	height: 355px;
}

.fabric8ted-home a.more-link {
	clear: both;
	display: block;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
	margin: 15px 0 0;
	text-align: right;
}

.more-from-category {
	background: url(images/bg-more-category.png) center right no-repeat;
	border-top: 1px dashed #737068;
	border-bottom: 1px dashed #737068;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 8px 35px 8px 0px;
	margin: 0 0 45px 0;
	text-align: right;
	text-transform: uppercase;
}

.more-from-category a {
	color: #8fa5a6;
	text-decoration: none;
}

.more-from-category a:hover {
	color: #698689;
	text-decoration: none;
}

/* Home Widgets
------------------------------------------------------------ */

.fabric8ted-home .home-cta,
.fabric8ted-home .home-twitter {
	background: #d8efbc url(images/bg-footer-widgets.png) no-repeat top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 20px;
	padding: 40px 70px;
	width: 100%
}

.fabric8ted-home .home-bottom {
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 20px;
	padding: 40px 70px;
	width: 100%
}

.fabric8ted-home .home-cta p,
.fabric8ted-home .home-twitter p {
	color: #fff;
	font-size: 20px;
}

.fabric8ted-home .home-bottom p {
	color: #737068;
	font-size: 20px;
}

.home-cta .latest-tweets ul li,
.home-twitter .latest-tweets ul li {
	background: url(images/bg-tweets.png) top left no-repeat;
	color: #fff;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 22px;
	font-style: italic;
	height: auto;
	line-height: 26px;
	list-style-type: none;
	padding: 20px 50px 10px 100px;
	text-align: left;
}

.home-cta .latest-tweets ul li span,
.home-twitter .latest-tweets ul li span {
	display: none;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #777;
	font-size: 14px;
	margin: -30px -60px 30px;
	padding: 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 30px 60px 10px;
	width: 680px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1020px;
}

.full-width-content.fabric8ted-home #content {
	padding: 0;
	width: 100%;
}

.full-width-content.fabric8ted-landing #content {
	padding: 30px 60px 0;
	width: 680px;
}

.hentry {
	margin: 0 0 40px;
}

.fabric8ted-landing .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote1.png) no-repeat;
	border: none;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #9c988e;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f6f0e6;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc9c2;
	clear: both;
	margin: 0 0 25px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #698689;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-family: 'Georgia,Times,"Times New Roman",serif;
	clear: both;
	color: #25912D;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

h2,
h2 a,
h2 a:visited {
	clear: both;
	color: #8fa5a6;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 42px;
	margin: 0 0 5px;
	text-align: center;
}

h2 a:hover {
	color: #698689;
	text-decoration: none;
}

.taxonomy-description h1,
.widget-area h4 {
	color: #737068;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 34px;
}

h3 {
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
}

#comments h3,
#respond h3 {
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widget-area h4 a {
	text-decoration: none;
}

#footer-widgets .widget-area h4 {
	background: none;
	color: #16724a;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	padding: 0;
}

#sidebar .widget.enews-widget h4 {
	background: none;
	color: #25912D;
	font-size: 28px;
	line-height: 1.2;
	padding: 0;
}

.fabric8ted-home .home-cta h4 {
	color: #fff;
	font-size: 22px;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	margin: 0 0 5px;
	text-transform: none;
}

.home-top .widget h4,
.home-middle .widget h4,
.home-bottom .widget h4 {
	background: #d8efbc url(images/bg-h4.png) right repeat-y;
	font-size: 16px;
	line-height: 2.2;
	padding: 4px 0 0 10px;
}

#sidebar .widget h4 {
	background: #d8efbc url(images/bg-h4.png) right repeat-y;
	color: #25912D;
	font-size: 16px;
	line-height: 2.2;
	padding: 4px 0 0 10px;
}

h5 {
	font-size: 20px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	margin: 0 0 20px; 
	text-transform: uppercase;
}


/* 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-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.home .post-info {
	color: #777;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 11px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}

.post-info {
	color: #777;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 12px;
	overflow: visible;
	padding: 10px 0 0 0;
}

.post-info .date-info {
	border-top: 1px dashed #737068;
	border-bottom: 1px dashed #737068;
	color: #777;
	font-size: 12px;
	float: left;
	margin: 0 0 25px -60px;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
}

.post-info .comments {
	color: #698689;
	float: right;
	font-size: 12px;
	padding: 20px;
	text-transform: uppercase;
}

.post-info .comments a {
	color: #698689;
}

.home .post-info .post-comments {
	display: none;
}

.home .post-info .post-comments {
	background: none;
}

.post-info .post-comments {
	background: url(images/bg-comments.png) no-repeat 0 2px;
	padding: 0 0 5px 30px;
}

.post-info .author,
.post-info .date {
	font-weight: normal;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dashed #737068;
	clear: both;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 12px;
	padding: 10px 0 0;
	text-transform: uppercase;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* 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;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar {
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.post-image {
	border: 1px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #64c9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	background-color: #fff;
	border-left: 1px dashed #737068;
	display: inline;
	float: right;
	font-size: 18px;
	padding: 0 0 30px;
	width: 300px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0;
	padding: 10px 40px;
}

#sidebar-alt.sidebar .widget {
	padding: 30px 15px;
}

.sidebar.widget-area ul {
	margin-left: 15px;
}

.sidebar.widget-area ul li {
	border-bottom: 1px dashed #737068;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

#footer-widgets .widget-area ul li {
	border-bottom: 1px dashed #16724a;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

#footer-widgets .widget-area ul li a {
	color: #16724a;
	font-size: 18px;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	padding: 5px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
a.button {
	background-color: #25912D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}

.home-cta a.button,
.home-twitter a.button {
	margin: -30px 0 0;
}

input:hover[type="button"],
input:hover[type="submit"],
a:hover.button {
	background-color: #25912D;
	border: none;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin: 30px 0 0;
}

.menu-primary .searchform {
	margin: 8px 0 0;
}

.s {
	background: #fff url(images/bg-search.png) no-repeat right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #25912c;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

.menu-primary .s {
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .widget.enews-widget {
	background: #86CD2D url(images/bg-footer-widgets-bot.png) no-repeat bottom;
	margin: 0 0 30px;
	padding: 40px;
	text-align: center;
}

.enews p {
	color: #fff;
	font-family: 'Georgia,Times,"Times New Roman",serif;
	margin: 0 0 25px;
}

.enews #subbox {
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	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: #f6f0e6;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f6f0e6;
	padding: 2px;
	text-align: center;
}


/* Tag Cloud Widget
------------------------------------------------------------ */

.tagcloud a,
.tagcloud a:visited {
	background: #8fa5a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px !important;
	height: 23px;
	line-height: 23px;
	margin: 2px 0;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background: #d8efbc;
	color: #fff;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: #8fa5a6 url(images/bg-footer-widgets-bot.png) no-repeat bottom;
	color: #16724a;
	clear: both;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 40px 30px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #cfd8d9;
	text-decoration: none;
}

#footer-widgets a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets p {
	color: #fff;
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 33%;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 40px 0;
	text-transform: uppercase;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 0;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #25912D;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 75%;
}


/* 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 {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	padding: 0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 30px 30px 0;
} 

.comment-list li ul li {
	margin-right: -22px;
}

.comment-header {
	background: #d8efbc url(images/bg-footer-widgets.png) no-repeat top;
	float: left;
	padding: 30px;
	width: 100%;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
	padding: 30px;
}

.comment-content p {
	font-size: 14px;
	margin: 20px;
}

.comment-list cite,
.ping-list cite,
.says {
	color: #25912D;
	display: block;
	float: left;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
}

.commentmetadata {
	clear: both;
	float: left;
	font-size: 12px;
	margin: -33px 0 5px 61px;
}

.commentmetadata a {
	color: #737068;
}

.reply {
	font-size: 14px;
	margin: 0 50px 50px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #fff;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 9px 20px !important;
}

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;
}


/* Code Snippet Styling - For demo only
------------------------------------------------------------ */

pre {
     overflow-x:scroll;
     overflow-y:hidden;
     border: 1px solid #dadada; background-color: #F0F0F0; padding:11px 11px 11px 11px;
}


/* Fabric8ted Purple
------------------------------------------------------------ */

.fabric8ted-purple a,
.fabric8ted-purple a:visited {
	color: #d0b243;
	text-decoration: none;
}

.fabric8ted-purple .menu-primary a,
.fabric8ted-purple .menu-secondary a,
.fabric8ted-purple #header .menu a {
	color: #737068;
}

.fabric8ted-purple #title a,
.fabric8ted-purple #title a:hover,
.fabric8ted-purple .menu-primary li a:active,
.fabric8ted-purple .menu-primary .current-menu-item a,
.fabric8ted-purple .menu-secondary li a:active,
.fabric8ted-purple .menu-secondary .current-menu-item a,
.fabric8ted-purple #header .menu li a:active,
.fabric8ted-purple #header .menu .current-menu-item a,
.fabric8ted-purple .more-from-category a:hover,
.fabric8ted-purple h3,
.fabric8ted-purple h4,
.fabric8ted-purple h5,
.fabric8ted-purple h6 ,
.fabric8ted-purple .post-info .comments,
.fabric8ted-purple .post-info .comments a {
	color: #8d7b92;
}

.fabric8ted-purple h1 {
	font-family: 'Sacramento', cursive;
	clear: both;
	color: #d0b243;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.fabric8ted-purple h2,
.fabric8ted-purple h2 a,
.fabric8ted-purple h2 a:visited {
	color: #a693ab;
}

.fabric8ted-purple h2 a:hover {
	color: #8d7b92;
}

.fabric8ted-purple .more-from-category a {
	color: #a693ab;
}

.fabric8ted-purple input[type="button"],
.fabric8ted-purple input[type="submit"],
.fabric8ted-purple a.button {
	background-color: #8d7b92;
	color: #fff;
}

.fabric8ted-purple input:hover[type="button"],
.fabric8ted-purple input:hover[type="submit"],
.fabric8ted-purple a:hover.button {
	background-color: #d0b243;
	color: #fff;
}

.fabric8ted-purple.fabric8ted-home .home-cta input[type="button"],
.fabric8ted-purple.fabric8ted-home .home-cta input[type="submit"],
.fabric8ted-purple.fabric8ted-home .home-cta a.button,
.fabric8ted-purple.fabric8ted-home .home-twitter input[type="button"],
.fabric8ted-purple.fabric8ted-home .home-twitter input[type="submit"],
.fabric8ted-purple.fabric8ted-home .home-twitter a.button {
	background-color: #d0b243;
	color: #fff;
}

.fabric8ted-purple.fabric8ted-home .home-cta input:hover[type="button"],
.fabric8ted-purple.fabric8ted-home .home-cta input:hover[type="submit"],
.fabric8ted-purple.fabric8ted-home .home-cta a:hover.button,
.fabric8ted-purple.fabric8ted-home .home-twitter input:hover[type="button"],
.fabric8ted-purple.fabric8ted-home .home-twitter input:hover[type="submit"],
.fabric8ted-purple.fabric8ted-home .home-twitter a:hover.button {
	background-color: #8d7b92;
	color: #fff;
}

.fabric8ted-purple #content #genesis-responsive-slider .slide-excerpt {
	background: #a693ab url(images/slider-excerpt.png) no-repeat bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

.fabric8ted-purple.fabric8ted-home .home-cta,
.fabric8ted-purple.fabric8ted-home .home-twitter {
	background: #e6d8a5 url(images/bg-footer-widgets.png) no-repeat top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 20px;
	padding: 40px 70px;
	width: 100%
}

.fabric8ted-purple #sidebar .widget h4 {
	background: #e6d8a5 url(images/bg-h4.png) right repeat-y;
	font-size: 16px;
	line-height: 2.2;
	padding: 4px 0 0 10px;
}

.fabric8ted-purple .comment-header {
	background: #e6d8a5 url(images/bg-footer-widgets.png) no-repeat top;
	float: left;
	padding: 30px;
	width: 100%;
}


.fabric8ted-purple #sidebar .widget.enews-widget {
	background: #a693ab url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-purple #footer-widgets {
	background: #a693ab url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-purple #footer a,
.fabric8ted-purple #footer a:visited {
	color: #d0b243;
}

.fabric8ted-purple #footer-widgets a,
.fabric8ted-purple #footer-widgets a:visited {
	color: #d3cdd5;
	text-decoration: none;
}

.fabric8ted-purple #sidebar .widget.enews-widget h4 {
	background: none;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	padding: 0;
}

.fabric8ted-purple #footer-widgets .widget-area h4 {
	background: none;
	color: #fff;
	padding: 0;
}

.fabric8ted-purple .tagcloud a,
.fabric8ted-purple .tagcloud a:visited {
	background: #a693ab;
	color: #fff;
}

.fabric8ted-purple .tagcloud a:hover {
	background: #e6d8a5;
	color: #fff;
}


/* Fabric8ted Blue
------------------------------------------------------------ */

.fabric8ted-blue a,
.fabric8ted-blue a:visited {
	color: #c48d9c;
	text-decoration: none;
}

.fabric8ted-blue .menu-primary a,
.fabric8ted-blue .menu-secondary a,
.fabric8ted-blue #header .menu a {
	color: #737068;
}

.fabric8ted-blue #title a,
.fabric8ted-blue #title a:hover,
.fabric8ted-blue .menu-primary li a:active,
.fabric8ted-blue .menu-primary .current-menu-item a,
.fabric8ted-blue .menu-secondary li a:active,
.fabric8ted-blue .menu-secondary .current-menu-item a,
.fabric8ted-blue #header .menu li a:active,
.fabric8ted-blue #header .menu .current-menu-item a,
.fabric8ted-blue .more-from-category a:hover,
.fabric8ted-blue h3,
.fabric8ted-blue h4,
.fabric8ted-blue h5,
.fabric8ted-blue h6 ,
.fabric8ted-blue .post-info .comments,
.fabric8ted-blue .post-info .comments a {
	color: #698197;
}

.fabric8ted-blue h1 {
	font-family: 'Sacramento', cursive;
	clear: both;
	color: #c48d9c;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.fabric8ted-blue h2,
.fabric8ted-blue h2 a,
.fabric8ted-blue h2 a:visited {
	color: #8a98a4;
}

.fabric8ted-blue h2 a:hover {
	color: #698197;
}

.fabric8ted-blue .more-from-category a {
	color: #8a98a4;
}

.fabric8ted-blue input[type="button"],
.fabric8ted-blue input[type="submit"],
.fabric8ted-blue a.button {
	background-color: #698197;
	color: #fff;
}

.fabric8ted-blue input:hover[type="button"],
.fabric8ted-blue input:hover[type="submit"],
.fabric8ted-blue a:hover.button {
	background-color: #c48d9c;
	color: #fff;
}

.fabric8ted-blue.fabric8ted-home .home-cta input[type="button"],
.fabric8ted-blue.fabric8ted-home .home-cta input[type="submit"],
.fabric8ted-blue.fabric8ted-home .home-cta a.button,
.fabric8ted-blue.fabric8ted-home .home-twitter input[type="button"],
.fabric8ted-blue.fabric8ted-home .home-twitter input[type="submit"],
.fabric8ted-blue.fabric8ted-home .home-twitter a.button {
	background-color: #c48d9c;
	color: #fff;
}

.fabric8ted-blue.fabric8ted-home .home-cta input:hover[type="button"],
.fabric8ted-blue.fabric8ted-home .home-cta input:hover[type="submit"],
.fabric8ted-blue.fabric8ted-home .home-cta a:hover.button,
.fabric8ted-blue.fabric8ted-home .home-twitter input:hover[type="button"],
.fabric8ted-blue.fabric8ted-home .home-twitter input:hover[type="submit"],
.fabric8ted-blue.fabric8ted-home .home-twitter a:hover.button {
	background-color: #698197;
	color: #fff;
}

.fabric8ted-blue #content #genesis-responsive-slider .slide-excerpt {
	background: #8a98a4 url(images/slider-excerpt.png) no-repeat bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

.fabric8ted-blue.fabric8ted-home .home-cta,
.fabric8ted-blue.fabric8ted-home .home-twitter {
	background: #d9b9c0 url(images/bg-footer-widgets.png) no-repeat top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 20px;
	padding: 40px 70px;
	width: 100%
}

.fabric8ted-blue #sidebar .widget h4 {
	background: #d9b9c0 url(images/bg-h4.png) right repeat-y;
	font-size: 16px;
	line-height: 2.2;
	padding: 4px 0 0 10px;
}

.fabric8ted-blue .comment-header {
	background: #d9b9c0 url(images/bg-footer-widgets.png) no-repeat top;
	float: left;
	padding: 30px;
	width: 100%;
}


.fabric8ted-blue #sidebar .widget.enews-widget {
	background: #8a98a4 url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-blue #footer-widgets {
	background: #8a98a4 url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-blue #footer a,
.fabric8ted-blue #footer a:visited {
	color: #c48d9c;
}

.fabric8ted-blue #footer-widgets a,
.fabric8ted-blue #footer-widgets a:visited {
	color: #c5ccd1;
	text-decoration: none;
}

.fabric8ted-blue #sidebar .widget.enews-widget h4 {
	background: none;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	padding: 0;
}

.fabric8ted-blue #footer-widgets .widget-area h4 {
	background: none;
	color: #fff;
	padding: 0;
}

.fabric8ted-blue .tagcloud a,
.fabric8ted-blue .tagcloud a:visited {
	background: #8a98a4;
	color: #fff;
}

.fabric8ted-blue .tagcloud a:hover {
	background: #d9b9c0;
	color: #fff;
}


/* Fabric8ted Green
------------------------------------------------------------ */

.fabric8ted-green a,
.fabric8ted-green a:visited {
	color: #25912D;
	text-decoration: none;
}

.fabric8ted-green .menu-primary a,
.fabric8ted-green .menu-secondary a,
.fabric8ted-green #header .menu a {
	color: #25912D;
}

.fabric8ted-green #title a,
.fabric8ted-green #title a:hover,
.fabric8ted-green .menu-primary li a:active,
.fabric8ted-green .menu-primary .current-menu-item a,
.fabric8ted-green .menu-secondary li a:active,
.fabric8ted-green .menu-secondary .current-menu-item a,
.fabric8ted-green #header .menu li a:active,
.fabric8ted-green #header .menu .current-menu-item a,
.fabric8ted-green .more-from-category a:hover,
.fabric8ted-green h3,
.fabric8ted-green h4,
.fabric8ted-green h5,
.fabric8ted-green h6 ,
.fabric8ted-green .post-info .comments,
.fabric8ted-green .post-info .comments a {
	color: #86CD30;
}

.fabric8ted-green h1 {
	font-family: 'Georgia,Times,"Times New Roman",serif;
	clear: both;
	color: #25912D;
	font-size: 40px;
	line-height: 1.5;
	margin: 0 0 12px 0;
	text-align: center;
}

.fabric8ted-green h2,
.fabric8ted-green h2 a,
.fabric8ted-green h2 a:visited {
	color: #25912d;
	font-size: 40px;
}

.fabric8ted-green h2 a:hover {
	color: #86CD30;
}

.fabric8ted-green .more-from-category a {
	color: #25912d;
}

.fabric8ted-green input[type="button"],
.fabric8ted-green input[type="submit"],
.fabric8ted-green a.button {
	background-color: #86CD30;
	color: #fff;
}

.fabric8ted-green input:hover[type="button"],
.fabric8ted-green input:hover[type="submit"],
.fabric8ted-green a:hover.button {
	background-color: #25912D;
	color: #fff;
}

.fabric8ted-green.fabric8ted-home .home-cta input[type="button"],
.fabric8ted-green.fabric8ted-home .home-cta input[type="submit"],
.fabric8ted-green.fabric8ted-home .home-cta a.button,
.fabric8ted-green.fabric8ted-home .home-twitter input[type="button"],
.fabric8ted-green.fabric8ted-home .home-twitter input[type="submit"],
.fabric8ted-green.fabric8ted-home .home-twitter a.button {
	background-color: #25912D;
	color: #fff;
}

.fabric8ted-green.fabric8ted-home .home-cta input:hover[type="button"],
.fabric8ted-green.fabric8ted-home .home-cta input:hover[type="submit"],
.fabric8ted-green.fabric8ted-home .home-cta a:hover.button,
.fabric8ted-green.fabric8ted-home .home-twitter input:hover[type="button"],
.fabric8ted-green.fabric8ted-home .home-twitter input:hover[type="submit"],
.fabric8ted-green.fabric8ted-home .home-twitter a:hover.button {
	background-color: #25912d;
	color: #fff;
}

.fabric8ted-green #content #genesis-responsive-slider .slide-excerpt {
	background: #d8efbc url(images/slider-excerpt.png) no-repeat bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

.fabric8ted-green.fabric8ted-home .home-cta,
.fabric8ted-green.fabric8ted-home .home-twitter {
	background: #d8efbc  url(images/bg-footer-widgets.png) no-repeat top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #25912D;
	float: left;
	font-size: 20px;
	padding: 40px 70px;
	width: 100%
}

.fabric8ted-green #sidebar .widget h4 {
	background: #fff url(images/bg-h4.png) right repeat-y;
	font-size: 16px;
	line-height: 2.2;
	padding: 4px 0 0 10px;
}

.fabric8ted-green .comment-header {
	background: #d8efbc url(images/bg-footer-widgets.png) no-repeat top;
	float: left;
	padding: 30px;
	width: 100%;
}


.fabric8ted-green #sidebar .widget.enews-widget {
	background: #fff url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-green #footer-widgets {
	background: #fff  url(images/bg-footer-widgets-bot.png) no-repeat bottom;
}

.fabric8ted-green #footer a,
.fabric8ted-green #footer a:visited {
	color: #25912D;
}

.fabric8ted-green #footer-widgets a,
.fabric8ted-green #footer-widgets a:visited {
	color: #25912d;
	text-decoration: none;
}


.fabric8ted-green #sidebar .widget.enews-widget h4 {
	background: none;
	color: #25912D;
	font-size: 28px;
	line-height: 1.2;
	padding: 0;
}

.fabric8ted-green #footer-widgets .widget-area h4 {
	background:#fff url(images/bg-h4.png) right repeat-y;
	color:#16724a;
	line-height:2.2;
	padding:4px 0 0 10px
}

.fabric8ted-green .tagcloud a,
.fabric8ted-green .tagcloud a:visited {
	background: #99a683;
	color: #fff;
}

.fabric8ted-green .tagcloud a:hover {
	background: #d8efbc;
	color: #fff;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	#wrap {
		width: 960px;
	}

	#header .menu a {
		padding: 38px 15px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	#content {
		float: left;
		padding: 30px 40px 10px;
		width: 520px;
	}

	.full-width-content #content {
		width: 840px;
	}

	.post-info .date-info {
		margin: 0 0 25px -40px;
		padding: 20px 20px 20px 40px;
	}

	.home .post-info .post-comments {
		clear: both;
		float: left;
		padding: 0;
	}

	#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt,
	#content #genesis-responsive-slider .flex-direction-nav li a,
	#content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	.fabric8ted-home .featuredpage .hentry,
	.fabric8ted-home .featuredpost .hentry {
		clear: both;
		height: auto;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		margin: 0 auto;
		width: 100%;
	}

	.content-sidebar #content,
	.fabric8ted-landing #wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.fabric8ted-landing #content,
	.menu-primary,
	.menu-secondary,
	.sidebar,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		margin: 0 0 -30px 0;
		padding: 10px 0;
	}

	#header .widget-area {
		border-left: none;
		border-top: 1px dashed #737068;
		padding: 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-cta a.button,
	.home-twitter a.button,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.fabric8ted-home #inner,
	.full-width-content.fabric8ted-landing #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.breadcrumb {
		margin: -30px -30px 30px;
		padding: 10px 15px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 5px 10px;
	}

	.menu li.right,
	#content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #inner {
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 padding: 30px;
	 }

	.home-middle,
	.home-top {
		padding: 30px 20px 0;
	}

	.breadcrumb
	.fabric8ted-home .featuredpage .page,
	.fabric8ted-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.fabric8ted-home .home-bottom,
	.fabric8ted-home .home-cta,
	.fabric8ted-home .home-twitter {
		padding: 20px 30px;
		text-align: center;
	}

	.fabric8ted-home .home-bottom .alignright,
	.fabric8ted-home .home-cta .alignright {
		clear: both;
		display: block;
		float: none;
		margin: 20px 25% 10px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 34px;
	}

	.widget-area h4 {
		margin: 0 0 10px;
	}

	.sidebar {
		border-left: none;
	}

	.sidebar .widget,
	#sidebar .widget.enews-widget {
		padding: 20px 30px;
	}

	#footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 30px 0;
	}

	#footer {
		padding: 20px 0;
	}

}

@media only screen and (max-width: 960px) {

	#header .widget-area {
		border-left: none;
		border-top: 1px dashed #737068;
		padding: 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		border-bottom: 3px solid #f6f0e6;
		margin: 0 0 25px 0;
	}
}

@media only screen and (max-width: 800px) {

	#title {
	font-family: 'Georgia,Times,"Times New Roman",serif;
	font-size: 40px;
	}

	.home-middle,
	.home-top {
		padding: 30px 0 0;
	}

	.home-bottom .widget,
	.home-middle .widget,
	.home-top .widget {
		text-align: center;
		width: 100%;
	}

	.fabric8ted-home .featuredpage .page,
	.fabric8ted-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.fabric8ted-home .featuredpage img,
	.fabric8ted-home .featuredpost img {
		margin: 0 0 20px;
	}

	.fabric8ted-home a.more-link {
		margin: 20px 0 0;
	}

	.post-info .date-info {
		margin: 0 0 25px;
		padding: 20px;
	}

	.post-info .comments {
		display: none;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 34px;
	}

	.archive-page,
	.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%;
	}


@media only screen and (max-width: 600px) {

	.fabric8ted-home .home-twitter {
		padding: 10px 15px;
		text-align: center;
	}

	.home-cta .latest-tweets ul li,
	.home-twitter .latest-tweets ul li {
		background: none;
		padding: 10px;
		text-align: left;
	}
}