body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#wrapper {
	width: 100%;
	background-color: #e3e3e3;
	border-bottom: solid 1px #b2b2b2;
}

#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #e3e3e3;
}

.home {
	background: #e3e3e3 url('../images/back-home.jpg') bottom right no-repeat;
	min-height: 783px;
}

.about {
	background: #e3e3e3 url('../images/back-about.jpg') top right no-repeat;
	height: 1300px;
}

.philosophy {
	background: #e3e3e3 url('../images/back-philosophy.jpg') top right no-repeat;
	height: 995px;
}

.schedule {
	height: 1060px;
}

.gallery {
	height: 4100px;
}

.contact {
	height: 750px;
}

#header {
	width: 1024px;
	float: left;
	clear: both;
	padding: 20px 0 0 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#header div.nav {
	float: left;
}

#header div.nav a {
	float: left;
	padding: 2px 6px 2px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 24px;
	text-decoration: none;
}

#header div.nav a:hover {
	color: #ffffff;
	background-color: #000000;
}

#header div.nav a.active {
	color: #ffffff;
	background-color: #000000;
}

#header div.social {
	float: right;
}

#header div.social a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 22px;
}

#header div.social a.facebook {
	width: 12px;
	margin-right: 9px;
	background: transparent url('../images/icon-facebook.png') top left no-repeat;
}

#header div.social a.instagram {
	width: 20px;
	margin-right: 9px;
	background: transparent url('../images/icon-instagram.png') top left no-repeat;
}

#header div.social a.spotify {
	width: 22px;
	margin-right: 9px;
	background: transparent url('../images/icon-spotify.png') top left no-repeat;
}

#header div.social a.twitter {
	width: 24px;
	background: transparent url('../images/icon-twitter.png') top left no-repeat;
}

#content {
	float: left;
	clear: both;
	width: 1024px;
	padding: 24px 0 0 0;
}

.logo {
	float: left;
	padding: 0;
	margin: 262px 0 0 126px;
}

#content p.tall {
	float: left;
	width: 490px;
	margin: 0 75px 0 5px;
	padding: 0;
}

#content p.tall b {
	font-size: 16px;
	line-height: 24px;
}	

#content p.tall a {
	color: #333333;
	text-decoration: underline;
}

#content p.tall a:hover {
	color: #ff0000;
}

#content p.thanks {
	font-size: 13px;
	float: left;
	padding: 910px 0 0 0;
	margin: 0;
}

#content div.schedule-content {
	float: left;
	width: 635px;
	padding: 0 0 0 5px;
	margin: 0;
}

#content div.schedule-content p {
	float: left;
	clear: both;
	width: 100%;	
	padding: 16px 0 0 0;
	margin: 0;
}

#content div.schedule-content p a {
	color: #333333;
	text-decoration: underline;	
}

#content div.schedule-content p a:hover {
	color: #ff0000;
}

#content div.schedule-content p b {
	font-size: 16px;
	line-height: 24px;	
}

#content div.schedule-content div {
	float: left;
	padding: 0;
	margin: 0;
}

#content div.schedule-content div.schedule-left {
	margin-right: 136px;
}

#content div.schedule-content div b {
	font-size: 12px;
}

#content div.schedule-content div a {
	color: #333333;
	text-decoration: underline;	
}

#content div.schedule-content div a:hover {
	color: #ff0000;	
}	

#content div.schedule-content div table {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}

#content div.schedule-content div table tbody tr td {
	padding: 0 55px 0 0;
	margin: 0;	
}	

#content div.map {
	float: right;
	width: 285px;
	padding: 20px;
	margin: 16px 0 0 0;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}

#content div.map a {
	color: #333333;
	text-decoration: underline;	
}

#content div.map a:hover {
	color: #ff0000;	
}	

#content div.gallery-container {
	float: left;
	clear: both;
	margin-left: 5px;
}

#content div.gallery-container b {
	font-size: 16px;
	line-height: 24px;
}

#content div.gallery-container div.pose-guide {
	float: left;
	clear: both;
	margin: 28px 0 0 18px;
	padding: 0;
	width: 100%;
}

#content div.gallery-container div.pose-guide b {
	font-size: 14px;
	line-height: 20px;	
}	

#content div.gallery-container div.pose-guide a {
	float: left;
	width: 188px;
	height: 170px;
	margin: 18px 10px 0 0;
	padding: 0;
	text-decoration: none;
	border: none;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

#content div.gallery-container div.pose-guide a:hover {
	color: #ff0000;
} 

#content div.gallery-container div.pose-guide a b {
	font-size: 11px;
	line-height: 16px;
}

#content div.gallery-container div.pose-guide a div {
	float: left;
	clear: both;
	position: relative;
	border: solid 1px black;
	width: 186px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content div.gallery-container div.pose-guide a div img {
	width: 186px;
	position: absolute;
	bottom: 0;
	border: none;
}

#content div.contact-content {
	float: left;
	width: 482px;
	padding: 0;
	margin: 16px 50px 0 5px;
}

#content div.contact-content b {
	font-size: 16px;
}

#content div.contact-content a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#content div.contact-content a:hover {
	color: #ff0000;
}

#content div.store-content {
	float: left;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 0;
}

#content div.store-content h1 {
	font-size: 16px;
	line-height: 16px;	
	margin: 0;
	padding: 0 0 10px 0;	
}

#content div.store-content h2 {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 10px 0 10px 0;	
}

#content div.store-content div.video-container {
	float: left;
	clear: none;
	width: 330px;
}	

#content div.store-content div.video-text {
	float: left;
	clear: none;
	width: 420px;	
	margin: 0;
	padding: 0 30px 0 30px;
}

#content div.store-content div.video-text a {
	float: left;
	clear: both;
	display: block;
	height: 28px;
	width: 97px;	
	padding: 0;
	margin: 30px 0 0 0;
	background: transparent url('../images/purchase.png') top left no-repeat;
}

#content div.store-content div.video-text a:hover {
	background-position: 0 -28px;
}

#content div.store-content div.video-box {
	float: left;
	clear: none;
	width: 213px;
	height: 215px;
	background: transparent url('../images/video-box.png') top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#content div.store-content div.divider {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	height: 1px;
	background-color: #d2d2d2;
	border-bottom: solid 1px #a4a4a4;
	margin: 40px 0 10px 0;
	padding: 0;		
}
	
#content div.store-content div.streaming {
	float: left;
	clear: none;
	width: 331px;
	margin: 20px 30px 0 0;
	padding: 0;		
}

#content div.store-content div.streaming a {
	float: left;
	clear: both;
	display: block;
	height: 28px;
	padding: 0;
	margin: 10px 0 0 0;
}

#content div.store-content div.streaming a.udaya {
	background: transparent url('../images/udaya.png') top left no-repeat;
	width: 171px;
}

#content div.store-content div.streaming a.yogaworks {
	background: transparent url('../images/yogaworks.png') top left no-repeat;
	width: 220px;
}	

#content div.store-content div.streaming a:hover {
	background-position: 0 -28px;
}
	
#content div.dividing_line {
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #9e9e9e;
	display: block;
}	

#footer {
	width: 1018px;
	margin: 0 auto;
	padding: 6px 0 20px 6px;
	font-size: 11px;
	color: #b2b2b2;
}
