
/* Zero out browser settings */
html {
	height: 100%;
	width: 100%;
	}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}
a {
	text-decoration: none;
	}
a img {
	border: none;
	}

/* CSS */

@font-face {
    font-family: 'new_ciclefina';
    src: url('fonts/newcicle_fina/New_Cicle_Fina-webfont.woff') format('woff');
    font-weight: normal; 
    font-style: normal; 
}
	
@font-face {
    font-family: 'new_ciclegordita';
    src: url('fonts/newcicle_gordita/New_Cicle_Gordita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'new_ciclesemi_italic';
    src: url('fonts/newcicle_semiitalic/New_Cicle_Semi_Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
}

body {
	height: 100%;
	background: hsla(0, 0%, 85%, 1.0000);
/*	text-color: black; */
	font-family: 'new_ciclefina', Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-right: 1em;
}

#studioname {
	font-family: 'new_ciclegordita', Helvetica, sans-serif;
	font-size: 4em;
	padding-top: .5em;
}

#studiodropline {
	font-family: 'new_ciclesemi_italic', Helvetica, sans-serif;
	font-size: 1.5em;
	padding-bottom: 2em;
	text-align: right;
	padding-right: 1em;
}

@media all and (max-width: 760px) {
	#studioname {
		font-size: 3em;
	}
	#studiodropline {
		font-size: 1em;
	}
}

@media all and (max-width: 575px) {
	#studioname {
		font-size: 3em;
	}
	
	#studiodropline {
		font-size: 1em;
	}
}

#page {
	height: 100%;
	max-width: 100em;
}

#nav {
	float:left;
	height: 100%;
	background-color: hsla(285, 11.1315%, 46.8211%, 1.0000);
	padding-top: 11em;
	padding-bottom: 100%;
	width: 7.8em;
}

#nav li{
	font-family: 'new_ciclegordita', Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 100%;
}

#nav a:link {
/*	color: hsla(0, 0%, 85%, 1.0000);*/
}

#nav a:visited {
	color: hsla(0, 0%, 85%, 1.0000);
}

#nav a {
	display:block
}

#nav li:hover{
	background: hsla(0, 0%, 40%, 1.0000);
	width: 6.8em;
}

.current {
	background: hsla(0, 0%, 85%, 1.0000);
	width: 100%;
	color: black;
}

.current li:hover {
	background: hsla(0, 0%, 85%, 1.0000);
	width: 100%;

}

#sociallinks{
	margin-top: 5em;
}

#nav img {
	margin-left:0;
	margin-right: 0.5em;
	height: 1.5em;
	width: 1.5em;
}

#main {
	padding-left: 10em;
	max-width: 40em;
}


#main p{
	margin-bottom: 1em;
	text-indent: -1em;
}

#location {
	font-weight: bold;
	text-align: center;
}

table.schedule {
	margin: 0 auto;
}

.schedule td{
	padding-top: .5em;
	padding-left: .5em;
}

.schedule caption{
	font-weight: bold;
}

table.prices {
	margin: 0 auto;
}

.prices td{
	padding-top: .5em;
	padding-left: .5em;
}

.prices caption{
	font-weight: bold;
}

#mapframe {
	width: 600;
	height: 450;
	border: 0;
}

#nearby{
	list-style: none;
}

#nearby li{
	padding-bottom: 0.5em;
}

.profile-picture {
	float: right;
	width:50%;
	height:50%;
	margin-left: 1em;
	margin-bottom: 1em;
}

.stretch-picture {
	width:100%;
	margin-left: 1em;
	margin-bottom: 1em;
}

.exterior-picture {
	margin-left: 1em;
	margin-bottom: 1em;
	width: 100%;
}

#signedname {
	font-family: 'new_ciclegordita', Helvetica, sans-serif;
	text-align: right;
	font-size: larger;
}

.studioclosing {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height:150%;
}

.freetrial {
	width: 100%;
	font-size: 1.3em;
	font-family: 'new_ciclegordita', Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

#footer p {
	width: 100%;
	font-family: 'new_ciclegordita', Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}
