/*
	Theme Name: ChrisG.com
	Theme URI: http://www.studiopress.com
	Description: ChrisG.com custom designed child theme for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.7.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Generate Box
* 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

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #1d1d1d;
	font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #222;
	font-family: 'Helvetica Neue', Arial, Tahoma, sans-serif;
}


.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.wp-caption {
	border: none;
}

input,
select {
}

input[type=text] {
	padding: 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%;
}

#content .addthis_counter.addthis_pill_style {
	display: inline-block !important;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f64110;
	text-decoration: underline;
}

a:hover {
	color: #1d1d1d;
	text-decoration: none;
}

a img {
	border: none;
}

.more-link {
	background: url(images/bullet.gif) no-repeat right;
	padding: 0 15px 0 0;
	font-weight: bold;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #d5d5d5;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #f3f3f3;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #fff;
	border-bottom: 5px solid #f64110;
	min-height: 100px;
}

#header .wrap {
	margin: 0 auto;
	width: 960px;
}

#title-area {
	background: url(images/header-photo.jpg) no-repeat right;
	float: left;
	padding: 20px 0 10px;
	width: 960px;
}

body.generate-landing #title-area {
	background: none;
}

#title {
	margin: 0;
	padding: 0;
	float: left;
}

body.generate-landing #title {
	margin-left: 250px;
}

#title a,
#title a:hover {
	background: url(images/logo.gif) no-repeat;
	color: #222;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 69px;
	width: 141px;
}

#description {
	color: #8c8c8c;
	font-size: 12px;
	float: left;
	margin: 20px 0 0 40px;
}

#header .widget-area {
	float: right;
	padding: 15px 0 0;
	width: 500px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 450px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu,
#header ul.nav {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: right;
}

#header ul.menu ul,
#header ul.nav ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li,
#header ul.nav li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a,
#header ul.nav li a {
	border-right: 1px solid #ddd;
	color: #222;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li:last-child a,
#header ul.menu li:last-child a {
	border: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a,
#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a {
	background: url(images/gradient.png) 0 -33px;
	color: #222;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited,
#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #222;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active,
#header ul.nav li li a:hover,
#header ul.nav li li a:active {
	background-color: #f5f5f5;
	color: #222;
}

#header ul.menu li ul,
#header ul.nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.menu li ul a,
#header ul.nav li ul a {
	width: 130px;
}

#header ul.menu li ul ul,
#header ul.nav li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul,
#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/nav.png) repeat-x;
	clear: both;
	height: 67px;
}

#nav .wrap {
	color: #444;
	margin: 0 auto;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #444;
	display: block;
	font-size: 11px;
	margin: 0 2px 0 0;
	padding: 10px 17px 7px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px #fafafa;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: url(images/nav-hover.gif);
	color: #fff;
	text-shadow: 1px 1px #444;
}

#nav li li {
	background: none;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	color: #666;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	padding: 7px 5px;
	position: relative;
	width: 128px;
	text-shadow: none;
}

#nav li li a:hover,
#nav li li a:active {
	color: #f64110;
}

#nav li ul {
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	background-color: #fff;
	box-shadow: 0 0 3px #666;
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#nav li ul a {
	width: 120px;
}

#nav li ul ul {
	margin: -41px 0 0 150px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#nav li li:last-child a { 
	border: none; 
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	color: #6e6e6e;
	float: right;
	font-size: 11px;
	padding: 11px 0;
	text-shadow: #fafafa 1px 1px;
}

#nav li.right span {
	float: left;
	display: block;
	margin-right: 15px;
}

#nav li.right .twitter-icon,
#nav li.right .fb-icon,
#nav li.right .linkedin-icon,
#nav li.right .gplus-icon {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0 2px;
}

#nav li.right .twitter-icon {
	background: url(images/icon-twitter.gif) no-repeat;
}

#nav li.right .fb-icon {
	background: url(images/icon-facebook.gif) no-repeat;
}


#nav li.right .linkedin-icon {
	background: url(images/icon-linkedin.gif) no-repeat;
}


#nav li.right .gplus-icon {
	background: url(images/icon-gplus.gif) no-repeat;
}



/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	-moz-box-shadow: 0 1px 2px #aaa;
	-webkit-box-shadow: 0 1px 2px #aaa;
	background: url(images/subnav.png) repeat-x;
	box-shadow: 0 1px 2px #aaa;
	border: 1px solid #aaa;
	clear: both;
	height: 47px;
	margin: 0 auto;
	width: 960px;
}

#subnav .wrap {
	color: #444;
	text-transform: uppercase;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	background: url(images/subnav-line.gif) no-repeat right;
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	font-size: 12px;
	margin-right: 2px;
	padding: 11px 15px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px #e1e1e1;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: url(images/subnav.png) repeat-x 0 -47px;
	color: #ab1c1c;
	text-shadow: 1px 1px #fff;
}

#subnav li li {
	background: none;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	border-bottom: 1px dotted #aaa;
	color: #444;
	font-size: 11px;
	padding: 7px 5px;
	position: relative;
	text-shadow: 1px 1px #fff;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #ab1c1c;
}

#subnav li ul {
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	background-color: #fafafa;
	box-shadow: 0 0 3px #666;
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul ul {
	margin: -41px 0 0 150px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}

#subnav li li:last-child a { 
	border: none; 
}


/* Inner
------------------------------------------------------------ */

body.generate-landing #inner {
	margin-top: 20px;
}

#inner {
	padding: 0 0 32px 0;
}

#inner .wrap {
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	background-color: #f5f5f5;
	box-shadow: 0 0 2px #999;
	border: 1px solid #fff;
	margin: 2px auto 0;
	overflow: hidden;
	width: 960px;
}

body.generate-landing #inner .wrap {
	width: 750px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 20px;
	padding: 0;
	text-shadow: 1px 1px #fff;
	width: 960px;
}

.breadcrumb .pre {
	color: #898989;
	margin-right: 10px;
}

.breadcrumb .sep {
	margin: 0 8px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 710px;
}

.sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	border: 1px solid #c8c8c8;
	float: left;
	padding: 0 0 20px;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	background: #fff;
	margin: 5px;
	padding: 40px;
	width: 615px;
}

.sidebar-content #content {
	float: right;
}

.sidebar-content-sidebar #content {
	background: #fff;
	margin: 5px;
	padding: 40px;
	width: 368px;
}

.full-width-content #content {
	background: #fff;
	margin: 5px;
	padding: 40px;
	width: 868px;
}

body.generate-landing #content {
	width: 658px;
}

blockquote {
	margin: 5px 5px 30px 0;
	padding: 20px 30px 0px 40px;
	border-left: 10px solid #f3f3f3;
}

blockquote p {
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	color: #585858;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p {
	padding: 0 0 25px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* 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;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0px 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #f64110;
	font-size: 36px;
	font-weight: bold;
	line-height: 44px;
	text-decoration: none !important;
	margin-bottom: 20px;
}

body.generate-landing h1,
body.generate-landing h2,
body.generate-landing h3,
body.generate-landing h4 {
	text-align: center;
}

body.generate-landing h1,
body.generate-landing h2 {
	font-size: 42px;
	line-height: 54px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

h2 a:hover {
	color: #1d1d1d;
}

h2 a {
	text-decoration: underline;
}

h3 {
	font-size: 30px;
	line-height: 38px;
	margin-top: 15px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-top: 15px;
}

.widget-area h4 {
	color: #6e6e6e;
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: -20px -20px 20px -20px;
	padding: 12px 20px 10px;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #222 !important;
	text-decoration: none;
}

#footer-widgets h4 {
	background-color: #f8f8f8;
	border: none;
	margin: 0 -15px 10px;
	padding: 5px 15px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	background: url(images/list.png) no-repeat 0 12px;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 20px;
	word-wrap: break-word;
	text-shadow: 1px 1px #fff;
}

.archive-page ul li {
	margin: 0 0 0 10px;
}

.entry-content ol li {
	margin: 0 0 5px 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	color: #888;
	font-size: 13px;
	padding: 10px 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 40px 0;
	overflow: hidden;
	padding: 30px 40px;
	text-shadow: 1px 1px #fff;
}

.author-box p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}

.tags {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
}


/* Images
------------------------------------------------------------ */

.entry-content img {
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #fff;
	border: 1px dotted #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 20px 20px 0;
	width: 80px;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

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: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	color: #222;
	margin: 0 10px 0 0;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	color: #f64110;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	color: #5f5f5f;
	background: #fff;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	width: 250px;
}

.sidebar p {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar-content-sidebar #sidebar-alt {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 20px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat 0 12px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 7px 20px;
	word-wrap: break-word;
	text-shadow: 1px 1px #fff;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 15px 0 20px;
}

.more-from-category {
	margin-top: 15px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

.orange-button,
input[type="button"],
input[type="submit"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(images/button.gif) repeat-x #f64110;
	border: 1px solid #c53109;
	border-radius: 3px;
	color: white !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px 7px;
	text-decoration: none !important;
	text-shadow: 1px 1px #c43910;
}

.orange-button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
	color: white !important;
	background: #e53b0d;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 20px 0 0;
}

#nav .searchform {
	float: right;
}

.s {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff url(images/icon-search.png) right no-repeat;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	padding: 8px 10px;
	width: 130px;
}

#nav .s {
	margin: 2px 2px 0 0;
}

#header .s {
	width: 190px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#subscribe {
	margin: 15px 0 0;
}

#header #subscribe {
	margin: 0;
}

.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background-color: #fff;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	margin: 0 4px 0 0;
	padding: 8px 10px;
	width: 155px;
}

#header .enews #subbox {
	width: 315px;
}


/* 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: #fff;
	padding: 2px;
	text-align: center;
}


/* Footer
------------------------------------------------------------ */

#footer {
	color: #8a8a8a;
	clear: both;
	font-size: 11px;
	text-shadow: 1px 1px #fff;
}

#footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 30px;
	width: 960px;
}

#footer p {
	color: #8a8a8a;
	font-size: 11px;
}

#footer .creds {
	color: #8a8a8a;
	float: left;
	padding: 0 40px 0 0;
	text-align: left;
	width: 370px;
}

#footer .footer-menu {
	text-align: right;
}

#footer .footer-menu .separator {
	background: url(images/comments.png) no-repeat;
	width: 2px;
	height: 8px;
	display: inline-block;
	margin: 0 15px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
}

#respond {
	margin: 40px 0 0;
}

#comments p,
#respond p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px;
}

#commentform {
	margin: 30px 0 0;
}

#author,
#comment,
#email,
#url {
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	margin: 0 10px 10px 0;
	padding: 8px 10px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 90%;
}

.comment-list,
.ping-list {
	margin: 40px 0 0;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	border: 1px solid #c8c8c8;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 22px;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 20px;
	text-shadow: 1px 1px #fff;
}

.sidebar-content .comment-list li,
.sidebar-content .ping-list li {
	margin: 10px 0 10px 0;
	padding: 20px 40px 20px 20px;
}

.comment-list li ul li {
	border: 1px solid #c8c8c8;
	background-color: #fafafa;
	list-style-type: none;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	background: #fff;
	color: #7b7b7b;
	font-size: 11px;
	margin-bottom: 20px;
	margin: 0 -20px 20px -20px;
	padding: 0 20px 15px;
}

.comment-author {
	background: #fff;
	color: #222222;
	font-weight: bold;
	margin: -20px -20px 0 -20px;
	padding: 15px 20px 5px;
}

.comment-author img {
	border: none !important;
	float: left !important;
	margin: -3px 15px 0 -3px !important;
}

.commentmetadata a {
	color: #7b7b7b;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	background: none;
	border: none;
	display: block;
}

.bypostauthor {
}

.reply {
	margin: 10px 0 0;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #222;
	font-family: 'Helvetica Neue', Arial, Tahoma, sans-serif !important;
	font-size: 12px !important;
	padding: 7px 7px 6px !important;
}

div.gform_wrapper textarea {
	padding: 3px 7px 6px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

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;
}

#gform_wrapper_1 .ginput_complex input {
	width: 80%!important;
}


/* Home Signup Box
------------------------------------------------------------ */

#home-signup {
	margin: -39px;
}

#home-signup .signup-title {
	color: #fff;
	background: url(images/bg-orange-dots.gif);
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-shadow: #a72c0b 1px 1px;
	text-align: center;
	padding: 20px 15px 10px 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #ce360d;
}

#home-signup .signup-title small {
	display: block;
	font-size: 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}

#home-signup .signup-subtitle {
	background: url(images/home-emailbox-heading.jpg) no-repeat center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	height: 70px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}

#home-signup .book-left,
#home-signup .book-right {
	width: 200px;
	float: left;
	text-align: center;
	margin: 0 10px;
}

#home-signup .books h3 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#home-signup .books p {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 18px;	
}

#home-signup .book-left {
	padding: 150px 0 0;
	background: url(images/ebook1-big.jpg) no-repeat center top;
}

#home-signup .book-right {
	padding: 150px 0 0;
	background: url(images/ebook2-big.jpg) no-repeat center top;
	
}

#home-signup .signup-box {
	background: url(images/arrow.gif) no-repeat 310px 75px;
	border-top: 1px dotted #c5c5c5;
	clear: both;
	margin: 30px 0 0 0;
	padding: 30px;
	text-align: center;
}

#home-signup .signup-box h4 {
	color: #f64110;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
}

#home-signup .signup-box input[type=submit] {
	font-size: 20px;
	text-transform: uppercase;
	padding: 7px 17px;
}

#home-signup .signup-box input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	font-size: 14px;
	padding: 15px 20px !important;
	width: 230px !important;
	text-align: center;
	margin: 10px auto !important;
	display: block;
}

#home-signup .rss {
	text-align: center;
	margin-bottom: 20px;
}

.page #home-signup {
	background: #fff;
	border: 1px solid #c8c8c8;
	width: 445px;
	margin: 20px auto;
	padding: 1px;
}

.page #home-signup .signup-box {
	margin-top: 0px;
}


/* Sidebar Signup Box
------------------------------------------------------------ */

#sidebar-signup {
	margin: -19px;
}

#sidebar-signup .signup-title {
	color: #fff;
	background: url(images/bg-orange-dots.gif);
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-shadow: #a72c0b 1px 1px;
	text-align: center;
	padding: 15px 15px 10px 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #ce360d;
}

#sidebar-signup .signup-title small {
	display: block;
	font-size: 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}

#sidebar-signup .signup-subtitle {
	background: url(images/sidebar-emailbox-heading.jpg) no-repeat center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}


#sidebar-signup .books {
	background: url(images/ebook-small.jpg) no-repeat 10px 0px;
	padding-left: 110px;
	padding-right: 10px;
	height: 110px;
}

#sidebar-signup .books h3 {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

#sidebar-signup .signup-box {
	border-top: 1px dotted #c5c5c5;
	clear: both;
	margin: 20px 0 0 0;
	padding: 30px 10px 10px;
	text-align: center;
}

#sidebar-signup .signup-box h4 {
	background: none !important;
	color: #f64110;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 20px;
	text-transform: none;
}

#sidebar-signup .signup-box input[type=submit] {
	font-size: 20px;
	text-transform: uppercase;
	padding: 7px 17px;
}

#sidebar-signup .signup-box input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	font-size: 13px;
	padding: 15px 20px;
	width: 160px;
	text-align: center;
	margin: 10px auto;
	display: block;
}

#sidebar-signup .rss {
	text-align: center;
}


/* After Signup Box
------------------------------------------------------------ */

#after-post {
	background: #f5f5f5;
	padding: 5px;
}


/* Post Signup Box
------------------------------------------------------------ */

#post-signup {
	background: #fff;
	border: 1px solid #c8c8c8;
	padding: 1px 1px 20px 1px;
	width: 346px;
	float: left;
}

#post-signup .post-title {
	color: #fff;
	background: url(images/bg-orange-dots.gif);
	font-weight: bold;
	font-size: 28px;
	line-height: 35px;
	text-shadow: #a72c0b 1px 1px;
	text-align: center;
	padding: 15px 15px 10px 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #ce360d;
}

#post-signup .post-title small {
	display: block;
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}

#post-signup .post-subtitle {
	background: url(images/post-emailbox-heading.jpg) no-repeat center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}

#post-signup .books {
	background: url(images/ebook-small.jpg) no-repeat 30px 0px;
	padding-left: 140px;
	padding-right: 10px;
}

#post-signup .books h3 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

#post-signup .post-box {
	background: url(images/arrow.gif) no-repeat 250px 60px;
	border-top: 1px dotted #c5c5c5;
	clear: both;
	margin: 20px 0 0 0;
	padding: 15px 10px 20px;
	text-align: center;
}

#post-signup .post-box h4 {
	background: none !important;
	color: #f64110;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 20px;
	text-transform: none;
}

#post-signup .post-box input[type=submit] {
	font-size: 20px;
	text-transform: uppercase;
	padding: 7px 17px;
}

#post-signup .post-box input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	font-size: 14px;
	padding: 15px 20px;
	width: 230px;
	text-align: center;
	margin: 10px 0;
}

#post-signup .rss {
	text-align: center;
}


/* Top Email Signup Box
------------------------------------------------------------ */

#top-signup {
	background: url(images/top-bg.png) repeat-x;
	height: 64px;
	margin-bottom: -13px;
	z-index: 100;
	position: relative;
	width: 100%:
}

#top-signup .inner {
	color: #c9c9c9;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	font-size: 13px;
}

#top-signup input[type=text] {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #777;
	font-size: 14px;
	padding: 4px 10px;
	width: 150px;
	text-align: center;
	margin: 10px 10px 10px 0;
}

#top-signup form {
	display: inline;
}


/* Related Posts
------------------------------------------------------------ */

#related-posts {
	background: #fff;
	float: left;
	margin-left: 5px;
	padding: 20px;
	width: 210px;
}

#related-posts h4 {
	color: #6e6e6e;
	background-color: #f5f5f5;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: -20px -20px 20px;
	padding: 12px 20px 10px;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
}

#related-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#related-posts ul li {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background: url(images/list.png) no-repeat 0 12px;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 20px;
	word-wrap: break-word;
	text-shadow: 1px 1px #fff;
}


/* Social Icons
------------------------------------------------------------ */

.social-icons {
	background: #f5f5f5;
	border: 1px solid #c8c8c8;
	margin: 20px 0;
}

.social-icons .inner {
	border: 1px solid #fff;
	padding: 10px 10px 5px;
}


.orange-box {
	color: #fff;
	background: url(images/bg-orange-dots.gif);
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-shadow: #a72c0b 1px 1px;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 15px 10px 20px;
	border-bottom: 3px solid #ce360d;
}

.orange-box p {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.orange-box h2,
.orange-box h3,
.orange-box h4,
.orange-box h5 {
	color: #fff;
	text-transform: uppercase;
}

.orange-box br {
	display: none;
}

.orange-box a {
	color: #fff;
}


/* Genesis Box
------------------------------------------------------------ */

#genesis-box {
	background: #f5f5f5;
	padding: 5px;
	margin-top: 30px;
}

#genesis-box .inner {
	background: #fff;
	border: 1px solid #c8c8c8;
	padding: 20px;
}

#genesis-box .inner h3 {
	font-size: 36px;
	line-height: 48px; 
	margin-top: 0;
	margin-bottom: 20px;
}

#genesis-box .inner p {
	margin-bottom: 15px;
}

#genesis-box .inner img {
	margin-left: 20px;
	margin-bottom: 20px;
}



/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	body {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.generate-landing #inner .wrap,
	.sidebar,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#inner .wrap,
	#nav .wrap,
	#sidebar-alt,
	#subnav,
	#title-area,
	#footer .wrap,
	#top-signup .inner  {
		width: 100%;
	}
	
	#content-sidebar-wrap,
	body.generate-landing #inner .wrap {
		width: auto;
	}
	
	#inner .wrap {
		background: #fff;
	}
	
	#content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	body.generate-landing #content {
		width: 95% !important;
		padding: 0 !important;
		border: none;
	}
	
	body.generate-landing #title {
		margin: 0px;
	}
	
	#title {
		float: none;
	}
		
	#title-area {
		background: none;
	}
	
	#title a, #title a:hover {
		margin: 0 auto;
	}
	
	#header {
		min-height: 130px;
	}
	
	#description {
		float: none;
		margin: 0;
		text-align: center;
	}
	
	#top-signup {
		display: none;
	}
	
	#nav {
		height: 300px;
	}
	
	#nav li {
		text-align: center;
		float: none;
		border-bottom: 1px solid #ccc;
	}
	
	#nav li a {
		margin: 0;
	}
	
	#nav li li {
		border-bottom: none;
	}
	
	#nav li.right {
		float: none;
		width: 250px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#inner .wrap {
		border: none;
	}
	
	#home-signup .signup-subtitle {
		background: url(images/home-emailbox-heading.jpg) no-repeat center top;
		font-size: 30px;
		height: 40px;
	}
	
	#home-signup .book-left,
	#home-signup .book-right {
		float: none;
		margin: 0 auto;
	}
	
	#home-signup .book-left {
		margin-bottom: 20px;
	}
	
	#home-signup .book-right {
		padding: 0;
		background: none;
	}
	
	#home-signup .signup-box,
	#post-signup .post-box {
		background: none;
	}
	
	#footer .wrap {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .creds {
		text-align: center;
	}
	
	#footer .footer-menu {
		text-align: center;
	}
	
	#post-signup {
		width: auto;
		margin-bottom: 20px;
	}
	
	#related-posts {
		float: none;
		width: auto;
	}
	
	.page #home-signup {
		width: auto;
	}

	.entry-content img.aligncenter,
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright {
		height: auto !important;
		max-width: 90% !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

	body {
		width: 95%;
		margin: 0 auto;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.generate-landing #inner .wrap,
	.sidebar,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#header .wrap,
	#inner,
	#inner .wrap,
	#nav .wrap,
	#sidebar-alt,
	#subnav,
	#title-area,
	#footer .wrap,
	#top-signup .inner  {
		width: 100%;
	}
	
	#content-sidebar-wrap,
	body.generate-landing #inner .wrap {
		width: auto;
	}
	
	#content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	body.generate-landing #content {
		width: auto !important;
		padding: 20px !important;
	}
		
	#title-area {
		background: none;
	}
	
	#top-signup input[type="text"] {
		font-size: 12px;
		width: 80px;
	}
	
	#home-signup .signup-box {
		background: none;
	}
	
	#content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	body.generate-landing #content {
		width: auto !important;
		padding: 20px !important;
	}
	
	.home #content {
		width: 100% !important;
	}
	
	#home-signup .books {
		width: 470px;
		margin: 0 auto;
	}
	
}




