/*
Title:      Praxis Fitness
Author:     Accelerant: www.accelerantdesign.com || darrin@accelerantdesign.com
*/

/* reset styles 
--------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/* master styles
--------------------------------------------- */

html, body {
	panes
	
	}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: url(images/page-bk.jpg) repeat;
	background: url(images/page-bk-emblem.png) right 0 no-repeat, url(images/page-bk.jpg) repeat; 
	background-attachment: fixed;
	color: #330000;
	line-height: 1.3em;
	margin: 30px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	}
	
p {margin-bottom: 1em;}
	
a:link {
	color: #882500;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;  
	} 
a:visited {color: #882500;text-decoration: none;}
a:hover,a:focus {color: #003399;text-decoration: underline;}
a:active {}

.clear {
	clear: both;
	}
	
.float-left{
	float: left;
	}
	
.float-right {
	float: right;
	}
	
.border-float-right {
	float: right;
	margin: 0 0 1.5em 2em;
	padding: 8px;
	background: #fff;
	border: 1px solid #ae7d3b;
	-webkit-box-shadow: 1px 1px 8px #ae7d3b;
	-moz-box-shadow: 1px 1px 8px #ae7d3b;
	box-shadow: 1px 1px 8px #ae7d3b;
	}
	
.border-float-left {
	float: left;
	margin: 0 2em 1.5em 0;
	padding: 8px;
	background: #fff;
	border: 1px solid #ae7d3b;
	-webkit-box-shadow: 1px 1px 8px #ae7d3b;
	-moz-box-shadow: 1px 1px 8px #ae7d3b;
	box-shadow: 1px 1px 8px #ae7d3b;
	
	}
	
	
.callout {
	padding: 10px 0;
	margin-top: 10px;
	color: #a69072;
	font-size: 18px;
	text-align: center;
	line-height: 1.3em;
	-webkit-text-shadow: 1px 1px 1px #fff;
		text-shadow: 1px 1px 0px #fff;
		-moz-text-shadow: 1px 1px 0px #fff;
		clear: left;
	}
	
.callout p {
	
	}
	
/* new clearfix */
.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 */

.checklist li {
	font-size: 18px;
	display: inline;
	padding: 25px;
	background: url(images/check.jpg) 0 50% no-repeat;
	}
	
	
/* main Navigation
--------------------------------------------- */	

#nav {
	clear: both;
	font-size: 18px;
	border-top: 2px solid #d2c4ab;
	border-bottom: 2px solid #c6b89f;
	background: #eee8db url(images/fff-fade.png) 0 0 repeat-x;
	padding: 0 30px;
	-webkit-box-shadow: 0px 0px 15px #d2c4ab;
	-moz-box-shadow: 0px 0px 15px #d2c4ab;
	box-shadow: 0px 0px 15px #d2c4ab;
	margin-bottom: 20px;
	}
	
	#nav ul {
		border-right: 1px solid #fff;
		float: left;
		}
	
	#nav li {
		display: inline;
		}
	
	#nav li a {
		display: block;
		float: left;
		padding: 20px 15px;
		color: #b6a287;
		border-left: 1px solid #fff;
		-webkit-text-shadow: 1px 1px 1px #fff;
		text-shadow: 1px 1px 0px #fff;
		-moz-text-shadow: 1px 1px 0px #fff;
		font-family: 'Marvel';
		font-weight: normal;
		font-weight: bold;
		}
		
	#nav li a:hover {
		background: #d2c4ab url(images/fff-fade.png) 0 0 repeat-x;
		color: #502700;
		text-decoration: none;
		padding: 19px 15px 21px 15px;
		}
		
	#nav a.last {
		border: none;
		}
		
#nav li a.homeLink {
	color: red;
	text-indent: 1000px;
	overflow: hidden;
	background: url(images/home-bk.png) 50% 49% no-repeat;
	width: 20px;
	}
	
	#nav li a.homeLink:hover {
		background: #d2c4ab url(images/home-bk.png) 50% 49% no-repeat;
		color: #502700;
		text-decoration: none;
		padding: 19px 15px 21px 15px;
		}
		
p {

	}
	
#banner {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5d1b8;
	overflow: auto;
	position: relative;
	text-align: center;
	background: url(images/promos-bk.png) 100px bottom no-repeat;
	}
	
	#banner img {
		border: 2px solid #e5d1b8;
		}
		
	#banner a:hover img {
		border-color: #882500;
		}
		
.latestPromo {
	position: absolute;
	right: 24px;
	bottom: 19px;
	background: url(images/promo-ribbon.png) right bottom no-repeat;
	width: 200px;
	height: 100px;
	}
	

		

/* Typography
--------------------------------------------- */

h1, h2, h3 {
	font-family: 'Marvel', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	color: #930;
	}


h1 {
	font-size: 36px;
	margin-bottom: .3em;
	line-height: 1.2em;
	}
	
	.home h1 {
		font-size: 26px;
		margin-bottom: .5em;
		}
	
h2 {
	font-size: 28px;
	margin-bottom: .3em;
	-moz-text-shadow:1px 1px 1px #eee;
	line-height: 1.3em;
	}
	
h3 {
	font-size: 26px;
	margin-bottom: .3em;
	}
	
dl {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 20px;
	border-top: 1px solid #e0e9f4;
	}
	
dt {
	font-size: 18px;
	margin-bottom: .5em;
	}	
	
	
	dt strong {
		font-size: 22px
		}
	
dd {
	padding: 0 0 0 1em;
	margin: 0 0 2.3em 1em;
	border-left: 6px solid #e0e9f4;
	color: #6294c7;
	}
	
.checklistVert li{
	font-size: 14px;
	line-height: 1.4em;
	padding: 5px 0 3px 30px;
	margin: 0 0 10px 5px;
	background: transparent url(images/check.png) 0 top no-repeat;
	}
	

	
	
/* Structure
--------------------------------------------- */

#wrapper {
	background: url(images/fff-70.png) repeat;
	-webkit-box-shadow: 0px 0px 10px #ae7d3b;
	-moz-box-shadow: 0px 0px 10px #ae7d3b;
	box-shadow: 0px 0px 10px #ae7d3b;
	width: 960px;
	margin: 0 auto 20px auto;
	border: 1px solid #bd9960;
	border-top: 1px solid #fff;
	}
	
#header {
	background: url(images/header-bk.png) left top no-repeat;
	padding: 15px 30px;
	overflow: hidden;
	position: relative;
	}
	
	#header a {
		padding: 2px 0;
		}
	
	#header a:hover {
		opacity: 0.8;
		padding: 1px 0 3px 0;
		-webkit-transition: ease 1s;
		
	
		}
	
#top {
	

	}
	
	
.top-btns {
	float: right;
	margin: 30px 10px 0 10px;
	padding: 10px;
	}
	
	.top-btns a:hover {
		background: red;
		}
		
		
.galleries {
	position: absolute;
	bottom: -2px;
	right: 220px;
	}
	
#logo {
	float: left;
	}
	
#content {
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
	#top img {
		float: right;
		margin: -35px -30px -30px 1em;
		}
		
.slideCaption {
	background: url(images/80fff.png) repeat;
	padding: 15px 30px;
	
	width: 410px;
	}	
	
	.slideCaption h2 {
		color: #275287;
		-moz-text-shadow:1px 1px 1px #fff;
		text-shadow:1px 1px 1px #fff;
		}	
		
	.slideCaption p {
		font-size: 16px;
		line-height: 1.4em;
		color: #275287;
		-webkit-text-shadow: 0px 0px 10px #fff;
		-moz-text-shadow: 0px 0px 10px #fff;
		text-shadow: 0px 0px 10px #fff;
		}
		
	
#mainWrapper {	
	clear: both;
	overflow: auto;
	}
	
	.home #mainWrapper {
		border: none;
		}
	
#main {
	padding: 5px 30px 30px 30px;
	width: 900px;
	overflow: auto;
	}
	
	#main p {
		font-size: 14px;
		line-height: 1.7em;
		}
		
	.home #main p {
		line-height: 1.6em;
		width: 29%;
		padding: 0 20px 0 0;
		float: left;
		}

		
		
.columns {
	clear:both;
	padding: 20px 0 0 0;
	}
	
	.columns div {
		width: 390px;
		background: #fff;
		border: 1px solid #e5d1b8;
		padding: 20px;
		}
		
.columns div {
		min-height: 320px;
		position: relative;
		}
	

#promos {
	border-top: 1px solid #e5d1b8;
	overflow: auto;
	padding: 20px 30px;
	background: #f0e9dc url(images/promos-bk.png) right bottom no-repeat;
	}
	
#promos p {
	font-size: 12px;
	line-height: 1.4em;
	opacity: 0.7;
	}
	
#promos h3 {
	padding: 5px 0 7px 0px;
	margin-bottom: .3em;
	color: #502700;
	font-size: 22px;
	border-bottom: 1px solid #e5d1b8;
	}
	
.get-started {
	background: url(images/pencil.png) right 50% no-repeat;
	padding-right: 24px;
	}
	
.newsletter {
	background: url(images/email-1.png) right 50% no-repeat;
	padding-right: 24px;
	}
	
.connect {
	background: url(images/connect.png) right 50% no-repeat;
	padding-right: 24px;
	}
	
	ul.icons li {
		display: inline; 
		float: left;
		margin: 5px 0;
		}
		
	ul.icons li a {
		padding: 5px 10px 5px 20px;
		margin: 0 10px 0 0;
		border-right: 1px solid #e5d1b8;
		font-size: 12px;
		}
		
a.email {
	background: url(images/email.png) 0 50% no-repeat;
	
	}
a.visit {background: url(images/visit.png) 0 50% no-repeat;}
ul.icons li a.facebook {background: url(images/facebook.png) 0 50% no-repeat; border-right: none;}

.box {
	position: relative;
	float: left;
	}

.box span a {
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #e5d1b8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	letter-spacing: 1px;
	font-size: 11px;
	clear: both;
	}
	
	.box span a:hover {
		color: #882500;
		text-decoration: none;
		border: 1px solid #882500;
		-webkit-box-shadow: 1px 1px 6px #e5d1b8;
		}

.middle {
	margin: 0 40px;
	}
	
#promos .box {
	width: 270px;
	min-height: 125px;
	}
	
.left {
	float: left;
	position: relative;
	}
	
.right {
	float: right;
	position: relative;
	}
	
blockquote {
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	padding: 20px 0;
	text-indent: 25px;
	background: transparent url(images/quotemark.png) 175px 15px no-repeat;
	}
	
blockquote span {
	text-align: right;
	padding-top: 5px;
	margin-top: 5px;
	color: #333;
	font-size: 12px;
	display: block;
	font-style: normal;
	}
	
#footer {
	padding: 30px;
	overflow: auto;
	background:#e0d8c5 url(images/promos-bk.png) 100px bottom no-repeat;
	border-top: 1px solid #c6b89f;
	font-size: 12px;
	line-height: 1.6em;
	}
	
.credits {
	float: right;
	}
	
.credits a {
	color: #9f9279;
	}

.guarantee {
	padding: 10px 10px;
	background: rgba(255,255,255,0.9);
	background: #fff;
	border: 1px solid #e5d1b8;
	-webkit-box-shadow: 1px 1px 6px #e5d1b8;
	margin-bottom: 20px;
	width: 40%;
	float: right;
	margin: 0 0 .5em 1.5em;
	-webkit-transform: rotate(3deg);
	}
	
	 #main .guarantee p {
		padding: 5px 0 5px 35px;
		background: url(images/emblem-certified.png) 0 0 no-repeat;
		font-size: 12px;
		line-height: 1.5em;
		font-style: italic;
		}
	
.fineprint {
	height: 70px;
	line-height: 70px;
	float: left;
	}
	
ul.logos {
	
		float: right;
	}
	
	ul.logos li {
		display: inline-block;
		vertical-align: middle;
		display: inline;
		margin-left: 8px;
		}
	
	ul.logos li img {
		border: 1px solid #666;
		-webkit-box-shadow: 1px 1px 5px #666;
		-moz-box-shadow: 1px 1px 5px #666;
		box-shadow: 1px 1px 5px #666;
		}
		
/* gallery */

.gallery a img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-ms-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;

	}
	
.gallery a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
		

/* Begin Tabs 
-------------------------------------------------------------------------------*/



#tabsContainer {
clear: both;
}
    
#tabsContainer h3 {
	font-size: 18px
    }

/* root element for tabs  */
ul.tabs {  
    margin:0 !important; 
    padding: 0 30px;
    height:41px;
           border-bottom: 1px solid #e5d1b8;


}

/* single tab */
#main ul.tabs li {  
    float:left;  
    padding:0; 
    margin:0;  
    list-style-type:none;   
}

/* link inside the tab. uses a background image */
ul.tabs a { 
    float:left;
    font-size:14px;
    display:block;
    text-decoration:none;
    padding: 0 15px;
   margin-right:10px;
    position:relative;
    height: 40px;
    line-height: 40px;
    top:1px;    
    outline:0;
    border-bottom: none;
}

ul.tabs a:hover {
background: #fff;
border-bottom: 1px solid #fff;
}
    
/* selected tab */
ul.tabs a.current {
    cursor:default;
    background: url(images/fff-fade.png) 0 0 repeat-x; 
    border: 1px solid #e5d1b8;
    border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0px -3px 4px #d2c4ab;
	-moz-box-shadow: 0px -3px 4px #d2c4ab;
	box-shadow: 0px -3px 4px #d2c4ab;
	background: #f7f2e8;
	background: #fff;
}

    
/* tab pane */
.panes div.pane {
    display:none;
   height: auto;
   padding: 30px 40px;
   background: #fff;
   z-index: 100;
   border: 1px solid #e5d1b8;
   border-top: none;
}

.panes div div {
	display: block;
	}

.panes li {
	font-size: 14px;
	list-style-type: disc;
	line-height: 1.4em;
	margin: 0 0 0 30px;
	color: #930;
	}
	
.panes ul {
	margin-bottom: 1em;
	}

/* .membership .pane span {
	border: 1px solid #e5d1b8;
	padding: 20px;
	display: block;
	margin: 10px 0 10px 0;
	background: #f5ede4;
	} */
	
	
	.membership .pane h2 {
		padding-top: .5em;
		border-top: 8px solid #f5ede4;
		}
		
	.membership .pane h2:first-of-type {
		border: none;
		padding-top: 0;
		}

	
.panes strong {
	font-size: 110%;
	}
	

.panes h2 {
	font-size: 28px;
	margin-bottom: 10px;
	}
	
	    .panes img {
    float:right;
    margin: 1em 0px 1.5em 2em;
    border:1px solid #e5d1b8;
    padding: 3px;
    background: #f5ede4;
    clear: both;
    }

#main #tabsContainer p {
	}
		
		
table {
	float: right;
	background: #fff;
	 border:1px solid #e5d1b8;
	 margin: 0 0 1em 2em;
	 width: 50%;
	}
	
	
	table td {
		padding: 5px 10px;
		}
		
.classes iframe {
	margin: 0 -20px;
	overflow-x: hidden;
	
	overflow-y: auto;
	}
		

/************************* Juery tools ********************************/


/* the overlayed element */
.apple_overlay {
    
    /* initially overlay is hidden */
    display:none;
    
    /* growing background image */
    background-image:url(../img/overlay/white.png);
    
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width:640px;        
    
    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */  
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(../img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

		/* use a semi-transparent image for the overlay */	#overlay {		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);		color:#efefef;		height:450px;	}		/* container for external content. uses vertical scrollbar, if needed */	div.contentWrap {		height:441px;		overflow-y:auto;	}
	
	
	
	
