/*
    Theme Name: Pintercast Child Theme
    Theme URI: http://www.appendipity.com/pintercast/
    Description: For a complete Step-by-Step tutorial on setting up and customizing your Pintercast Theme, <a target="_blank" rel="nofollow" href="http://www.appendipity.com/tutorial/" alt="Pintercast Theme Tutorials" title="Pintercast Theme Tutorials" >Click Here</a>
    Author: Appendipity
    Author URI: http://www.appendipity.com/
 
    Version: 2.6
 
    Tags: black, white, light, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, responsive
 
    Template: genesis
    Template Version: 2.0
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Featured Page / Post Widgets
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

/** Defaults
--------------------------------------- **/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
input {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
input[type="text"],
input[type="email"],
input[type="url"],
select,
textarea {
    -moz-box-shadow: 0 0 5px -1px #BBBBBB inset;
    -webkit-box-shadow: 0 0 5px -1px #BBBBBB inset;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 5px -1px #BBBBBB inset;
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 13px 15px;
    vertical-align: middle;
}
pre {
    background: none repeat scroll 0 0 #F4F4F2;
    border: 1px solid #AAAAAA;
    font-size: 12px;
    margin: 10px 0;
    max-height: 250px;
    overflow: scroll;
    padding: 5px 10px;
    width: 90%;
}
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%;
}

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

a, a:visited {
    color: #D9593C;
    text-decoration: underline;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a:hover {
    color: #333333;
    text-decoration: none;
}
a img {
    border: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
}
h1.entry-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.4em;
}
h1.entry-title a {
    text-decoration: none;
}
h1.entry-title a:hover {
    text-decoration: none;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
h2, h2 a, h2 a:visited{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
h2.entry-title a {
    color: #d9593c;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4em;
    text-decoration: none;
}
h2 a:hover {
    color:#333;
    text-decoration: none;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
    font-size: 1.125em;
    margin: 0 0 5px;
}
h4 {
    font-size: 20px;
}
.widget-area h4 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.widget-area h4 a {
    text-decoration: none;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/** 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 scroll 0 12px transparent;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 20px;
    text-shadow: 1px 1px #FFFFFF;
    word-wrap: break-word;
}
.entry-content ol li {
    margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}

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

body {
    background-color: #e5e5e5;
}
::-moz-selection {
    background-color: #222;
    color: #fff;
}
::selection {
    background-color: #222;
    color: #fff;
}

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

.site-container {
    margin: 0 auto;
    padding-top: 1px;
}
.wrap {
    margin: 0 auto;
    width: 1240px;
}

/* Masonry Transitions
------------------------------------------------------------ */

#masonry-container {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.masonry,
.masonry .masonry-brick {
	transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
}

.masonry {
	transition-property: height, width;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
}

.masonry .masonry-brick {
	transition-property: left, right, top;
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
}
#loading {
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}
.inf-nav {
	text-indent: -9999px;
}

/** Message Bar
-------------------------------------- **/

#message_bar {
    background: none repeat scroll 0 0 #333333;
    overflow: hidden;
}
#message {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
#message h4.widgettitle {
    display: none;
}
#message p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
}
#message a {
    text-decoration: underline;
}
#message a:hover {
    color: #d9593c;
    text-decoration: none;
}
#message .textwidget {
    padding: 5px 0;
}

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

#header-area {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 5px solid #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.site-header {
    display: block;
    float: left;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 625px;
}
.title-area {
    float: left;
    margin-top: 13px;
    padding: 0;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin: 0;
}
.site-title a {
    color: #D9593C !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-right: 20px;
    text-decoration: none;
}
.site-title a:hover {
    color: #333 !important;
    text-decoration: none;
}
.site-description {
    color: #888 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0;
}

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

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
    display: block;
    float: left;
    height: 100px;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
}
.header-image .site-description {
    display: block;
    overflow: hidden;
}

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

/** Header / Primary / Secondary Navigation
------------------------------------------- **/

.menu-primary,
.menu-secondary {
    clear: both;
    color: #222;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.nav-primary {
    float: right;
    margin-top: 0;
    position: relative;
}
.menu-primary,
.menu-secondary {
    background: none;
}
.menu-primary {
    margin: 0;
    text-align: right;
    top: 0;
    width: 600px;
}
.menu-secondary {
    margin: 3px 0 0;
}
.menu-primary ul,
.menu-secondary ul {
    float: left;
    width: 100%;
}
.menu-primary li,
.menu-secondary li,
.nav-primary .menu li {
    display: inline-block;
    list-style-type: none;
}
.menu-primary a,
.nav-primary .menu a {
    color: #333333;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-right: -4px;
    padding: 40px 10px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a
.nav-primary .menu li a:active,
.nav-primary .menu li a:hover,
.nav-primary .menu .current_page_item a,
.nav-primary .menu .current-cat a,
.nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
.menu-secondary a {
    color: #aaa;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-right: -4px;
    padding: 0 10px 5px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
    background: none;
    color: #fff;
}
.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,
.nav-primary .menu li li a,
.nav-primary .menu li li a:link,
.nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #777777;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 5px 7px 10px;
    position: relative;
    text-transform: none;
    transition: none 0s ease 0s;
    width: 150px;
}
.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
.nav-primary .menu li li:last-child a { 
    border: none; 
}
.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.nav-primary .menu li li a:active,
.nav-primary .menu li li a:hover {
    background: none;
    color: #aaa;
}
.menu-primary li ul,
.menu-secondary li ul,
.nav-primary .menu li ul {
    background-color: #333333;
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    padding: 5px 0 0;
    position: absolute;
    width: 150px;
    z-index: 9999;
}
.nav-primary .menu li ul {
    margin: 0;
}
.nav-primary .menu li ul li {
    display: block;
    text-align: left;
}
.menu-primary li ul a,
.menu-secondary li ul a,
.nav-primary .menu li ul a {
    width: 130px;
}
.menu-primary li ul ul,
.menu-secondary li ul ul,
.nav-primary .menu li ul ul {
    border-left: medium none;
    margin: -34px 0 0 144px;
    padding: 0;
}
.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}
.menu li:hover,
.menu li.sfHover {
    position: static;
}
ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.nav-primary .menu li:hover>ul,
.nav-primary .menu li.sfHover ul {
    left: auto;
}
.nav-primary .menu li a.sf-with-ul {
    background: url("images/nav-icon-down.png") no-repeat scroll right 7px transparent;
    padding-right: 24px;
}
.nav-primary .menu li li a.sf-with-ul {
    background: url("http://brokertobrokers.com/wp-content/themes/pintercast/images/icon-right.png") no-repeat scroll 125px 12px transparent;
}
.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}
.nav-primary .menu li a .sf-sub-indicator,
.nav-primary .menu li li a .sf-sub-indicator,
.nav-primary .menu li li li a .sf-sub-indicator {
    display: none;
}

/** Sub Nav
--------------------------------------- **/

.nav-secondary {
    float: right;
    overflow: hidden;
}
.nav-secondary ul {
    float: right;
    list-style: none outside none;
    margin: 6px 0;
    width: 100%;
}

/** Sub Nav Social Icons
------------------------------------------ **/

.nav-secondary li.social-facebook,
.nav-secondary li.social-linkedin,
.nav-secondary li.social-gplus,
.nav-secondary li.social-flickr,
.nav-secondary li.social-twitter,
.nav-secondary li.social-youtube,
.nav-secondary li.social-pinterest,
.nav-secondary li.social-rss,
.nav-secondary li.social-podcast,
.nav-secondary li.social-skype,
.nav-secondary li.social-instagram,
.nav-secondary li.social-email {
    float: left;
    margin-left: 5px;
    width: 25px;
}
.nav-secondary li.social-facebook a,
.nav-secondary li.social-facebook a:hover,
.nav-secondary li.social-linkedin a,
.nav-secondary li.social-linkedin a:hover,
.nav-secondary li.social-gplus a,
.nav-secondary li.social-gplus a:hover,
.nav-secondary li.social-flickr a,
.nav-secondary li.social-flickr a:hover,
.nav-secondary li.social-twitter a,
.nav-secondary li.social-twitter a:hover,
.nav-secondary li.social-youtube a,
.nav-secondary li.social-youtube a:hover,
.nav-secondary li.social-pinterest a,
.nav-secondary li.social-pinterest a:hover,
.nav-secondary li.social-rss a,
.nav-secondary li.social-rss a:hover,
.nav-secondary li.social-podcast a,
.nav-secondary li.social-podcast a:hover,
.nav-secondary li.social-skype a,
.nav-secondary li.social-skype a:hover,
.nav-secondary li.social-instagram a,
.nav-secondary li.social-instagram a:hover,
.nav-secondary li.social-email a,
.nav-secondary li.social-email a:hover {
    display: block;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.nav-secondary li.social-facebook a,
.nav-secondary li.social-facebook a:hover,
.nav-secondary li.social-linkedin a,
.nav-secondary li.social-linkedin a:hover,
.nav-secondary li.social-gplus a,
.nav-secondary li.social-gplus a:hover,
.nav-secondary li.social-flickr a,
.nav-secondary li.social-flickr a:hover,
.nav-secondary li.social-twitter a,
.nav-secondary li.social-twitter a:hover,
.nav-secondary li.social-youtube a,
.nav-secondary li.social-youtube a:hover,
.nav-secondary li.social-pinterest a,
.nav-secondary li.social-pinterest a:hover,
.nav-secondary li.social-rss a,
.nav-secondary li.social-rss a:hover,
.nav-secondary li.social-podcast a,
.nav-secondary li.social-podcast a:hover,
.nav-secondary li.social-skype a,
.nav-secondary li.social-skype a:hover,
.nav-secondary li.social-instagram a,
.nav-secondary li.social-instagram a:hover,
.nav-secondary li.social-email a,
.nav-secondary li.social-email a:hover {
    background: url(images/social-icons.png);
    margin: 0 5px 0 0;
}
.nav-secondary li.social-twitter a {
    background-position: 0 0;
}
.nav-secondary li.social-twitter a:hover {
    background-position: 0 -27px;
}
.nav-secondary li.social-gplus a {
    background-position: -25px 0;
}
.nav-secondary li.social-gplus a:hover {
    background-position: -25px -27px;
}
.nav-secondary li.social-linkedin a {
    background-position: -50px 0;
}
.nav-secondary li.social-linkedin a:hover {
    background-position: -50px -27px;
}
.nav-secondary li.social-facebook a {
    background-position: -75px 0;
}
.nav-secondary li.social-facebook a:hover {
    background-position: -75px -27px;
}
.nav-secondary li.social-flickr a {
    background-position: -100px 0;
}
.nav-secondary li.social-flickr a:hover {
    background-position: -100px -27px;
}
.nav-secondary li.social-youtube a {
    background-position: -125px 0;
}
.nav-secondary li.social-youtube a:hover {
    background-position: -125px -27px;
}
.nav-secondary li.social-pinterest a {
    background-position: -150px 0;
}
.nav-secondary li.social-pinterest a:hover {
    background-position: -150px -27px;
}
.nav-secondary li.social-rss a {
    background-position: -175px 0;
}
.nav-secondary li.social-rss a:hover {
    background-position: -175px -27px;
}
.nav-secondary li.social-podcast a {
    background-position: -200px 0;
}
.nav-secondary li.social-podcast a:hover {
    background-position: -200px -27px;
}
.nav-secondary li.social-skype a {
    background-position: -225px 0;
}
.nav-secondary li.social-skype a:hover {
    background-position: -225px -27px;
}
.nav-secondary li.social-instagram a {
    background-position: -250px 0;
}
.nav-secondary li.social-instagram a:hover {
    background-position: -250px -27px;
}
.nav-secondary li.social-email a {
    background-position: -275px 0;
}
.nav-secondary li.social-email a:hover {
    background-position: -275px -27px;
}

/** Footer Menu
---------------------- **/
.site-footer ul.menu {
    float: right;
    list-style: none outside none;
    text-align: right;
}
.site-footer ul.menu li {
    display: inline-block;
}
.site-footer ul.menu li a {
    color: #FFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 12px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.site-footer ul.menu li a:hover {
    color: #333;
}

/** Home Top Bar
------------------- **/
.home-topbar {
    background: none repeat scroll 0 0 #D8D8D8;
    margin-top: -8px;
    overflow: hidden;
    padding: 35px 0 30px;
    text-align: center;
}
.home-topbar .widget {
    display: inline-block;
    padding: 0 2%;
    width: 24%;
}
.home-topbar .btn-widget {
    margin: 0 auto;
}

/** Appendipity Button Widget
------------------- **/

.button-widget img {
    margin: 0 auto !important;
}
.sidebar .button-widget {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
}
.footer-widgets .button-widget {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/** Colors
-------------------- **/
.btn-widget {
    display: block;
    float: none;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
.btn-widget:hover {
	opacity: 0.7;
}

/** Inner
----------------------------------------- **/
.site-inner {
    margin: 35px auto 0;
    width: 1240px;
}

/** Post Page Banner
---------------------------------------- **/
#before-content-banner {
    background: none repeat scroll 0 0 #FFF;
    margin: 0 auto 40px;
    padding: 25px 40px;
    width: 100%;
}
#before-content-banner img,
#before-content-banner object,
#before-content-banner iframe {
    display: block;
    float: none;
}

/** Breadcrumb
--------------------------------------- **/
.breadcrumb {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 17px;
    margin: 0 auto 15px;
    padding: 25px 40px;
}
.breadcrumb a {
    background: url(images/bullet.png) no-repeat right;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
}
.breadcrumb .home {
}

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

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

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

.content-sidebar-wrap {
    float: left;
    width: 770px;
}
.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    width: 1240px;
}

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

.content {
    float: left;
    padding: 0;
    width: 450px;
}
.content-sidebar .content,
.sidebar-content .content {
    width: 64%;
}
.content .post,
.content .page {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 40px;
    padding: 25px 40px;
    width: 100%;
    word-wrap: break-word;
}
.sidebar-content .content {
    float: right;
}
.full-width-content .content {
    float: none;
    margin: 0 auto;
    padding-top: 10px;
    width: 1240px;
}
blockquote {
    background: url("images/blockquote.png") no-repeat scroll 0 0 #F4F4F4;
    color: #666666;
    font-size: 18px;
    font-style: italic;
    margin: 0 5px 25px;
    padding: 30px 20px 10px 58px;
}
blockquote p {
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.shadowbox {
    background: none repeat scroll 0 0 #F4F4F4;
    margin: 0 5px 25px;
    padding: 30px 35px;
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.shadowbox p {
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.ip-player {
    margin: 0 0 20px;
    padding-top: 10px;
    width: 100%;
}
.podcast .post {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    float: left;
    margin: 0 0 20px;
    padding: 0;
    width: 235px;
}
.post {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
}
.post .wp-post-image {
    margin-bottom: 15px;
    opacity: 1;
}
.post .wp-post-image:hover {
    margin-bottom: 15px;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
h2.post-title {
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
h2.post-title a {
    color: #333;
    display: block;
    font-size: 17px;
    margin: 10px 10px 2px;
}
h2.post-title a:hover {
    color: #D9593C;
}
.error404 .entry {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 40px 40px;
}
.error404 .entry-content .search-form input[type="search"] {
    border: 1px solid #888;
    width: 90%;
}
.entry-content {
    margin: 0 0 10px;
    position: relative;
}
.podcast .entry-content {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}
.podcast .entry-content p {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 10px;
}
.entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0;
}
.author-meta {
    border-bottom: 1px solid #E0E0E0;
    height: 40px;
}
.author-pic {
    float: left;
    margin-left: 10px;
    margin-right: 7px;
}
.author-pic .avatar {
    border-radius: 0;
    padding: 0;
}
.auth-com {
    color: #777777;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    width: 180px;
}
.post-com-bub {
    background: url("images/home-com-bubble.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    margin-top: 5px;
    width: 15px;
}
.post-com {
    left: 6px;
    position: relative;
    top: -3px;
}

/** Home Share Buttons
--------------------------- **/
.home-share {
    float: right;
    margin-top: 2px;
    width: 70px;
}
.home-share .twitter,
.home-share .facebook,
.home-share .googleplus,
.home-share .pinterest {
    height: 20px;
    margin: 0;
    width: 20px;
}
.home-share .sharrre .box {
    border-radius: 3px;
    display: block;
    height: 20px;
    margin: 0;
    text-indent: -9999px;
    width: 20px;
}
.home-share .sharrre .box:hover {
    background: none repeat scroll 0 0 #333;
}
.home-share .twitter .box {
    background: none repeat scroll 0 0 #1da8d6;
}
.home-share .facebook .box {
    background: none repeat scroll 0 0 #232e9e;
}
.home-share .googleplus .box {
    background: none repeat scroll 0 0 #b00303;
}
.home-share .pinterest .box {
    background: none repeat scroll 0 0 #ec0808;
}
.home-share .sharrre .share {
    background-image: url("images/home-share-btn.png");
    display: block;
    height: 20px;
    width: 20px;
}
.home-share .twitter .share {
    background-position: 0 0;
}
.home-share .facebook .share {
    background-position: -40px 0;
}
.home-share .googleplus .share {
    background-position: -20px 0;
}
.home-share .pinterest .share {
    background-position: -60px 0;
}

/** Home Player
--------------------------- **/
.pod-player {
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 10px;
}
p.play-download {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
}
p.play-download a {
    text-decoration: none;
}
p.audioplayer {
    float: left;
    margin: 10px 0;
}
p.subscribe-to-comments {
    padding: 20px 0 10px;
}
.clear {
    clear: both;
}
.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 20px;
}
.home .more-link {
    font-size: 14px;
    margin: -15px 10px 5px 0;
}
.more-link {
    float: right;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
    text-decoration: none;
    text-transform: none;
    z-index: 100;
}
.more-link:hover {
    text-decoration: none;
}

/** Home Sidebar
---------------------- **/
.home-sidebar-inner {
    font-size: 14px;
    padding: 0;
}
.home-sidebar-inner ul {
    padding: 0 0 0 20px;
}
.home-sidebar-inner .widget {
    padding: 0 10px;
}
.home-sidebar-inner h4.widgettitle {
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
    margin-bottom: 10px;
}
.home-sidebar-inner .sidebar-optin {
    padding: 0;
}
.home-sidebar-inner #sb-optin {
    padding: 10px 15px;
}
.home-sidebar-inner #sb-optin ul {
    font-size: 14px;
    padding: 0;
}
.home-sidebar-inner #sb-optin h4.widgettitle {
    border-bottom: medium none;
    font-size: 18px;
    margin-bottom: 10px;
}
.home-sidebar-inner #sb-optin p {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}


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

.content .entry-header .entry-meta {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    color: #787777;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: italic;
    margin: 0 0 25px;
    padding: 5px 0;
}
.content .entry-header .entry-meta a {
    font-weight: bold;
    text-decoration: none;
}
.content .entry-header .entry-meta .entry-time {
    float: right;
}
.content .entry-header .entry-meta .entry-authora {
    color: #787777;
    padding: 0 0 0 2px;
}
.content .entry-header .entry-meta .entry-authora:hover {
    color: #f6791f;
}
.content .entry-header .entry-meta .social_share {
    float: right;
    margin-top: 3px;
}
.content .entry-header .entry-meta a.post-edit-link {
    margin-left: 10px;
}

/** Post Share
---------------------------------------- **/

.post-share {
    float: right;
    margin-top: -2px;
    width: 40%;
}
.post-share .buttons {
    display: block;
    margin: 0 auto;
    text-align: right;
}
.facebook,
.twitter,
.googleplus,
.pinterest {
    display: inline-block;
    margin: 5px 7% 0 0;
}
.facebook {
    margin-top: -2px;
    vertical-align: top;
}
.twitter {
    width: 80px;
}
.googleplus {
    margin-right: 0;
    width: 60px;
}

/** Post Meta
---------------------------------- **/

.content .entry-footer .entry-meta {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    color: #787777;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    width: 100%;
}
.entry-footer .entry-meta a {
    font-weight: bold;
    text-decoration: none;
}

/** Page Meta
---------------------------------- **/

.page .entry-meta {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #777;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    width: 100%;
}

/** In-Post Share
---------------------------------- **/
.ip-share {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #777;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 37px;
    padding: 10px 0 5px;
    width: 100%;
}
.share-text {
    float: left;
}

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

.author-box {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
.author-box .avatar {
    border: medium none;
    border-radius: 50%;
    float: left;
    margin: 5px 15px 10px 0;
    padding: 0;
}
.author-box-title {
    font-size: 20px;
    margin: 0 0 10px;
}
.author-box-content p {
    color: #000000;
    font-size: 16px;
}

/** Previous Next Links
---------------------------------------- **/

#prev-next {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: inline-block;
    height: auto;
    margin: 0 0 35px;
    padding: 25px 40px;
    width: 100%;
}
#prev-next h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin: 0 0 10px;
}
#prev-next a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
#prev-next a:hover {
    text-decoration: none;
}
#prev-next .previous {
    float: left;
    width: 47%;
}
#prev-next .next {
    float: right;
    text-align: right;
    width: 47%;
}
#prev-next img {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #EAEAEA;
    margin-right: 0.5%;
    max-width: 96%;
    padding: 1.5%;
    width: auto;
}
#prev-next img:hover {
    box-shadow: 0 0 2px 2px #d9593c;
}

/** Related Posts
------------------------------------------- **/

.related-posts {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
h3.related-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.related-list li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    text-align: center;
    width: 25%;
}
.related-list li a {
    text-decoration: none;
}
.related-list img {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #EAEAEA;
    display: block;
    margin: 0 auto 5px;
    padding: 2%;
}
.related-list img:hover {
    box-shadow: 0 0 2px 2px #d9593c;
}

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

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

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

.entry-comments-link {
    background: url("images/comment-note.png") no-repeat scroll left center transparent;
    float: right;
    font-size: 15px;
    margin: 1px 0 0 2%;
    padding: 0 0 0 7px;
}
.entry-comments-link a {
    background-color: #333;
    background-image: -moz-linear-gradient(#777, #333);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#333));
    background-image: -webkit-linear-gradient(#777, #333);
    background-image: -o-linear-gradient(#777, #333);
    background-image: -ms-linear-gradient(#777, #333);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 0 12px 0 11px;
}
.entry-comments-link a:hover {
    color: #aaa;
}
.entry-tags {
    display: block;
    margin: 10px 0 0;
}

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

img {
    height: auto;
    max-width: 100%;
}
.avatar {
    border-radius: 50%;
    padding: 5px;
}
.post-image {
    margin: 0 10px 10px 0;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone {
    display: inline;
    margin: 0 0 20px;
}
img.alignleft {
    display: inline;
    margin: 0 25px 0 0;
}
img.alignright {
    display: inline;
    margin: 0 0 20px 25px;
}
.alignleft {
    float: left;
    margin: 0 25px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 25px;
}
.wp-caption {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 5px 1%;
    text-align: center;
}
p.wp-caption-text {
    font-size: 0.75em;
    margin: 0;
    padding: 5px 0;
}
.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

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

.pagination {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 40px;
    width: 100%;
}
.pagination li {
    display: inline;
}
.pagination li a,
.pagination li a:visited {
    background-color: transparent;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 2px;
    text-decoration: none;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: transparent;
    color: #D9593C;
}

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

.sidebar {
    display: inline;
    float: right;
    font-size: 12px;
    width: 35%;
}
.sidebar p {
    font-size: 12px;
}
.sidebar-secondary {
    float: left;
    width: 150px;
}
.sidebar-content .sidebar-primary {
    float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
.sidebar .widget {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 40px;
    padding: 25px 40px;
}
.sidebar .widget,
.sidebar .widget p {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.sidebar .widget p {
    margin: 0 0 15px;
}
.sidebar .widget img {
    margin: 0;
}
.sidebar.widget-area ul,
.sidebar.widget-area ul ul,
.footer-widgets .widget-area ul,
.footer-widgets .widget-area ul ul {
    margin: 0;
}
.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
    background: url("images/bullet.png") no-repeat 10px 7px transparent;
    list-style-type: none;
    padding: 0 0 7px 30px;
    word-wrap: break-word;
}
.sidebar-primary a img:hover {
    opacity: 1 !important;
}

/** Sidebar Optin Widget
-------------------------------------- **/
.sidebar .widget.sidebar-optin,
.footer-widgets .widget.sidebar-optin {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    margin: 0 0 20px;
    padding: 0;
}
#sb-optin {
    background-color: #333333;
    padding: 40px;
    width: 100%;
}
#sb-optin h4.widgettitle {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
#sb-optin p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}
#sb-optin ul {
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    line-height: 1.2;
    list-style: none outside none;
    width: 68%;
}
#sb-optin ul.wide {
    float: left;
    width: 100%;
}
#sb-optin li {
    background: url("images/sb-optin-li.png") no-repeat scroll 0 center transparent;
    padding: 7px 0 7px 30px;
}
.ebookimg {
    float: left;
    margin: 10px auto 0;
    width: 28%;
}
#sb-optin-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    width: 100%;
}
#sb-optin-form .form-wrapper {
    display: inline-block;
    margin: 15px 0 0;
    width: 100%;
}
#sb-optin-form .text {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: none;
    color: #999999;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 45px;
    margin: 0 0 15px;
    padding: 0 0 0 6%;
    text-transform: none;
    width: 100%;
}
#sb-optin-form .submit {
	background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 17px;
    font-weight: normal;
    height: 55px;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
#sb-optin-form .submit:hover {
    box-shadow: none;
    color: #000;
    opacity: 0.7;
}

/** Dropdown Menus
------------------------------------- **/
#cat,
.widget_archive select {
    width: 100%;
}

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

.user-profile {
    overflow: hidden;
}

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

.single-button {
    margin: -80px 0 35px;
    text-align: center;
}
.single-button a {
    background-color: #93ca00;
    background-image: -moz-linear-gradient(#93ca00, #5b7c00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93ca00), to(#5b7c00));
    background-image: -webkit-linear-gradient(#93ca00, #5b7c00);
    background-image: -o-linear-gradient(#93ca00, #5b7c00);
    background-image: -ms-linear-gradient(#93ca00, #5b7c00);
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: -1px -1px 0 #555555;
}
.single-button a:hover {
    background-color: #5b7c00;
    background-image: -moz-linear-gradient(#5b7c00, #93ca00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b7c00), to(#93ca00));
    background-image: -webkit-linear-gradient(#5b7c00, #93ca00);
    background-image: -o-linear-gradient(#5b7c00, #93ca00);
    background-image: -ms-linear-gradient(#5b7c00, #93ca00);
    text-shadow: none;
}
.single-button a.buy-btn {
    border: 1px solid #306700;
    border-radius: 0 2px 2px 0;
    padding: 12px 10px;
}
.single-button .buy-icon {
    background: url("images/arrow.png") no-repeat scroll right center transparent;
    padding: 10px 30px 10px 0;
}
input[type="button"],
input[type="submit"] {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background-color: #FFAA33;
    background-image: -moz-linear-gradient(#FFAA33, #d9593c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA33), to(#d9593c));
    background-image: -webkit-linear-gradient(#FFAA33, #d9593c);
    background-image: -o-linear-gradient(#FFAA33, #d9593c);
    background-image: -ms-linear-gradient(#FFAA33, #d9593c);
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #d9593c;
    background-image: -moz-linear-gradient(#d9593c, #d9593c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9593c), to(#d9593c));
    background-image: -webkit-linear-gradient(#d9593c, #d9593c);
    background-image: -o-linear-gradient(#d9593c, #d9593c);
    background-image: -ms-linear-gradient(#d9593c, #d9593c);
}

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

.sidebar .search-form {
    background: none repeat scroll 0 0 #F8F7F8;
    border: 1px solid #AAA;
    box-shadow: 0 0 5px -1px #BBB inset;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.search-form input[type="search"] {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #333;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 13px 0 13px 15px;
    width: 75%;
}
.search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #D9593C !important;
    border-bottom: medium none !important;
    border-left: 1px solid #aaa !important;
    border-right: medium none !important;
    border-top: medium none !important;
    border-radius: 0;
    float: right;
    height: 45px;
    margin: 0;
    vertical-align: middle;
    width: 45px;
}
.search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #FFaa33 !important;
}
.menu-primary .search-form {
    background: none repeat scroll 0 0 #333;
    margin-bottom: 5px;
    padding: 5px 0;
}
.menu-primary .search-form input[type="search"] {
    width: 58%;
}

/** Calendar Widget
------------------------------------------- **/

#wp-calendar {
    width: 100%;

}
#wp-calendar caption {
    font-size: 0.75em;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}
#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}
#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}

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

.footer-widgets {
    background: none repeat scroll 0 0 #bbb;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 25px 0;
}
.footer-widgets .wrap {
    font-size: 1em;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1152px;
}
.footer-widgets .widget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    margin: 0 0 20px;
    padding: 20px 30px;
}
.footer-widgets .widget-area h4 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
}
.footer-widgets .widget,
.footer-widgets .widget p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.footer-widgets .widget p {
    margin: 0 0 15px;
}
.footer-widgets ul {
    margin: 0;
}
.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
    background: none;
}
.footer-widgets-1 {
    float: left;
    margin: 0 1.25% 0 0;
    width: 32.5%;
}
.footer-widgets-2 {
    float: left;
    width: 32.5%;
}
.footer-widgets-3 {
    float: right;
    width: 32.5%;
}
.footer-widgets a {
}
.footer-widgets a:hover {
    text-decoration: none;
}

/** Footer
------------------------------------------ **/
.site-footer {
    background: none repeat scroll 0 0 #000;
    clear: both;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    min-height: 50px;
    overflow: hidden;
    padding: 14px 0;
}
.site-footer p {
    color: #777777;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover {
    color: #777;
    text-decoration: none;
}
.site-footer .gototop {
    float: left;
    padding: 0 0 0 5px;
    width: 200px;
}
.site-footer .gototop a {
    background: url("images/return-top-arrow.png") no-repeat center left transparent;
    padding: 5px 0 5px 36px;
    border-bottom: none;
    text-decoration: none;
}
.site-footer .creds {
    float: right;
    padding: 0;
    text-align: right;
    width: 64.236111111111111111111111111111%;
}

/** Footer Optin Area
--------------------------------------------- **/

#footer_optin_area {
    background: none repeat scroll 0 0 #333;
    border-bottom: medium none;
    float: left;
    width: 100%;
}
#footer_optin_bg {
    background: none repeat scroll 0 0 transparent;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#footer_optin_bg #sb-optin {
    padding: 35px 0;
	margin: 0 auto;
}
#footer_optin_bg .footer-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 1152px;
}
#footer_optin_bg h4.widgettitle {
    float: left;
    color: #e6dfdf;
    display: block !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 0 0;
}
#footer_optin_bg #sb-optin p {
    display: none;
}
#footer_optin_bg #sb-optin ul {
    display: none;
}
#footer_optin_bg #sb-optin .ebookimg {
    display: none;
}
#footer_optin_bg #sb-optin-form {
    float: right;
    margin: 0 0 -8px;
    width: 48%;
}
#footer_optin_bg #sb-optin-form .form-wrapper {
    margin: 0;
}
#footer_optin_bg #sb-optin-form .text {
    border: medium none;
	border-radius: 0;
    box-shadow: none;
    float: left;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: none;
    width: 37%;
}
#footer_optin_bg #sb-optin-form .name {
    margin-right: 3px;
}
#footer_optin_bg #sb-optin-form .submit {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: left;
    font-size: 17px;
    height: 35px;
    padding: 0 10px;
    width: 25%;
}
#footer_optin_form .submit:hover {
    text-shadow: none;
}

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

.entry-comments {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
#respond {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
.entry-comments p,
#respond p {
    font-size: 1em;
}
#respond p {
    margin-bottom: 10px;
}
.comment-author {
    font-size: 18px;
    font-weight: bold;
    display: inline;
}
.comment-author a {
    text-decoration: none;
}
#author,
#comment,
#email,
#url {
    font-size: 1em;
    margin: 0 5px 0 0;
    padding: 5px;
    width: 250px;
    text-transform: none;
    color: #000000;
}
#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}
.ping-list {
    margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
    padding: 10px;
}
.comment-list {
    list-style: none;
}
.comment-list li,
.ping-list li {
    font-weight: bold;
    margin: 15px 0;
    padding: 15px 0 15px 15px;
}
.comment-list li {
    list-style: none;
}
.comment-list li ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    list-style-type: none;
    padding: 15px 0 5px 15px;
}
.comment-list ul li.bypostauthor {
    background: none repeat scroll 0 0 #ebe7e7;
}
.comment-list li.bypostauthor ul {
    background: none repeat scroll 0 0 transparent;
}
.comment-list li ul li li {
    background: none repeat scroll 0 0 #F7F7F7;
}
.comment-list p, .ping-list p {
    margin: 10px 65px 10px 0;
}
.comment-list cite,
.comment-list .says,
.ping-list cite {
    color: #242223;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
}
.comment-list cite a {
    text-decoration: none;
}
.says {
    display: none;
}
.comment-meta {
    display: inline;
    font-size: 14px;
}
.comment-meta a {
    font-weight: normal;
    text-decoration: none;
}
.comment-content {
    margin: 20px 0;
}
.comment-reply-link {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px 9px;
    text-decoration: none;
    text-transform: none;
}
.comment-reply-link:hover {
    text-decoration: none;
}
#reply-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.nocomments {
    text-align: center;
}
.entry-comments .pagination {
    display: block;
}
.entry-comments h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.entry-comments h3 a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
.thread-alt,
.thread-even {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E8E8E8;
}
.comment-list li .avatar {
    background-color: #FFFFFF;
    border: medium none;
    float: right;
    height: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 50px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #222;
    font-size: 1em !important;
    padding: 4px 5px !important;
}
div.gform_footer input.button {
    color: #fff;
    font-size: 0.6875em !important;
    padding: 8px 10px !important;
}
div.gform_wrapper .ginput_complex label {
    font-size: 0.75em;
}
div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}

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

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
    border-bottom: medium none;
    margin: 0 0 20px;
    min-height: 100% !important;
    overflow: hidden;
    padding: 0 1.5%;
    position: relative;
	width: 100% !important;
}
.featuredpage .entry-content,
.featuredpost .entry-content {
    border-bottom: medium none;
    min-height: 100% !important;
    width: 100% !important;
}
.featuredpage h2,
.featuredpost h2 {
    margin: 0 0 10px;
}
.featuredpage h2 a,
.featuredpost h2 a {
    font-size: 22px;
    margin: 0;
}
.featuredpage h4,
.featuredpost h4 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.featuredpage .page .more-link,
.featuredpost .post .more-link {
    background: none repeat scroll 0 0 transparent;
    color: #FF9900;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    margin-top: 8px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 100;
}
.featuredpage .page .more-link:hover,
.featuredpost .post .more-link:hover {
    background: none repeat scroll 0 0 transparent;
    color: #d35607;
    text-decoration: none;
}
.featuredpost .entry-comments-link {
    background: none repeat scroll 0 0 transparent;
    margin-right: 0;
    padding: 0;
}
.featuredpost .entry-comments-link a {
    display: none;
}
.featuredpost .post .more-link {
    bottom: 30px;
}
.featuredpost a img,
.featuredpage a img {
    display: block;
    margin: 0 auto 10px !important;
}
.featuredpost img,
.featuredpage img  {
    border: 1px solid #EAEAEA;
    padding: 1%;
}
.more-from-category {
    padding: 5px 15px 0;
}

/** Home Featured Pages Area
----------------------------------------------- **/

#feature-widgets {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}
#feature-widgets p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
#feature-widgets p.byline {
    font-size: 14px;
}
#home-featured-left {
    float: left;
    margin: 0 18px 0 0;
    width: 372px;
}
#home-featured-middle {
    float: left;
    width: 372px;
}
#home-featured-right {
    float: right;
    width: 372px;
}
.no-inner .site-inner {
    display: none;
}

/** Pintercast Landing Page
------------------------------------------------------------ **/

.pintercast-landing .site-header {
    float: none;
}
.pintercast-landing .site-container {
    margin: 0 auto;
    padding-top: 1px;
}
.pintercast-landing .site-inner {
    margin: 40px auto 0;
    width: 960px;
}
.pintercast-landing .site-inner .wrap {
    width: 960px;
}
.pintercast-landing .content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 960px !important;
}
.pintercast-landing .content {
    width: 960px;
}
.pintercast-landing .content .page {
    padding: 35px 70px;
}
.pintercast-landing .entry-content h1,
.pintercast-landing .entry-content h2,
.pintercast-landing .entry-content h3,
.pintercast-landing .entry-content h4,
.pintercast-landing .entry-content h5,
.pintercast-landing .entry-content h6 {
    margin: 10px 0 10px -20px !important;
}
.pintercast-landing .entry-comments,
.pintercast-landing #respond {
    display: none;
}
.pintercast-landing h1.entry-title {
    text-align: center;
}
.pintercast-landing .title-area {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.pintercast-landing .site-description,
.pintercast-landing .site-title {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.pintercast-landing .site-title a {
    margin-right: 0;
}
.pintercast-landing .nav-primary {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.pintercast-landing .menu-primary,
.pintercast-landing .menu-secondary,
.pintercast-landing .nav-primary .menu {
    float: none;
    text-align: center;
    width: 100%;
}
.pintercast-landing .menu-primary a,
.pintercast-landing .menu-secondary a,
.pintercast-landing .nav-primary .menu a {
    padding: 20px 15px;
}
.pintercast-landing .menu-primary li,
.pintercast-landing .menu-secondary li,
.pintercast-landing .nav-primary .menu li {
    display: inline-block;
}
.pintercast-landing .menu li.right {
    display: none;
}
.pintercast-landing .entry-content {
    margin: 0 0 35px;
}
.pintercast-landing .entry-meta {
    margin: 0;
}

/** Custom Body Classes
---------------------------- **/

.no-social .entry-footer .entry-meta {
    display: none;
}
.no-social .entry-meta {
    display: none;
}
.no-optin #footer_optin_area {
    display: none;
}

.no-previous #prev-next {
    display: none;
}

.no-related .related-posts {
    display: none;
}

.no-all #footer_optin_area {
    display: none;
}
.no-all #prev-next {
    display: none;
}
.no-all .related-posts {
    display: none;
}

/** Color Options
----------------------------- **/

/** Blue
-------------------- **/
.blue #message_bar {
    background: none repeat scroll 0 0 #1887E5;
}
.blue #message a {
    color: #333333;
    text-decoration: underline;
}
.blue #message a:hover {
    color: #333333;
    text-decoration: none;
}
.blue .site-title a {
    color: #1887E5 !important;
}
.blue .site-title a:hover {
    color: #333 !important;
}
.blue h2.post-title a {
    color: #333;
}
.blue h2.post-title a:hover {
    color: #1887E5;
}
.blue .menu-primary li a:active,
.blue .menu-primary li a:hover,
.blue .menu-primary .current_page_item a,
.blue .menu-primary .current-cat a,
.blue .menu-primary .current-menu-item a,
.blue .nav-primary .menu li a:active,
.blue .nav-primary .menu li a:hover,
.blue .nav-primary .menu .current_page_item a,
.blue .nav-primary .menu .current-cat a,
.blue .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #1887E5;
}
.blue .menu-primary li ul,
.blue .menu-secondary li ul,
.blue .nav-primary .menu li ul {
    background-color: #1887E5;
}
.blue .menu-secondary a {
    color: #fff;
}
.blue .menu-secondary li a:active,
.blue .menu-secondary li a:hover,
.blue .menu-secondary .current_page_item a,
.blue .menu-secondary .current-cat a,
.blue .menu-secondary .current-menu-item a {
    color: #aaa;
}
.blue #header-area {
    border-bottom: 5px solid #1887E5;
}
.blue .footer-widgets a {
    color: #1887E5;
}
.blue a,
.blue a:visited {
    color: #1887E5;
}
.blue a:hover {
    color: #333;
}
.blue h2.entry-title a {
    color: #1887E5;
}
.blue h2.entry-title a:hover {
    color: #333;
}
.blue .featuredpage .page .more-link,
.blue .featuredpost .post .more-link {
    color: #1887E5;
}
.blue .featuredpage .page .more-link:hover,
.blue .featuredpost .post .more-link:hover {
    color: #333;
}
.blue .entry-comments-link {
    background: url("images/comment-note-blue.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.blue .entry-comments-link a {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #0372cf);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#0372cf));
    background-image: -webkit-linear-gradient(#1887E5, #0372cf);
    background-image: -o-linear-gradient(#1887E5, #0372cf);
    background-image: -ms-linear-gradient(#1887E5, #0372cf);
    color: #FFF !important;
}
.blue .entry-comments-link a:hover {
    color: #333 !important;
}
.blue input[type="button"],
.blue input[type="submit"] {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #0161B3);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#0161B3));
    background-image: -webkit-linear-gradient(#1887E5, #0161B3);
    background-image: -o-linear-gradient(#1887E5, #0161B3);
    background-image: -ms-linear-gradient(#1887E5, #0161B3);
}
.blue input[type="button"]:hover,
.blue input[type="submit"]:hover {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #1887E5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#1887E5));
    background-image: -webkit-linear-gradient(#1887E5, #1887E5);
    background-image: -o-linear-gradient(#1887E5, #1887E5);
    background-image: -ms-linear-gradient(#1887E5, #1887E5);
}
.blue .pagination li a:hover,
.blue .pagination li.active a {
    color: #1887E5;
}
.blue #prev-next img:hover {
    box-shadow: 0 0 2px 2px #1887E5;
}
.blue .related-list img:hover {
    box-shadow: 0 0 2px 2px #1887E5;
}
.blue #sb-optin li {
    background: url("images/sb-optin-li-blue.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.blue .site-footer {
    background: none repeat scroll 0 0 #1887E5;
}
.blue .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.blue .site-footer a:hover {
    color: #333;
}
.blue .site-footer p {
    color: #000;
}
.blue .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #1887E5 !important;
}
.blue .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #293F5E !important;
}

/** Dark Blue
-------------------- **/
.darkblue #message_bar {
    background: none repeat scroll 0 0 #293F5E;
}
.darkblue #message a {
    color: #888;
    text-decoration: underline;
}
.darkblue #message a:hover {
    color: #333;
    text-decoration: none;
}
.darkblue .site-title a {
    color: #293F5E !important;
}
.darkblue .site-title a:hover {
    color: #333 !important;
}
.darkblue h2.post-title a {
    color: #333;
}
.darkblue h2.post-title a:hover {
    color: #293F5E;
}
.darkblue .menu-primary li a:active,
.darkblue .menu-primary li a:hover,
.darkblue .menu-primary .current_page_item a,
.darkblue .menu-primary .current-cat a,
.darkblue .menu-primary .current-menu-item a,
.darkblue .nav-primary .menu li a:active,
.darkblue .nav-primary .menu li a:hover,
.darkblue .nav-primary .menu .current_page_item a,
.darkblue .nav-primary .menu .current-cat a,
.darkblue .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #293F5E;
}
.darkblue .menu-primary li ul,
.darkblue .menu-secondary li ul,
.darkblue .nav-primary .menu li ul {
    background-color: #293F5E;
}
.darkblue .menu-secondary a {
    color: #fff;
}
.darkblue .menu-secondary li a:active,
.darkblue .menu-secondary li a:hover,
.darkblue .menu-secondary .current_page_item a,
.darkblue .menu-secondary .current-cat a,
.darkblue .menu-secondary .current-menu-item a {
    color: #aaa;
}
.darkblue #header-area {
    border-bottom: 5px solid #293F5E;
}
.darkblue .footer-widgets a {
    color: #293F5E;
}
.darkblue a,
.darkblue a:visited {
    color: #293F5E;
}
.darkblue a:hover {
    color: #333;
}
.darkblue h2.entry-title a {
    color: #293F5E;
}
.darkblue h2.entry-title a:hover {
    color: #333;
}
.darkblue .featuredpage .page .more-link,
.darkblue .featuredpost .post .more-link {
    color: #293F5E;
}
.darkblue .featuredpage .page .more-link:hover,
.darkblue .featuredpost .post .more-link:hover {
    color: #333;
}
.darkblue .entry-comments-link {
    background: url("images/comment-note-dark-blue.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.darkblue .entry-comments-link a {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #293F5E);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#293F5E));
    background-image: -webkit-linear-gradient(#1887E5, #293F5E);
    background-image: -o-linear-gradient(#1887E5, #293F5E);
    background-image: -ms-linear-gradient(#1887E5, #293F5E);
    color: #FFF !important;
}
.darkblue .entry-comments-link a:hover {
    color: #333 !important;
}
.darkblue input[type="button"],
.darkblue input[type="submit"] {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #293F5E);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#293F5E));
    background-image: -webkit-linear-gradient(#1887E5, #293F5E);
    background-image: -o-linear-gradient(#1887E5, #293F5E);
    background-image: -ms-linear-gradient(#1887E5, #293F5E);
}
.darkblue input[type="button"]:hover,
.darkblue input[type="submit"]:hover {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #1887E5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#1887E5));
    background-image: -webkit-linear-gradient(#1887E5, #1887E5);
    background-image: -o-linear-gradient(#1887E5, #1887E5);
    background-image: -ms-linear-gradient(#1887E5, #1887E5);
}
.darkblue .pagination li a:hover,
.darkblue .pagination li.active a {
    color: #293F5E;
}
.darkblue #prev-next img:hover {
    box-shadow: 0 0 2px 2px #293F5E;
}
.darkblue .related-list img:hover {
    box-shadow: 0 0 2px 2px #293F5E;
}
.darkblue #sb-optin li {
    background: url("images/sb-optin-li-dark-blue.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.darkblue .site-footer {
    background: none repeat scroll 0 0 #293F5E;
}
.darkblue .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.darkblue .site-footer a:hover {
    color: #333;
}
.darkblue .site-footer p {
    color: #AAA;
}
.darkblue .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #293F5E !important;
}
.darkblue .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #1887E5 !important;
}

/** Grey
-------------------- **/
.grey #message_bar {
    background: none repeat scroll 0 0 #777;
}
.grey #message a {
    color: #000;
    text-decoration: underline;
}
.grey #message a:hover {
    color: #333;
    text-decoration: none;
}
.grey .site-title a {
    color: #777 !important;
}
.grey .site-title a:hover {
    color: #333 !important;
}
.grey h2.post-title a {
    color: #333;
}
.grey h2.post-title a:hover {
    color: #777;
}
.grey .menu-primary li a:active,
.grey .menu-primary li a:hover,
.grey .menu-primary .current_page_item a,
.grey .menu-primary .current-cat a,
.grey .menu-primary .current-menu-item a,
.grey .nav-primary .menu li a:active,
.grey .nav-primary .menu li a:hover,
.grey .nav-primary .menu .current_page_item a,
.grey .nav-primary .menu .current-cat a,
.grey .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #777;
}
.grey .menu-primary li ul,
.grey .menu-secondary li ul,
.grey .nav-primary .menu li ul {
    background-color: #777;
}
.grey .menu-secondary a {
    color: #fff;
}
.grey .menu-secondary li a:active,
.grey .menu-secondary li a:hover,
.grey .menu-secondary .current_page_item a,
.grey .menu-secondary .current-cat a,
.grey .menu-secondary .current-menu-item a {
    color: #aaa;
}
.grey #header-area {
    border-bottom: 5px solid #777;
}
.grey .footer-widgets a {
    color: #777;
}
.grey a,
.grey a:visited {
    color: #777;
}
.grey a:hover {
    color: #333;
}
.grey h2.entry-title a {
    color: #777;
}
.grey h2.entry-title a:hover {
    color: #333;
}
.grey .featuredpage .page .more-link,
.grey .featuredpost .post .more-link {
    color: #777;
}
.grey .featuredpage .page .more-link:hover,
.grey .featuredpost .post .more-link:hover {
    color: #333;
}
.grey .entry-comments-link {
    background: url("images/comment-note-grey.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.grey .entry-comments-link a {
    background-color: #777;
    background-image: -moz-linear-gradient(#777, #000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#000));
    background-image: -webkit-linear-gradient(#777, #000);
    background-image: -o-linear-gradient(#777, #000);
    background-image: -ms-linear-gradient(#777, #000);
    color: #FFF !important;
}
.grey .entry-comments-link a:hover {
    color: #333 !important;
}
.grey input[type="button"],
.grey input[type="submit"] {
    background-color: #777;
    background-image: -moz-linear-gradient(#777, #000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#000));
    background-image: -webkit-linear-gradient(#777, #000);
    background-image: -o-linear-gradient(#777, #000);
    background-image: -ms-linear-gradient(#777, #000);
}
.grey input[type="button"]:hover,
.grey input[type="submit"]:hover {
    background-color: #777;
    background-image: -moz-linear-gradient(#777, #777);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#777));
    background-image: -webkit-linear-gradient(#777, #777);
    background-image: -o-linear-gradient(#777, #777);
    background-image: -ms-linear-gradient(#777, #777);
}
.grey .pagination li a:hover,
.grey .pagination li.active a {
    color: #777;
}
.grey #prev-next img:hover {
    box-shadow: 0 0 2px 2px #777;
}
.grey .related-list img:hover {
    box-shadow: 0 0 2px 2px #777;
}
.grey #sb-optin li {
    background: url("images/sb-optin-li-grey.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.grey .site-footer {
    background: none repeat scroll 0 0 #777;
}
.grey .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.grey .site-footer a:hover {
    color: #333;
}
.grey .site-footer p {
    color: #AAA;
}
.grey .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #777 !important;
}
.grey .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #000 !important;
}

/** Green
-------------------- **/
.green #message_bar {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green #message a {
    color: #000;
    text-decoration: underline;
}
.green #message a:hover {
    color: #333;
    text-decoration: none;
}
.green .site-title a {
    color: #9DCB2A !important;
}
.green .site-title a:hover {
    color: #333 !important;
}
.green h2.post-title a {
    color: #333;
}
.green h2.post-title a:hover {
    color: #9DCB2A;
}
.green .menu-primary li a:active,
.green .menu-primary li a:hover,
.green .menu-primary .current_page_item a,
.green .menu-primary .current-cat a,
.green .menu-primary .current-menu-item a,
.green .nav-primary .menu li a:active,
.green .nav-primary .menu li a:hover,
.green .nav-primary .menu .current_page_item a,
.green .nav-primary .menu .current-cat a,
.green .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green .menu-primary li ul,
.green .menu-secondary li ul,
.green .nav-primary .menu li ul {
    background-color: #9DCB2A;
}
.green .menu-secondary a {
    color: #fff;
}
.green .menu-secondary li a:active,
.green .menu-secondary li a:hover,
.green .menu-secondary .current_page_item a,
.green .menu-secondary .current-cat a,
.green .menu-secondary .current-menu-item a {
    color: #aaa;
}
.green #header-area {
    border-bottom: 5px solid #9DCB2A;
}
.green .footer-widgets a {
    color: #9DCB2A;
}
.green a,
.green a:visited {
    color: #9DCB2A;
}
.green a:hover {
    color: #333;
}
.green h2.entry-title a {
    color: #9DCB2A;
}
.green h2.entry-title a:hover {
    color: #333;
}
.green .featuredpage .page .more-link,
.green .featuredpost .post .more-link {
    color: #9DCB2A;
}
.green .featuredpage .page .more-link:hover,
.green .featuredpost .post .more-link:hover {
    color: #333;
}
.green .entry-comments-link {
    background: url("images/comment-note-green.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.green .entry-comments-link a {
    background-color: #9DCB2A;
    background-image: -moz-linear-gradient(#9DCB2A, #709c03);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DCB2A), to(#709c03));
    background-image: -webkit-linear-gradient(#9DCB2A, #709c03);
    background-image: -o-linear-gradient(#9DCB2A, #709c03);
    background-image: -ms-linear-gradient(#9DCB2A, #709c03);
    color: #FFF !important;
}
.green .entry-comments-link a:hover {
    color: #333 !important;
}
.green input[type="button"],
.green input[type="submit"] {
    background-color: #9DCB2A;
    background-image: -moz-linear-gradient(#9DCB2A, #709c03);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DCB2A), to(#709c03));
    background-image: -webkit-linear-gradient(#9DCB2A, #709c03);
    background-image: -o-linear-gradient(#9DCB2A, #709c03);
    background-image: -ms-linear-gradient(#9DCB2A, #709c03);
}
.green input[type="button"]:hover,
.green input[type="submit"]:hover {
    background-color: #9DCB2A;
    background-image: -moz-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DCB2A), to(#9DCB2A));
    background-image: -webkit-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -o-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -ms-linear-gradient(#9DCB2A, #9DCB2A);
}
.green .pagination li a:hover,
.green .pagination li.active a {
    color: #9DCB2A;
}
.green #prev-next img:hover {
    box-shadow: 0 0 2px 2px #9DCB2A;
}
.green .related-list img:hover {
    box-shadow: 0 0 2px 2px #9DCB2A;
}
.green #sb-optin li {
    background: url("images/sb-optin-li-green.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.green .site-footer {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.green .site-footer a:hover {
    color: #333;
}
.green .site-footer p {
    color: #000;
}
.green .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #9DCB2A !important;
}
.green .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #709c03 !important;
}

/** Orange
-------------------- **/
.orange #message_bar {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange #message a {
    color: #000;
    text-decoration: underline;
}
.orange #message a:hover {
    color: #333;
    text-decoration: none;
}
.orange .site-title a {
    color: #FF7E00 !important;
}
.orange .site-title a:hover {
    color: #333 !important;
}
.orange h2.post-title a {
    color: #333;
}
.orange h2.post-title a:hover {
    color: #FF7E00;
}
.orange .menu-primary li a:active,
.orange .menu-primary li a:hover,
.orange .menu-primary .current_page_item a,
.orange .menu-primary .current-cat a,
.orange .menu-primary .current-menu-item a,
.orange .nav-primary .menu li a:active,
.orange .nav-primary .menu li a:hover,
.orange .nav-primary .menu .current_page_item a,
.orange .nav-primary .menu .current-cat a,
.orange .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange .menu-primary li ul,
.orange .menu-secondary li ul,
.orange .nav-primary .menu li ul {
    background-color: #FF7E00;
}
.orange .menu-secondary a {
    color: #fff;
}
.orange .menu-secondary li a:active,
.orange .menu-secondary li a:hover,
.orange .menu-secondary .current_page_item a,
.orange .menu-secondary .current-cat a,
.orange .menu-secondary .current-menu-item a {
    color: #aaa;
}
.orange #header-area {
    border-bottom: 5px solid #FF7E00;
}
.orange .footer-widgets a {
    color: #FF7E00;
}
.orange a,
.orange a:visited {
    color: #FF7E00;
}
.orange a:hover {
    color: #333;
}
.orange h2.entry-title a {
    color: #FF7E00;
}
.orange h2.entry-title a:hover {
    color: #333;
}
.orange .featuredpage .page .more-link,
.orange .featuredpost .post .more-link {
    color: #FF7E00;
}
.orange .featuredpage .page .more-link:hover,
.orange .featuredpost .post .more-link:hover {
    color: #333;
}
.orange .entry-comments-link {
    background: url("images/comment-note-orange.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.orange .entry-comments-link a {
    background-color: #FF7E00;
    background-image: -moz-linear-gradient(#FF7E00, #d96b00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7E00), to(#d96b00));
    background-image: -webkit-linear-gradient(#FF7E00, #d96b00);
    background-image: -o-linear-gradient(#FF7E00, #d96b00);
    background-image: -ms-linear-gradient(#FF7E00, #d96b00);
    color: #FFF !important;
}
.orange .entry-comments-link a:hover {
    color: #333 !important;
}
.orange input[type="button"],
.orange input[type="submit"] {
    background-color: #FF7E00;
    background-image: -moz-linear-gradient(#FF7E00, #d96b00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7E00), to(#d96b00));
    background-image: -webkit-linear-gradient(#FF7E00, #d96b00);
    background-image: -o-linear-gradient(#FF7E00, #d96b00);
    background-image: -ms-linear-gradient(#FF7E00, #d96b00);
}
.orange input[type="button"]:hover,
.orange input[type="submit"]:hover {
    background-color: #FF7E00;
    background-image: -moz-linear-gradient(#FF7E00, #FF7E00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7E00), to(#FF7E00));
    background-image: -webkit-linear-gradient(#FF7E00, #FF7E00);
    background-image: -o-linear-gradient(#FF7E00, #FF7E00);
    background-image: -ms-linear-gradient(#FF7E00, #FF7E00);
}
.orange .pagination li a:hover,
.orange .pagination li.active a {
    color: #FF7E00;
}
.orange #prev-next img:hover {
    box-shadow: 0 0 2px 2px #FF7E00;
}
.orange .related-list img:hover {
    box-shadow: 0 0 2px 2px #FF7E00;
}
.orange #sb-optin li {
    background: url("images/sb-optin-li-orange.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.orange .site-footer {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.orange .site-footer a:hover {
    color: #333;
}
.orange .site-footer p {
    color: #000;
}
.orange .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF7E00 !important;
}
.orange .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #d96b00 !important;
}

/** Pink
-------------------- **/
.pink #message_bar {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink #message a {
    color: #000;
    text-decoration: underline;
}
.pink #message a:hover {
    color: #333;
    text-decoration: none;
}
.pink .site-title a {
    color: #FF55A9 !important;
}
.pink .site-title a:hover {
    color: #333 !important;
}
.pink h2.post-title a {
    color: #333;
}
.pink h2.post-title a:hover {
    color: #FF55A9;
}
.pink .menu-primary li a:active,
.pink .menu-primary li a:hover,
.pink .menu-primary .current_page_item a,
.pink .menu-primary .current-cat a,
.pink .menu-primary .current-menu-item a,
.pink .nav-primary .menu li a:active,
.pink .nav-primary .menu li a:hover,
.pink .nav-primary .menu .current_page_item a,
.pink .nav-primary .menu .current-cat a,
.pink .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink .menu-primary li ul,
.pink .menu-secondary li ul,
.pink .nav-primary .menu li ul {
    background-color: #FF55A9;
}
.pink .menu-secondary a {
    color: #fff;
}
.pink .menu-secondary li a:active,
.pink .menu-secondary li a:hover,
.pink .menu-secondary .current_page_item a,
.pink .menu-secondary .current-cat a,
.pink .menu-secondary .current-menu-item a {
    color: #aaa;
}
.pink #header-area {
    border-bottom: 5px solid #FF55A9;
}
.pink .footer-widgets a {
    color: #FF55A9;
}
.pink a,
.pink a:visited {
    color: #FF55A9;
}
.pink a:hover {
    color: #333;
}
.pink h2.entry-title a {
    color: #FF55A9;
}
.pink h2.entry-title a:hover {
    color: #333;
}
.pink .featuredpage .page .more-link,
.pink .featuredpost .post .more-link {
    color: #FF55A9;
}
.pink .featuredpage .page .more-link:hover,
.pink .featuredpost .post .more-link:hover {
    color: #333;
}
.pink .entry-comments-link {
    background: url("images/comment-note-pink.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.pink .entry-comments-link a {
    background-color: #FF55A9;
    background-image: -moz-linear-gradient(#FF55A9, #f10178);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF55A9), to(#f10178));
    background-image: -webkit-linear-gradient(#FF55A9, #f10178);
    background-image: -o-linear-gradient(#FF55A9, #f10178);
    background-image: -ms-linear-gradient(#FF55A9, #f10178);
    color: #FFF !important;
}
.pink .entry-comments-link a:hover {
    color: #333 !important;
}
.pink input[type="button"],
.pink input[type="submit"] {
    background-color: #FF55A9;
    background-image: -moz-linear-gradient(#FF55A9, #f10178);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF55A9), to(#f10178));
    background-image: -webkit-linear-gradient(#FF55A9, #f10178);
    background-image: -o-linear-gradient(#FF55A9, #f10178);
    background-image: -ms-linear-gradient(#FF55A9, #f10178);
}
.pink input[type="button"]:hover,
.pink input[type="submit"]:hover {
    background-color: #FF55A9;
    background-image: -moz-linear-gradient(#FF55A9, #FF55A9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF55A9), to(#FF55A9));
    background-image: -webkit-linear-gradient(#FF55A9, #FF55A9);
    background-image: -o-linear-gradient(#FF55A9, #FF55A9);
    background-image: -ms-linear-gradient(#FF55A9, #FF55A9);
}
.pink .pagination li a:hover,
.pink .pagination li.active a {
    color: #FF55A9;
}
.pink #prev-next img:hover {
    box-shadow: 0 0 2px 2px #FF55A9;
}
.pink .related-list img:hover {
    box-shadow: 0 0 2px 2px #FF55A9;
}
.pink #sb-optin li {
    background: url("images/sb-optin-li-pink.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.pink .site-footer {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.pink .site-footer a:hover {
    color: #333;
}
.pink .site-footer p {
    color: #000;
}
.pink .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF55A9 !important;
}
.pink .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #f10178 !important;
}

/** Purple
-------------------- **/
.purple #message_bar {
    background: none repeat scroll 0 0 #8542C4;
}
.purple #message a {
    color: #000;
    text-decoration: underline;
}
.purple #message a:hover {
    color: #333;
    text-decoration: none;
}
.purple .site-title a {
    color: #8542C4 !important;
}
.purple .site-title a:hover {
    color: #333 !important;
}
.purple h2.post-title a {
    color: #333;
}
.purple h2.post-title a:hover {
    color: #8542C4;
}
.purple .menu-primary li a:active,
.purple .menu-primary li a:hover,
.purple .menu-primary .current_page_item a,
.purple .menu-primary .current-cat a,
.purple .menu-primary .current-menu-item a,
.purple .nav-primary .menu li a:active,
.purple .nav-primary .menu li a:hover,
.purple .nav-primary .menu .current_page_item a,
.purple .nav-primary .menu .current-cat a,
.purple .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #8542C4;
}
.purple .menu-primary li ul,
.purple .menu-secondary li ul,
.purple .nav-primary .menu li ul {
    background-color: #8542C4;
}
.purple .menu-secondary a {
    color: #fff;
}
.purple .menu-secondary li a:active,
.purple .menu-secondary li a:hover,
.purple .menu-secondary .current_page_item a,
.purple .menu-secondary .current-cat a,
.purple .menu-secondary .current-menu-item a {
    color: #aaa;
}
.purple #header-area {
    border-bottom: 5px solid #8542C4;
}
.purple .footer-widgets a {
    color: #8542C4;
}
.purple a,
.purple a:visited {
    color: #8542C4;
}
.purple a:hover {
    color: #333;
}
.purple h2.entry-title a {
    color: #8542C4;
}
.purple h2.entry-title a:hover {
    color: #333;
}
.purple .featuredpage .page .more-link,
.purple .featuredpost .post .more-link {
    color: #8542C4;
}
.purple .featuredpage .page .more-link:hover,
.purple .featuredpost .post .more-link:hover {
    color: #333;
}
.purple .entry-comments-link {
    background: url("images/comment-note-purple.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.purple .entry-comments-link a {
    background-color: #8542C4;
    background-image: -moz-linear-gradient(#8542C4, #5d0da9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8542C4), to(#5d0da9));
    background-image: -webkit-linear-gradient(#8542C4, #5d0da9);
    background-image: -o-linear-gradient(#8542C4, #5d0da9);
    background-image: -ms-linear-gradient(#8542C4, #5d0da9);
    color: #FFF !important;
}
.purple .entry-comments-link a:hover {
    color: #333 !important;
}
.purple input[type="button"],
.purple input[type="submit"] {
    background-color: #8542C4;
    background-image: -moz-linear-gradient(#8542C4, #5d0da9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8542C4), to(#5d0da9));
    background-image: -webkit-linear-gradient(#8542C4, #5d0da9);
    background-image: -o-linear-gradient(#8542C4, #5d0da9);
    background-image: -ms-linear-gradient(#8542C4, #5d0da9);
}
.purple input[type="button"]:hover,
.purple input[type="submit"]:hover {
    background-color: #8542C4;
    background-image: -moz-linear-gradient(#8542C4, #8542C4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8542C4), to(#8542C4));
    background-image: -webkit-linear-gradient(#8542C4, #8542C4);
    background-image: -o-linear-gradient(#8542C4, #8542C4);
    background-image: -ms-linear-gradient(#8542C4, #8542C4);
}
.purple .pagination li a:hover,
.purple .pagination li.active a {
    color: #8542C4;
}
.purple #prev-next img:hover {
    box-shadow: 0 0 2px 2px #8542C4;
}
.purple .related-list img:hover {
    box-shadow: 0 0 2px 2px #8542C4;
}
.purple #sb-optin li {
    background: url("images/sb-optin-li-purple.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.purple .site-footer {
    background: none repeat scroll 0 0 #8542C4;
}
.purple .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.purple .site-footer a:hover {
    color: #333;
}
.purple .site-footer p {
    color: #000;
}
.purple .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #8542C4 !important;
}
.purple .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #5d0da9 !important;
}

/** Red
-------------------- **/
.red #message_bar {
    background: none repeat scroll 0 0 #D91420;
}
.red #message a {
    color: #000;
    text-decoration: underline;
}
.red #message a:hover {
    color: #333;
    text-decoration: none;
}
.red .site-title a {
    color: #D91420 !important;
}
.red .site-title a:hover {
    color: #333 !important;
}
.red h2.post-title a {
    color: #333;
}
.red h2.post-title a:hover {
    color: #D91420;
}
.red .menu-primary li a:active,
.red .menu-primary li a:hover,
.red .menu-primary .current_page_item a,
.red .menu-primary .current-cat a,
.red .menu-primary .current-menu-item a,
.red .nav-primary .menu li a:active,
.red .nav-primary .menu li a:hover,
.red .nav-primary .menu .current_page_item a,
.red .nav-primary .menu .current-cat a,
.red .nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #D91420;
}
.red .menu-primary li ul,
.red .menu-secondary li ul,
.red .nav-primary .menu li ul {
    background-color: #D91420;
}
.red .menu-secondary a {
    color: #fff;
}
.red .menu-secondary li a:active,
.red .menu-secondary li a:hover,
.red .menu-secondary .current_page_item a,
.red .menu-secondary .current-cat a,
.red .menu-secondary .current-menu-item a {
    color: #aaa;
}
.red #header-area {
    border-bottom: 5px solid #D91420;
}
.red .footer-widgets a {
    color: #D91420;
}
.red a,
.red a:visited {
    color: #D91420;
}
.red a:hover {
    color: #333;
}
.red h2.entry-title a {
    color: #D91420;
}
.red h2.entry-title a:hover {
    color: #333;
}
.red .featuredpage .page .more-link,
.red .featuredpost .post .more-link {
    color: #D91420;
}
.red .featuredpage .page .more-link:hover,
.red .featuredpost .post .more-link:hover {
    color: #333;
}
.red .entry-comments-link {
    background: url("images/comment-note-red.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.red .entry-comments-link a {
    background-color: #D91420;
    background-image: -moz-linear-gradient(#D91420, #ac040e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D91420), to(#ac040e));
    background-image: -webkit-linear-gradient(#D91420, #ac040e);
    background-image: -o-linear-gradient(#D91420, #ac040e);
    background-image: -ms-linear-gradient(#D91420, #ac040e);
    color: #FFF !important;
}
.red .entry-comments-link a:hover {
    color: #333 !important;
}
.red input[type="button"],
.red input[type="submit"] {
    background-color: #D91420;
    background-image: -moz-linear-gradient(#D91420, #ac040e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D91420), to(#ac040e));
    background-image: -webkit-linear-gradient(#D91420, #ac040e);
    background-image: -o-linear-gradient(#D91420, #ac040e);
    background-image: -ms-linear-gradient(#D91420, #ac040e);
}
.red input[type="button"]:hover,
.red input[type="submit"]:hover {
    background-color: #D91420;
    background-image: -moz-linear-gradient(#D91420, #D91420);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D91420), to(#D91420));
    background-image: -webkit-linear-gradient(#D91420, #D91420);
    background-image: -o-linear-gradient(#D91420, #D91420);
    background-image: -ms-linear-gradient(#D91420, #D91420);
}
.red .pagination li a:hover,
.red .pagination li.active a {
    color: #D91420;
}
.red #prev-next img:hover {
    box-shadow: 0 0 2px 2px #D91420;
}
.red .related-list img:hover {
    box-shadow: 0 0 2px 2px #D91420;
}
.red #sb-optin li {
    background: url("images/sb-optin-li-red.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.red .site-footer {
    background: none repeat scroll 0 0 #D91420;
}
.red .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.red .site-footer a:hover {
    color: #333;
}
.red .site-footer p {
    color: #000;
}
.red .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #D91420 !important;
}
.red .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #ac040e !important;
}

/* TinyMCE Styles
---------------------------------------- */
a.btn {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
a.btn:hover {
    color: #FFF !important;
}
a.btn.small {
    padding: 5px 10px;
}
a.btn.large {
    padding: 15px 30px;
}
a.orange.btn {
    background: none repeat scroll 0 0 #FF5300;
}
a.orange.btn:hover {
    background: none repeat scroll 0 0 #e14a02;
}
a.blue.btn {
    background: none repeat scroll 0 0 #1887E5;
}
a.blue.btn:hover {
    background: none repeat scroll 0 0 #0667ba;
}
a.red.btn {
    background: none repeat scroll 0 0 #D91420;
}
a.red.btn:hover {
    background: none repeat scroll 0 0 #b70611;
}
a.darkblue.btn {
    background: none repeat scroll 0 0 #1f2985;
}
a.darkblue.btn:hover {
    background: none repeat scroll 0 0 #0b1367;
}
a.green.btn {
    background: none repeat scroll 0 0 #9DCB2A;
}
a.green.btn:hover {
    background: none repeat scroll 0 0 #739a11;
}
a.grey.btn {
    background: none repeat scroll 0 0 #777;
}
a.grey.btn:hover {
    background: none repeat scroll 0 0 #444;
}
a.pink.btn {
    background: none repeat scroll 0 0 #FF55A9;
}
a.pink.btn:hover {
    background: none repeat scroll 0 0 #d81978;
}
a.purple.btn {
    background: none repeat scroll 0 0 #8542C4;
}
a.purple.btn:hover {
    background: none repeat scroll 0 0 #691cb2;
}

/* Shadow Boxes
--------------------------------------------- */
.shadow-box-blue,
.shadow-box-gray,
.shadow-box-green,
.shadow-box-purple,
.shadow-box-red,
.shadow-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px 30px 25px;
}
.shadow-box-blue p,
.shadow-box-gray p,
.shadow-box-green p,
.shadow-box-purple p,
.shadow-box-red p,
.shadow-box-yellow p {
    margin-bottom: 5px;
}
.shadow-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.shadow-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.shadow-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.shadow-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.shadow-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.shadow-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Disqus Plugin
------------------------------- */
#disqus_thread {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 40px;
    padding: 40px;
}

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

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

	body,
	.full-width-content .content,
	.content-sidebar-wrap,
	#breadcrumb,
	.site-footer,
	.site-footer .creds,
	.site-footer .gototop,
	.site-inner,
	.sidebar-secondary,
	.title-area {
		width: 100% !important;
	}
	.wrap,
	#footer_optin_bg .footer-wrap {
		padding: 0 2%;
		width: 100% !important;
	}
	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-title {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	/** Header
	------------------------------------- **/
	.site-header {
		float: none;
		height: auto;
		margin: 5px auto 10px;
	}
	.title-area {
		float: none;
	}
	.site-title a {
		float: none;
		margin-right: 0;
	}
	.header-full-width .title-area {
		margin-top: 0;
	}
	
	/** Nav and Sub Nav
	------------------------------------- **/
	.nav-primary {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 0;
	}
	.menu-primary a,
	.menu-secondary a,
	.nav-primary .menu a {
		padding: 20px 15px;
	}
	
	/** Nav Menus
	------------------------------------- **/
	
	.menu-primary,
	.menu-secondary,
	.nav-primary .menu,
	.title-area,
	.nav-secondary .menu {
		float: none;
		text-align: center;
		width: 100%;
	}
	.menu-primary li,
	.menu-secondary li,
	.nav-primary .menu li,
	.nav-secondary .menu li {
		display: inline-block;
		float: none;
	}
	.menu li.right {
		display: none;
	}
	
	
	/** Inner and Misc
	------------------------------------- **/
	.site-inner {
		margin: 20px 0 0;
		padding: 0 0 10px;
	}
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 1.5em;
	}
	h3,
	h4 {
		font-size: 1.25em;
	}
	h5,
	h6 {
		font-size: 1.125em;
	}
	.archive-page {
		float: none;
		width: 100%;
	}
	
	/** Sidebar
	------------------------------------- **/
	.sidebar {
		margin: 0;
		padding: 0;
	}
	.sidebar a img {
		display: block;
		margin: 0 auto;
	}
	
	/** Sidebar Optin
	------------------------ **/
	#sb-optin ul {
		width: 100%;
	}
	.ebookimg {
		margin: 10px 15% 0;
		width: 70%;
	}
	
	/** Footer
	------------------------------------- **/
	.site-footer p {
		text-align: center;
	}
	.site-footer,
	.site-footer .creds,
	.site-footer .gototop {
		padding: 10px 0;
		text-align: center;
	}
	.site-footer .gototop a {
		background: none;
		padding: 0;
	}
	.footer-widgets .wrap {
		padding: 0;
	}
	.site-footer ul.menu {
		float: none;
		text-align: center;
	}
	
	/** Author Box
	------------------------------------- **/
	.author-box {
		margin: 0 20px 30px;
	}
	.widget-wrap {
		margin: 0;
		padding: 0;
	}
	.featuredpage h4 {
		font-size: 22px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 26px;
		margin-bottom: 25px;
		text-align: center;
	}
	.post-share {
		float: none;
		margin-top: 14px;
		width: 100%;
	}
	.post-share .buttons {
		text-align: center;
	}
	.share-text {
		float: none;
		text-align: center;
	}
	.btn-widget img {
		background-size: 100% auto;
	}
}

/** Responsive Design Max-Width 1044px
------------------------------------------------------------- **/
@media only screen and (max-width: 1044px) {

	/** Message Bar
	-------------------------------------- **/
	#message {
		float: none;
		text-align: center;
		width: 100%;
	}
	.nav-secondary {
		float: none;
		margin: 0;
		padding-bottom: 5px;
		width: 100%;
	}
	.nav-secondary li.social-facebook,
	.nav-secondary li.social-linkedin,
	.nav-secondary li.social-gplus,
	.nav-secondary li.social-flickr,
	.nav-secondary li.social-twitter,
	.nav-secondary li.social-youtube,
	.nav-secondary li.social-pinterest,
	.nav-secondary li.social-rss,
	.nav-secondary li.social-podcast,
	.nav-secondary li.social-skype,
	.nav-secondary li.social-instagram,
	.nav-secondary li.social-email{
		margin: 5px 0;
	}
	
	.search-form input[type="search"] {
		width: 66%;
	}
	.single-button a {
		font-size: 16px;
	}
	
	/** Sidebar Optin
	----------------------- **/
	
	#sb-optin h4.widgettitle {
		font-size: 22px;
	}
	#sb-optin p {
		font-size: 18px;
	}
	#sb-optin ul {
		font-size: 16px;
	}
	
	/** Footer Optin
	-------------------------------------- **/
	#footer_optin_bg h4.widgettitle {
		float: none;
		text-align: center;
	}
	#footer_optin_bg #sb-optin-form {
		float: none;
		margin: 8px auto 0;
		width: 100%;
	}
	#footer_optin_area #sb-optin-form .form-wrapper {
		margin: 8px auto 0 !important;
	}
	#footer_optin_bg #sb-optin-form .name {
		margin-right: 1%;
		width: 38%;
	}
	#footer_optin_bg #sb-optin-form .text {
		padding: 0 0 0 1.5%;
		width: 38%;
	}
	#footer_optin_bg #sb-optin-form .submit {
		padding: 0;
		width: 20%;
	}
}

/** Responsive Design Max-Width 960px
------------------------------------------------------------- **/
@media only screen and (max-width: 960px) {

	/** Landing Page Content
	-------------------------------------- **/
	.pintercast-landing .site-inner,
	.pintercast-landing .site-inner .wrap,
	.pintercast-landing .content-sidebar-wrap,
	.pintercast-landing .content {
		width: 100% !important;
	}
	
	/** Sidebar Content
	------------------------------------- **/
	.sidebar-content .content,
	.content-sidebar .content {
		float: none;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.sidebar {
		width: 100% !important;
		float: none;
		margin: 20px 0 0;
		padding: 0;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 36px;
	}
	#sb-optin p {
		font-size: 30px;
	}
	#sb-optin ul {
		font-size: 24px;
		margin-top: 4%;
		width: 57%;
	}
	#sb-optin-form .text {
		font-size: 22px;
	}
	#sb-optin-form .submit {
		font-size: 22px;
	}
	.ebookimg {
		margin: 25px 10% 0 0;
		width: 30%;
	}
	#sb-optin-form {
		margin: 30px 0 0;
		width: 100%;
	}
	
	.single-button a {
		font-size: 18px;
	}
	
	.home-topbar .widget {
		width: 48%;
	}
	.btn-widget img {
		background-size: auto auto;
	}
	
	/** Footer Widgets
	-------------------------------------- **/
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.error404 .entry-content .search-form input[type="search"] {
		width: 84%;
	}
}

/** Responsive Design Max-Width 768px
------------------------------------------------------------- **/
@media only screen and (max-width: 768px) {

	#before-content-banner h4.widgettitle {
		font-size: 24px;
	}
	
	p.readmore {
		float: none;
	}
}

/** Responsive Design Max-Width 640px
------------------------------------------------------------- **/
@media only screen and (max-width: 640px) {

	body {
		font-size: 12px;
	}
	
	/** H Tags
	-------------------------------------- **/
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}
	h3,
	h4 {
		font-size: 18px;
	}
	h5,
	h6 {
		font-size: 16px;
	}
	.site-header {
		background-size: 100% auto !important;
		height: auto;
		width: 100%;
	}
	.site-title a {
		font-size: 38px;
	}
	
	.post-image {
		display: block !important;
		float: none;
		height: auto;
		margin: 0 auto 20px !important;
		max-width: 100% !important;
	}
	
	/** Related Posts
	-------------------------------------- **/
	.related-list li {
		margin: 10px 0;
		width: 50%;
	}
	.related-list img {
		max-width: 90%;
	}
	
	/** Previous Next
	-------------------------------------- **/
	#prev-next .previous,
	#prev-next .next {
		margin: 10px 0;
		width: 100%;
	}
	
	/** Home Featured Pages
	-------------------------------------- **/
	.featuredpage h4 {
		font-size: 20px;
		font-weight: normal;
	}
	.featuredpost img,
	.featuredpage img {
		display: block;
		margin: 0 auto;
	}
	#before-content-banner h4.widgettitle {
		font-size: 22px;
	}
	
	#footer_optin_form .text {
		margin-bottom: 7px;
		width: 100%;
	}
	#footer_optin_form .submit {
		width: 100%;
	}
	
	.btn-widget img {
		background-size: auto auto;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 24px;
	}
	#sb-optin p {
		font-size: 18px;
	}
	#sb-optin ul {
		font-size: 16px;
		width: 100%;
	}
	.ebookimg {
		margin: 15px 25%;
		width: 50%;
	}
	#sb-optin-form {
		margin: 5px 0 0;
		width: 100%;
	}
	#sb-optin-form .text {
		font-size: 18px;
	}
	#sb-optin-form .submit {
		font-size: 18px;
	}
	#footer_optin_bg #sb-optin-form .text {
		margin: 0 auto 5px;
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}
	#footer_optin_bg #sb-optin-form .submit {
		width: 100%;
	}
	.podcast .mejs-horizontal-volume-slider {
		visibility: visible;
	}
	.mejs-horizontal-volume-slider {
		visibility: hidden;
	}
}

/** Responsive Design Max-Width 480px
------------------------------------------------------------- **/
@media only screen and (max-width: 480px) {

	.site-header {
		height: auto;
	}
	.header-full-width .title-area {
		height: auto;
	}
	.site-title a {
		font-size: 34px;
		letter-spacing: 0;
	}
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		height: 85px;
	}
	
	/** Post Info
	-------------------------------------- **/
	.content .entry-header .entry-meta {
		font-size: 12px;
	}
	
	/** Prev Next Links
	-------------------------------------- **/
	#prev-next p {
		font-size: 16px;
	}
	#prev-next h3 {
		font-size: 16px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 20px;
	}
	.wp-caption {
		width: 98% !important;
	}
	.facebook,
	.twitter,
	.googleplus {
		margin: 0 7% 0 0;
	}
}

/** Responsive Design Max-Width 360px
------------------------------------------------------------- **/
@media only screen and (max-width: 360px) {

	.site-title a {
		font-size: 28px;
	}
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		height: 75px;
	}
	.site-description {
		font-size: 11px;
	}
	.search-form input[type="search"] {
		width: 60%;
	}
	
	.landing .content .page {
		padding: 25px 40px;
	}
	
	/** Post Info
	-------------------------------------- **/
	.entry-comments-link {
		display: none;
	}
	
	.single-button a {
		font-size: 14px;
	}
	.home-topbar .widget {
		width: 96%;
	}
	.btn-widget img {
		background-size: 100% auto;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 20px;
	}
	#sb-optin p {
		font-size: 14px;
	}
	#sb-optin ul {
		float: left;
		font-size: 12px;
		width: 100%;
	}
	.ebookimg {
		float: left;
		margin: 20px 30% 0;
		width: 40%;
	}
	.sidebar .sidebar-optin {
		padding: 15px;
	}
	#sb-optin-form .text,
	#sb-optin-form .submit {
		font-size: 14px;
	}
}