/*   

Theme Name: Club16

Theme URI: http://www.trevorlindenfitness.com

Description: Club16 Trevor Linden Fitness Wordpress Theme

Author: InVancouver Web Services

Author URI: http://www.invancouver.com

Version: 1

*/



@media screen {
/* ------------------------------------------------------------



-------- BODY / CLEAR 



------------------------------------------------------------ */



* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url('images/background.gif') center center no-repeat #fff;
	height: 100%;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #414141;
}
.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.clear {
	clear: both;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .group, *:first-child+html .group {
	zoom: 1;
} /* First selector = IE6, Second Selector = IE 7 */
/* ------------------------------------------------------------



-------- WRAP 



-------------------------------------------------------------- */



#page-wrap {
	min-height: 100%;
	background: url("images/content-bg-large.png") repeat-y scroll center top transparent;
}
/* ------------------------------------------------------------



-------- HEADER



------------------------------------------------------------ */



#header-wrap {
	width: 100%;
	height: 141px;
	background: url("images/header-bg.png") top center repeat-x;
}
#header {
	width: 960px;
	height: 141px;
	margin: 0 auto;
	background: url("images/header-inside-bg.jpg") top center no-repeat;
}
#logo {
	float: left;
	height: 141px;
	margin-left: -8px;
	width: 319px;
}
#opening-soon {
	background: url("images/opening-soon-bg.png") repeat scroll 0 0 transparent;
	border-radius: 8px 8px 8px 8px;
	float: right;
	font-weight: bold;
	height: 88px;
	margin: 20px 10px 0 0;
	padding: 8px 8px 4px;
	width: 576px;
}
#opening-soon.single {
	width: 284px !important;
}
#opening-soon h2, .social h2 {
	clear: both;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 3px;
}
.hidden {
	display: none;
}
#opening-soon .hidden {
	display: none;
}
#opening-soon .one {
	color: #D7700B;
	margin-right: 10px;
}
#opening-soon .two {
	color: #b71f2e;
}
#opening-soon .item {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	float: left;
	height: 45px;
	padding: 4px 4px 4px 5px;
	width: 274px;
}
#opening-soon .item .title {
	width: 75px;
	float: left;
}
#opening-soon .countdown-one, #opening-soon .countdown-two {
	height: 45px;
	float: right;
}
#opening-soon a.now-open {
	background-color: #B71F2E;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px 15px;
}
#opening-soon a.now-open:hover {
	background-color: #C62232;
}
#opening-soon .countdown ul {
	list-style-type: none;
}
#opening-soon .countdown ul li {
	float: left;
	width: 36px;
	height: 45px;
	margin-right: 3px;
	text-align: center;
	border-radius: 5px;
}
#opening-soon .countdown ul li.last {
	margin-right: 0;
}
#opening-soon .countdown ul li .top {
	width: 36px;
	height: 33px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	border-radius: 5px 5px 0 0;
}
#opening-soon .countdown ul li .one {
	background-color: #fd8e23;
	text-shadow: 0 1px 1px #bb691a;
}
#opening-soon .countdown ul li .two {
	background-color: #b71f2e;
	text-shadow: 0 1px 1px #690A0A;
}
#opening-soon .countdown ul li .bottom {
	width: 36px;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	background-color: #373737;
	color: #fff;
	border-radius: 0 0 5px 5px;
	font-weight: normal;
}
.social {
background: url("images/opening-soon-bg.png") repeat scroll 0 0 transparent;
border-radius: 8px 8px 8px 8px;
float: right;
font-weight: bold;
height: 88px;
margin: 20px 10px 0 0;
padding: 8px 8px 4px;
width: 226px; /* width:190px; */
}
.social .buttons {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 5px 5px 5px 5px;
float: left;
height: 31px;
padding: 11px;
width: 204px; /* width:168px */
	
}
/* ------------------------------------------------------------



-------- NAVIGATION



------------------------------------------------------------ */



#navigation-wrap {
	width: 100%;
	height: 37px;
	border-bottom: 3px solid #e5831a;
	background-color: #231f20;
	box-shadow: 0 2px 20px #656565;
	z-index: 9995;
	position: relative;
}
#navigation {
	width: 960px;
	height: 37px;
	margin: 0 auto;
}
#navigation ul {
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 101%;
}
ul.menu {
	position: relative;
	z-index: 2;
}
#navigation ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 37px;
}
#navigation ul li a {
	color: #FFFFFF;
	display: block;
	letter-spacing: 0.3px;
	line-height: 32px;
	padding: 5px 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover, #navigation ul li a.current {
	background: url("images/nav-hover.png") top center #E5831A;
	text-shadow: 1px 1px 0 #b66914;
}
#navigation ul li.highlight a {
	color: #FF0;
}
.member-login {
float:right !important;
}
body.logged-in .member-login {
display:block;
}
.member-login ul, .member-login li, .member-login a, .member-login a:hover{
display:block;
}



/* ------------------------------------------------------------



-------- CONTENT



------------------------------------------------------------ */



#content-wrap {
	width: 100%;
	padding-bottom: 280px;
	/*background: url('images/content-wrap-bg.png') top center repeat-x;*/

	overflow: auto;
	min-height: 100%;
}
#content {
	width: 940px; /* Orig: 1000 */
	padding: 18px 30px 15px;
	overflow: auto;
	/*background: url('images/content-bg-large.png') top center repeat-y;*/

	margin: 0 auto;
	min-height: 100%;
	text-shadow: 1px 1px 0px #fff;
}
/* ------------------------------------------------------------



-------- FOOTER



------------------------------------------------------------ */



#footer-wrap {
	height: 280px;
	position: relative;
	margin-top: -280px;
	clear: both;
	background: url('images/footer-bg.png') bottom center repeat-x;
}
#footer-nav-wrap {
	width: 100%;
	height: 37px;
	border-bottom: 3px solid #e5831a;
	background-color: #231f20;
}
#footer-nav {
	width: 960px;
	height: 37px;
	margin: 0 auto;
}
#footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;/*padding: 0 10px;*/
}
#footer-nav ul li {
	float: left;
	margin: 0 12px;
	padding: 0;
	height: 37px;
}
#footer-nav ul li a {
	color: #FFFFFF;
	letter-spacing: 0.3px;
	line-height: 41px;
	padding: 13px 12px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-nav ul li a:hover {
	background: url("images/nav-hover.png") top center #E5831A;
	text-shadow: 1px 1px 0 #b66914;
}
#footer {
	width: 980px;
	margin: 15px auto 0;
}
#footer ul.boxes {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul.boxes li {
	float: left;
	margin: 0 33px 0 0;
	width: 220px;
}
#footer ul.boxes li.last {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding-top: 15px;
	text-shadow: 1px 1px 0 #525252;
}
#footer ul.boxes li.last a {
	color: #f3a147;
	font-weight: normal;
}
#footer .badges {
	background: none repeat scroll 0 0 #FFFFFF;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 3px 1px #4B4B4B;
padding: 10px;
}
#footer .badges .fb-like {
	float: left;
margin-right: 20px;
padding-left: 10px;
padding-top: 2px;
}
#footer .badges #___plusone_0 {
	
}
#footer .box {
	background: #fff;
	padding: 10px;
	box-shadow: 0 3px 1px #4B4B4B;
	border-radius: 5px;
	font-size: 13px;
	height: 190px;
	overflow: hidden;
}
#footer .box h2 {
	font-size: 22px;
	color: #5e5e5e;
	margin-bottom: 5px;
}
#footer .box h3 {
	border-bottom: 1px dotted #ADA9A9;
	color: #B7202F;
	font-size: 13px;
	/*font-size: 15px;*/
	margin-bottom: 2px;
}
#footer .box h3.club_trigger:hover {
	cursor: pointer;
}
#footer .box p {
	color: #5A5B5C;
	font-size: 11px;
	/*font-size: 12px;*/
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 0 5px;
}
#footer .box p.last {
	margin-bottom: 0;
}
#footer .box ul {
	list-style-type: none;
	padding: 0 5px;
}
#footer .box ul li {
	float: none !important;
	margin: 0 0 3px !important;
	width: auto !important;
	border-bottom: 1px dotted #CCC;
}
#footer .box ul li:last-child {
	border-bottom: none;
}
#footer .box ul li a {
	font-weight: normal;
}
#footer .box ul li a:hover {
	margin-left: 2px;
}
#btn-twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-twitter.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-facebook.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-youtube {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-youtube.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-shesfit {
	display: block;
	width: 114px;
	height: 20px;
	background: url('images/btn-shesfit.png') no-repeat 0 0;
	float: right;
	margin-top: 6px;
}
#btn-foursquare {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-foursquare.png') no-repeat 0 0;
	float: left;
}
#btn-googleplus {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-googleplus.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-pinterest {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-pinterest.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-instagram {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/btn-instagram.png') no-repeat 0 0;
	float: left;
	margin-right: 2px;
}
#btn-twitter:hover, #btn-facebook:hover, #btn-youtube:hover, #btn-foursquare:hover, #btn-googleplus:hover, 
#btn-pinterest:hover, #btn-instagram:hover {
	background-position: 0 -32px;
}
#btn-twitter span, #btn-facebook span, #btn-youtube span, #btn-foursquare span, #btn-googleplus span, 
#btn-pinterest span, #btn-instagram span {
	position: absolute;
	top: -999em;
}
#btn-shesfit:hover {
	background-position: 0 -20px;
}
#btn-shesfit span {
	position: absolute;
	top: -999em;
}
.club_trigger {
}
.club_container {
	overflow: hidden;
	padding-bottom: 0px;
}
/* ------------------------------------------------------------



-------- HEADINGS, LINKS & TEXT



------------------------------------------------------------ */



h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #F58E1E;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
	color: #595959;
}
h4 {
	font-size: 20px;
	color: #B7202F;
}
h5 {
	font-size: 18px;
}
h2.mens, h3.mens, h4.mens, h5.mens {
	color: #29abe2;
}
#container-blog h4 {
	font-size: 16px;
}
#container-blog img.border {
	border: 5px solid #FFFFFF;
	box-shadow: 0 2px 9px #A4A4A4;
}
h2.ladies, h3.ladies, h4.ladies, h5.ladies {
	color: #ea098b;
}
h1.blog-post {
	margin: 0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #b7202f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E43143;
}
/* ------------------------------------------------------------



-------- HOME PAGE CSS



------------------------------------------------------------ */



#slider {
	width: 620px;
	height: 348px;
	float: left;
	display: block;
}
.slide-1 {
	width: 620px;
	height: 348px;
	background: url("images/slide-temp.png") no-repeat;
}
.overlay {
	background: url("images/slide-overlay.png") no-repeat scroll 0 0 transparent;
	height: 73px;
	position: relative;
	top: 275px;
	width: 620px;
}
#join-now {
	width: 300px;
	height: 348px;
	float: right;
}
#sidebar #join-now {
	width: 300px;
	height: 348px;
	float: none;
}
.col-wrap {
	width: 940px;
	clear: both;
	padding-top: 12px;
	font-size: 13px;
}
.leftcol, .midcol {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.midcol .freeze {
	background: url("images/freeze-membership.png") no-repeat scroll 99px 111px transparent;
	min-height: 200px;
}
.rightcol {
	width: 300px;
	float: left;
}
.col-wrap img.box {
	margin-bottom: 12px;
}
.col-wrap .box {
	margin-bottom: 12px;
}
#meet-the-staff {
	display: block;
	width: 300px;
	height: 169px;
	background: url('images/video_meet-the-staff.png') no-repeat 0 0;
	float: left;
}
#video-testimonials {
	display: block;
	width: 300px;
	height: 169px;
	background: url('images/video_testimonials.png') no-repeat 0 0;
	float: left;
}
#meet-the-staff:hover, #video-testimonials:hover {
	background-position: 0 -169px;
}
#meet-the-staff span, #video-testimonials span {
	position: absolute;
	top: -999em;
}
.col-wrap h2, #sidebar h2 {
	font-size: 21px;
	color: #f78f1e;
	margin-bottom: 0;
}
#sidebar h3 {
	margin-bottom: 5px;
}
#sidebar .testimonials {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #D3D2D2;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0 10px;
	padding: 15px;
}
.col-wrap span.subheading {
	color: #B7202F;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar span.subheading {
	color: #B7202F;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.col-wrap h2 a.news-title {
	color: #f78f1e;
}
.col-wrap h2 a.news-title:hover {
	color: #F8A03D;
}
#sidebar cite, .col-wrap cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
}
/* ------------------------------------------------------------



-------- CLUB SPECIFIC CSS



------------------------------------------------------------ */



.club-gallery, .gallery {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	padding: 5px 15px 15px;
}
.club-information {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #D3D2D2;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0 10px;
	padding: 15px;
}
.club-information h3 {
	margin-bottom: 5px;
}
.club-information h3.second {
	margin-top: 10px;
}
.club-information table {
	margin-top: 5px;
}
.club-information .title {
	font-weight: bold;
}
.club-information .info {
	padding-bottom: 5px;
}
.ngg-gallery-thumbnail img {
	border: 1px solid #BFBFBF !important;
	border-radius: 5px;
	margin: 4px 0 4px 4px !important;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #F58E1E !important;
	border-color: #F58E1E!important;
}
#club-map {
	background-color: #F58E1E;
	border-radius: 10px 10px 10px 10px;
	clear: both;
	padding: 10px;
	margin: 20px 0 0;
	width: 920px;
}
#club-map h2 {
	color: #FFFFFF;
	margin: 0 0 5px;
	text-shadow: 2px 2px 2px #B66914;
}
#club-map .box {
	border: 3px solid #FFFFFF;
	box-shadow: 0 2px 2px #B66914;
	height: 350px;
	width: 914px;
}
.club-parking {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	padding: 15px 15px;
}
/* ------------------------------------------------------------



-------- BLOG POSTS (SINGLE AND BLOG PAGE)



------------------------------------------------------------ */



body.blog .post, body.single .post, body.archive .post, body.category .post {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#respond {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0;
	padding: 10px 15px 15px;
}
#respond textarea, #respond textfield, #respond input[type=text] {
	border: 1px solid #939598;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
#respond input[type=submit] {
	background: none repeat scroll 0 0 #B7202F;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 14px;
	text-shadow: 1px 1px 0 #730F19;
}
#respond input[type=submit]:hover {
	background: #CD2132;
	cursor: pointer;
}
/* ------------------------------------------------------------



-------- REGISTER ONLINE PAGE



------------------------------------------------------------ */



.register-wrap {
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 1px 1px 0 #fff;
}
.register-wrap .title {
	background: #939598;
	border-radius: 8px 8px 0 0;
	padding: 5px 10px;
}
.register-wrap .title h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #404245;
	margin: 0;
}
.register-wrap .join-this-club {
	display: block;
	float: right;
	margin-top: 4px;
}
.register-wrap .join-this-club a:hover {
	background: #cc2334;
}
.register-wrap .join-this-club a {
	background: #b71f2e;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 2px 0 #620E16;
	color: #FFFFFF;
	font-size: 15px;
	padding: 7px 15px;
	text-shadow: 1px 1px 0 #7E141E;
}
.register-wrap .club-info {
	text-shadow: 1px 1px 0 #FFFFFF;
	background: #ffffff;
	border-radius: 0 0 8px 8px;
	padding: 10px;
	border-bottom: 1px solid #939598;
	border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	line-height: 1.6em;
}
.register-wrap .club-info span.opening-soon {
	border-bottom: 1px solid #939598;
	color: #5D5D5F;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* ------------------------------------------------------------



-------- MISC



------------------------------------------------------------ */







img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.aligncenter {
	margin: 0 auto;
}
img.border {
	border: 5px solid #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 4px 5px #8B8B8B;
}
a.join-btn:hover {
}
a.join-btn {
	box-shadow: 0 3px 0 #814807;
	border-radius: 8px 8px 8px 8px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	margin: 10px auto;
	padding: 15px 50px;
	text-align: center;
	text-shadow: 2px 2px 1px #96550B;
	width: 450px;
	background: #f58e1e;
}
.join-wrap {
	text-align: center;
	margin-bottom: 50px;
}
.wrap-last {
	margin-bottom: 0;
}
blockquote {
}
blockquote p {
	margin: 0;
}
ul, ol {
	margin: 0 0 10px 0;
}
#content ul {
	margin-left: 0;
	list-style-type: none;
}
#content ul li {
	background: url("images/bullet.gif") no-repeat scroll 0 6px transparent;
	list-style-type: none;
	padding: 2px 0 2px 25px;
}
#content #slider ul.sub-menu {
	position: relative;
	z-index: 10000 !important
}
#content #slider ul li {
	background: none !important;
}
.post {
}
.entry {
}
.entry a {
}
.entry a:hover {
}
pre {
}
code, tt {
}
.meta {
	border-bottom: 1px dashed #BFBFBF;
	color: #656565;
	display: block;
	margin: 5px 0 10px;
	padding: 0 0 8px;
	text-shadow: none;
}
.postmetadata {
	border-top: 1px dashed #BFBFBF;
	color: #8C8C8C;
	display: block;
	padding-top: 5px;
}
.postmetadata a {
	color: #8C8C8C;
}
.postmetadata a:hover {
	color: #656565;
	text-decoration: underline;
}
#container-full {
	width: 940px;
	float: left;
}
#container {
	width: 620px;
	float: left;
}
#sidebar {
	width: 300px;
	float: right;
	margin-left: 20px;
	height: 100%;
}
#container-blog {
	width: 670px;
	float: left;
}
#sidebar-blog {
	width: 250px;
	float: right;
	margin-left: 20px;
	height: 100%;
}
.widget {
	padding: 18px;
	background: url('images/widget-bg.png') repeat;
	border-radius: 15px;
	margin: 0 0 12px;
	box-shadow: 0 2px 2px #C4C4C4;
}
.widget h2 {
	font-size: 16px;
	color: #231F20;
	margin: 0 0 12px;
}
.widget ul {
	list-style-type: none;
	margin: 0 !important;
}
.widget ul li {
	border-bottom: 1px dotted #939393;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget a {
	color: #625E5E;
}
.widget a:hover {
	color: #181818;
}
.navgation {
}
.next-posts {
}
.prev-posts {
}
#searchform {
}
#s {
}
#searchsubmt {
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
	border-bottom: 1px dotted #666;
	padding: 10px;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
	font-size: 10px;
}
ol.commentlist li.comment div.comment-meta a {
	color: #ccc;
}
ol.commentlist li.comment p {
}
ol.commentlist li.comment ul {
}
ol.commentlist li.comment div.reply {
	font-size: 11px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
	background: #fff;
}
ol.commentlist li.odd {
	background: #f6f6f6;
}
ol.commentlist li.parent {
	border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
form {
}
input[type=text] {
}
textarea {
}
.faq-catname {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #F58E1E;
	font-size: 22px;
}
/* ------------------------------------------------------------



-------- MEMBERSHIP OPTIONS TABLE



------------------------------------------------------------ */





#tooltip {
	background: none repeat scroll 0 0 #F58E1E;
	text-shadow: 1px 1px 0 #AD661B;
	border-radius: 0 5px 5px 5px;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 5px 8px;
	position: absolute;
	width: 250px;
	box-shadow: 1px 1px 3px #8C8C8C;
}
table.membership-options {
	border-collapse: separate !important;
	border-spacing: 1px;
}
table.membership-options th {
	padding: 10px 6px;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	vertical-align: middle;
	background: #7d7d7d;
}
table.membership-options tr:nth-of-type(even) {
	background: #ffffff;
}
table.membership-options tr:nth-of-type(odd) {
	background: #eeeded;
}
table.membership-options td {
	padding: 6px;
	vertical-align: middle;
}
table.membership-options td.price {
	color: #B71F2E;
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	padding: 13px 6px;
}
a.register-btn {
	background: #b71f2e;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 5px 20px;
	text-shadow: none;
}
a.register-btn:hover {
	background: #cc2334;
}
/* ------------------------------------------------------------



-------- EQUIPMENT LIST



------------------------------------------------------------ */

ul.equipment {
	list-style-type: none;
}
ul.equipment li {
	background: none repeat scroll 0 0 transparent !important;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 0 !important;
	width: 180px;
        height: 180px;
}
ul.equipment li.last {
	margin-right: 0;
}
ul.equipment li .equip-wrap {
	background-color: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 6px #767676;
	padding: 10px;
        height: 160px;
}
ul.equipment li .equip-img {
	text-align: center;
	padding-bottom: 5px;
}
ul.equipment li a.view-btn {
	background: none repeat scroll 0 0 #B7202F;
	border-radius: 7px 7px 7px 7px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	padding: 3px 8px;
	text-align: center;
	text-shadow: 1px 1px 0 #8F1522;
}
ul.equipment li a.view-btn:hover {
	background-color: #E43143;
}
ul.equipment li .equip-txt {
}

/* ------------------------------------------------------------



-------- INTOUCH FORM



------------------------------------------------------------ */

table.webleadform {
	background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 2px 5px rgba(9, 9, 9, 0.26);
display: block;
margin: 5px auto 20px;
padding: 20px;
width: 410px;
}
table.webleadform td {
	
}
table.webleadform tr {
	padding-bottom:2px;
}
table.webleadform input[type=text], table.webleadform input[type=email] {
	
}
table.webleadform input[type=submit] {
	background-color: #F58E1E;
border: 0 none;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
font-weight: bold;
margin-top: 5px;
padding: 3px 10px;
text-transform: uppercase;
}
table.webleadform td.label {
	padding-bottom: 5px;
padding-right: 10px;
text-align: right;
}
table.webleadform {
	
}

/* ------------------------------------------------------------



-------- CORPORATE PAGE



------------------------------------------------------------ */
#corporate {
	background:url('images/corporate-bg.jpg') top center no-repeat;
	border-radius:5px;
}
#corporate #container {
	padding:20px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	color:#fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#corporate #container h1, #corporate #container h2, #corporate #container h3 {
	color:#fff;
}
#corporate #container h4 {
	font-size:19px;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);
}
#corporate #sidebar .contact-form-wrap {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
color: #FFFFFF;
margin: 10px;
padding: 10px;
text-shadow: none;
}
#corporate #sidebar .contact-form-wrap h3 {
	color:#fff;
}
#corporate #sidebar .contact-form-wrap ul.nav {
	list-style:none;
	margin:0 0 20px;
}
#corporate #sidebar .contact-form-wrap ul.nav li {
	list-style:none;
	margin:0;
	padding:0;
	background:none;
}
#corporate #sidebar .contact-form-wrap ul.nav li a {
	background-color: #747474;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
}
#corporate #sidebar .contact-form-wrap ul.nav li a:hover {
	background-color:#878787;
}
#corporate #sidebar .contact-form-wrap ul.nav li.ui-tabs-active a {
	background-color:#F28A1B;
}
#corporate #sidebar .contact-form-wrap ul.nav li.ui-tabs-active a:hover {
	background-color:#FB992B;
}
#corporate #sidebar .contact-form-wrap p {
	margin-bottom:0;
}
#corporate #sidebar .contact-form-wrap input[type=text], #corporate #sidebar .contact-form-wrap input[type=email],
#corporate #sidebar .contact-form-wrap input[type=submit], #corporate #sidebar .contact-form-wrap textarea {
	margin-bottom: 10px;
	padding: 8px 5px;
	width: 100%;
	font-family:Arial;
	border-radius:3px;
	font-size:13px;
	border:1px solid rgba(0, 0, 0, 0.21);

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}
#corporate #sidebar .contact-form-wrap textarea {
	height:70px;
}
#corporate #sidebar .contact-form-wrap .wpcf7-radio {
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #4B4B4B;
	display: block;
	margin: 0 0 10px;
	padding: 8px 3px 5px;
}
#corporate #sidebar .contact-form-wrap .wpcf7-radio .wpcf7-list-item {
	
}
#corporate #sidebar .contact-form-wrap input.wpcf7-submit {
	border-radius:3px;
	background-color:#F28A1B;
	border:0 none;
	color:#fff;
	font-weight:bold;
}
#corporate #sidebar .contact-form-wrap input.wpcf7-submit:hover {
	background-color:#FB992B;
	cursor:pointer;
}
#corporate #sidebar .contact-form-wrap .name {

}
#corporate #sidebar .contact-form-wrap .name .first-name {
	margin-right: 1%;
	width: 48%;
}
#corporate #sidebar .contact-form-wrap .name .last-name {
	width:48%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

} /* END screen media */
 @media print {
.do-not-print {
	display: none;
}
#comments {
	page-break-before: always;
}
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 19pt;
}
h2 {
	font-size: 17pt;
}
h3 {
	font-size: 15pt;
}
h4, h5, h6 {
	font-size: 12pt;
}
code {
	font: 10pt Courier, monospace;
}
blockquote {
	margin: 1.3em;
	padding: 1em;
}
img {
	display: block;
	margin: 1em 0;
}
a img {
	border: none;
}
table {
	margin: 1px;
	text-align: left;
}
th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #333;
}
th, td {
	padding: 4px 10px 4px 0;
}
caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
a {
	text-decoration: none;
	color: black;
}
} /* END print media */