/*
	Theme Name: Feelgooder
	Theme URL: http://www.feelgooder
	Description: Feelgooder is a custom child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Template: genesis
*/

body {
	background: #E9F4FA url(https://feelgooder.com/wp-content/themes/feelgooder/images/bg.png) repeat-x;
	color: #21465A;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	margin: 0 auto 0;
	line-height: 22px;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #62990D;
	text-decoration: none;
	}

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

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	}

/***** Header  ********************/

#header {
	width: 960px;
	height: 110px;
	}

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

#title-area #title {
	margin: 0;
	padding: 0;
	}

#header .widget-area {
	width: 590px;
	float: right;
	padding: 40px 0 0 0;
	text-align: right;
	}

#header .widget-area p img {
	margin: 0 0 0 15px;
	}

#header .widget-area p {
	margin: 0;
	padding: 0;
	}

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

.header-image #header #title-area {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/logo.png) left top no-repeat;
	}

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

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

/***** Navigation Menus ********************/

#nav, #subnav {
	width: 958px;
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/nav.png);
	color: #264301;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #7FB631;
	overflow: hidden;
	clear: both;
	}

#nav ul, #subnav ul {
	width: 938px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	}

#nav li, #subnav li {
	float: left;
	list-style: none;
	}

#nav li a, #subnav li a {
	color: #264301;
	display: block;
	font-size: 14px;
    margin: 0;
	padding: 12px 15px 11px 15px;
	text-decoration: none;
	text-shadow: #E0ED3D 1px 1px;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/navhov.png);
	color: #264301;
	text-shadow: #FFFFFF 1px 1px;
	}

#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #F1F3B7;
	color: #264301;
	width: 148px;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-shadow: #FFFFFF 1px 1px;
	border-left: 1px solid #7FB631;
	border-right: 1px solid #7FB631;
	border-bottom: 1px solid #7FB631;
	position: relative;
	}

#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/nav.png);
	text-shadow: #E0ED3D 1px 1px;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/arrow-right.png);
	top: 10px;
	}

#nav li ul, #subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 1px 0 0 0;
	padding: 0;
	}

#nav li ul a, #subnav li ul a {
	width: 150px;
	}

#nav li ul ul, #subnav li ul ul {
	margin: -33px 0 0 169px;
	padding: 0;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover {
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px 0 20px 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

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

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

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

/***** Content ********************/

#content {
	background: #FFFFFF;
	width: 610px;
	float: left;
	margin: 0;
	padding: 25px 30px 30px 30px;
	border: 5px solid #D6E7F0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	}

#content blockquote {
	background: #F8FCFE;
	color: #536F81;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: italic;
	margin: 5px 15px 20px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #B9C9D0;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}

.single #content .post {
	margin: 0 0 20px 0;
	}

#content .page {
	margin: 0;
	padding: 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content .post blockquote p {
	padding: 0 0 10px 0;
	}

#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}

/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #006D9F;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content h1 {
	font-size: 28px;
        line-height: 28px;
	}

#content h2 {
	font-size: 24px;
        line-height: 24px;
	}

#content h2 a, #content h2 a:visited {
	color: #006D9F;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #62990D;
	text-decoration: none;
	}

#content h3 {
	font-size: 24px;
	}

#content h4 {
	font-size: 20px;
	}

#content h5 {
	font-size: 16px;
	}

#content h6 {
	font-size: 14px;
	}

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

#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}

#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	}

#content .post ul li, #content .page ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

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

.post-info {
	color: #7492A5;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #C5D4DE;
	border-bottom: 1px dotted #C5D4DE;
	}

.twitter-share-button {
	float: right;
	display: inline;
	margin: 1px 0 0 0;
	}

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

.author-box {
	background: #F8FCFE;
	color: #536F81;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #B9C9D0;
	overflow: hidden;
	}

.author-box p {
	margin: 0;
	padding: 0;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #B9C9D0;
	}

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

.time {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/icon-time.png) no-repeat top right;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	}

.post-comments {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 6px;
	padding: 0 0 0 35px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #B9C9D0;
	}

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

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

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

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

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

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

.wp-caption {
	background: #F8FCFE;
	padding: 5px 0 0 0;
	text-align: center;
	border: 1px solid #B9C9D0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding: 5px 0 5px 0 !important;
	}

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

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

.navigation {
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #C5D4DE;
	border-bottom: 1px dotted #C5D4DE;
	overflow: hidden;
	clear: both;
	}

#comments .navigation {
	border: none;
	padding: 20px 0 20px 0;
	}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #62990D;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	}

/***** Primary Sidebar ********************/

#sidebar {
	width: 260px;
	font-size: 13px;
	float: right;
	display: inline;
	text-shadow: #FFFFFF 1px 1px;
	}

#sidebar .widget {
	margin: 0 0 30px 0;
	padding: 0;
	}

#sidebar h4 {
	color: #006D9F;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	text-shadow: #FFFFFF 1px 1px;
	border-bottom: 1px dotted #006D9F;
	}

#sidebar .widget p {
	margin: 0;
	padding: 0 0 0 5px;
	}

#sidebar img, #sidebar a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 10px 0 5px 5px;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/sidebar-list.png) no-repeat top left;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
 	word-wrap: break-word;
	}

#sidebar li a, #sidebar li a:visited {
	color: #006D9F;
	text-decoration: underline;
	}

#sidebar li a:hover {
	color: #62990D;
	text-decoration: none;
	}

#cat, #sidebar .widget_archive select {
	background: #F8FCFE;
	width: 100%;
	color: #536F81;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	padding: 5px;
	display: inline;
	border: 1px solid #B9C9D0;
	}

/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/button.png) !important;
        color: #1B2F01 !important;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
        margin: 0;
        padding: 4px 5px 4px 5px !important;
	text-shadow: #E0ED3D 1px 1px;
	border: 1px solid #7DB52F;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/button-hover.png) !important;
	text-decoration: none;
	border: 1px solid #7DB52F;
	}

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	padding: 0 0 0 5px;
	}

.s {
	background: #FFFFFF !important;
	width: 168px;
	color: #7492A5;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 5px 6px;
	margin: 5px 2px 0 0;
	border: 1px solid #B9C9D0;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/enews.png) top right no-repeat;
	}

.enews #subbox {
	background: #FFFFFF !important;
	width: 200px;
	color: #7492A5;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 5px 6px;
	margin: 5px 5px 0 5px;
	border: 1px solid #B9C9D0;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	font-size: 13px;
	margin: 0;
	padding: 20px 0 20px 0;
	text-shadow: #FFFFFF 1px 1px;
	overflow: hidden;
	clear: both;
	}

#footer a, #footer a:visited {
	color: #006D9F;
	text-decoration: none;
	}

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

#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}

#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/footer-top.png) no-repeat left center;
	}

#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

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

#author, #email, #url {
	background: #F8FCFE !important;
	width: 250px;
	color: #536F81;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 5px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #B9C9D0;
	}

#comment {
	background: #F8FCFE !important;
	width: 98%;
	height: 150px;
	color: #536F81;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 5px 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #B9C9D0;
	}

.reply a, .reply a:visited {
	font-weight: bold;
	}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}

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

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

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}

.comment-list li ul li {
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #B9C9D0;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

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

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

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

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

/***** Aweber Code ********************/

#af-form-1489630671 .af-header {
    display: none;
    }

#af-form-1489630671 .af-body {
    width: 260px;
    }

#sidebar #af-form-1489630671 .af-body label.previewLabel {
    display: none;
    }

#sidebar #af-form-1489630671 .af-body .af-textWrap {
    float: left;
    width: 75%;
    }

#sidebar #af-form-1489630671 .af-standards .af-element {
    padding: 0;
    }

#sidebar #af-form-1489630671 .af-body input.text, #sidebar #af-form-1489630671 .af-body textarea {
    background: #FFFFFF;
    width: 250px;
    color: #7492A5;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-size: 13px;
    font-style: italic;
    padding: 5px 0 5px 6px !important;
    margin: 0 0 10px 0;
    border: 1px solid #B9C9D0;
    }

#sidebar #af-form-1489630671 .buttonContainer {
    text-align: left;
    }

#sidebar #af-form-1489630671 .buttonContainer input.submit {
    background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/button.png) !important;
    color: #1B2F01;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 5px 3px 5px;
    text-shadow: #E0ED3D 1px 1px;
    border: 1px solid #7DB52F;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

#sidebar #af-form-1489630671 .buttonContainer input.submit:hover {
    background: url(https://feelgooder.com/wp-content/themes/feelgooder/images/button-hover.png) !important;
    text-decoration: none;
    border: 1px solid #7DB52F;
    }

#sidebar .widget p {
    padding: 0 0 5px 0 !important;
    }

/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    background: #FFFFFF !important;
    color: #7492A5 !important;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-size: 13px !important;
    font-style: italic;
    padding: 4px 0 4px 5px !important;
    border: 1px solid #B9C9D0;
    }

.gform_footer input.button {
    color: #1B2F01 !important;
    font-style: normal !important;
    }

.gform_wrapper .ginput_complex label {
    font-size: 12px !important;
    }

.gform_wrapper li, .gform_wrapper form li {
    margin: 0 0 10px 0 !important;
    }

.gform_wrapper .gform_footer {
    border: none !important;
    }

