/* @override 
	http://www.amyporterfield.com/wp-content/themes/amy/style.css
	http://www.amyporterfield.com/wp-content/themes/amy/style.css?ver=1.9.2 */

/*
    Theme Name: Amy Porterfield
	Theme URI: http://www.amyporterfield.com/
	Description: Custom child theme created for the Genesis Framework.
    Author: Jared Atchison
    Author URI: http://www.jaredatchison.com/
    Version: 2.0

    Template: genesis
    Template Version: 1.8.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(http://fonts.googleapis.com/css?family=Over+the+Rainbow);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

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

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


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

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #fff;
	border-top: 3px solid #b80a1c;
	border-bottom: 3px solid #b80a1c;
}


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

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


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

#header {
	background: #999;
	overflow: auto;
	border-top: 1px solid #FFF;
}

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

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

#title {
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#title a,
#title a:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

#description {
	font-size: 14px;
	color: #666;
	text-indent: -9999px;
}

#header .widget-area {
	float: right;
	width: 520px;
	margin-top: 14px;
}

#header #menu-header-navigation {
	margin-left: 0;
}


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

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

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


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

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

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

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

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

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

li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	top: 8px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	margin-right: 0px;
	background: none;
}

#header ul.nav li a,
#header ul.menu li a {
	border: 1px solid #999;
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 6px 12px 5px;
	position: relative;
	text-decoration: none;
	border-radius:20px;
	text-shadow: 1px 1px 0px #666;
}

#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,
#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 {
	color: #222;
	text-shadow: 1px 1px 0px #FFF;
	border: solid 1px #888;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');*/

}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: #FFF;
	border: 1px solid #ddd;
	border-top-width: 0;
	border-radius:0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #000;
	background: #EEE;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

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

#header .widget_nav_menu .widget-wrap {
	overflow: auto;
}


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

#nav {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	clear: both;
	color: #555;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 958px;
}

#nav ul {
	float: left;
	width: 100%;
}

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

#nav li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#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 {
	color: #000;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #222;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

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


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

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #555;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #222;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

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

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


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	clear: both;
	color: #555;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 958px;
}

#subnav ul {
	float: left;
	width: 100%;
}

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

#subnav li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#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 {
	color: #222;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #222;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

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


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

#inner {
	margin: 30px auto 0;
	/*overflow: hidden;*/
	overflow: auto;
	width: 960px;
}

.full-width-content #inner {
	width: 100%;
}


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

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;
}


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

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


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

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

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap {
	width: 960px;
	margin: 0 auto;
	float: none;
}

.sidebar img.attachment-full {
	width: 100% !important;
	height: auto !important;
	display: none;
}


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

#content {
	float: left;
	padding: 0 0 20px;
	width: 470px;
}

.content-sidebar #content {
	width: 640px;
}

.full-width-content #content {
	width: 600px;
	float: none;
	margin: 0 auto;
}

.full-width-wide #content {
	width: 100% !important; 
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

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

.clear {
	clear: both;
}

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

#content li {
	margin-bottom: 5px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	color: #000;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 15px 0 15px 0;
}

#content h2.entry-title,
#content h1.entry-title {
	margin: 0 0 15px 0;
}

h1.entry-title,
h1.entry-title a,
h2.entry-title,
h2.entry-title a {
	color: #000;
	font-weight: bold;
	margin-top: 0;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

#content h2 {
	font-weight: bold;
}

#content .entry-content h2 {
	font-size: 22px;
	line-height: 36px;
}

#content h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

#content h4 {
	font-weight: bold;
	font-size: 18px;
}

#content h4 {
	font-weight: bold;
	font-size: 18px;
}

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

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

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

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

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px 0;
}

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

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFF;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


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

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

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	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 & Meta
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: -5px 0 15px;
	color: #666;
}

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	color: #666;
}

.post-info a,
.post-meta a {
	color: #444;
}


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

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


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

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


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

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


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

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
	max-width: 100%;
	height: auto;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
	max-width: 100%;
	height: auto;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 100px;
	margin: 0 10px 0 0;
	width: 100px;
	border: none;
}

.author-box strong {
	display: block;
	margin: 0 0 -20px 125px;
}

.author-box p {
	margin: 5px 0 5px 125px;
}

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

.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: 18px;
	line-height: 24px;
	padding: 8px 0;
}

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

.gallery-caption {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}


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

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 5px 8px;
	font-size: 18px;
	color: #666;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #b80a1c;
	color: #FFF;
	border: 1px solid #b80a1c;
	text-decoration: none;
}


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

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

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

.sidebar .widget {
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.widget-area .textwidget {
	padding: 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 30px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.home .sidebar #text-50 {
	display: none;
}

.sidebar .optin {
	background: url('./images/home-optin/sidebar.png') no-repeat;
	width: 300px;
  	height: 498px;
}

.sidebar .cfd-btn {
	background: #FFCE35;
  	height: 75px;
  	background-position: 15px;
}

.sidebar .cfd-btn a {
	background: url('./images/home-optin/cfd.png') no-repeat;
  	padding: 20px 137px;
  	top: 28px;
  	position: relative;
  	left: 15px;
}


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

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


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

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}


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

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

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


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

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


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

input[type="button"],
input[type="submit"] {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


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

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

#nav .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
	width: 190px;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


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

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


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

#footer-widgets {
	background-color: #484848;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	color: #FFF;
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 0;
	width: 960px;
	margin: 0 auto;
}

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

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

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

#footer-widgets p {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 10px;
	color: #FFF;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

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

.footer-widgets-1 {
	float: left;
	width: 48%;
}

.footer-widgets-2 {
	float: right;
	width: 48%;
}


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

#footer {
	background-color: #484848;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

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

#footer p {
	color: #CCC;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #CCC;
}

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

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/icon-plus.png) no-repeat center left;
	padding: 0 0 0 16px;
}

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


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

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

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

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

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

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

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

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

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

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

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

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

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


/* Hompage
------------------------------------------------------------ */

#optin {
	width: 960px;
	height: 381px;
	margin: 30px auto 40px auto;
	background: #484848 url(images/optin2.jpg) top no-repeat;
	position: relative;
	font-family: 'Bitter', Georgia, Times, serif;
}

#optin h5 {
	font-size: 32px;
	color: #FFF;
	font-family: 'Bitter', Georgia, Times, serif;
	font-weight: 400;
	position: absolute;
	line-height: 42px;
	top: 10px;
	left: 320px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	text-align: center;
}

#optin h5 span {
	font-family: 'Over the Rainbow';
}

#optin p.top {
	font-family: 'Bitter', Georgia, Times, serif;
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	top: 110px;
	left: 338px;
	text-shadow: 1px 2px 2px #333;
}

#optin ul {
	font-size: 18px;
	color: #FFF;
	position: absolute;
	top: 150px;
	left: 380px;
	text-shadow: 1px 2px 2px #333;
	padding-right: 15px;
}

#optin li {
	margin-bottom: 18px;
	line-height: 20px;
}

#optin p.bottom {
	font-family: 'Bitter', Georgia, Times, serif;
	font-size: 17px;
	color: #000;
	position: absolute;
	top: 290px;
	left: 338px;
}

#optin form {
	position: absolute;
	top: 320px;
	left: 338px;
}

#optin input[type=text] {
	background: #e1dede;
	border: 1px solid #323131;
	border-radius: 0;
	padding: 10px;
	font-size: 18px;
}

#optin input[type=submit] {
	border: 1px solid #323131;
	border-radius: 2px;
	background: #d40e27;
	background: -moz-linear-gradient(top,  #d40e27 0%, #7c040c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d40e27), color-stop(100%,#7c040c));
	background: -webkit-linear-gradient(top,  #d40e27 0%,#7c040c 100%);
	background: -o-linear-gradient(top,  #d40e27 0%,#7c040c 100%);
	background: -ms-linear-gradient(top,  #d40e27 0%,#7c040c 100%);
	background: linear-gradient(to bottom,  #d40e27 0%,#7c040c 100%);
	font-family: 'Bitter', Georgia, Times, serif;
	font-weight: 700;
	font-size: 16px;
	padding: 9px;
	line-height: 1.6;
}

/*
input#optin-email {
	background: #e1dede;
	border: 1px solid #333333;
	position: absolute;
	font-family: 'Bitter', Georgia, Times, serif;
	color: #666;
	padding: 10px;
	top: 295px;
	left: 360px;
	width: 320px;
	font-size: 16px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#optin-submit {
	position: absolute;
	top: 297px;
	left: 720px;
	border: 1px solid #57030c;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'Bitter', Georgia, Times, serif;
	text-transform: uppercase;
	padding: 11px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#optin p.quote {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	position: absolute;
	top: 350px;
	left: 360px;
	padding: 0 10px 0 0;
}
*/

/* Popular Posts widget
------------------------------------------------------------ */

ul.popular-posts {
	padding: 0;
	margin: 10px 0 0 0;
}

ul.popular-posts li {
	list-style: none;
	line-height: 20px;
	margin-bottom: 14px;
	font-size: 16px;
}

ul.popular-posts li span {
	color: #333;
}


/* Optin widget
------------------------------------------------------------ */

.optin-widget p {
	padding: 0 0 10px 0;
}

.optin-widget p.small {
	font-size: 11px;
	color: #666;
}

#optin-email-sidebar {
	border-radius: 0;
	-moz-border-radius: 0;
	padding: 7px;
	font-size: 14px;
	width: 180px;
}

#optin-submit-sidebar {
	border: 1px solid #a11115;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Optin Shortcode 
------------------------------------------------------------ */

.optin-shortcode {
	text-align: center;
	margin: 10px 0 30px 0;
}

.optin-shortcode .submit {
	background: #fff url(images/background-optin-submit.gif) right no-repeat;
	border: none;
	color: #ad2033;
	font-size: 20px;
	padding-right: 30px;
}

.optin-shortcode .submit:hover {
	background: #fff url(images/background-optin-submit.gif) right no-repeat;
	border: none;
	color: #ff0000;
}

.optin-shortcode .button {
	padding: 9px;
	font-size: 18px;
	line-height: 18px;
}

.optin-shortcode .text {
	background: #fff;
	border: 2px solid #ad2033;
	border-radius: 14px;
	margin: 0 2px;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	padding: 7px;
	width: 145px;
}

.optin-shortcode.has-lastname text {
	width: 130px !important;
}


/* Contact Page */
.page-id-35 .wpcf7 {
	width: 400px;
	margin: 0 auto;
}

.page-id-35 #content input.wpcf7-text {
	padding:  7px;
	font-size: 14px;
	width: 384px;
}

.page-id-35 #content textarea {
	padding:  7px;
	font-size: 14px;
	width: 384px;
}

.page-id-35 #content p {
	line-height: 18px;
	margin-bottom: 10px;
}

.page-id-35 .wpcf7-submit {
	border: 1px solid #A11115;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	display: block;
}

.optin-box-grey {
	background: #484848 url(images/optin-grey.jpg) bottom no-repeat;
	width: 598px;
	height: 115px;
	margin: 10px auto 20px auto;
	position: relative;
}

.optin-box-grey input[type=text] {
	position: absolute;
	left: 400px;
	top: 20px;
	padding: 8px;
	border-radius: 0;
	font-size: 14px;
	background: #e0dfdd;
	width: 165px;
	color: #333;
	border: 1px solid #DDD;
}

.optin-box-grey input[type=submit] {
	border: 1px solid #A11115;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px;
	position: absolute;
	top: 60px;
	left: 395px;
}

.optin-box-grey.tall {
	height: 224px;
}

.optin-box-grey.tall input[type=text]{
	top: 130px;
}

.optin-box-grey.tall input[type=submit]{
	top: 170px;
}


/* End of post goodies 
------------------------------------------------------------ */

#post-banner {
	margin: 20px 0;
}

/* below post optin */
#post-bottom-optin {
	background: #DEEFF9;
	border-top: 1px solid #BFE4F9;
	border-bottom: 1px solid #BFE4F9;
	margin: 20px 0;
	padding: 15px;
	overflow: auto;
}

#post-bottom-optin form {
	margin-top: 5px;
}

#post-bottom-optin p {
	width: 340px;
	float: left;
}

#post-bottom-optin input.text {
	padding: 7px;
	font-size: 14px;
	background: #FFF;
	width: 165px;
	color: #666;
}

#post-bottom-optin .button {
	border: 1px solid #A11115;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px;
}

/* above post optin */
#post-top-optin {
	background: #DEEFF9 url(images/black-arrow.png) 250px 15px no-repeat;
	border-top: 1px solid #BFE4F9;
	border-bottom: 1px solid #BFE4F9;
	margin: 0 0 20px 0;
	padding: 15px;
	overflow: auto;
	border: 1px solid #000;
}

#post-top-optin form {
	margin-top: 5px;
}

#post-top-optin p {
	width: 330px;
	float: left;
}

#post-top-optin input.text {
	padding: 7px;
	font-size: 14px;
	background: #FFF;
	width: 180px;
	color: #666;
}

#post-top-optin .button {
	border: 1px solid #A11115;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px;
}

/* full width above post optin */
#optin-full {
	width: 960px;
	height: 113px;
	background: #484848 url(images/background-optin-top.gif) no-repeat;
	margin-bottom: 30px;
	position: relative;
}

#optin-full form {
	width: 395px;
	position: absolute;
	top: 60px;
	left: 565px;
}

#optin-full input.text {
	padding: 7px;
	font-size: 14px;
	background: #FFF;
	width: 290px;
	color: #666;
}

#optin-full .button {
	border: 1px solid #A11115;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px;
}


/* My Values
------------------------------------------------------------ */

#my-values {
	border: 4px solid #494949;
	border-bottom: 20px solid #494949;
	width: 270px;
}

#my-values h5 {
	color: #fff;
	background: #494949;
	font-size: 22px;
	padding: 10px 20px 10px 30px;
	margin: 0 0 10px 0;
}

#my-values ul {
	margin: 0;
	padding-bottom: 10px;
}

#my-values li {
	background: url(images/icon-dot.png) 15px 11px no-repeat;
	color: #990000;
	font-size: 16px;
	padding: 5px 20px 5px 30px;
	list-style: none;
	line-height: normal;
}


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

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.red,
.wpcf7-submit {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover,
.wpcf7-submit:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

.red:active,
.wpcf7-submit:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}


/* Social badges
------------------------------------------------------------ */

#sidebar .social-icons a {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
}

#sidebar .hot-posts {
	margin-bottom: 0;
}

#sidebar .social-icons a.twitter {
	background: url(images/social_icons.jpg) -10px -7px no-repeat;
}

#sidebar .social-icons a.facebook {
	background: url(images/social_icons.jpg) -97px -7px no-repeat;
}

#sidebar .social-icons a.youtube {
	background: url(images/social_icons.jpg) -186px -7px no-repeat;
}

#sidebar .social-icons a.googleplus {
	background: url(images/social_icons.jpg) -274px -7px no-repeat;
}

.social-badges {
	margin-bottom: 15px;
}

.social-badges iframe {
	margin-right: 15px;
}

.social-badges #___plusone_0,
.social-badges #___plusone_1,
.social-badges #___plusone_2,
.social-badges #___plusone_3,
.social-badges #___plusone_4,
.social-badges #___plusone_5,
.social-badges #___plusone_6,
.social-badges #___plusone_7,
.social-badges #___plusone_8 {
	margin-right: 15px !important;
}


/* Page Templates
------------------------------------------------------------ */

.page-template-landing-page-php #content,
.page-template-landing-page-footer-php #content {
}

.page-template-landing-page-php #post-bottom-optin,
.page-template-landing-page-footer-php #post-bottom-optin,
.full-width-content #post-bottom-optin {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 5px;
}

.page-template-landing-page-php #post-bottom-optin p,
.page-template-landing-page-footer-php #post-bottom-optin p,
.full-width-content #post-bottom-optin p {
	font-size: 14px;
	width: 300px;
}


/* Misc
------------------------------------------------------------ */

.font-helvetica #content p,
.font-helvetica #content ul li,
.font-helvetica #content ol li {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.powerpress_links_mp3 br { display:none; }


/* Lightbox Popup
------------------------------------------------------------ */

#popup_form { background: url("popup/images/popup-BG.png") no-repeat; padding: 373px 50px 0 52px; height: 174px; width: 645px; }
#popup_form form { overflow: hidden; position: relative; padding-top: 10px; padding-bottom: 10px; }
#popup_form input[type="text"] { background: transparent; border: 0px solid #000; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-right: 14px; padding: 5px 9px 4px; width: 182px; font-size: 12px; font-family: georgia; color: #555; float: left; }
#popup_form input[type="submit"] { font-size: 14px; background: transparent; border: 0px solid #111; color: #FFF; cursor: pointer; -moz-border-radius: 2px; -webkit-border-radius: 2px; margin: 0; padding: 0; height: 42px; width: 212px; display: block; text-transform: capitalize; text-indent: -9999px; position: absolute; right: 0px; top: 0px; }


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

@media only screen and (max-width: 600px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}
	
	#content iframe {
		max-width: 100%;
	}
	
	.home #optin {
		background: #484848;
		width: auto;
		height: auto;
		margin: 0 0 20px 0;
		padding: 10px;
	}
	
	.home #optin h5,
	.home #optin p,
	.home #optin ul,
	.home #optin form {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.home #optin h5 {
		font-size: 24px;
		line-height: 1.4;
	}
	
	.home #optin ul li {
		margin: 0;
		list-style: disc;
		font-size: 16px;
		margin: 10px 0 5px 20px;
	}
	
	.home #optin p {
		padding: 10px 0;
	}
	
	.home #optin form {
		text-align: center;
	}
	
	/*
	.home #optin {
		background-image: none !important;
		height: auto !important;
		min-height: 200px;
		padding-bottom: 10px;
		position: relative;
	}
	
	#optin h5 {
		text-align: center;
		line-height: 28px;
		font-size: 18px !important;
	}
	
	#optin h5,
	#optin p,
	#optin ul {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		padding: 5px;
	}
	
	.home #optin ul,
	.home #optin p {
		padding-left: 30px;
		display: none;
	} 
	
	.home #optin #inf_field_FirstName {
		position: absolute;
		top: auto !important;
		top: 40px !important;
		bottom: auto;
		left: 10px !important;
		width: 40% !important;
	}
	
	.home #optin #inf_field_Email {
		position: absolute;
		top: 40px !important;
		bottom: auto;
		left:50% !important;
		width: 40% !important;
	}
	
	.home #optin #inf_custom_BiggestFrustration {
		top: 70px;
		bottom: auto;
	}
	
	.home #optin .button {
		position: absolute;
		top: auto !important;
		bottom: -40px !important;
		left:10px !important;
	}

	input#optin-email,
	input#optin-submit {
		display: block !important;
		position: relative !important;
		top: auto !important; 
		left: auto !important;
		width: 80%;
		padding: 10px 0;
		text-align: center;
		margin: 0 auto 0 auto !important;
	}
	*/
	.optin-box-grey {
		height: 155px;
		background-position: 0 -130px;
	}
	
	.optin-box-grey input[type="text"] {
		left: 10px;
		top: 100px;
	}
	
	.optin-box-grey input[type="submit"] {
		top: 100px;
		left: 200px;
	}
	
	#footer-widgets img {
		max-width: 100%;
		height: auto;
	}
	
	#optin-full {
		display: none;
	}
	
	.buffer-button {
		display: none;
	}
	
	.popup-dom-lightbox-wrapper {
		display: none;
	}

	#fancybox-overlay,
	#fancybox-wrap { 
		display: none !important;
	}

}

@media only screen and (max-width: 900px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .wrap
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap,
	#header,
	#header .wrap {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden !important;
	}
	
	#inner,
	.content-sidebar #content-sidebar-wrap, 
	.full-width-content #content-sidebar-wrap {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	
	#description {
		display: none;
		padding: 0;
		margin: 0;
	}

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

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}
	
	#header .widget_nav_menu .widget-wrap {
		overflow: hidden;
		padding-bottom: 5px;
	}
	
	#header ul.menu {
		clear: left;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 50%;
		text-align: center;
	}

	#header ul.menu li {
		display: block;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		right: 50%;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}
	
	#optin {
		background: url(images/optin2-full.jpg) top left no-repeat;
		width: auto;
	}
	
	#optin h5,
	#optin p,
	#optin p.top,
	#optin p.bottom,
	#optin ul,
	#optin form {
		left: 10px;
	}
	
	#optin form,
	#optin p.bottom {
		text-align: center !important;
		width: 100%;
	}
	
	/*
	#optin {
		width: 100%;
		margin: 2px 0 20px 0;
		background: #484848 url(images/optin.jpg) top left no-repeat;
		position: relative;
		font-family: Georgia, Times, serif;
		overflow: hidden;
		height: 480px !important;
	}
	
	#optin h5 {
		font-size: 28px;
		top: 10px;
	}
	
	#optin p {
		font-size: 15px;
		top: 70px;
		left: 338px;
	}
	
	#optin ul {
		font-size: 14px;
		top: 130px;
		left: 370px;
		padding-right: 10px;
	}
	
	#optin p.quote {
		display: none;
	}
	
	#optin #inf_field_FirstName {
		position: absolute;
		top: auto !important;
		bottom: 65px;
		left: 10px !important;
	}
	
	#optin #inf_field_Email {
		position: absolute;
		top: auto !important;
		bottom: 65px;
		left:200px !important;
		width: 330px !important;
	}
	
	#optin #inf_custom_BiggestFrustration {
		position: absolute;
		top: auto !important;
		bottom: 25px;
		left:10px !important;
	}
	
	#optin .button {
		position: absolute;
		top: auto !important;
		bottom: 15px;
		left:340px !important;
	}
	
	input#optin-email {
		top: 375px;
		left: 20px;
	}
	
	#optin-submit {
		top: 375px;
		left: 370px;
	}
	
	#optin-full {
		width: 100%;
		height: 160px;
	}
	
	#optin-full form {
		width: 395px;
		position: absolute;
		top: 110px;
		left: 80px;
	}
	*/

	#inner {
		padding: 10px 0 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}
	
	#content .aligncenter {
		max-width: 100%;
		height: auto;
		padding: 0;
	}
	
	#content .aligncenter img {
		max-width: 100%;
		height: auto;
	}
	
	#disqus_thread {
		padding: 0 10px;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	.popup-dom-lightbox-wrapper {
		display: none;
	}

	#fancybox-overlay,
	#fancybox-wrap { 
		display: none !important;
	}
}

@media only screen and (max-width: 1060px) {

	#fancybox-overlay,
	#fancybox-wrap { 
		display: none !important;
	}

}

/* Blank Template */
body.page-template-blank-template-php {
	margin: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
body.page-template-blank-template-php #content, body.page-template-blank-template-php #content-sidebar-wrap { width: 100% }
body.page-template-blank-template-php #inner { margin-top: 0 }
body.page-template-blank-template-php #content h1.entry-title { display: none !important }

body.page-template-blank-template-php #content .hero {
	background: url(http://www.melanieduncan.com/wp-content/themes/melanieduncan/images/gallery-bg.jpg);
}

body.page-template-blank-template-php #content .hero img {
	width: 100%;
}
body.page-template-blank-template-php #content .container {
	max-width: 720px;
	margin: 0 auto;
}

body.page-template-blank-template-php .content h1 {
	font-family: 'Open Sans',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 48px !important;
	line-height: 48px !important;
	font-weight: 400;
	color: #555;
	margin: 0px 10px !important;
	padding: 10px 0px;
	text-decoration: none;
	text-align: left;
}
body.page-template-blank-template-php .content h2 {
	font-family: 'Open Sans',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 36px !important;
	line-height: 36px !important;
	font-weight: 400;
	color: #555;
	margin: 0px 10px !important;
	padding: 10px 0px;
	text-decoration: none;
	text-align: left;
	font-weight: normal !important;
}
body.page-template-blank-template-php .content {
		padding: 30px 0;
}
body.page-template-blank-template-php .content p {
	font-family: 'Open Sans',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	font-weight: normal !important;
	color: #000;
	margin: 0px 10px !important;
	padding: 10px 0px;
	line-height: 20px !important;
}
body.page-template-blank-template-php .content p a {
	font-family: 'Open Sans',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	font-weight: bold;
	color: #e40045;
	text-decoration: none;
	border-bottom: 1px dotted #e40045;
}
body.page-template-blank-template-php .content ol, body.page-template-blank-template-php .content ul  {
	margin: 0px 10px;
	padding: 0px;
}
body.page-template-blank-template-php .content ol li, body.page-template-blank-template-php .content ul li {
	margin: 0px 0px 0px 2em !important;
	padding: 4px 0px;
	font-family: 'Open Sans',Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	font-weight: normal;
	color: #000;
	line-height: 20px !important;
}

/* PAO - OPTIN: 4/23/2015 */

.opt.container {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #b80a1c;
}
.max-wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
}
.opt.container img {
	display: block;
	position: relative;
	z-index: 2;
	margin-left: 1.25%;
	margin-top: 1.25%;
	max-width: 372px;
	width: 38.75%;
}
.opt.container .content {
	max-width: 660px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.border {
  border: 60px solid transparent;
  -webkit-border-image: url('http://amyporterfield.com/wp-content/themes/amy/images/home-optin/stripe1.png') 65 round;
  -webkit-border-image: url('http://amyporterfield.com/wp-content/themes/amy/images/home-optin/stripe1.png') 65 round;
  border-image: url('http://amyporterfield.com/wp-content/themes/amy/images/home-optin/stripe1.png') 65 round;
  height: 176px;
  width: 840px;
  position: absolute;
  left: -280px;
  top: 40px;
}
.opt.container .content h1, .opt.container .content p, .opt.container .content ul, .opt.container .content li {
	padding: 0;
	margin: 0;
	line-height: 1;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
}
.opt.container .content h1 {
	font-size: 26px;
	font-weight: 600;
	color: #ff4857;
	margin-right: 1.25%;
	padding: 20px 0 0 0;
	text-align: right;
}
.opt.container .content ul {
	list-style: none;
}
.opt.container .content p {
	text-align: center;
	font-size: 20px;
	float: right;
	margin-right: 5.104166666666667%;
	padding: 10px 0 0 0;
}
.opt.container .content .list-wrapper {
	float: right;
	margin-right: 4%;
}
.opt.container .content .list-wrapper p {
	text-align: left;
	font-size: 18px;
	float: none;
	margin-right: 0;
	padding: 20px 0 8px 0;
}
.opt.container .content .list-wrapper li {
	font-size: 16px;
	background: url(/wp-content/uploads/2015/04/bullet.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}
.opt.container form, .opt.container .bot {
	display: block;
	position: absolute;
	z-index: 1;
	margin: 0;
	left: 0;
	bottom: 0;
	max-height: 85px;
  	height: 26.297297%;
	width: 100%;
	background: #ffce35;
	margin-bottom: 0px;
}
.opt.container form p {
	position: absolute;
	top: -30px;
	right: 13.645833%;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.opt.container form p img {
	max-width: 58px;
	position: absolute;
	left: -68px;
}

.opt.container .max-wrapper img.arrow {
	max-width: 40px;
  	position: absolute;
  	right: 20px;
  	top: -50px;
}

.opt.container a {
	background: url('./images/home-optin/optin-btn.png') no-repeat;
  	width: 343px;
  	height: 68px;
  	position: absolute;
  	right: 90px;
  	bottom: -38px;
}

.opt.container form .form-wrapper {
	position: absolute;
	max-width: 538px;
	width: 100%;
	right: 0;
	top: 12px;
}

.opt.container form .form-wrapper input[type=text] {
	max-width: 160px;
	width: 100%;
	border-radius: none;
	margin: 0 3px;
	float: left;
	background: #e1dede;
	border: 1px solid #323131;
	padding: 9px 6px;
	font-size: 18px;
}

.opt.container form .form-wrapper input[type=submit] {
	background: url(http://www.gotowebinar1.com/wp-content/uploads/2015/04/button.png);
	height: 41px;
	width: 163px;
	border: none;
	float: left;
	margin-left: 3px;
}

@media (max-width: 1000px) {
	.opt.container img {
		display: none;
	}
	.opt.container img.logo {
		display: block;
  		margin-left: 30% !important;
  		margin-top: -25px !important;
	}
	.opt.container .content, .opt.container form {
		position: relative;
		clear: both;
	}
	.opt.container .content {
		width: 100%;
		padding-bottom: 100px;
		max-width: none;
	}
	.opt.container .content h1, .opt.container .content p, .opt.container .content ul, .opt.container .content li {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.opt.container .content h1 {
		text-align: center;
		font-size: 24px;
		padding-top: 20px;
	}
	.opt.container .content p {
		font-size: 20px;
		padding-top: 10px;
	}
	.opt.container a {
		left: 30%;
  		bottom: -38px;
	}
	.opt.container .content .list-wrapper {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.opt.container .content .list-wrapper p {
		text-align: center;
		font-size: 16px;
		padding-top: 10px;
	}
	.opt.container .content .list-wrapper ul {
		display: inline-block;
		*display: inline;
	}
	.opt.container .content .list-wrapper ul li {
		text-align: left;
		font-size: 14px;
	}
	.opt.container form {
		padding: 3px 0;
	}
	.opt.container form p {
		top: -30px;
		right: 0;
		text-align: center;
		width: 100%;
		font-size: 16px;
	}
	.opt.container form .form-wrapper {
		position: relative;
		top: 0;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	.opt.container .border {
		display: none;
	}

}
@media (max-width: 640px) {
	.opt.container img.logo {
		margin-left: 20%;
	}
	.opt.container a {
		left: 25%;
	}
}

@media (max-width: 560px) {
	.opt.container form {
		max-height: none;
	}
	.opt.container form .form-wrapper {
		max-width: none;
	}
	.opt.container form .form-wrapper input[type=text] {
		max-width: none;
		float: none;
		margin: 6px auto;
		width: 96%;
		display: block;
	}
	.opt.container form .form-wrapper input[type=submit] {
		display: block;
		margin: 6px auto;
		float: none;
	}
	.opt.container a {
		left: 20%;
	}
	.opt.container img.logo {
		margin-left: 13% !important;
	}
}


