/* - Default - */

* {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	outline: none;
	color: #0087DC;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

ul {
	list-style-type:disc;
}

.clear {
	clear:both;
}

.clean:before,
.clean:after {
    content:"";
    display:table;
}

.clean:after {
    clear:both;
}

.clean {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */	
}

.left {
	float:left;
}

.center {
	margin:0 auto;
}

.right {
	float:right;
}
/* = */

/* - feedback - */ 
.feedback,
#feedback {
	margin:48px 0 24px 0;
	padding:24px 24px 24px 72px;
	border-top:1px solid;
	border-bottom:1px solid;
	font-size:14px;
	font-weight:bold;
}

#feedback.none {
	border-color:#cfcfcf;
	background:#f6f6f6 url(/imgs/feedback/error.png) no-repeat scroll 32px 16px;
}

.feedback.message {
	border-color:#FFE900;
	background:#FFFCDF url(/imgs/feedback/message.png) no-repeat scroll 23px 16px;
}

.feedback.error {
	border-color:#cc0000;
	background:#FFDFDF url(/imgs/feedback/error.png) no-repeat scroll 32px 16px;
}
/* = */

body {  
	background:#FFFEFD;
	color: #2c2c2c;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#wrap {
	border-top:10px solid #000;
}

/* - Container */

#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

/* - Header */

#head {
	padding:20px 0 0 0;
	width:960px;
	margin:0 auto;
}

#logo {
    background-image: url("/imgs/logo.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin:0 0 20px 0;
    float:left;
	height: 115px;
	width: 123px;    
}

#tagline {
	float:right;
	text-indent: -9999px;
	background: url("/imgs/tagline.png") no-repeat left top;
	height:79px;
	width:389px;
	margin-top:16px;
}

/* - Navigation - */

#sections {
    border-bottom: 1px solid #000000;
    border-top: 3px solid #000000;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 960px;
    font-size:0;
    clear:both;
}

#sections .section {
	display:inline;
	display:inline-block;
	position:relative;
	height:20px;
	padding:10px 0;
}

#sections .subsections {
	position:absolute;
	display:none;
	white-space:nowrap;
}

#sections .section:hover .subsections {
	display:block;
}

#sections .section .section {
	display:block;
}

#sections .section a {
    padding: 0 10px;  
    color: #000000;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif ;
    font-size: 14px;
	text-transform: capitalize;
    text-decoration: none;
    border-right: 1px dotted #000000;
    display:inline-block;
    letter-spacing: 2px;
    line-height:20px;
}

#sections .section a:hover {
	color:#0087DC;
	-webkit-transition: 0.8s ease 0s; /* Saf3.2+, Chrome */
	-moz-transition: 0.8s ease 0s; /* FF4+ */
	-ms-transition: 0.8s ease 0s;  /* IE10 */
    -o-transition: 0.8s ease 0s;  /* Opera 10.5+ */
    transition: 0.8s ease 0s;
}

#sections .current a {
	color:#0087DC;
}

#sections .current .current a,
#sections .current .section a,
#sections .section .current a {
	color:#000;
}
	

#sections  .section:last-child a {
	border-right: none;
}

#sections .section .subsections {
	background:#fff;
	padding:20px;
	padding-top:0;
	top:40px;
	left:-1px;
	border:1px solid #000;
	border-top:none;
	z-index:999;
}

#sections .section .subsections .section {
	margin:0;
	height:auto;
	padding:0;
}

#sections .section .section a {
	margin:0;
	border-right:none;
	border-bottom:1px solid #000;
	text-align:left;
	display:block;
	padding:5px;
}

#sections .section .subsections .section:last-child a {
	border:none;
	padding-bottom:0;
}

#sections .section .subsections .section:first-child a {
	padding-top:0;
}
/* - Sub Navigation - */

#sub-navigation {
    float: left;
    padding: 15px 0;
    position: relative;
    width: 200px;
}

#sub-navigation li { 
	display: inline; 
}

#sub-navigation a {
    color: #000000;
    float: left;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 190px;
    margin-right: -1px;
}

#sub-navigation a:hover { 
	color: #0087DC;
	-moz-transition: 0.8s ease 0s; 
}

#sub-navigation .active a {
    background: #FFFEFC;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    color: #0087DC;
    padding: 10px;
    position: relative;
    width: 180px;
    z-index: 1;
    margin:-1px 0;
}

#sub-navigation a span {
	display:none;
	color:#000;
	margin-left:20px;
}

#sub-navigation .active a span {
	display:block;
}

#sub-navigation a span.active {
	color: #0087DC;
}

.for-sports .for-sports,
.for-health .for-health {
	display:block;
}

.for-sports .for-health,
.for-health .for-sports {
	display:none;
}

/* - Sub Sub Navigation (controlled by Jquery) - */

#sub-sub-navigation {
	float:left;
	width:160px;
}

.threeTierNav #sub-sub-navigation {
	margin-left:25px;
}

#sub-sub-navigation ul {
	list-style:none;
}

#sub-sub-navigation ul li {
	margin-bottom:30px;
}

#sub-sub-navigation a {
	display:block;
	border-top:5px solid #E67458;
	background:#F2F2F2;
	color:#000;
	text-align:center;
	line-height: 140%;
    padding: 15px 0;	
}

#sub-sub-navigation a:hover,
#sub-sub-navigation .current a {
	background:#FAE3DE;
}

/* - Slider - */

#slider {
    background-image: url("/imgs/dwi-slider01.jpg");
    height: 400px;
    margin: 0 auto;
    width: 960px;
    position:relative
}

#slider .slider-img {
	position:absolute;
	top:0px;
	left:0px;
}

#slider-buttons {
margin: -20px 0 20px 0;
background: rgba(0, 0, 0, 0.3);
position: relative;
z-index: 999;
height: 20px;
line-height: 20px;
text-align: center;
width: 200px;
margin: -40px auto 40px auto;
border-radius: 100px;
}

.buttons {
	width:10px;
	height:10px;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: white;
	border-radius: 100px;	
}

.active-button {
   background:#ccc; 
}

/* - Typography - */

h1, h2, h3, h4, h5, h6 	{ 
	color: #000; 
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.schedule-list h1 {
	font-size:25px;
}

h2 {
	text-transform: uppercase;
	color: #0087dc;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

/* - Home Page - */

#home-class {
    margin:20px 0;
    overflow: hidden;
}

.home-classes {
	float:left;
	width: 176px;
	margin-right: 20px;
	background-color: #f2f2f2;
	text-align: center;
	line-height:50px;
}

.home-classes:last-child {
	margin-right:0;
}

.home-classes span {
	font-size: 15px;
	margin: 15px 0;
	font-weight: 600;
	color:#000;
	
}

#our-approach-txt a {
	text-transform: uppercase;
}

#summer {
	border-top: 5px solid #E67458;
}

#summer:hover {
	background:#FAE3DE;
}

#teacher {
	border-top: 5px solid #75ABC4;
}

#teacher:hover {
	background:#E3EEF3;
}

#special {
	border-top: 5px solid #9AB756;
}

#special:hover {
	background:#EBF1DD;
}

#buy-home {
	border-top:5px solid #E0D776;
}

#buy-home:hover {
	background:#F9F7E4;
}

#work-home {
	border-top:5px solid #DB73C1;
}

#work-home:hover {
	background:#F8E3F3;
}

#our-approach {
    overflow: hidden;
}

#vid {
	float:left;
	width: 480px;
	height: 292px;
	margin-right: 35px;
}

#our-approach-txt {
    float: left;
    width: 445px;
}

#schedule {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    overflow: hidden;
    clear:both;
    margin-bottom: 20px;
}

.schedule-list {
    border-right: 1px dotted #000000;
    float: left;
    margin: 20px 0;
    padding: 0 30px;
    width: 259px;
    text-align: center;
    font-size:15px;
}

.schedule-list h1 {
	font-weight: 600;
}

.schedule-list:last-child {
	border-right: none;
}

.spacing {
	width: 36px;
	margin: 30px auto;
	border-top: 3px solid #000;
}

.view {
	margin: 30px 0 0 0;
	text-align: center;
}

.view a {
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #0087dc;
	font-size: 14px;
}

/* - Twitter - */

#twitter {
    text-align: center;
}

#twitter p {
    font-size: 18px;
}

#posted {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #000;
}

.twitter-spacing-top {
    border-bottom: 2px solid #000000;
    clear: both;
    height: 23px;
    margin: 18px 0 30px;
    overflow: visible;
    text-align: center;
}

#twitter-bird {
    background-color: #FFFFFF;
    background-image: url("/imgs/twitter-bird.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    margin: 7px 0;
    width: 32px;
}

#twitter-spacing-bottom {
    border-top: 2px solid #000000;
    margin: 30px 0 10px;
}

#tweets {
	padding: 0 50px;
}

#tweets ul {
   list-style-type: none;
}

#tweets span {
	clear:both;
	display:block;
}


#post {
    float: left;
    width: 735px;
    margin-left:25px;
}

#post.threeRightPics {
	width:405px;
}

#threeRightPics {
	width:300px;
	float:right;
}

#threeRightPics img {
	display:block;
	margin-bottom:30px;
}

.threeTierNav #post {
	width:550px;
}

#post-line {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(0,0,0,1)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 1px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}

#post h1 {
    margin: 0 0 30px;
}

#post p {
	margin: 0 0 30px 0;
}

#post ul {
    list-style-type: none;
    margin: 10px 0 20px;
}

/* ----- Poses ----- */

.pose {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 354px;
}

.pose .image {
	max-width:auto;
	min-width:auto;
	width:50px;
	height:50px;
}

.pose:nth-child(2n+1) {
	margin-right: 0;
}

.pose img, .individual-pose img {
    background-color: #F5F5F5;
    border: 1px solid #C2C2C2;
    padding: 10px;
    margin-bottom: 20px;
}

.pose .spacing {
	border-top: 3px solid #000000;
    margin: 10px auto 20px;
    width: 36px;
}

.pose p {
	padding: 0 30px;
}

#lower {
	text-transform: none;
}

/* ----- Schedule -----*/

#schedule-left {
    float: left;
    margin: 0 0 40px 25px;
    width: 735px;
}

.for-schedule #schedule-left {
	width:100%;
	margin:0;
}

#schedule-left h1,
#workshop-schedule h1 {
    border-bottom: 2px solid #000000;
    padding: 20px 0 12px;
    text-align: center;
}

#yoga-schedule {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
}

#yoga-schedule th {
    border-color: #E8E8E8;
    border-style: solid;
    border-width: 1px;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 0;
    width: 1%;
}

#yoga-schedule td {
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    font-family: helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 50px;
    letter-spacing: 1px;
    padding: 5px;
    vertical-align: top;
}

#yoga-schedule td:hover {
   background: rgb(188, 188, 188); /* The Fallback */
   background: rgba(188, 188, 188, 0.2);
}

#yoga-schedule .curative-class {
   background: rgb(224, 215, 118); /* The Fallback */
   background: rgba(224, 215, 118, 0.2);
}

#yoga-schedule .curative-class:hover {
   background: rgb(224, 215, 118); /* The Fallback */
   background: rgba(224, 215, 118, 0.4);
}

#yoga-schedule .core-flow-class {
   background: rgb(93, 174, 171); /* The Fallback */
   background: rgba(93, 174, 171, 0.2);
}

#yoga-schedule .core-flow-class:hover {
   background: rgb(93, 174, 171); /* The Fallback */
   background: rgba(93, 174, 171, 0.4);
}

#yoga-schedule .flow-class {
   background: rgb(154, 183, 86); /* The Fallback */
   background: rgba(154, 183, 86, 0.2);
}

#yoga-schedule .flow-class:hover {
   background: rgb(154, 183, 86); /* The Fallback */
   background: rgba(154, 183, 86, 0.4);
}

#yoga-schedule .traditional-class {
   background: rgb(230, 116, 88); /* The Fallback */
   background: rgba(230, 116, 88, 0.2);
}

#yoga-schedule .traditional-class:hover {
   background: rgb(230, 116, 88); /* The Fallback */
   background: rgba(230, 116, 88, 0.4);
}

#yoga-schedule .core-class {
   background: rgb(143, 117, 196); /* The Fallback */
   background: rgba(143, 117, 196, 0.2);
}

#yoga-schedule .core-class:hover {
   background: rgb(143, 117, 196); /* The Fallback */
   background: rgba(143, 117, 196, 0.4);
}

#yoga-schedule .classic-class {
   background: rgb(117, 171, 196); /* The Fallback */
   background: rgba(117, 171, 196, 0.2);
}

#yoga-schedule .classic-class:hover {
   background: rgb(117, 171, 196); /* The Fallback */
   background: rgba(117, 171, 196, 0.4);
}

#yoga-schedule .time{
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

#yoga-schedule .time:hover {
	background: none;
}

#yoga-schedule td span.day {
	font-family: Helvetica;
    font-size: 13px;

}

#yoga-schedule td ul {
    list-style: none outside none;
}

#yoga-schedule .yoga-type {
    border-bottom: 1px solid #BCBCBC;
    line-height: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight:bold;
}

#yoga-schedule .time-length {
    margin-top: 5px;
    text-align: center;
}

.traditional {
    background-color: #E67458;
    border-radius: 5px;
   	height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.classic {
    background-color: #75abc4;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.flow {
    background-color: #9ab756;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.core {
	background-color: #8F75C4;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.core-flow {
    background-color: #5daeab;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.curative {
    background-color: #e0d776;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.involuntary {
    background-color: #e09c5a;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

.voluntary {
    background-color: #db73c1;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0 0;
    width: 100%;
}

#workshop-schedule {
    width: 100%;
    clear:both;
}

.workshop {
    background: none repeat scroll 0 0 #E8E8E8;
    float: left;
    margin: 0 20px 30px 0;
    padding: 20px 10px 20px 20px;
    width: 271px;
}

.workshop:last-child {
	margin-right: 0;
}

.workshop#traditional {
	border-left: 5px solid #E67458;
	background: rgba(230, 116, 88, 0.2);
}

.workshop#traditional #buy:hover {
	background: rgba(230, 116, 88, 0.4);
}

.workshop#classic {
	border-left: 5px solid #75ABC4;
	background: rgba(117, 171, 196, 0.2);
}

.workshop#classic #buy:hover {
	background: rgba(117, 171, 196, 0.4);
}

.workshop#flow {
	border-left: 5px solid #9AB756;
	background: rgba(154, 183, 86, 0.2);
}

.workshop#flow #buy:hover {
	background: rgba(154, 183, 86, 0.4);
}

.workshop#core {
	border-left: 5px solid #8F75C4;
	background: rgba(143, 117, 196, 0.2);
}

.workshop#core #buy:hover {
	background: rgba(143, 117, 196, 0.4);
}

.workshop#core-flow {
	border-left: 5px solid #5DAEAB;
	background: rgba(93, 174, 171, 0.2);
}

.workshop#core-flow #buy:hover {
	background: rgba(93, 174, 171, 0.4);
}

.workshop#curative {
	border-left: 5px solid #E0D776;
	background: rgba(224, 215, 118, 0.2);
}

.workshop#curative #buy:hover {
	background: rgba(224, 215, 118, 0.4);
}

.workshop#involuntary {
	border-left: 5px solid #E09C5A;
	background: rgba(224, 156, 90, 0.2);
}

.workshop#involuntary #buy:hover {
	background: rgba(224, 156, 90, 0.4);
}

.workshop#voluntary {
	border-left: 5px solid #DB73C1;
	background: rgba(219, 115, 193, 0.2);
}

.workshop#voluntary #buy:hover {
	background: rgba(219, 115, 193, 0.4);
}

.workshop-schedule-row {
	width: 100%;
}

.workshop #title {
	float:left;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
}

.workshop-space {
	border-right: 1px solid #000;
	float:right;
	height: 48px;
}

#workshop .class, 
#workshop .date {
	margin: 10px 0 0 0;
}

.workshop #buy {
    float: right;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    margin: 2px 0 0 10px;
    padding: 10px;
}

.workshop #buy:hover {
	background-color: #ade2f6;
}

#classes p {
    clear: both;
    margin: 0 0 40px;
    text-align: center;
    font-weight: bold;
}

.classes {
    font-family: Helvetica;
    line-height: 20px;
    margin: 0 0 40px;
}

body.classes {
	line-height:normal;
	margin:0;
}

.classes h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px !important;
}

.pose-pictures .classes h1 {
	font-size:12px;
}

#post.pose-pictures .classes h1 {
	margin-top: 0;
	margin-left: 90px;
}

.classes #traditional {
    border-left: 5px solid #E67458;
    padding: 0 0 0 20px;
}

.classes #classic {
    border-left: 5px solid #75abc4;
    padding: 0 0 0 20px;
}

.classes #flow {
    border-left: 5px solid #9ab756;
    padding: 0 0 0 20px;
}

.classes #core {
    border-left: 5px solid #8f75c4;
    padding: 0 0 0 20px;
}

.classes #core-flow {
    border-left: 5px solid #5daeab;
    padding: 0 0 0 20px;
}

.classes #curative {
    border-left: 5px solid #e0d776;
    padding: 0 0 0 20px;
}

.classes #involuntary {
    border-left: 5px solid #e09c5a;
    padding: 0 0 0 20px;
}

.classes #voluntary {
    border-left: 5px solid #db73c1;
    padding: 0 0 0 20px;
}

/* - Fees - */

#fees {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#fees th {
    border-bottom: 1px solid #E8E8E8;
    font-family: helvetica;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
    width: 1%;
}

#fees td {
    border-bottom: 1px solid #E8E8E8;
    font-family: helvetica;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px;
    vertical-align: middle;
    width: 1%;
    text-align: center;
}

#fees .price {
	color:#0087DC;
}

#fees .yoga-class {
    padding: 5px;
    text-align: left;
}

#fees .buy {
    font-family: helvetica;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px;
    width: 75px;
}

#fees .buy:hover {
   background: rgb(173, 226, 246); /* The Fallback */
   background: rgba(173, 226, 246, 0.4);
}

/* Testimonials */

blockquote {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 0 10px #F5F5F5 inset;
    -moz-box-shadow: 0 0 0 10px #F5F5F5 inset;
	-webkit-box-shadow: 0 0 0 10px #F5F5F5 inset;
    float: left;
    margin: 20px 20px 0 0;
    padding: 20px;
    text-align: center;
    width: 428px;
}

blockquote:nth-child(odd) { 
	margin: 20px 0 0 0;
}

blockquote p {
	font-style: italic;
	padding: 0 20px;
}

blockquote strong {
	font-style: normal;
}

blockquote .spacing {
	width: 36px;
	margin: 10px auto;
	border-top: 3px solid #000;
}

.l-quote {
    color: #C2C2C2;
    float: left;
    font-family: Georgia;
    font-size: 70px;
    font-style: normal;
    margin: 18px 0 0 0;
}

.r-quote {
    color: #C2C2C2;
    float: right;
    font-family: Georgia;
    font-size: 70px;
    font-style: normal;
    margin: 20px 0 0 0;
}

/* - Contact Us - */

#map {
	float: left;
	margin-right: 20px;
	background-color: #f5f5f5;
	border: 1px solid #c2c2c2;
	padding: 10px;
}

#contact-address {
    background-color: #F2F2F2;
	float: right;
	padding: 10px;
	width: 281px;
    border: 1px solid #c2c2c2;
}

#contact-address h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

/* - Footer - */

#footer {
    background-color: #F2F2F2;
    border-top: 1px solid #C2C2C2;
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

#footer-container {
	width: 960px;
	margin: 0 auto;
}

.footer-box {
    border-right: 1px solid #C2C2C2;
    float: left;
    margin: 40px 40px 0 0;
    padding: 0 30px 0 0;
    width: 195px;
    min-height: 130px;
}

.footer-box h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

#sitemap.footer-box {
    padding: 0 40px 0 0;
    width: 190px;
}

#sitemap.footer-box #left {
    float: left;
    list-style-type: none;
    margin-right: 30px;
    width: 90px;
}

#sitemap.footer-box #right {
    float: left;
    list-style-type: none;
    width: 70px;
}

#sitemap.footer-box li {
	display:inline;
}

#sitemap.footer-box li a {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: normal;  
    width: 95px;
}

#social.footer-box {
    border-right: medium none;
    float: right;
    margin: 40px 0 0;
    padding: 0;
    width: 156px;
}

.footer-box .social-link {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer-box .social-link a {
    color: #000000;
    float: left;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 1px 0 0 10px;
    text-transform: uppercase;
    word-spacing: 1px;
    font-weight: normal;
}

.footer-box .social-link a:hover,
#sitemap.footer-box li a:hover  {
	color: #0087DC;
	-webkit-transition: 0.8s ease 0s; /* Saf3.2+, Chrome */
	-moz-transition: 0.8s ease 0s; /* FF4+ */
	-ms-transition: 0.8s ease 0s;  /* IE10 */
    -o-transition: 0.8s ease 0s;  /* Opera 10.5+ */
    transition: 0.8s ease 0s;
}

.footer-box .social-link img {
    float: left;
}

#copyright-footer {
    width: 100%;
}

#copyright {
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

#offshoot-inc {
	color: #000000;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

/* MISC */

.space, #offshoot  {
	display:none;
}

.typekit-badge {
	display:none !important;
}

.image {
	max-width:100%;
	min-width:100%;
	display:block;
	margin-bottom:20px;
}

.pose-pictures .post .image {
	min-width:0;
	max-width:none;
	height:50px;
	width:auto;
	float:left;
}

.post {
	display:none;
}

.no-sub-sub .post {
	display:block;
}

.testimonials .post img {
	float: right;
    margin-left: 20px;
    min-width: 0;
    width: 380px;
}

.poses.pictures .post {
	float:left;
	width:49%;
	height:50px;
}

.poses.pictures .post:nth-child(2n + 1) {
	margin-left:2%;
}
	
#post .video {
	margin:0 auto 30px auto;
}

.three-pics:before,
.three-pics:after {
    content:"";
    display:table;
}

.three-pics:after {
    clear:both;
}

.three-pics {
	margin:0 -30px 30px 0;
	list-style:none;
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.three-pics li {
	float:left;
	width:300px;
	height:200px;
	margin-right:30px;
}

.three-pics li img {
	display:block;
}

.alert {
	border-bottom:3px solid #000;
	padding:15px 0;
	text-align:center;
}

#yoga-schedule .schover {
	display:none;
}

#yoga-schedule td ul {
	position:relative;
}

.shovers {
	display:none;
	list-style:none;
}

.schover {
	display:none;
	position:absolute;
	list-style:none;
	top:140%;
	left:50%;
	margin-left:-115px;
	background:#fff;
	width:200px;
	z-index:999;
	font-size:12px;
	padding:15px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 4px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 4px 1px rgba(0,0,0,0.4);
	overflow:hidden;
	
}

.schover p {
	font-size:12px;
	letter-spacing:normal;
}
.schover strong {
	display:block;
	margin:-15px -15px 15px -15px;
	padding:10px 15px;
	border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	letter-spacing:normal;
}

#yoga-schedule td:hover .schover {
	display:block;
}

#schover-traditional-class strong {
	background: rgb(230, 116, 88);
}

#schover-flow-class strong {
	background: rgb(154, 183, 86);
}

#schover-core-flow-class strong {
	background: rgb(93, 174, 171);
}

#schover-core-class strong {
	background: rgb(143, 117, 196);
}

#schover-classic-class strong {
	background: rgb(117, 171, 196);
}

#schover-curative-class strong {
	background: rgb(224, 215, 118);
}


