/******************************************************************************************************************** 
	Theme Name: InDesign Secrets
	Description: The World's #1 Resource for all things InDesign.
	Author: Westwerk Design
	Author URI: http://www.westwerkdesign.com
	Version: 2.1.1
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	0.	CSS Reset
	1.	Hyperlinks
	2. 	Global
	3.	Headings
	4.	Header
	5.	Navigation
	6.	Slideshow
	7.	Homepage
	8.	Content
	9.	Archives
	10.	Wordpress Gallery
	11.	Images
	12.	Social Media
	13.	Ajax Pagination
	14.	Numbered Pagination
	15.	Sidebar
	16.	Sidebar Widgets
	17.	Text Widget
	18.	Recent Comments Widget
	19.	Custom Menu Widget
	20.	Calendar Widget
	21.	Search Form
	22.	Footer Widgets
	23.	Footer
	24.	Comments
	25.	Gravity Forms Styling
	26.	Responsive Framework

*******************************************************************************************************************/
	
/************************************************
*	0.	CSS Reset 								*
************************************************/
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
sub {vertical-align: sub;}
sup {vertical-align: super;}
body { background: #F9F9F9; font-family: 'Raleway', sans-serif; font-size: 0.9em; line-height: 28px; color: #666666; position: relative; -webkit-font-smoothing: antialiased; }
	
/************************************************
*	1.	Global									*
************************************************/
body {
	background: #fcf8f0;
	color: #2b363c;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 170%;
	margin: 0px auto 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	}
p {
	padding: 6px 0px;
	margin: 0px;
	}
em {
	font-style: italic;
	}
blockquote {
	color: #999;
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	line-height: 170%;
	margin: 5px 25px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #DDDDDD;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
img, iframe, object, embed {
	max-width: 100%;
	}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ul {
	list-style: none;
	}
ul.bullets li {
	list-style-image: url(images/blue_bullet.gif);
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px;
	padding: 6px 0px;
	}
strong {
	font-weight: bold;
	}
small {
	font-size: 0.7em;
	}
code {
	color: #666666;
	background: #F9F9F9;
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px dashed #DDDDDD;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
span.button_border {
	background: #ece8e1;
	display: inline-block;
	padding: 3px 5px 4px;
	box-shadow: inset 0px 1px 2px #c8c4be;
	border-radius: 3px;
}
span.button_border.margin {
	margin: 0 10px 0 0;
}
.button {
    display: inline-block;
    margin-top: 2px;
    padding: 7px 30px 6px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    background-color: #b6b6b6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ded9d9), to(#b6b6b6));
	background: -webkit-linear-gradient(top, #ded9d9, #b6b6b6);
	background: -moz-linear-gradient(top, #ded9d9, #b6b6b6);
	background: -ms-linear-gradient(top, #ded9d9, #b6b6b6);
	background: -o-linear-gradient(top, #ded9d9, #b6b6b6);
    transition: box-shadow 150ms ease-in-out;
    text-decoration: none;
}
a.button, a.button:visited{
	color:#000000;
}
.button_border form input[type="submit"] {
	color: #0e91d1;
	font-size: 13px;
	padding: 10px 30px 10px;
	cursor: pointer;
}
.button:hover {	
	color: #2b363c;
    box-shadow: 
        inset 0 1px 0 0 rgba(255,255,255,0.6),
        inset 0 80px 57px -60px rgba(255,255,255,0.3);
}
.button.purple {
	background: #a11f5a;
	font-weight: 700;
	color: #fff;
}
.button.large {
	border-radius: 25px;
	padding: 12px 50px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-transform: lowercase;
	font-size: 14px;
	margin: 20px 0;
	border: 0;
	box-shadow: 0px 3px 3px #a9a6a3;
}
	
/************************************************
*	2.	Hyperlinks								*
************************************************/

a, a:visited {
	color: #0e91d1;
	text-decoration: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active {
	color: #2b363c;
	text-decoration: none;
	outline: none;
	}
a img {
	border: none;
	}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}


/************************************************
*	3.	Headings  								*
************************************************/

h1 {
	color: #333333;
	font-size: 2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	}
h2 {
	color: #33527a;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	}
h3 {
	color: #333333;
	font-size: 1.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.4;
	}
h4 {
	color: #333333;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.6;
	}
h5 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	line-height: 1.8;
	}
h6 {
	color: #666666;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 4px 0px 2px 0px;
	padding: 4px 0px 2px 0px;
	line-height: 1.8;
	border-bottom: 1px solid #DDDDDD;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, 
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus,
h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active {
	color: #0e91d1;
	text-decoration: none;
	border: none;
	}
.headline {
	margin: 0px;
	padding: 0px;
	}
h2.headline a {
	color: #33527a;
}
.headline.smaller {
	font-size: 2em;
	line-height: 1.3;
	margin: 2px 0px;
	padding: 2px 0px;
	}
.headline.page {
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	color: #005ca0;
	}
.page.centered {
	text-align: center;
}
.headline.membership {
	color: #33527a;
	font-size: 3.2em;
	text-transform: none;
	background: url(images/icons/logo_outline.png) no-repeat center top;
	padding: 80px 0 0;
}
.headline.events {
	font-weight: normal;
	font-size: 1.4em;
}
.single-tribe_events .headline.events {
	margin-bottom: 30px;
}
.page-template-default .headline {
	margin: 5px 0px 10px 0px;
}
.headline.centered.shop {
	margin: 0 0 40px;
}
.headline.centered.shop i {
	height: 40px;
	width: 49px;
	background: url(images/icons/shop_icon.png) no-repeat center center;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	bottom: -8px;
}
.article tr td {
	vertical-align: top;
}
	
/************************************************
*	4.	Header  								*
************************************************/
.header_container {
	
}
.top_header {
	width: 100%;
}
.top_wrap {
	background: #2b363c;
	border-bottom: 1px solid #212a2f;
}
.mid_wrap {
	background: #2b363c;
}
.bottom_wrap {
	background: #131a1e;
	box-shadow: 0 4px 4px #b7b2ab;
}
#header {
	margin: 0px;
	padding: 25px 0px 20px;
	}
#header #masthead {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	}
#header .site-title {
	padding: 0px;
	margin: 0px;
	}
#header .site-title a {
	float: left;
	display: inline-block;
	max-width: 42%;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 48px;
	margin-right: -1px;
	padding-right: 3%;
	border-right: 1px solid #DDDDDD;
	}
#header h4.site-title a {
	font-size: 2.8em;
	}
#header .site-description {
	display: block;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 28px;
	margin: 0px;
	padding-left: 3%;
	overflow: hidden;
	border-left: 1px solid #DDDDDD;
	}
#custom-header {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
	z-index: 8;
	width: 50%;
	}
#custom-header a {
	display: block;
}
#header .custom_adspace {
	float: right;
	margin: 10px 0;	
	max-width: 470px;
	max-height: 70px;
}
.top_login {
	width: 73%;
	float: right;
	margin: 7px 0;
	position: relative;
}
.top_login form {
	float: right;
}
.top_login input[type="text"],
.top_login input[type="password"] {
	background: #63696c;
	border: 1px solid #131a1e;
	border-radius: 25px;
	box-shadow: inset 0 1px 2px #333233;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 10px 6px;
	color: #d1d3d3;
	width: 175px;
}
.top_login input:focus {
	outline: 0;
} 
.top_login input[type="submit"],
.top_login a.blue,
.top_login a.orange {
	background: #0e91d1;
	box-shadow: inset 0 1px 1px #39a9de;
	color: #FFF;
	border-radius: 25px;
	float: left;
	border: 0;
	padding: 4px 15px 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 120%;
} 
.top_login a.orange {
	float: right;
	background: #e97648;
	box-shadow: inset 0 1px 1px #ed8c65;
}
.top_login a.blue {
	float: right;
	margin: 0 10px 0 0;
}
.top_login a.help {
	margin: 2px 0 0 10px;
}
.top_login p {
	float: right;
	color: #fff;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: 12px;
}
.help_dropdown {
	position: absolute;
	right: 0;
	background: url(images/help_bkg.png) no-repeat center top;
	padding-top: 12px;
	top:28px;
	right: -80px;
	display: none;
	z-index: 999
}
.help_dropdown ul {
	background: #e97648;
	box-shadow: inset 0 1px 1px #ef9b7a, 0 2px 3px #1f272b;
	padding: 20px 30px;
	border-radius: 5px;
}
.help_dropdown ul li {
	text-align: center;
}
.help_dropdown ul li a {
	color: #FFF;
	font-weight: bold;
}
.help_dropdown ul li a:hover {
	color:#131a1e;
}
.help_dropdown .menu_button {
	text-align: center;
}
.help_dropdown .menu_button a {
	background: #a62161;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-moz-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-ms-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-o-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	padding: 5px 20px;
	border-radius: 15px;
	display: block;
	font-weight: bold;
	margin: 15px 0 0;
}
.help_dropdown .menu_button a:hover {
	-webkit-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-moz-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-ms-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-o-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	background: #c82e78;
}


/************************************************
*	4.5.	Social Icons						*
************************************************/

.socials {
	padding: 8px 0 10px;
	display: block;
	float: left;
}
.socials li {
	width: 21px;
	height: 22px;
	display: block;
	float: left;
	margin-right: 15px;
}
.socials li a {
	width: 21px;
	height: 22px;
	display: block;
	background: url(images/icons/social_sprites.png);
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.socials li a.facebook {background-position: 0 0;}
.socials li a.twitter {background-position: -31px 0;}
.socials li a.gplus {background-position: -62px 0;}
.socials li a.youtube {background-position: -93px 0;}
.socials li a.mp3 {background-position: -124px 0;}
.socials li a.rss {background-position: -155px 0;}

.socials li.mobile_only {
	width: auto;
	display: none;
}
.socials li.mobile_only a {
	background: #0e91d1;
	box-shadow: inset 0 1px 1px #39a9de;
	color: #FFF;
	border-radius: 25px;
	float: left;
	border: 0;
	padding: 1px 15px 3px;
	cursor: pointer;
	font-size: 12px;
	line-height: 185%;
	height: 92%;
	width: auto;
}

.footerleft .socials li.copy {
	color: #fff;
	width: auto;
	font-size: 12px;
	margin: 0px 25px 0 0;
}
.footerleft .socials li a.facebook {background-position: 0 -54px;}
.footerleft .socials li a.twitter {background-position: -31px -54px;}
.footerleft .socials li a.gplus {background-position: -62px -54px;}
.footerleft .socials li a.youtube {background-position: -93px -54px;}
.footerleft .socials li a.mp3 {background-position: -124px -54px;}
.footerleft .socials li a.rss {background-position: -155px -54px;}

.socials li a:hover,.footerleft .socials li a:hover {
	background-position-y: -27px;
}
	
/************************************************
*	5.	Navigation 								*
************************************************/

#navigation {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 9;
	}
.searchnav {
	float: right;
	width: 175px;
	}
.searchnav #s {
	float: right;
	display: inline;
	background: #63696c url(images/search_icon.png) no-repeat 90% center;
	width: 125px;
	font-size: 11px;
	line-height: 140%;
	height: 25px;
	padding: 2px 20% 2px 10%;
	margin: 14px 0 10px;
	border: none;
	border-radius: 20px;
	box-shadow: inset 0px 2px 3px #37393a;
	-webkit-box-shadow: inset 0px 2px 3px #37393a;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	}
.searchnav #s:focus {
	outline: none;
	width: 150px;
	/*width: 100%; */
}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
#navigation .menu .current_page_item span,
#navigation .menu .current_page_ancestor span,
#navigation .menu .current-menu-item span,
#navigation .menu .current-cat span {
	box-shadow: 0px 1px 1px #242d32;
	}
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	background: #0d1215;
	color: #FFFFFF;
	box-shadow: inset 0px 1px 1px #050808;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	color: #FFFFFF !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	}
.menu {
	float: left;
	margin: 0px;
	padding: 0px;
	}
.menu span {
	display: block;
	margin: 14px 5px 10px 0px;
	border-radius: 15px;
	}
.menu a {
	color: #FFF;
	background: none;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
	letter-spacing: 0.2px;
	line-height: 150%;
	border-radius: 15px;
	}
#navigation .menu a {
	line-height: 25px;
}
.menu li ul {
	padding: 10px 0 0 0;
}
#navigation .menu li.dropdown a {
	background: url(images/icons/dropdown_icon.png) no-repeat right 12px;
	padding-right: 30px;
}
#navigation .menu li.dropdown.current_page_item a,
#navigation .menu li.dropdown.current-menu-ancestor a  {
	background:#0d1215 url(images/icons/dropdown_icon.png) no-repeat right 12px;
}
#navigation .menu li li a, 
#navigation .menu li.dropdown li a, 
#navigation .menu li.dropdown.current_page_item li a,
#navigation .menu li.dropdown.current-menu-ancestor li a {
	display: block;
	background: #333333;
	color: #BBBBBB;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	letter-spacing: 0px;
	border-radius: 0;
	box-shadow: none;
	}
.menu li, .menu li li, .menu li li li {
	background: none;
	margin: 0px;
	padding: 0px;
	}
.menu li:hover, .menu li.sfHover {
	margin: 0px;
	padding: 0px;
	}
#navigation .menu span:focus, #navigation .menu span:hover, #navigation .menu span:active {
	background: #0d1215;
	color: #FFFFFF;
	outline: 0;
	box-shadow: 0px 1px 1px #242d32;
	}
#navigation .menu a:focus, #navigation .menu a:hover, #navigation .menu a:active {
	box-shadow: inset 0px 1px 1px #050808;
}
#navigation .menu .menu_button span {
	background: #a62161;
	color: #FFFFFF;
	outline: 0;
	margin-left: 10px;
}

#navigation .menu .menu_button span:hover {
	background: #c82e78;
}

#navigation .menu .menu_button span:active {
	background: #861c4f;
}

#navigation .menu .menu_button a {
	-webkit-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e; 
	   -moz-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	    -ms-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	     -o-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	        box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
}
#navigation .menu .menu_button a:hover, .membership_page .button:hover {
	-webkit-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992; 
	   -moz-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	    -ms-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	     -o-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	        box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
}
#navigation .menu .menu_button a:active, .membership_page .button:active {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0px 2px 1px #0e1316; 
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0px 2px 1px #0e1316;
	    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0px 2px 1px #0e1316;
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0px 2px 1px #0e1316;
	        box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0px 2px 1px #0e1316;
}
#navigation .menu .menu_button.current_page_item span a {
	background: #a62161;
}

.menu li li:hover, .menu li li.sfHover {
	margin: 0px;
	padding: 0px;
	}
.menu li li span {
	box-shadow: none !important;
	margin: 0 10px 0 0 !important;
}
#navigation .menu li li a:focus, 
#navigation .menu li li a:hover, 
#navigation .menu li li a:active {
	background:	#444444 !important;
	color: #FFFFFF;
	outline: 0;
	box-shadow: none !important;
	}
	
/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 15px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 15px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 8px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
.mobile_toggle {
	width: 18px;
	height: 12px;
	background: url(images/icons/menu-icon.gif) no-repeat center center;
	float: right;
	margin: 14px 0;	
	cursor: pointer;
	display: none;
}
.mobile_nav {
	float: left;
	width: 100%;
	display: none;
	background: #131a1e;
	padding:0;
}
.mobile_nav li {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid;
}
.mobile_nav li:hover {
	padding: 5px 0;
}
.mobile_nav li span {
	margin: 0;
}
.mobile_nav li span a {
	width: 100%;
	padding: 2px 0;
}
.mobile_nav li a:hover,.mobile_nav li.current-menu-item a {
	color: #0e91d1;
}
/************************************************
*	5.5.	Events Dropdown						*
************************************************/

.menu ul li.dropdown.events ul {
	width: 520px;
}
.menu ul li .dropdown_events {
	min-height: 20px;
	left: -40%;
	position: absolute;
	width: 100%;
	background: url(images/dropdown_arrow.png) no-repeat center bottom;
}
.menu ul li .dropdown_events ul {
	background: url(images/bkgs/dropdown_bkg.gif) repeat center center;
	margin-top: -20px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 3px 5px #828282;
}
.menu ul li .dropdown_events ul li {
	background: #f0eded;
	box-shadow: 0 1px 3px #828282;
	margin: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 94%;
	padding: 15px;
}
.menu ul li .dropdown_events ul li .event_day {
	float: left;
	width: 15%;
	margin: 0;
}
.menu ul li .dropdown_events ul li .event_day span {
	border-radius: 0;
	cursor: pointer;
}
.menu ul li .dropdown_events ul li .event_day span.month:hover {
	background: #c6c6c6 !important;
}
.menu ul li .dropdown_events ul li .event_day span:hover {
	background: #dbdbdb !important;
}
.menu ul li .dropdown_events ul li h3 {
	float: left;
	width: 66%;
}
.menu ul li .dropdown_events ul li img.default_dropdown {
	float: left;
	width: 15%;
	height: auto;
	margin: 0 2%;
}
#navigation .menu ul li .dropdown_events ul li h3 a {
	background: none !important;
	font-weight: bold !important;
	font-size: 18px !important;
	color: #2b363c !important;
	line-height: 150% !important;
	padding:0 !important;
}
#navigation .menu ul li .dropdown_events ul li h3 a:hover {
	background: none !important;
	color: #0e91d1 !important;
}
#navigation .menu ul li .dropdown_events .menu_button {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 10px;
}
#navigation .menu ul li .dropdown_events .menu_button a {
	-webkit-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-moz-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-ms-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-o-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	background: #a62161;
	padding: 4px 20px;
}
#navigation .menu ul li .dropdown_events .menu_button a:hover {
	-webkit-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-moz-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-ms-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	-o-box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	box-shadow: 0px 5px 1px #0a0d0f, inset 0px 1px 1px #ce5992;
	background: #c82e78;
}

/************************************************
*	6.	Slideshow 		      					*
************************************************/

#slideshow {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
	}
#slideshow ul, 
#slideshow li, 
#slideshow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#slideshow .featureimg,
#slideshow .featurevid {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	}
#slideshow .four.columns {
	width: 32.37%;
	margin-left: 2.4%;
	}
#slideshow .article {
	padding-top: 0px;
	}
.flexslider {
	width: 100%; 
	margin: 0; 
	padding: 0;
	}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%; 
	margin: 0px;
	}
	
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
	}
.flexslider {
	position: relative; 
	zoom: 1;
	}
.flexslider .slides {
	zoom: 1;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1; 
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0; 
	}
.flex-direction-nav li a {
	display: block;  
	position: absolute;
	width: 13px; 
	height: 38px; 
	margin: 0; 
	top: 45%; 
	cursor: pointer; 
	text-indent: -999em;
	opacity: .8; 
	filter: alpha(opacity=80);
	z-index: 2;
	background: url(images/arrow_sprites.png) no-repeat 0 4px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.flex-direction-nav li .flex-next {
	background-position:-17px 4px;
	right: -20px;
	}
.flex-direction-nav li .flex-prev {
	left: -20px;
	}
.flex-direction-nav li .flex-prev:hover, 
.flex-direction-nav li .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100); 
	}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter: alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	position: absolute; 
	bottom: 4px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px; 
	padding: 4px !important;
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	display: block; 
	background: #999999; 
	width: 6px; 
	height: 6px; 
	line-height: 0;
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #000000;
	}
.flex-control-nav li a.flex-active {
	background: #000000; 
	cursor: default;
	}

.homepage .flexslider {
	margin: 0 0 25px;	
	overflow: visible !important;
}
.homepage .flexslider .slides {
	transition:visibility 0.5s linear;
}
.homepage .flexslider .slides img {
	border-radius: 30px;
}
.shop.archive {
	margin-bottom: 75px;
}
.shop_wrapper {
	margin: 30px 0 30px;
	position: relative;
}
.shop_wrapper ul.shop_grid.third {
	margin: 0 3.5% 30px 0;
}
.shop_wrapper ul.shop_grid.half li {
	width: 100%;
}
.shop_wrapper ul.shop_grid.third .tagline {
	margin: 0 0 40px;
}
.shop_wrapper ul.shop_grid li {
	margin: 0 3.5% 50px 0;
	text-align: center;
	padding-top: 8px;
	position: relative;
	width: 31%;
	float: left;
}

.feature_grid{
	margin: 0 2%;
}

.shop_wrapper ul.feature_grid li {
	margin: 0 3.5% 50px 0;
	text-align: center;
	padding-top: 8px;
	position: relative;
	width: 48%;
	float: left;
}
.shop_wrapper ul.shop_grid li.last,
.shop_wrapper ul.shop_grid.third li.last {
	margin-right: 0;
}
.shop_wrapper ul.shop_grid li img {
	border: 3px solid #2b363c;
	box-shadow: 0 1px 3px #2b363c;	
}
.shop_wrapper ul.issues_grid li img,
.shop_wrapper ul.feature_grid li img
{
	border: 1px solid #ccc;
	box-shadow: none;
}

.shop_wrapper ul.shop_grid li span.sub_title {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
}
.shop_wrapper ul.shop_grid li h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
.shop_wrapper ul.shop_grid li p {
	margin: 0 0 10px;
	padding: 0 12px;
}
.shop_wrapper .shop_price {
	position: absolute;
	right: 3px;
	top: 0px;
	background: #2b363c;
	color: #FFF;
	padding: 15px 10px 10px;
	border-radius: 40px;
	line-height: 100%;
	height: 35px;
	width: 40px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px #807d7b;
}
.shop_wrapper .shop_price.sale {
	background: #0e91d1;
	color: #FFF;
	border: 2px solid #FFF;
	height: 33px;
	width: 38px;
	right: 3px;
}
.shop_wrapper .shop_price span {
	font-size: 11px;
}
.shop_wrapper ul.shop_grid.issues_grid li ul {
	margin: 0 0 15px;
	float: left;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.shop_wrapper ul.shop_grid.issues_grid li ul li {
	width: 100%;
	text-align: left;
	margin: 0;
	line-height: 1;
	list-style-type: disc;
	font-size: .8em;
}

/************************************************
*	7.	Homepage 				     		    * 
************************************************/

#homepage {
	margin: 0px 0px 50px;
	padding: 0px;
	float: left;
	width: 100%;
	}
#homepage .title {
	display: inline-block;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 4px solid #EEEEEE;
	}
#homepage iframe, 
#homepage embed, 
#homepage object {
	display: block;
	width: 100%;
	max-height: 310px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
.post_list {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 1px solid #bdc4c8;
	}
.post_list .postdata {
	float: left;
	width: 14%;
	font-size: 0.7em;
	line-height: 18px;
	margin-right: 2%;
	}
.post_list .postdata .label {
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	}
.post_list .post_wrap {
	margin-left: 98px;
}
.post_list .article {
	float: left;
	width: 80%;
	padding: 0 0 0 0;
	}
.post_list .article img {
	float: left;
	margin: 0 25px 15px 0;
	max-width: 73px;
	height: auto;
}
.post_list .pagination {
	margin: 20px 0px 0px 0px;
	}
.post_list .read_more,
.featured_tax .read_more {
	float: right;
	margin: 0;
	display: block;	
	overflow: hidden;
}
.post_list .read_more a,
.featured_tax .read_more a {
	display: block;
	padding: 22px 25px 21px;
	color: #fff;
	text-align: center;
	line-height: 150%;
	overflow: hidden;
	background: #0e91d1;
	border-radius: 400px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.featured_tax .read_more{
	float: left;
}

.post_list .read_more a:hover,
.featured_tax .read_more a:hover {
	font-weight: bold;
	background: #b8467e;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.featured_read_more {
	text-align: center;
	width: 100%;
	display: block;
	margin: 0 0 25px;
}
.featured_read_more a {
	box-shadow: inset -1px 1px 2px #b9b2b2;
	padding: 7px 10px 6px;
	margin-left: 7px;
	background: #e0d8d8;
	border-bottom: 1px solid #fdfcf8;
	text-align: center;
	border-radius: 5px;
	color: #575859;
	font-size: 0.8em;
	font-weight: bold;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
}
.featured_read_more a:hover {
	color: #0e91d1;
}
.featured_shop {
	float: left;
	width: 100%;
	margin: 50px 0;
	text-align: center
}
.featured_shop h1 {
	color: #606467;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	margin: 0 0 40px;
}
.featured_shop h1 i {
	display: block;
	width: 49px;
	height: 40px;
	float: left;
	background: url(images/icons/shop-featured-icon.png) no-repeat left center;
	margin: -4px 18px 0 0;
}
.featured_shop ul {
	margin: 0;
	padding: 0 20px 43px;
	float: left;
	width: 100%;
	min-height: 100px;
	background: url(images/bkgs/shop_shelf_bkg.png) no-repeat center bottom;
	background-size: 100% auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.featured_shop ul li {
	display: block;
	float: left;
	background: url(images/bkgs/featured_ebook_bkg.png) no-repeat center bottom;
	background-size: 100% auto;
	width: 33%;
	margin: 0 .5% 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 230px;
	max-height: 230px;
	padding: 25px 25px 15px 38px;
	position: relative;
}
.featured_shop ul li.last {
	margin-right: 0;
}
.featured_shop ul li span.tax {
	color: #2b363c;
	text-shadow: 0px 1px 0px #b4e1f5;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
	display: block;
}
.featured_shop ul li h6 {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px 0px;
}
.container #homepage .featured_shop ul li h6 a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.container #homepage .featured_shop ul li h6 a:hover {
	color: #2b363c;
	text-shadow: 0px 1px 0px #b4e1f5;
}
.featured_shop ul li p.price {
	color: #fff;
	display: inline-block;
	background: #2b363c;
	border-radius: 40px;
	line-height: 110%;
	padding: 16px 12px 12px;
	position: absolute;
	bottom: 15px;
	left: 80px;
	height: 32px;
	width: 38px;
	font-weight: bold;
}
.featured_shop ul li p.price span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}
	
/************************************************
*	8.	Content 				     		    * 
************************************************/

#content,
#page_content {
	margin:40px auto;
	}
	
#content.main_fade.shop_archive {
	background: url(images/bkgs/shop_bkg_lg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
#content.main_fade.issues_archive {
	background: none;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.page .container .post a,
.page #content .page a {
	color: #0e91d1;
}
.post {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
.post.featured {
	margin:20px 0 40px;
	float: left;
	width: 100%;
}
.postauthor {
	font-size: 0.8em;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	color: #575859;
	font-weight: bold;
	}
.postauthor a {
	color: #575859;
}
.postmeta {
	font-size: 0.8em;
	margin: 0;
	padding: 10px 0px 10px 0px;
	color:#575859;
	font-weight: bold;
	}
.postmeta p {
	padding: 0;
}
.single .article {
	margin: 0 0 20px;
	
}
.article.tax_list {
	margin: 10px 0 20px;
	font-weight: normal;
	line-height: 150%;
}
.tribe_events .article {
	margin: 0 0 40px;
}
.article .postmeta p a {
	color:#575859;
	background: none;
	border: none;
	padding: 0 0
}
.article .postmeta p a:hover {
	border-bottom: 1px dotted;
}
.postmeta span.comments {
	display: inline-block;
	margin: 0 0 0 15px;
	background: url(images/bkgs/comments_bkg.png) no-repeat left center;
}
.postmeta span.comments a {
	box-shadow: inset -1px 1px 2px #b9b2b2;
	padding: 7px 10px 6px;
	margin-left: 7px;
	background: #e0d8d8;
	border-bottom: 1px solid #fdfcf8;
}
.postmeta span.comments a:hover {
	border-bottom: 1px solid #fdfcf8;
	color: #0e91d1;
}
.postmeta.cats {
	margin: 0;
}
.postmeta.tags {
	margin:0 0 50px;
}
.postmeta .tag {
	margin:0 10px 10px 0;
	display: block;
	float: left;
}
.postmeta .tag a {
	box-shadow: inset 0px 1px 3px #b9b2b2;
	padding: 6px 15px 5px;
	background: #e0d8d8;
	border-bottom: 1px solid #fdfcf8;
	border-radius: 4px;
	color: #575859;
}
.postmeta .tag a:hover {
	cursor: pointer;	
	color: #0e91d1;
}
.article{

     word-wrap: break-word;

}

.s2member-pro-authnet-coupon-apply{
	word-wrap: normal;
	word-break: normal;
	white-space: normal;
}
.article iframe, 
.article embed, 
.article object {
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}
.article ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.article ol li {
	margin: 0px 0px 0px 0;
	padding: 0px 0px 5px 0px;
	}
.article ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.article ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.article ul li,
.shop_wrapper ul.shop_grid.issues_grid li ul li {
	list-style-type: none;
    background: url(images/blue_bullet.gif) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.shop_wrapper ul.shop_grid.issues_grid li ul li {
	background-position: left 3px;
}
.article ul ul li {
	
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 5px 0px;
	}
.hr {
	display: block;
	width: 100%;
	height: 10px;
	text-align: center;
	background: url(images/bkgs/tagline_bkg.gif) repeat-x center center;
	margin: 20px 0 30px;
	}
.tagline {
	text-align: center;
	background: url(images/bkgs/tagline_bkg.gif) repeat-x center center;
	margin: 0 0 10px;
	}
.tagline span, span.tagline, span.tagline a {
	display: inline-block;
	background: #fbf7ef;
	padding: 3px 15px 2px;
	line-height: 150%;
	font-weight: bold;
	color: #8b8b8b;
	text-transform: uppercase;
	}
span.tagline, span.tagline a {
	padding: 0;
}
span.tagline a:hover {
	color: #0e91d1;
}
.post.featured .one_half {
	width: 37%;
	min-height: 175px;
	box-shadow: 0px 1px 3px #cecac4;
	padding: 30px 5% 30px;
	border-radius: 3px;
	float: left;
	margin-right: 6%;
}
.post.featured .one_half.last {
	margin-right: 0;
}
.post.featured .one_half p {
	line-height: 150%;
	margin: 20px 0 0;
	color: #312f2f;
}
.post.featured .columns {
	width: 40%;	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #756d6d;
	margin: 0 0 20px;
}
.post.featured .columns a {
	color: #756d6d
}
.post.featured .left_column {
	float: left;	
}
.post.featured .right_column {
	float: right;
	width: 55%;
}
.post.featured .right_column ul {
	float: right;	
}
.post.featured .right_column ul li {
	background: url(images/icons/social_sprites.png) no-repeat;
	display:block;
	float: left;
	height: 22px;
	width: 22px;
	margin-left: 5px;
}
.post.featured .right_column li.text{
	background: none;
	width: auto;
	margin-right: 5px;
}
.post.featured .right_column li a {
	display: block;
	height: 22px;
	width: 22px;
}
.post.featured .right_column li.facebook {background-position: 0 -81px;}
.post.featured .right_column li.twitter {background-position: -30px -81px;}
.datebox {
	display: inline-block;
	background: #222222;
	color: #CCCCCC;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	width: 60px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.datebox .month {
	background: #000000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #333333;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	}
.datebox .day {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	}
.text-date {
	font-weight: normal;
	margin-top: -4px;
	margin-bottom: 8px;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.sticky {
	}
.third {
	width: 31%;
	float: left;
}
.third.first {
	margin-right: 3.5%;
}
.half {
	float: left;
	width: 48%;
	}
.half.first {
	margin-right: 4%;
	}

.three_col_grid {
	margin: 40px 0;
}
.three_col_grid ul li {
	display: block;
	float: left;
	width: 31%;
	text-align: center;
	margin: 0 3.5% 75px 0;
}
.three_col_grid ul li.last {
	margin-right: 0;
}
.three_col_grid ul li h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.three_col_grid ul li p {
	font-size: 13px;
	margin-bottom: 15px;
}
.four_col_grid {
	margin: 40px 0;
}
.four_col_grid ul {
	
}
.four_col_grid ul li {
	display: block;
	float: left;
	width: 22%;
	text-align: center;
	margin: 0 4% 75px 0;
}
.four_col_grid ul li.last {
	margin-right: 0;
}
.four_col_grid ul li h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.four_col_grid ul li p {
	font-size: 13px;
	margin-bottom: 15px;
}
span.box_inset {
	display: inline-block;
	margin: 0 0 0 15px;
	background: url(images/bkgs/comments_bkg.png) no-repeat left center;
}
span.box_inset a {
	box-shadow: inset -1px 1px 2px #b9b2b2;
	padding: 7px 10px 6px;
	margin-left: 7px;
	background: #e0d8d8;
	border-bottom: 1px solid #fdfcf8;
	color: #575859;
	font-weight: bold;
	font-size: 12px;
}
span.box_inset a:hover {
	border-bottom: 1px solid #fdfcf8;
	color: #0e91d1;
}

.related_posts {
	background: #e5e3d6;
	box-shadow: inset 0px 1px 3px #bdbbb1, 0 1px 1px #fdfcf8;
	min-height: 80px;
	width: 100%;
	float: left;
	margin: 10px 0 50px;
	padding: 20px 20px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.related_posts li {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	display: block;
}
.related_posts li h2.headline {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 140%;
}
.related_posts p {
	padding: 0;
	line-height: 100%;
}
.related_posts p a, .related_posts p {
	color: #8b8b8b;
	font-size: 12px;
}
.related_posts img {
	width: 40px;
	height: auto;
	float: left;
	margin: 0 15px 0 0;
}
.print_message{
	display:none;
}


/************************************************
*	8.	Podcasts	 				     		* 
************************************************/
.listen_wrapper {
	background: #e5e3d6;
	box-shadow: inset 0px 1px 3px #bdbbb1, 0 1px 1px #fdfcf8;
	min-height: 80px;
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 40px 75px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.player_meta {
	text-align: center;
	width: 100%;
	clear: both
}
.player_meta a {
	color: #0e91d1;
	font-weight: bold;
}
/* @group progress bar */
div.jp-progress {
	overflow:hidden;
	background-color: #0e91d1;
}
div.jp-audio div.jp-progress {
	height:6px;
	border-radius: 10px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width:100%;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: #0e91d1;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #1e5982;
	width:0px;
	height:100%;
	border-radius: 10px;
}
.jp-current-time {float: left;}
.jp-duration {float: right;}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: #197cac;
}
.jp-controls {
	margin: 0 auto;
	width: 30%;
	min-height: 75px;
}
.jp-controls li a{
	display: block;
	float: left;
	margin: 0 5px;
	padding: 5px;
	background: #d8d6c9;
	box-shadow: inset 0 1px 2px #b7b5ab;
	border-radius: 100px;
}
.jp-controls li a span{
	display: block;
	border-radius: 100px;
	text-indent: -9999px;
	background: #0e90cf;
	background-image: -ms-linear-gradient(top, #0E91D1 0%, #0773A8 100%);
	background-image: -moz-linear-gradient(top, #0E91D1 0%, #0773A8 100%);
	background-image: -o-linear-gradient(top, #0E91D1 0%, #0773A8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E91D1), color-stop(1, #0773A8));
	background-image: -webkit-linear-gradient(top, #0E91D1 0%, #0773A8 100%);
	background-image: linear-gradient(to bottom, #0E91D1 0%, #0773A8 100%);
	background-repeat: no-repeat;
}
.jp-controls .jp-stop, .jp-controls .jp-mute, .jp-controls .jp-unmute {
	margin: 11px 0 0;
}
.jp-controls .jp-stop span, .jp-mute span, .jp-controls .jp-unmute span {
	width: 29px;
	height: 29px;
}
.jp-controls .jp-play span, .jp-controls .jp-pause span {
	width: 52px;
	height: 52px;
}
.jp-controls a span i {
	background: url(images/icons/jplayer_controls.png) no-repeat center center;
}
.jp-controls .jp-play span i {
	background-position: 18px 14px;
	width: 52px;
	height: 52px;
	display: block;
}
.jp-controls .jp-pause span i {
	background-position: 16px -36px;
	width: 52px;
	height: 52px;
	display: block;
}
.jp-controls .jp-stop span i, .jp-controls .jp-mute span i, .jp-controls .jp-unmute span i {
	width: 29px;
	height: 29px;
	display: block;
}
.jp-controls .jp-stop span i {background-position: 9px -119px;}
.jp-controls .jp-mute span i {background-position: 7px -224px;}
.jp-controls .jp-unmute span i {background-position: 7px -277px;}

/* @end */

/* @group Controls */


/************************************************
*	8.	Membership	 				     		* 
************************************************/
.page-template-page-members-php #content,
.page-template-page-membersv2-php #content {
	margin: 0 auto 40px;
}
.three_col_grid.membership, .three_col_grid.membership ul li {
	margin-bottom: 10px;
}
.three_col_grid.membership ul {
	background: url(images/bkgs/member_grid_bkg.gif) no-repeat center 0px;
}
.three_col_grid.membership ul li img {
	background: #e5e3d6;
}
.membership_page .first_half {
	background: #e5e3d6;
	padding-top: 40px;
	border-bottom: 1px solid #fdfcf8;
	margin-bottom: 25px;
}
.membership_page .button {
	margin: 0 10px 10px 0;
	width: 190px;
	float: none;
	
	text-align: center;
	border-radius: 40px;
	text-transform: lowercase;
	padding: 15px 45px;
	font-size: 16px;
	box-shadow: 0px 3px 3px #a9a6a3;
	border: 0;
	color: #FFF !important;
}

.membership_page .center{
	text-align: center;
	margin-bottom: -25px;
}
.membership_page .button.wide {
	width: 50%;
}
h3.membership {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin: 40px 0 25px;
}
.membership_rows {
	margin: 0 0 50px;
}
.membership_rows ul {
	
}
.membership_rows ul li {
	margin: 0 0 10px;
	display: block;
	float: left;
	width: 100%;
}
.membership_rows ul li.first p, .membership_rows ul li.last p {
	background: none;
	box-shadow: none;
}
.membership_rows ul li.first span, .membership_rows ul li.last span {
	border: none;
	text-align: center;
	color: #33527a;
	font-weight: bold;
	font-size: 18px;
}
.membership_rows ul li p {
	float: left;
	width: 51%;
	margin:0 1% 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 20px 9px 10px;
	background: #e5e3d6;
	box-shadow: 0 1px 1px #ccc8c1, inset 0 1px 1px #edebe1;
	border-radius: 4px;
	text-align: right;
	color: #2b363c;
	font-size: 13px;
}
.membership_rows ul li span {
	float: left;
	width: 48%;
	padding: 6px 0 9px;
	border-bottom: 1px dashed #c7c7c7;
}
.membership_rows ul li span div {
	width: 50%;
	float: left;
}
.membership_rows ul li span i {
	height: 27px;
	display: block;
	background: url(images/icons/icon_yes_no.png) no-repeat;
	margin: 0 auto;
}
.membership_rows ul li span i.yes {
	width: 34px;
	background-position: 0 0;
}
.membership_rows ul li span i.no {
	width: 27px;
	background-position: -43px 0;
}
.membership_rows p.disclaimer {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8%;
	font-size: 11px;
	line-height: 140%;
	margin: 40px 0;
	font-weight: 700;
	color: #63696c;
}
.membership_rows p.disclaimer sup {
	font-size: 8px;
	padding:0 3px 0 0;
}
.membership_rows .btn {
	margin: 0 auto;
	min-width: 80px;
	float: none;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	text-transform: lowercase;
	padding: 6px 15px;
	font-size: 16px;
	box-shadow: 0px 3px 3px #a9a6a3;
	border: 0;
	color: #FFF !important;
	background: #a11f5a;
}
/************************************************
*	8.	Athor	 				     		    * 
************************************************/
.article.author {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.author_left {
	width: 27%;
	float: left;
	margin: 0 3% 0 0;
}
.author_left img {
	border: 3px solid #2b363c;
	box-shadow: 0 0 3px #2b363c;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: auto;
	max-width: 175px;
}
.author_right {
	width: 70%;
	float: left;
}
.author_right h2.headline.smaller {
	padding-top: 0;
	margin-top: 0;
	float: left;
}
.author_right span.author {
	text-transform: uppercase;
	color: #8b8b8b;
	font-weight: bold;
	margin: 5px 0 0 0;
	display: block;
}
.author_right span.box_inset {
	float: left;
	margin-top: 9px;
}

/************************************************
*	9.	Archives							    *
************************************************/
	
.article.archive {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 4px solid #EEEEEE;
	}
.article.archive .featureimg,
.article.archive .featurevid {
	margin-top: 20px;
	margin-bottom: 10px;
	}
.article.archive .featurevid iframe, 
.article.archive .featurevid embed, 
.article.archive .featurevid object {
	max-height: 260px;
	}
.article.blog {
	margin-bottom: 40px;
	}
.featured_cat,.featured_tax{
	float: left;
	width: 100%;
	margin: 10px 0 50px;
}
.featured_tax {
	margin: 10px 0 20px;
	position: relative;
}
.featured_cat h2 {
	margin-bottom: 30px;
}
	
/************************************************
*	10.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery-caption {
	font-size: 0.7em;
	line-height: 20px;
	padding: 0px 8px;
	}
.gallery img {
	background: #F9F9F9;
	border: none !important;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.gallery img:hover {
	background: #333333;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*	11.	Images and Video			     	    * 
************************************************/

.banner {
	margin: 0px;
	padding: 0px;
	}
.banner img {
	display: block;
	text-align: center;
	margin: 20px auto 20px;
	padding: 0px;
	}
.featureimg, .featurevid {
	display: block;
	line-height: 0;
	max-width: 100%;
	margin-bottom: 20px;
	}
.featureimg img {
	width: 100%;
	height: auto;
}
.featurevid iframe, 
.featurevid embed, 
.featurevid object {
	max-height: 360px;
	}
.fluid-width-video-wrapper { 
	width: 100%; 
	position: relative; 
	padding: 0; 
	z-index: 8;
	} 
.fluid-width-video-wrapper iframe, 
.fluid-width-video-wrapper object, 
.fluid-width-video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	z-index: 8;
	} 
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 10px 20px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
	}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
	}
.wp-caption {
	width: auto !important;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 6px 6px 6px;
	font-size: .7em;
	line-height: 20px;
	}
.avatar {
	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 0px;
	padding: 4px;
	}
	
/************************************************
*	12.	Social Media   							*
************************************************/

.social {
	display: block;
	margin: 30px 0px;
	padding: 0px;
	overflow: hidden;
	}
.social iframe {
	margin: 0px !important;
	}
#homepage .social {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	}
#content .tweet_btn, #content .like_btn, #content .plus_btn {
	float: left;
	display: block;
	max-width: 92px;
	margin-right: 5px;
	padding: 0px;
	}
#content .like_btn {
	margin-top: -2px;
	}
#homepage .tweet_btn, #homepage .like_btn, #homepage .plus_btn {
	float: none;
	display: block;
	margin-bottom: 14px;
	padding: 0px;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
.like_btn {
	overflow: hidden;
	}
.tax-media_types .socials_list, .single-watch_listen .socials_list {
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.tax-media_types .socials_list ul, .single-watch_listen .socials_list ul {
	margin: 0;
}
.socials_list ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.socials_list ul li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
.socials_list ul li i {
	width: 22px;
	height: 22px;
	display: block;
	float: left;
}
.socials_list ul li.twitter {
	width: 80px;
}
.socials_list iframe {
	margin: 0;
}
.socials_list ul li.comments i{
	background: url(images/icons/social_sprites.png) no-repeat;
	background-position: -123px -79px;	
}
.socials_list ul li.share i{
	background: url(images/icons/social_sprites.png) no-repeat;
	background-position: -154px -78px;
}
.socials_list ul li span.box_inset {
	margin-left: 3px;
}
.socials_list ul li.share {
	position: relative;
}
.socials_list ul li.share span.box_inset {
	margin-left: 5px;
}
.socials_list ul li.share a {
	cursor: pointer;
}
.socials_list .share_wrapper {
	display: none;
	position: absolute;
	right: -180px;
	width: 178px;
	top: -2px;
	padding: 10px;
	box-sizing: border-box;
	background: #0c7eb6 url(images/bkgs/social_hover_bkg.gif) repeat;
	border-radius: 5px;
	border: 1px solid #33527a;
	box-shadow: 0 2px 5px #797771;
}
.socials_list .share_wrapper ul {
	margin: 0;
	padding: 0;
}
.socials_list .share_wrapper ul li {
	border-bottom: 1px solid #0b70a1;
	border-top: 1px solid #369fd1;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	height: 34px;
	overflow-y: hidden;
}
.socials_list .share_wrapper ul li:first-child {
	border-top:none;
}
.socials_list .share_wrapper ul li:last-child {
	border-bottom: none;
}
.socials_list .share_wrapper ul li a {
	font-size: 0.9em;
	color: #fff;
	font-weight: 700;
	padding: 6px 0 6px 32px;
	display: block;
	background: url(images/icons/social_share_sprite.png) no-repeat 0 0;
}
.socials_list .share_wrapper ul li a:hover {
	color: #2b363c;
}
.socials_list .share_wrapper ul li .twitter {background-position: 0 8px;}
.socials_list .share_wrapper ul li .facebook {background-position: 0 -28px;}
.socials_list .share_wrapper ul li .email {background-position: 0 -68px;}
.socials_list .share_wrapper ul li .google{background-position: 0 -109px;}
.socials_list .share_wrapper ul li .pinit {background-position: 0 -153px;}

.single-tribe_events .socials_list ul li {
	margin: 0 10px 15px 0;
}
.single-tribe_events .socials_list ul li.facebook {
	margin: 0;
}


/************************************************
*	13. Pagination 	   					     	* 
************************************************/
	
#pbd-alp-load-posts {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#pbd-alp-load-posts a:link, 
#pbd-alp-load-posts a:visited {
	display: inline-block;
	background: #F9F9F9;
	color: #999999 !important;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#pbd-alp-load-posts a:hover {
	background: #333333;
	color: #FFFFFF !important;
	}
.wp-pagenavi {
	text-transform: uppercase;
	width: 100%;
	float: left;
	text-align: center;
}
.wp-pagenavi span {
	
}
.wp-pagenavi a {
	color: #575859;	
}
.wp-pagenavi span, .wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
	display: inline-block;
	background: #e5e3d6;
	font-size: 10px;
	border-radius: 50px;
	padding: 16px 9px 14px 9px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.wp-pagenavi a.previouspostslink { 
	margin: 0 15px 0 0;
}
	
/************************************************
*	14.	Numbered Pagination 			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
	}
.number-paginate {
	}
.number-paginate a {
	display: inline-block;
	background: #F9F9F9;  
	color: #999999; 
	height: 24px;
	line-height: 24px;
	margin-right: 4px; 
	padding: 0px 8px;
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.number-paginate a:hover, 
.number-paginate a:active {
	background: #333333; 
	color: #FFFFFF !important;
	border: none;
	}
.number-paginate .number-title {
	color: #555555; 
	margin-right: 4px;
	}
.number-paginate .number-gap {
	color: #999999; 
	margin-right: 4px;
	}
.number-paginate .number-current {
	display: inline-block;
	background: #333333; 
	color: #FFFFFF !important; 
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center; 
	margin-right: 4px; 
	padding: 0px 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.number-paginate .number-page {
	}
.number-paginate .number-prev {
	}
.number-paginate .number-next {
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}
	
/************************************************
*	15.	Sidebar 	        			     	* 
************************************************/

.sidebar.right, 
.sidebar.left {
	font-size: 0.8em;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
	background: #e5e3d6;
	box-shadow: inset 0px 1px 2px #bdbbb1;
	border-radius: 5px;
	border-bottom: 1px solid #fdfcf8;
	}
.home .sidebar.right {
	margin-top: 25px;
}
	
/************************************************
*	16.	Sidebar Widgets							*
************************************************/

.sidebar .widget {
	float: left;
	list-style: none;
	width: 90%;
	margin: 0px 5% 20px;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 4px #b5b4aa;
	border-radius: 10px;
	border-top: 1px solid #f1f0e8;
	}
.sidebar .widget h3 {
	color: #2b363c;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	}
.sidebar .widget h3 {
	border-bottom: 1px solid #293439;
	}
.sidebar .widget.widget_sp_image h3  {
	border-bottom: none;
	border-bottom: none;
	text-align: center;
	margin: 0;
}

.sidebar .widget li {
	list-style-type: none;
	}
.sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget ul ul {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	}
.sidebar .widget li {
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.sidebar .widget li a {
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget a {
	font-weight: 700;
	color: #0e91d1;
}
.sidebar .widget li a:hover {
	display: block;
	color: #0e91d1;
	text-decoration: none;
	}
.tagcloud {
	margin: 10px 0px 0px 0px;
	}
.sidebar .widget.widget_sp_image, .sidebar .widget_adrotate_widgets, .sidebar .widget.no_padding {
	padding: 0;
	box-shadow: none;
	border: 0;
	margin-bottom: 25px;
	}
.sidebar .widget.no_padding #rotator, .sidebar .widget.no_padding img {
	width: 100%;
	height: auto;
}
.sidebar .widget_adrotate_widgets {
	margin: 0 auto 25px;
	width: 300px;
	float: none;
	clear: both;	
}
.widget_adrotate_widgets div {
	margin: 0 auto;
}
.widget.widget_sp_image img, .widget_adrotate_widgets img {
	max-width: 100% !important;
}	
.widget.grid_ads.widget_text {
	padding: 0;
	border: none;
	box-shadow: none;
}
.widget.grid_ads.widget_text div {
	margin: 0;
	width: 100%;
}
.widget.grid_ads.widget_text div div {
	float: left;
	margin: 0 7px 10px;
}
/************************************************
*	17.	Thumbnail Text Widget			     	* 
************************************************/
.sidebar .widget.ThumbTextWidget {
	padding:20px 40px;
}
.sidebar .widget.ThumbTextWidget h3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 75px;
	padding: 10px 0 6px 75px;
	color: #2b363c;
	font-weight: 300;
	border-bottom: 0;
}
.sidebar .widget.ThumbTextWidget p {
	margin-bottom: 20px;
}

/************************************************
*	17.	Highlighted Resources Widget	     	* 
************************************************/

.sidebar .widget.HighlightsWidget h3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 55px;
	padding: 15px 0 6px 55px;
	line-height: 18px;
	color: #2b363c;
	font-weight: 300;
}
.sidebar .widget.HighlightsWidget span {
	text-transform: uppercase;
	color: #5b6164;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.sidebar .widget.HighlightsWidget h4 {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 0;
}
.sidebar .widget.HighlightsWidget p {
	line-height: 140%;
}

/************************************************
*	17.	Recent Comments/Forum Posts Widget     	* 
************************************************/

.sidebar .widget.RecentCommentsPosts {
	padding: 0;
	border-top: none;
	box-shadow: 0 2px 4px #b5b4aa;
}

.sidebar .widget.RecentCommentsPosts ul li,
.sidebar .widget.RecentCommentsPosts strong {
	display: block;
	width: 100%;
} 

.sidebar .widget.RecentCommentsPosts .box_2 li {
	border-bottom: 1px solid #c6c4b6;
	padding: 3px 0;
}

.sidebar .widget.RecentCommentsPosts ul li {
	margin: 0;
}

.sidebar .widget.RecentCommentsPosts ul.link_control li {
	display: block;
	float: left;
	width: 49%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	border-top: 1px solid #97978e;
	background-color: #f4f3ed;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2c0b5), to(#e5e3d6));
	background: -webkit-linear-gradient(top, #c2c0b5, #e5e3d6);
	background: -moz-linear-gradient(top, #c2c0b5, #e5e3d6);
	background: -ms-linear-gradient(top, #c2c0b5, #e5e3d6);
	background: -o-linear-gradient(top, #c2c0b5, #e5e3d6);
	color: #6a6a6a;
}
.sidebar .widget.RecentCommentsPosts ul.link_control li#box_1 {
	margin-right: 2%;
}
.sidebar .widget.RecentCommentsPosts ul.link_control li.active {
	background-color: #f4f3ed;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f3ed), to(#e5e3d6));
	background: -webkit-linear-gradient(top, #f4f3ed, #e5e3d6);
	background: -moz-linear-gradient(top, #f4f3ed, #e5e3d6);
	background: -ms-linear-gradient(top, #f4f3ed, #e5e3d6);
	background: -o-linear-gradient(top, #f4f3ed, #e5e3d6);
	border-top: 1px solid #ffffff;
	color: #e97648;
}

.sidebar .widget.RecentCommentsPosts .box_content {
	padding: 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar .widget.RecentCommentsPosts .box_content strong a {
	display: inline;
}

/************************************************
*	17.	CurrentPodcastWidget     		     	* 
************************************************/

.CurrentPodcastWidget span.tagline {
	background: none;
	color: #2b363c;
}
.sidebar .widget.CurrentPodcastWidget h3 {
	background: url(images/icons/icon_podcast_sm.png) no-repeat left center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 75px;
	padding: 10px 0 6px 75px;
}
.sidebar .widget.CurrentPodcastWidget h3 a {
	color: #2b363c;
	font-weight: 300;
}
.CurrentPodcastWidget .podcast_wrapper span {
	font-weight: bold;
	color: #0e91d1;
	display: block;
}
.CurrentPodcastWidget .podcast_wrapper ul {
	margin: 5px 0;
	line-height: 100%;
}
.CurrentPodcastWidget .podcast_wrapper ul li {
	line-height: 140%;
	font-weight: bold;
	font-size: 12px;
}
.CurrentPodcastWidget .podcast_wrapper #jp_container_1 ul {
	width: 65%;
	margin: 10px auto 0;
}
.CurrentPodcastWidget .podcast_wrapper #jp_container_1 .jp-time-holder {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
}
.CurrentPodcastWidget .podcast_wrapper #jp_container_1 .jp-time-holder span {
	color: #2b363c !important;
	font-weight: normal;
}
.CurrentPodcastWidget .podcast_wrapper #jp_container_1 ul li a {
	margin: 0 5px;
	padding: 5px;
}
.CurrentPodcastWidget .podcast_wrapper #jp_container_1  .jp-controls .jp-stop, 
.CurrentPodcastWidget .podcast_wrapper #jp_container_1  .jp-controls .jp-mute, 
.CurrentPodcastWidget .podcast_wrapper #jp_container_1  .jp-controls .jp-unmute {
	margin: 11px 0 0;
}
.CurrentPodcastWidget .podcast_wrapper .meta_data li {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
	margin: 10px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
}
.CurrentPodcastWidget .podcast_wrapper .meta_data li a {
	font-weight: bold;
	color: #2b363c;
	font-size: 11px;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 140%;
}
.CurrentPodcastWidget .podcast_wrapper .meta_data li a:hover {
	color: #0e91d1;
}
.CurrentPodcastWidget .podcast_wrapper .podcast_excerpt ul li {
	display: block;
	background: url(images/blue_bullet.gif) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

/************************************************
*	17.	Text Widget 	        		     	* 
************************************************/

.textwidget {
	margin: 0px;
	}
.textwidget p {
	padding: 6px 0px 6px 0px;
	}
.sidebar .textwidget a {
	background: none;
	padding: 0px;
	text-decoration: none;
	}
.sidebar .textwidget a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	17.	Sign Up Widget 	        		     	* 
************************************************/
.NewlsetterWidget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ece8e1;
	padding: 5px;
	box-shadow: inset 0 1px 2px #b3afa8;
	border-radius: 20px;
	margin: 0 0 20px;
}
.newsletter_signup {
	background: #0d88c5;
	border-radius: 20px;
	border: 1px solid #33527a;
	box-shadow: inset 0 1px 1px #6eb9df, 0 1px 2px #a19c8f;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px;
}
.newsletter_signup p {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 15px;
}
.newsletter_signup .gform_wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
.newsletter_signup .gform_wrapper .gform_heading {
	display: none;
}
.newsletter_signup .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
.newsletter_signup .gform_wrapper .ginput_container input.large {
	line-height: 16px;
	border-radius: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 12px;
	border: 1px solid #33527a;
	box-shadow: inset 0 1px 3px #676766;
}
.newsletter_signup .gform_wrapper .gform_footer input.gform_button {
	text-transform: uppercase;
	font-size: 11px;
	height: 28px;
	padding: 0;
	width: 32px;
	position: absolute;
	top: 0;
	right: -14px;
	box-shadow: inset 0 1px 1px #a3d5ee;
	background-color: #39a4d9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5db5e0), to(#0f91d1));
	background: -webkit-linear-gradient(top, #5db5e0, #0f91d1);
	background: -moz-linear-gradient(top, #5db5e0, #0f91d1);
	background: -ms-linear-gradient(top, #5db5e0, #0f91d1);
	background: -o-linear-gradient(top, #5db5e0, #0f91d1);
	border: 1px solid #33527a;
	border-radius: 25px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}
.newsletter_signup .gform_wrapper .gform_footer input.gform_button:hover {
	border: 1px solid #33527a;
	box-shadow: inset 0 1px 1px #106f9e;
}
.container .newsletter_signup #gforms_confirmation_message {
	background-color: none;
	background: none;
	border: 0;
	padding: 0;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.newsletter_signup .gform_wrapper #gform_ajax_spinner_2 {
	display: none !important;
}
.sidebar.right .NewlsetterWidget {
	padding: 0;
	background: none;
	box-shadow: none;
	margin: 0 5% 30px;
	border: 0;
}
.sidebar.right .newsletter_signup .gform_wrapper .gform_footer input.gform_button {
	right: -10px;
}
.sidebar.right.events .newsletter_signup {
	box-shadow: inset 0 1px 1px #f8f8f5, 0 1px 2px #a19c8f;
	border: 1px solid #cbc9be;
}
/*
.sidebar.right.events .newsletter_signup p {
	color: #2b363c;
}
*/
	
/************************************************
*	18.	Recent Comments Widget 	             	* 
************************************************/

#recentcomments li {
	display: block;
	padding: 6px 0px;
	border-top: 1px solid #DDDDDD;
	}
.footerwidgets #recentcomments li {
	border-top: 1px solid #151515;
	}
#recentcomments li a {
	border-top: none;
	}
	
/************************************************
*	19.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	background: none;
	width: 100%;
	}
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a {
	background: none;
	color: #0e91d1;
	border-right: none;
	}
.footerwidgets ul.menu .current_page_item a {
	background: none;
	color: #0e91d1;
	border-right: none;
	}
.sidebar ul.menu li a,
.sidebar ul.menu li li a {
	background: none;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	text-transform: none;
	letter-spacing: 0px;
	border-right: none;
	}
.footerwidgets ul.menu li a {
	color: #CCCCCC;
	text-shadow: none;
	letter-spacing: 0px;
	border-right: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li li a:hover {
	background: none;
	color: #0e91d1;
	} 
.footerwidgets ul.menu li a:hover {
	background: none;
	color: #FFFFFF;
	}
.widget ul.menu li {
	float: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	}
.widget ul.menu li span {
	top: 12px;
	}
.widget ul.menu li ul.sub-menu {
	width: auto;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.footerwidgets ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	20.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
.footerwidgets #calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px 10px 10px 10px;
	}
.footerwidgets #wp-calendar {
	color: #CCCCCC;
	}
	
/************************************************
*	21.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	float: left;
	background: #FFFFFF url(images/search_icon.png) no-repeat left center;
	color: #999999;
	width: 63%;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2% 0px 8%;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.two.columns #s {
	width: 90%;
	}
#searchsubmit {
	float: right;
	background: #333333;
	width: 24%;
	height: 36px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 0px 0px 0px 3%;
	padding: 6px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.two.columns #searchsubmit {
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-left: 0px;
	}
#searchsubmit:hover {
	background: #0e91d1;
	color: #FFFFFF;
	border: none;
	}
	
/************************************************
*	22.	Footer Widgets							*
************************************************/

.footerwidgets {
	display: block;
	background: #606365 url(images/bkgs/footer_widget_bkg.gif) repeat center top;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	line-height: 22px;
	margin: 0px auto 0px;
	padding: 30px 60px;
	}
.footerwidgets .footer_right {
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.footerwidgets .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
.footerwidgets h5 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 26px;
	padding-top: 10px;
}
.footerwidgets p {
	color: #999999;
	}
.footerwidgets a, 
.footerwidgets a:link, 
.footerwidgets a:visited {
	color: #BBBBBB;
	}
.footerwidgets a:hover, 
.footerwidgets a:active, 
.footerwidgets a:focus {
	color: #FFFFFF;
	}
.footerwidgets ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidgets ul li a {
	display: block;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
.footerwidgets ul li a:hover {
	color: #FFFFFF;
	}
.footerwidgets .textwidget {
	color: #CCCCCC;
	}
.footerwidgets .widget_sp_image h4 {
	display: none;
}
.footerwidgets .widget_sp_image .widget_sp_image-description p {
	color: #fff;
	text-align: center;
	margin-top: -10px;
}
.footerwidgets .widget.widget_text {
	border: 1px solid #444647;
	padding: 20px 40px;
	box-shadow: 0 1px 1px #8b8b8b;
	border-radius: 5px;
	}
.footerwidgets .widget.widget_text h4 {
	padding: 0 0 5px;
	color: #fff;
}
.footerwidgets .widget.widget_text p {
	padding: 0;
}
	
/************************************************
*	23.	Footer  								*
************************************************/

.footer {
	background: #4a4c4e url(images/bkgs/footer_bkg.gif) repeat center top;
	color: #666666;
	margin: 0px auto 0px;
	padding: 10px 60px;
	}
.footer p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
.footer a {
	color: #999999;
	}
.footer a:hover {
	color: #FFFFFF;
	}
.footerleft {
	float: left;
	display: block;
	margin: 12px 0;
	}
.footerright {
	float: right;
	display: block;
	margin: 18px 0px 15px 0px;
	width: 59%;
	}
.footer p.copyright {
	text-align: center;
	color: #a5abae;
	display: block;
	margin: 15px 0 25px;
	text-transform: uppercase;
}
.footerright .gform_wrapper {
	margin: 0;
	float: right;
	width: 100%;
}
.footerright .gform_wrapper .ginput_container {
	display: block;
	float: left;
	width: 100%;
}
.footerright .gform_wrapper .gform_heading {
	float: left;
	width: auto;
	color:#fff;
	margin-bottom: 0;
	padding: 4px 0;
	margin-right: 4%;
	width: 40%;
}
.footerright .gform_wrapper .gform_body {
	float: left;
	width: 45%;
}
.footerright .gform_wrapper input[type="text"] {
	background: #323436;
	box-shadow: inset 0 1px 3px #2b2a2b;
	border: none;
	padding: 7px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	color: #a2a9ad;
	width: 	100%;
	font-size: 13px;
}
.footerright .gform_wrapper .gform_footer {
	float: right;
	width: 10%;
	margin: 0;
	padding: 0;
	clear: none;
}
.footerright .gform_wrapper input[type="submit"] {
	border-radius: 25px;
	background: #0e91d1;
	color: #fff;
	padding: 7px 15px;
	font-size: 12px !important;
	margin: 2px 0 0 10px;
	box-shadow: inset 0px 1px 1px #73bfe4, 0px 1px 2px #303132;
	border: none;
	font-weight: 300;
}
.footerright #gforms_confirmation_message {
	margin: 0;
	color: #a5abae;
	text-align: right;
}
	
/************************************************
*	24.	Comments								*
************************************************/

#disqus_thread .textarea-wrapper {
	background: #e5e3d6 !important;
}

#submit, #comments #respond input#submit {
	background: #b8467e;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	margin: 0px;
	padding: 4px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	float: left;
	background: #F9F9F9;
	margin: 4px 20px 4px 0px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comment {
	background: #F9F9F9;
	width: 96%;
	margin: 6px 0px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comments {
	margin: 0px;
	padding: 0px;
	}
.commentlist {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.commentlist ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0px;
	}
.commentlist ol {
	list-style: auto;
	margin: 0 0 0 20px;
	padding: 0px;
	}
.commentlist li {
	margin-top: 20px;
	padding: 0px;
	clear: both;
	}
.commentlist li li {
	margin: 0;
	padding-left: 5px;
	}
.commentlist li li li {
	padding-left: 0;
}
.comment .comment-content {
	display: block;
	background: #f1efe6;
	width: 78%;
	padding: 12px 2%;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.bypostauthor .comment-content {
	background: #e0d8d8;
	box-shadow: inset 0px 1px 3px #b9b2b2;
	border-bottom: 1px solid #fdfcf8;
	}
.comment-meta {
	float: left;
	display: inline-block;
	width: 16%;
	margin-right: 2%;
	padding: 0px;
	}
.comment-author {
	font-size: 0.7em;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
	}
.comment .avatar {
	display: block;
	background: #F9F9F9;
	margin: 0px auto 10px;
	padding: 0px;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.7em;
	line-height: 1;
	margin-top: 20px;
	padding: 0px;
	}
.comment-awaiting-moderation {
	font-weight: bold;
	}
.reply a:hover {
	background: #0e91d1;
	color: #FFFFFF !important;
	text-decoration: none;
	}
#respond {
	width: 100%;
	margin: 20px 0px;
	overflow: hidden;
	}
.comment #respond {
	margin-bottom: 40px;
	}
.logged-in-as {
	font-size: 0.8em;
	margin-top: -12px;
	}
#cancel-comment-reply-link {
	display: block;
	}
#comments #respond input#submit {
	float: left;
	display: block;
	margin: 0px;
	padding: 8px 20px;
	cursor: pointer;
	border: none;
	}
#comments #respond input#submit:hover {
	background: #0e91d1;
	color: #FFFFFF;
	}
.nocomments {
	display: none;
	}
.form-allowed-tags {
	display: none;
	}

/************************************************
*	25.	Gravity Forms Styling					*
************************************************/

.article .gform_wrapper { 
	overflow: hidden; 
	margin-bottom: 10px;  
	max-width: 980px;
	}
.article .gform_wrapper textarea,
.article .gform_wrapper input,
.article .gform_wrapper select { 
	color: #999999;
	font-size: 14px;
	font-style: normal;
	letter-spacing: normal;
	outline-style: none;
	padding: 6px 10px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	background-color: #fcfcfc;
	box-shadow: 0 1px 0 0 white, inset 0 3px 10px -5px rgba(0,0,0,0.4);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.article .gform_wrapper input:hover,
.article .gform_wrapper input.button:hover, 
.article .gform_wrapper textarea:hover,
.article .gform_wrapper select:hover {
	background: #FCFCFC;
	color: #333333;
	}
.article .gform_wrapper h1, 
.article .gform_wrapper h2, 
.article .gform_wrapper h3 {
	font-weight: normal; 
	border: none; 
	outline: none; 
	background: none;
	}
.article .gform_wrapper .field_selected { 
	background-color: #FCFCFC;  
	border: 1px solid #DDDDDD !important;
	}
.article .gform_wrapper .ginput_complex label, 
.article .gform_wrapper .gfield_time_hour label, 
.article .gform_wrapper .gfield_time_minute label, 
.article .gform_wrapper .gfield_date_month label, 
.article .gform_wrapper .gfield_date_day label, 
.article .gform_wrapper .gfield_date_year label, 
.article .gform_wrapper .instruction { 
	display: block;  
	margin: 3px 0 8px 0; 
	font-size: 10px;
	}
.article .gform_wrapper .left_label .gfield_label { 
	float: left;  
	margin: 2px 15px 0 0;  
	width: 29%;  
	font-weight: bold;
	}
.article .gform_wrapper .gsection .gfield_label, 
.article .gform_wrapper h2.gsection_title, 
.article .gform_wrapper h3.gform_title { 
	font-weight: bold;  
	font-size: 14px; 
	}
.article .gform_wrapper .description, 
.article .gform_wrapper .gfield_description, 
.article .gform_wrapper .gsection_description,
.article .gform_wrapper .instruction { 
	font-size: 10px; 
	line-height: 150%; 
	clear: both; 
	}
.article .gform_wrapper .gfield_required { 
	color: #790000;  
	margin-left: 4px;
	}
.article .gform_wrapper .gfield_error { 
	background-color: #0e91d1 !important;  
	margin-top: 4px !important;  
	margin-bottom: 6px;  
	padding: 6px 6px 4px 6px !important; 
	}
.article .gform_wrapper .gfield_error .gfield_label { 
	color: #333333;
	}
.article .gform_wrapper .validation_error { 
	background: #0e91d1;
	color: #FFFFFF; 
	font-weight: normal;  
	font-size: 18px;
	font-style: normal;
	text-align: center;
	line-height: 150%;  
	margin-bottom: 10px;
	width: 94%;
	padding: 20px;
	}
.article .gform_wrapper .validation_message { 
	color: #333333 !important;  
	font-size: 11px;  
	letter-spacing: normal;
	}
.article #gforms_confirmation_message {
	background-color: #F9F9F9; 
	border: 1px solid #DDDDDD; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 20px 0; 
	font-size: 14px;
	color: #333333; 
	text-align: center;
	}
.article .gform_footer input.button {
	background: #a62161;
	color: #FFF; 
	font-weight: normal;
	margin-right: 20px;
	padding: 6px 12px;
	border: none;
	}
.article .gform_footer input.button:hover {
	background: #0e91d1;
	color: #FFFFFF;
	border: none;
	}
.article .gform_wrapper .top_label input.large, 
.article .gform_wrapper .top_label select.large, 
.article .gform_wrapper .top_label textarea.textarea {
	width: 98%;
	}
.article .gform_wrapper ul li {
	padding: 0px;
	}
.article img.ui-datepicker-trigger {
	position: relative; 
	top: 10px;
	}
#ws-plugin--s2member-profile input[type="text"],
#ws-plugin--s2member-profile input[type="password"] {
	padding: 6px 10px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	background-color: #fcfcfc;
	box-shadow: 0 1px 0 0 white, inset 0 3px 10px -5px rgba(0,0,0,0.4);
}
#ws-plugin--s2member-profile input[type="submit"]{
	background: #a62161;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 3px #a9a6a3, inset 0px 1px 1px #b8467e;
	-moz-box-shadow: 0px 3px 3px #a9a6a3, inset 0px 1px 1px #b8467e;
	-ms-box-shadow: 0px 3px 3px #a9a6a3, inset 0px 1px 1px #b8467e;
	-o-box-shadow: 0px 3px 3px #a9a6a3, inset 0px 1px 1px #b8467e;
	box-shadow: 0px 3px 3px #a9a6a3, inset 0px 1px 1px #b8467e;
	border-radius: 50px;
	border: 0;
	padding: 15px 40px;
	display: block;
	width: auto !important;
	margin: 0 auto !important;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2px;
	cursor: pointer;
}

/******* Sign Up Form Styles *****************/

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="text"], div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="password"], div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div textarea, div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div select, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div input[type="text"], div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div input[type="password"], div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div textarea, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div select {
	border: none;
	padding: 10px;
	color: #2b363c;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	-webkit-transition: .2s all ease-in-out; 
	   -moz-transition: .2s all ease-in-out; 
	    -ms-transition: .2s all ease-in-out; 
	     -o-transition: .2s all ease-in-out;
	        transition: .2s all ease-in-out;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 1px 3px rgba(0,0,0,0.5); 
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 1px 3px rgba(0,0,0,0.5);
	    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 1px 3px rgba(0,0,0,0.5);
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 1px 3px rgba(0,0,0,0.5);
	        box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="text"]:focus, div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="password"]:focus, div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div textarea:focus, div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div select:focus, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div input[type="text"]:focus, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div input[type="password"]:focus, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div textarea:focus, div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-form-div select:focus {
	outline: none;
	-webkit-outline: none;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 2px 3px rgba(0,0,0,0.6); 
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 2px 3px rgba(0,0,0,0.6);
	    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 2px 3px rgba(0,0,0,0.6);
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 2px 3px rgba(0,0,0,0.6);
	        box-shadow: 0 1px 0 rgba(255,255,255,0.8), inset 0 2px 3px rgba(0,0,0,0.6);	
}

.page-id-16214 .headline.page {
	text-transform: uppercase;
	color: #005ca0;
	font-size: 2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin: 5px 0px 5px 0px;
	line-height: .5;
}

/* Remove icons on checkout forms */
div.s2member-pro-authnet-form-coupon-section-title,
div.s2member-pro-authnet-form-registration-section-title,
div.s2member-pro-authnet-form-billing-method-section-title,
div.s2member-pro-paypal-form-registration-section-title,
div.s2member-pro-paypal-form-registration-section-title,
div.s2member-pro-paypal-form-billing-method-section-title,
div.s2member-pro-paypal-form-submission-section-title{
	background: none !important;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div,
div.s2member-pro-authnet-form-section>div.s2member-pro-authnet-checkout-form-div {
	font-weight: bold;
	color: #005ca0;
	font-size: .9em;
}

.page #content div.s2member-pro-paypal-form-section,
.page #content div.s2member-pro-authnet-form-section {
	margin: auto;
}

.page #content div.s2member-pro-paypal-form-description-div,
.page #content div.s2member-pro-authnet-form-description-div {
	margin: auto;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;	
	display: inline-block; 	  	
	line-height: 100%;		  	
	font-weight: bold;		  	
	color: #8b8b8b;			  	
	text-transform: uppercase;	
}

.page #content div.s2member-pro-paypal-form-section-title,
.page #content div.s2member-pro-authnet-form-section-title {
	color: #005ca0;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 20px auto auto auto;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9); 
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	        box-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.page #content .s2member-pro-paypal-submit,
.page #content .s2member-pro-authnet-submit,
#s2member-pro-authnet-checkout-coupon-apply {
	color: #FFF;
	background: #a62161;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 25px 10px 25px;
	letter-spacing: 0.2px;
	line-height: 150%;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	    -ms-border-radius: 25px;
	     -o-border-radius: 25px;
	        border-radius: 25px;
	-webkit-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-moz-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-ms-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-o-box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	box-shadow: 0px 1px 1px #0e1316, inset 0px 1px 1px #b8467e;
	-webkit-appearance: none;
	border: none;
	-webkit-transition: .1s all ease-in-out; 
	   -moz-transition: .1s all ease-in-out; 
	    -ms-transition: .1s all ease-in-out; 
	     -o-transition: .1s all ease-in-out;
	        transition: .1s all ease-in-out;
}

.page #content .s2member-pro-paypal-submit:hover,
.page #content .s2member-pro-authnet-submit:hover,
#s2member-pro-authnet-checkout-coupon-apply:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 1px rgba(0,0,0,0.3), inset 0px 1px 1px #ce5992; 
	   -moz-box-shadow: 0px 3px 1px rgba(0,0,0,0.3), inset 0px 1px 1px #ce5992;
	    -ms-box-shadow: 0px 3px 1px rgba(0,0,0,0.3), inset 0px 1px 1px #ce5992;
	     -o-box-shadow: 0px 3px 1px rgba(0,0,0,0.3), inset 0px 1px 1px #ce5992;
	        box-shadow: 0px 3px 1px rgba(0,0,0,0.3), inset 0px 1px 1px #ce5992;
}

.page #content .s2member-pro-paypal-submit:active,
.page #content .s2member-pro-authnet-submit:active,
#s2member-pro-authnet-checkout-coupon-apply:active  {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0px 2px 1px #0e1316; 
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0px 2px 1px #0e1316;
	    -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0px 2px 1px #0e1316;
	     -o-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0px 2px 1px #0e1316;
	        box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0px 2px 1px #0e1316;
}

/************************************************
*	26.	Responsive Framework	     		    * 
************************************************/

.container { 
	max-width: 1024px;
	margin: 25px auto 0px;
	padding:0;
	}
.main_fade {
	transition: opacity .25s, color .25s;
	-moz-transition: opacity .25s, color .25s;
	-webkit-transition: opacity .25s, color .25s;
	-o-transition: opacity .25s, color .25s;
}
.row { 
	width: 100%; 
	max-width: 1024px; 
	min-width: 727px; 
	margin: 0 auto; 
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
.column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%; }
.row .offset-by-two 	{ margin-left: 21.8%; }
.row .offset-by-three 	{ margin-left: 30.5%; }
.row .offset-by-four 	{ margin-left: 39.2%; }
.row .offset-by-five 	{ margin-left: 47.9%; }
.row .offset-by-six 	{ margin-left: 56.6%; }
.row .offset-by-seven 	{ margin-left: 65.3%; }
.row .offset-by-eight 	{ margin-left: 74.0%; }
.row .offset-by-nine 	{ margin-left: 82.7%; }
.row .offset-by-ten 	{ margin-left: 91.4%; }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%; }
.row .offset-by-two:first-child 	{ margin-left: 17.4%; }
.row .offset-by-three:first-child 	{ margin-left: 26.1%; }
.row .offset-by-four:first-child 	{ margin-left: 34.8%; }
.row .offset-by-five:first-child 	{ margin-left: 43.5%; }
.row .offset-by-six:first-child 	{ margin-left: 52.2%; }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }
.row .offset-by-ten:first-child 	{ margin-left: 87%; }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }
	
/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }
	
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none !important;}
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.two-up>li:nth-child(2n+1) {clear: left;} 

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.three-up>li:nth-child(3n+1) {clear: left;} 

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.four-up>li:nth-child(4n+1) {clear: left;} 

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
.block-grid.five-up>li:nth-child(5n+1) {clear: left;}


/* notes */
.notes{
	padding: 15px;
	
	background: #e5e3d6;
}

.frame{
	border: 3px solid #2b363c;
	box-shadow: 0 1px 3px #2b363c;
	display: inline-block;
	margin: 0 0 20px 0;
	line-height: 0;
}

.mobile{
		display: none;
	}


/* Issues archive page */
.featured_issues{
	text-align: center;
}
.featured_issues li{
	text-align: left;
	list-style-type: none;
	background: url(images/blue_bullet.gif) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

/* Shortcodes */
.srtcode_btn{

	min-width: 80px;
	text-align: center;
	border-radius: 40px;
	text-transform: lowercase;
	padding: 6px 15px;
	font-size: 16px;
	box-shadow: 0px 3px 3px #a9a6a3;
	border: 0;
	color: #FFF !important;
	background: #a11f5a;
}
#bbpress-forums ul li {
	list-style: none;
}
.bbp-reply-content ul li {
	list-style: auto !important;
	list-style-type: square !important;
	background: none !important;
}
.bbp-user-section ul li {
	list-style: none !important;
	list-style-type: none !important;
	background: url(images/blue_bullet.gif) no-repeat left 6px !important;
	padding: 0px 0px 0px 15px !important;
	margin: 0px 0px 5px 0px !important;
}
.bbp-user-section ol li {
	list-style: auto !important;
	list-style-type: decimal !important;
	background: none !important;
	padding: 0px 0px 0px 5px !important;
	margin: 0px 0px 5px 0px !important;
}
.bbp-user-section ol {
	margin: 0 0 0 15px !important;
}
#bbp-user-navigation ul {
	margin: 0 0 0 0 !important;
}
#bbp-user-navigation ul li,
.bbp-user-topics-started ul li,
.bbp-user-replies-created ul li,
.bbp-user-favorites-page ul li,
.bbp-user-subscriptions ul li {
	background: none !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
#bbp-user-body ul.tab_controls li {
	background: none !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.ts-fab-avatar img {
	display: block;
	border: none !important;
	margin: 0 20px 0 0 !important;
	width: 100%;
}

// .ts-fab-avatar { width: 96px !important; height: 96px !important; }
// .ts-fab-text {
// 	margin-left: 120px !important;
// 	line-height: 1.5;
// }
