html {
    overflow-y:scroll;
	height:100%;
}
body {
	background:#0C0C0C url(images/bg_body.jpg) repeat-x fixed;
	text-align:center;
	height:100%;
}
#page {
	position:relative;
	text-align:left;
	min-height:100%;
	overflow:hidden;
	padding:0 20px;
	margin:0 auto;
	width:860px;
}
.ie6 #page {
	overflow:visible;
	height:100%;
}

em.ext {
    background:url(images/ico_new-window.png) no-repeat 100% 0;
    padding:10px 14px 0 0;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    text-indent:-9999in;
	overflow:hidden;
    cursor:pointer;
    height:0;
    width:0;
    
    padding:0; /* hide links */
}
.heading {
    border:2px solid #333;
    position:relative;
    padding:2px 8px;
    background:#333;
    height:1%;
}
.ie7 .heading {
}
#page .hide {
	position:absolute;
	overflow:hidden;
	left:-9999in;
	top:-9999in;
	height:0;
	width:0;
}

#page .clear {
	visibility:hidden;
	background:none;
	overflow:hidden;
	display:block;
	font-size:0;
	float:none;
	clear:both;
	padding:0;
	border:0;
	margin:0;
	height:0;
	width:0;
}

/* HEADER ***************************************************************/
#header {
    position:relative;
}
#branding {
	margin:0 0 0 7px;
	overflow:hidden;
}
#branding a {
	background:url(images/logo_the-barre-with-trademark.png) no-repeat 50% 50%;
	text-indent:-9999in;
	margin-left:-20px;
	padding:27px 20px;
	overflow:hidden;
	display:block;
	height:54px;
	width:147px;
}
#tagline {
    position:absolute;
    text-align:center;
    line-height:1.1;
    font-size:2.3em;
	padding:27px 0;
    color:#999;
    right:0;
    top:0;
}
#tagline .tel {
    letter-spacing:-.75pt;
    font-size:.85em;
    display:block;
    color:#fff;
}

/* NAVIGATION ***************************************************************/
#navigation {
    padding-bottom:5.5em;
    width:162px;
    float:left;
}
#navigation ul {
    background:#000 url(images/bg_navigation.png) no-repeat;
    list-style:none;
    padding:5px 2px 0;
    margin:0;
}
#navigation li {
    list-style:none;
    padding:0;
    margin:0;
}
#navigation li a {
    background:url(images/ico_arrow_right_grey.png) no-repeat 14px 50%;
    border-bottom:2px solid #191919;
    padding:5px 8px 5px 26px;
    text-decoration:none;
    display:block;
    color:#999;
}
.ie6 #navigation li a {
    height:1%;
}
#navigation li.current a,
#navigation li a:hover {
    background-position:-286px 50%;
    color:#fff;
}
#navigation .highlight {
    color:#f00;
}

/* ADDRESS */
#navigation dl {
    background:#000 url(images/bg_navigation.png) no-repeat 0 100%;
    padding:0 2px 5px;
    color:#fff;
    margin:0;
}
#navigation dl a {
    text-decoration:none;
    color:#fff;
}
#navigation dt {
    padding:18px 14px 0;
    font-weight:bold;
}
#navigation .adr {
    border-bottom:2px solid #191919;
    padding:0 14px 18px;
}
#navigation .tel {
    padding:5px 14px 0;
}
#navigation .email a {
    border-bottom:2px solid #191919;
    padding:5px 14px;
    display:block;
}
#navigation .email a:hover {
    text-decoration:underline;
}
#navigation .facebook a {
    border-bottom:2px solid #191919;
    background:url(../images/facebook_16.png) no-repeat 14px 42%;
    padding:6px 14px 8px 37px;
    display:block;
}
#navigation .facebook a:hover {
    text-decoration:underline;
}

#navigation .twitter a {
    border-bottom:2px solid #191919;
    background:url(../images/twitter_16.png) no-repeat 14px 42%;
    padding:6px 14px 8px 37px;
    display:block;
}
#navigation .twitter a:hover {
    text-decoration:underline;
}

#navigation .open {
    font-weight:normal;
    padding:18px 14px 5px;
    color:#666;
}
#navigation .days {
    padding:0px 14px 0px;
}
#navigation .day {
    font-weight:bold;
    padding-right:5px;
    float:left;
    width:35px;
}
#navigation .sunday {
    padding:0 14px 16px;
}

/* CONTENT ***************************************************************/
#content {
    padding-bottom:5.5em;
    padding-left:28px;
    overflow:hidden;
    width:670px;
}
.ie6 #content {
    padding-left:25px;
}
#primary {
    overflow:hidden;
}
.ie6 #primary {
    overflow:visible;
    height:1%;
}
.panel {
    border:2px solid #fff;
    margin-bottom:28px;
    position:relative;
    padding-top:15px;
    background:#000;
}
.panel h2 {
    position:relative;
    padding:0 18px;
    line-height:1;
    z-index:10;
}
.panel .content {
    padding:0 18px 3px;
    position:relative;
    /*z-index:10;*/
}

.panel p.buttons {
    position:relative;
    left:-9px;
}

.panel div.buttons {
    position:absolute;
    bottom:10px;
    left:10px
}

.cta.hover {
    background:#101010;
}

.copy {
    margin-bottom:28px;
    padding:0 5px;
}

#feature,
.slideshow  {
    border:2px solid #fff;
    margin-bottom:28px;
    position:relative;
    padding-top:10px;
    background:#000;
    height:236px;
    width:666px;
}
.slideshow {
    border:2px solid #333;
    width:500px;
}
#feature .content,
.slideshow .content {
    height:236px;
    padding:0;
}
/*.instructors,
.instructors .content {
    height:402px;
}*/
#feature dl,
.slideshow dl {
    position:relative;
    overflow:hidden;
    height:246px;
    width:666px;
    top:-10px;
    margin:0;
}
/*.instructors dl {
    height:412px;
}*/
.slideshow dl {
    width:500px;
}
.ie6 #feature dl,
.ie6 .slideshow dl {
    margin-bottom:-10px;
}
#feature dt img,
.slideshow dt img {
    display:block;
}
#feature dd,
.slideshow dd {
    position:absolute;
    left:-9999in;
    top:-9999in;
    width:280px;
}
.slideshow dd {
    background:url(images/bg_blacktrans.png) repeat;
    border-top:1px solid #0d0d0d;
    padding:4px 0 0 13px;
    width:487px;
}
#feature dd.current {
    left:62px;
    top:60px;
}
.slideshow dd.current {
    left:0px;
    top:217px;
}
/*.instructors dd.current {
    top:382px;
}*/
.ie6 #feature .content dl dd {
    /* crazy fix to stop element from disappearing */
    border:1px none #f00;
}
.ie6 .slideshow .content dl dd {
    /* crazy fix to stop element from disappearing */
    border:1px none #f00;
}
.txt-raise-the-barre {
    background:url(images/txt_raise-the-barre.png) no-repeat;
    text-indent:-9999in;
    margin:0 0 10px;
    height:76px;
    width:126px;
}


#feature .navigation,
.slideshow .navigation {
    margin:-51px 0 0 57px;
    position:relative;
    list-style:none;
    padding:0 4px;
}
.ie6 #feature .navigation {
    margin-top:-40px;
    height:1%;
}
.slideshow .navigation {
    margin:-32px 10px 0 0;
    display:inline;
    float:right;
}
.ie6 .slideshow .navigation {
    margin-top:-22px;
}
#feature .navigation li,
.slideshow .navigation li {
    border-left:1px solid #666;
    vertical-align:middle;
    line-height:1.2;
    display:inline;
    cursor:pointer;
    padding:0 5px;
    color:#666;
    float:left;
    margin:0;
}
#feature .navigation li.alpha,
.slideshow .navigation li.alpha {
    border:none;
}
#feature .navigation li.prev,
.slideshow .navigation li.prev {
    background:url(images/btn_prev.png) no-repeat 0 50%;
    text-indent:-999in;
    overflow:hidden;
    border:none;
    width:13px;
    padding:0;
}
#feature .navigation li.next,
.slideshow .navigation li.next {
    background:url(images/btn_next.png) no-repeat 0 50%;
    text-indent:-999in;
    overflow:hidden;
    border:none;
    width:13px;
    padding:0;
}
#feature .navigation li:hover,
.slideshow .navigation li:hover {
    color:#ccc;
}
#feature .navigation li.current,
.slideshow .navigation li.current {
    font-weight:bold;
    color:#fff;
}
#feature .slider,
.slideshow .slider {
    position:relative;
    padding-top:10px;
    margin:-10px 0 0;
    overflow:hidden;
    width:100%;
}
#feature .slider dt,
.slideshow .slider dt {
    display:inline;
    float:left;
}



.home-tmpl #primary,
.home-tmpl #secondary {
    position:relative;
    width:700px;
    z-index:1;
}
.home-tmpl #primary {
    z-index:2;
}

.home-tmpl .panel {
    margin-right:28px;
    width:317px;
    float:left;
}
.home-tmpl .copy {
    margin-right:28px;
    width:312px;
    float:left;
}


.default-tmpl #primary {
    display:inline;
    width:504px;
    float:left;
}
.default-tmpl #secondary {
    display:inline;
    width:138px;
    float:right;
}
.default-tmpl #secondary .panel {
    min-height:135px;
    font-size:.8em;
}
.ie6 .default-tmpl #secondary .panel {
    height:135px; /* min-height */
}


.pub-date {
    padding:2px 0 0;
    float:right;
}


/* PANEL IMAGES *********************************************************/

.default-tmpl #secondary .legs {
    min-height:340px;
}
.ie6 .default-tmpl #secondary .legs {
    height:340px; /* min-height */
}
.default-tmpl #secondary .legs .image {
    background:url(images/bg_secondaryfeature-1.jpg) no-repeat;
    position:absolute;
    height:100%;
    width:134px;
    left:0;
    top:0;
}

/* headings */
.default-tmpl .header {
    padding:40px 0 30px;
    min-height:80px;
}
.ie6 .default-tmpl .header {
    height:80px; /* min-height */
}
.default-tmpl .header h2,
.default-tmpl .header .content {
    margin-left:20px;
    width:50%;
}
.default-tmpl .header .content {
    font-size:.9em;
}
.default-tmpl .header .image {
    position:absolute;
    height:100%;
    right:0;
    top:0;
}
.default-tmpl .glutes .image {
    background:url(images/bg_header-glutes.jpg) no-repeat;
    width:209px;
}
.default-tmpl .back-bend .image {
    background:url(images/bg_header-backbend.jpg) no-repeat;
    width:231px;
}
.default-tmpl .kick .image {
    background:url(images/bg_header-kick.jpg) no-repeat;
    width:477px;
}
.default-tmpl .abs .image {
    background:url(images/bg_header-abs.jpg) no-repeat;
    width:194px;
}
.default-tmpl .knee .image {
    background:url(images/bg_header-knee.jpg) no-repeat;
    width:260px;
}
.default-tmpl .barre .image {
    background:url(images/bg_header-barre.jpg) no-repeat;
    width:260px;
}

/* home tmpl */

.home-tmpl .leap {
    min-height:191px;
}
.ie6 .home-tmpl .leap {
    height:191px; /* min-height */
}
.home-tmpl .leap h2,
.home-tmpl .leap .content {
    width:50%;
}
.home-tmpl .leap .image {
    background:url(images/img_secondaryfeature-2.png) no-repeat;
    padding-bottom:58px;
    position:absolute;
    height:100%;
    width:245px;
    right:-17px;
    top:-58px;
}

.home-tmpl .plie {
    min-height:191px;
}
.ie6 .home-tmpl .plie {
    height:191px; /* min-height */
}
.home-tmpl .plie h2,
.home-tmpl .plie .content {
    width:50%;
}
.home-tmpl .plie .image {
    background:url(images/img_secondaryfeature-3.png) no-repeat;
    padding-bottom:47px;
    position:absolute;
    height:100%;
    width:201px;
    right:0;
    top:-47px;
}

.rates {
    margin:0 0 20px;
}
.rates dt {
    font-weight:bold;
    font-size:1.1em;
    margin:0 0 8px;
    clear:left;
    float:left;
    width:70%;
}
.rates .closed {
    background:url(images/btn_plus.png) no-repeat 0 50%;
    padding-left:20px;
}
.rates .open {
    background:url(images/btn_minus.png) no-repeat 0 50%;
    padding-left:20px;
}
.rates dd {
    text-align:right;
    font-size:1.1em;
    margin:0 0 8px;
    display:block;
}
.rates .description {
    margin-bottom:28px;
    text-align:left;
    overflow:hidden;
    font-size:1em;
}

.large-image {
    border:2px solid #333;
    margin:0 0 10px 10px;
    display:inline;
    float:right;
    width:auto;
}
.large-image img {
    display:block;
}

/* FOOTER ****************************************************************/
#footer {
    border-top:1px solid #333;
	margin:-4.5em auto -1px;
    position:relative;
	line-height:2.5;
    list-style:none;
    text-align:left;
	overflow:hidden;
	padding:1em 0;
	height:2.5em;
	width:860px;
	clear:both;
	top:-1px;
}
#footer li {
    text-align:center;
    position:absolute;
    display:inline;
    color:#666;
    width:100%;
    z-index:5;
    margin:0;
    left:0;
    top:1em;
}
#footer li.alpha,
#footer li.omega {
    position:relative;
    float:left;
    width:auto;
    z-index:10;
    top:0;
}
#footer li.omega {
    float:right;
}
#footer a {
    text-decoration:none;
    color:#666;
}
#footer a:hover {
    text-decoration:underline;
}
