/* @override http://ghc.dev/stylesheets/layout.css */
@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('/fonts/CartoGothicStd-Book-webfont.eot');
	src: 
		local('☺'), 
		url('/fonts/CartoGothicStd-Book-webfont.woff') format('woff'), 
		url('/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), 
		url('/fonts/CartoGothicStd-Book-webfont.svg#webfontrSOB2vos') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('/fonts/CartoGothicStd-Italic-webfont.eot');
	src: 
		local('☺'), 
		url('/fonts/CartoGothicStd-Italic-webfont.woff') format('woff'), 
		url('/fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'), 
		url('/fonts/CartoGothicStd-Italic-webfont.svg#webfont687vb2d6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('/fonts/CartoGothicStd-Bold-webfont.eot');
	src: 
		local('☺'), 
		url('/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'), 
		url('/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'), 
		url('/fonts/CartoGothicStd-Bold-webfont.svg#webfontUUDfIzMO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('/fonts/CartoGothicStd-BoldItalic-webfont.eot');
	src: 
		local('☺'), 
		url('/fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'), 
		url('/fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), 
		url('/fonts/CartoGothicStd-BoldItalic-webfont.svg#webfontCT5iJDOM') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
	height: 100%;
}

html{
	background: #f2f1ed url(/images/content-background.png) top center repeat-y;
}

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32000px; /* 76723 */
}

body{
	background: url(/images/html-background.png) repeat-x;
	color: #585858;
}

div#container{
	width: 100%;
	min-height: 100%;
}

div#main{
	background: url(/images/content-background.png) top center repeat-y;
	margin: 0 auto;
	width: 990px;
	overflow: auto;
	padding-bottom: 66px;
}

div#top{
	height: 150px;
	background: url(/images/headers/header-1.jpg) top center repeat-x;
}

div#top div.content{
	position: relative;
	margin: 0 auto;
	width: 960px;
	
}

div#logo{
	position: absolute;
	right: 0;
	top: 14px;
}

div#navigation{
	padding: 114px 0 0 0;
	margin: 0 15px;
	font-size: 12px;
}

div#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigation ul li{
	float: left;
	margin: 0 12px 0 0;
	-moz-box-shadow: rgba(40, 40, 40, .3) 1px -1px 2px;
	-webkit-box-shadow: rgba(40, 40, 40, .3) 1px -1px 2px;
}

div#navigation ul li.twitter-button{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: url(/images/logos/twitter.png) no-repeat 50% 65%;
	width: 30px;
	height: 36px; 
	margin: 0;
}

div#navigation ul li.twitter-button a{
	background: none;
	height: auto;
	padding: 0;
	text-indent: -10000px;
	height: 36px;
} 

div#navigation ul li a{
	display: block;
	height: 28px;
	background: #d0c486;
	padding: 8px 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}


div#navigation ul li.active a{
	margin-top: -5px;
	height: 33px;
	color: #000;
}


div#sub-navigation{
	margin: 0 15px;
	font-size: 12px;
	padding: 0 20px;
	display: block;
	background: #d0c486;
}

div#sub-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sub-navigation ul li{
	float: left;
}

div#sub-navigation ul li a{
	display: block;
	height: 20px;
	background: #d0c486;
	padding: 10px 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #7a673e;
	text-align: center;
}

div#sub-navigation ul li.active a,
div#sub-navigation ul li a:hover{
	color: #44371a;
}

div#sub-navigation ul:after{
	display: block;
	height: 0;
	content: '.';
	clear: both;
	visibility: hidden;
}

div#content{
	height: 100%;
	display: block;


	margin: 0 15px;
}

div#content:after{
	display: block;
	height: 0;
	content: '.';
	clear: both;
	visibility: hidden;
}

.title{
	display: block;
	margin: 0 30px;
	padding: 16px 0 0;
}

.column{
	margin: 16px 0;
	padding: 0 0 16px;
	float: left;
}

.column p{
	margin: 20px 0 20px;
}

.social.buttons{
	padding: 15px 30px;
}

.content .social.buttons{
	padding: 0;
}

a.twitter{
	display: block;
	height: 21px;
	width: 144px;
	text-indent: -10000px;
	background: url(/images/buttons/twitter.png) no-repeat;
	float: left;
}

a.facebook{
	display: block;
	height: 21px;
	width: 148px;
	text-indent: -10000px;
	background: url(/images/buttons/facebook.png) no-repeat;
	float: left;
	margin-left: 12px;
}

.social.buttons:after{
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	content: '.';
}

.turnover{
	margin-left: -15px;
	display: block;
}

.turnover.button{
	height: 35px;
	margin-bottom: -7px;
	text-indent: -10000px;
}

.turnover.button.fitlinxx{
	background: url(/images/buttons/fitlinxx.png) no-repeat;
}

.turnover.button.fitlinxx-about{
	background: url(/images/buttons/fitlinxx-about.png) no-repeat;
}

.turnover.button.address{
	background: url(/images/buttons/address.png) no-repeat;
}

.turnover.button.magazine{
	background: url(/images/buttons/magazine.png) no-repeat;
}

.turnover.button.album{
	background: url(/images/buttons/album.png) no-repeat;
}

.turnover.button.schedule-register{
	text-indent: 0;
	background: url(/images/buttons/schedule-register.png) no-repeat;
}

.turnover.button.schedule-register a{
	display: block;
	float: left;
	padding: 5px 0 0 0;
/*	background: rgba(255,0,0, .5);*/
	height: 20px;
	font-size: 20px;
	text-align: center;
	text-indent: -10000px;
}

.turnover.button.schedule-register a.left{
	width: 170px;
}

.turnover.button.schedule-register a.right{
	width: 179px;
}


.turnover.form{
	
}

.turnover.form.free-lesson{
	padding: 13px 0 0 40px;
	height: 123px;
	background: url(/images/buttons/free-lesson.png) no-repeat;
}

.turnover.form.free-lesson p{
	margin: 0;
}

.turnover.form.free-lesson label span{
	text-indent: -10000px;
	font-size: 20px;
	padding: 5px 0 0 0;
	display: block;
	float: left;
	width: 70px;
}


.turnover.form.free-lesson input{
	margin: 0;
}

.turnover.form.free-lesson input.text{
	width: 193px;
	height: 25px;
	padding: 1px 6px;
	background: transparent;
/*	background: rgba(255,0,0, .5);*/
	border: none;
}

.turnover.form.free-lesson input.submit{
	width: 235px;
	height: 30px;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
/*	background: rgba(255,0,0, .5);*/
	background: transparent;
}

.column .content,
.column .split-content{
	padding: 0 30px;
}

.column .content.no-heading{
	padding: 65px 30px 0;
}

.column .split-content div{
	width: 50%;
}

.column .split-content:after{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '.';
}

.column .split-content p a,
.column .content p a{
	color: #789b0a;
	text-decoration: none;
}

.column .content p a:hover{
	text-decoration: underline;
}

hr, .h-border{
	display: block;
	height: 0px;
/*	background: url(/images/h-border.png);*/
	margin: 15px 29px 0;
	border: none;
	border-top: 1px solid #ebe6d9;
	border-bottom: 1px solid #d4cbbd;
}

.content hr,
.content .h-border{
	margin: 15px 0 0;
}

div#options-column{
	width: 365px;
}

div#content-column{
	width: 585px;
	padding-right: 10px;
}

div#options-column.left,
div#content-column.left{
	background-image: url(/images/v-border.png);
	background-repeat: repeat-y;
	background-position: top right;
}

body.greenteam h1{
	
}

body.greenteam div.photo{
	position: relative;
	width: 438px;
	height: 336px;
}

body.greenteam div.photo img{
	position: absolute;
	z-index: 1;
	margin: 35px 0 0 28px;
}

body.greenteam div.photo div.frame{
	position: absolute;
	width: 438px;
	height: 336px;
	background: url(/images/photo-frame.png);
	z-index: 10;

}

body.greenteam ul.names{
	margin: 30px 0 0 30px;
	width: 430px;
	font-size: 14px;
}

body.greenteam ul.names li{
	float: left;
	display: block;
	width: 30%;
	margin: 0 0 5px 0 ;
}

body.greenteam ul.names li a{
	color: #02060f;
	text-decoration: none;
}

body.greenteam ul.names li.active a{
	color: #3e9032;
	font-weight: bold;
}

body.greenteam ul.names li a{
	color: #02060f;
	text-decoration: none;
}

body.greenteam ul.names li.active a{
	color: #3e9032;
	font-weight: bold;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #3e9032;
}

.disguised li{
	margin: 0 0 4px 0;
}

.disguised li a{
	border-bottom: 1px solid #999;
}

.disguised li.active a{
	color: #3e9032;
}

div#footer{
	margin: 0 auto;
	width: 950px;
	height: 66px;
	border-top: 1px solid #b7b2a3;
	background: #cac8b8;
	position: relative;
	padding: 4px 5px 0;
	margin-top: -67px; /* negative value of footer height */
	clear:both;
	text-align: center;
	white-space: nowrap;
}

div#footer a{
	margin: 0 15px;
}


h1, h2, h3, h4, h5{
	font-family: 'CartoGothicStdBook';
	margin: 20px 0 15px;
	color: #000;
}

h1{
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}

h2{
	font-weight: normal;
	font-size: 24px;
	margin: 30px 0 20px;
}

h2 a{
	font-family: 'CartoGothicStdBold';
	color: #3a631e;
	text-decoration: none;
}

h2 small, h2 .small{
	font-family: 'CartoGothicStdBook';
	font-size: 13px;
	display: inline-block;
	line-height: 0px;
	padding: 0 0 6px 10px;
}

h2 a.small:hover{
	text-decoration: underline;
}

h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 20px 0 10px;
}

h3 small, h3 .small{
	font-family: 'CartoGothicStdBook';
	font-size: 11px;
	display: inline-block;
	line-height: 0px;
	padding: 0 0 4px 10px;
}

h3.in-list{
	margin: 10px 0 10px;
}

h3 a{
	font-family: 'CartoGothicStdBold';
	color: #3a631e;
	text-decoration: none;
}

h4{
	font-weight: normal;
	font-size: 14px;
	line-height: 10px;
	margin: 0;
}

ul{
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	list-style-type: square;
}

ul.disguised{
	padding: 0;
	list-style: none;
}


.left{
	float: left;
}

.right{
	float: right;
}

.unmarged{
	margin: 0;
}

.green,.success{
	color: #3e9032;
}

.error{
	color: #dd1e01;
}

a img{
	border: none;
}

/* Disable focus rectangles on all elements */
:focus{
	outline: none;
}

::-moz-focus-inner{
	border: 0;
	outline: none;
}



/* TEST */

.full-video{
	width: 528px;
}

