﻿/* <style type="text/css">
/* --------------------------------------------------------------
   Page Layout
-------------------------------------------------------------- */
/*
    1- 30  2- 70  3-110  4-150  5-190  6-230  7-270  8-310
    9-350 10-390 11-430 12-470 13-510 14-550 15-590 16-630
   17-670 18-710 19-750 20-790 21-830 22-870 23-910 24-950
*/
html, body, #wrapper { margin:0; height:100%; }
body > #wrapper { height:auto; min-height:100%; }
body {
	background-color: #ffffff; 
}
img {
max-width:100%;
}
#wrapper {
	width:980px;
	margin:0 auto 1px auto;
	background-color:#FFF;
	
/*
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
*/
	box-shadow:0 0 18px #999;
}
.container {
	position:relative;
	background-color:#FFF;
}
.content {
	width:570px;
	padding:0 0 0 35px;
	position:relative;
	float:left;
	clear:left;
}
.bar {
	width:300px;
	padding-right:25px;
	padding-left:15px;
	float:right;
	clear:right;
	font-size:11px;
}
.entry {
	position:relative;
}

/* Head ------------------------------------------------------ */
#hd {
    position:relative;
    z-index:20;
}
#hd .container {
	padding-top:144px;
	background:#FFF url('/images/ui/header-bg.png') no-repeat top left;
}

/* Body ------------------------------------------------------ */
#bd {
	padding-bottom:16.5em;
}
#bd .container {
	padding-top:15px;
	min-height:300px;
}
#bd .container:first-child {
	padding-top:25px;
}

/* Breadcrumb ------------------------------------------------ */
#breadcrumb {
	padding:0 0 12px 35px;
	clear:both;
	font-size:9px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	margin:0 2px;
	color:#58595B;
}
#breadcrumb a:hover, #breadcrumb a:active {
	color:#B60A10;
}


/* Foot ------------------------------------------------------ */
#ft {
	width:980px;
	height:16.5em;
	margin:-16.5em auto 0 auto;
	overflow:hidden;
	text-align:center;
	padding-bottom: 20px;
	font-size:10px;
}
#ft .container {
	height:16.5em;
	padding:0 0 1.5em;
	background:#FFF url('/images/ui/header-bg.png') no-repeat top left;
}
#ft #maillink {
	width:24px;
	height:24px;
	background-image:url('/images/ui/transparent.gif');
	/*background-color:rgba(128, 0, 0, 0);*/
	display:block;
	position:absolute;
	bottom:78px; /*50px*/
	right:12px;
}
#ft .copyright {
	margin-bottom:5px;
	text-decoration:none;
}
#ft .copyright a:link, #ft .copyright a:visited {
	color:#58595B;
}
#ft .address {
	clear: both;
	display: block;
	margin-top: 30px;
	text-align: center;
}

/* --------------------------------------------------------------
	Links
-------------------------------------------------------------- */
a, a:link, a:visited,
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited {
	color:#0081C6;
	text-decoration:none;
}
a, a:hover, a:active,
h1 a, h1 a:hover, h1 a:active,
h2 a, h2 a:hover, h2 a:active,
h3 a, h3 a:hover, h3 a:active,
h4 a, h4 a:hover, h4 a:active,
h5 a, h5 a:hover, h5 a:active,
h6 a, h6 a:hover, h6 a:active {
	color:#B60A10;
}


/* --------------------------------------------------------------
	Page Elements
-------------------------------------------------------------- */
/* Showcase -------------------------------------------------- */
#showcase {
	height:385px;
	width:595px;
	margin-left:15px;
	padding:0;
	position:relative;
}
#page #showcase, #pageSeries #showcase {
    margin-left:0;
    height:335px;
}
#showcase .entry {
	position:absolute;
	top:0;
	left:0;
}
#showcase .entry img:first-child {
	margin:0;
	border-bottom:1px solid white;
	background-color:#D0D2D3;
	box-shadow:inset 0 0 15px #A6A8AB;
	vertical-align:bottom; /* IE7 */
}
#showcase .entry .description {
	height:79px;
	margin:0 0 0 -33px;
	padding:0 15px 0 48px;
	display:block;
	font-size:12px;
	color:#FFF;
	background-color:#B60A10;
	overflow:hidden;
}
#page #showcase .entry .description,
#pageSeries #showcase .entry .description {
    height:40px;
    margin-left:-53px;
    padding-left:68px;
}
#showcase .entry .description span.title {
	margin-top:9px;
	display:block;
	font-size:18px;
	line-height:27px;
}
#page #showcase .entry .description span.title,
#pageSeries #showcase .entry .description span.title {
    margin-top:5px;
}
#showcase .entry .description:after {
	height:0;
	width:0;
	content:"";
	position:absolute;
	bottom:-18px;
	left:-33px;
	border-radius:0;
	box-shadow:none;
	border-top:18px solid #404041;
	border-left:18px solid transparent;
/*	background:transparent url('/images/ui/mask-large.png') no-repeat bottom left; */
	vertical-align:bottom;
}
#page .entry .description:after,
#pageSeries .entry .description:after {
    left:-53px;
}

#controls {
	margin:0 0 1em 33px;
	padding:4px 0 4px 0;
	font-size:14px;
}
#page #controls, #pageSeries #controls { text-align:right; }
#controls .next, #controls .prev {
	margin:0;
	padding:1px 5px 2px 5px;
	font-weight:bold;
	cursor:pointer;
	color:#D0D2D3;
	text-decoration:none;
}
#controls .next { margin-left:2px; }
#controls .next:hover, #controls .prev:hover {
	color:#FFF;
}
#controls #pager {
	margin:0;
	padding:0;
	display:inline;
}
#pager span {
	margin:0 0 0 2px;
	padding:1px 5px 2px 5px;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	text-decoration:none;
	background-color:#D0D2D3;
}
#controls span.activeSlide {
	background-color:#A6A8AB;
}
#controls span:hover {
	background-color:#B60A10;
}

/* Home Special Grid ----------------------------------------------- */
#special_grid {
	display: table;
}
#special_grid .grid_item {
	display: table-cell;
	width: 235px;
	padding: 0 5px;
}
#special_grid .grid_item:hover img{
	opacity: 0.8;
}


/* Departments ----------------------------------------------- */
#home #news, #mch #events, #sms #news {
	height:300px;
	width:300px;
	padding:75px 15px 10px 15px;
	position:absolute;
	top:25px;
	right:14px;
	border:1px solid #A6A8AB;
}
#home #news .entry {
	padding:9px 0 9px 100px;
	border-top:2px dotted #CCC;
}
#home #news .entry img {
	margin:0 0 0 -100px;
	float:left;
	border:none;
	background-color:#D0D2D3;
	box-shadow:inset 0 0 15px #A6A8AB;
}
#home #news p {
	margin:0;
	font-size:11px;
	line-height:13px;
}
#home #news h2,
#mch #events h2,
#sms #news h2 {
	margin:10px 0 10px 0;
	font-size:17px;
	color:#B60A10;
}
#home #news h2:first-child,
#mch #events h2:first-child,
#sms #news h2:first-child {
	margin:-75px -48px 25px -16px;
	padding:0 14px 0 0;
	position:relative;
	color:#B60A10;
	background-color:#ff6d42;
	border-right:18px solid #ff6d42;
}
#home #news h2:first-child:before,
#mch #events h2:first-child:before,
#sms #news h2:first-child:before {
	height:0;
	width:0;
	content:"";
	position:absolute;
	bottom:-18px;
	left:35px;
	z-index:100;
	border:none;
	border-top:18px solid #ff6d42;
	border-right:18px solid transparent;
	border-left:18px solid transparent;
}
#home #news h2:first-child:after,
#mch #events h2:first-child:after,
#sms #news h2:first-child:after {
	height:0;
	width:0;
	display:block;
	content:"";
	position:absolute;
	bottom:-18px;
	left:auto;
	right:-18px;
	z-index:100;
	border:none;
	border-top:18px solid #404041;
	border-right:18px solid transparent;
}
#home #news h2:first-child span,
#mch #events h2:first-child span, #mch #events h2:first-child a,
#sms #news h2:first-child span, #sms #news h2:first-child a {
	margin:9px 0 0 0;
	padding:12px 0 12px 15px;
	display:block;
	border-right:1px solid #A6A8AB;
}

#mch #events h2:first-child,
#sms #news h2:first-child {
	background-color:#ADE0Ee;
	border-right-color:#ADE0Ee;
}
#mch #events h2:first-child:before,
#sms #news h2:first-child:before {
	border-top-color:#ADE0EE;
}
#mch #series table { margin-bottom: 0; }
#mch #series { height:255px; }

/* Banner ---------------------------------------------------- */
#mch #ticker {
	margin:0;
	padding:0.75em 30px;
	border-top:1px solid #A6A8AB;
	border-bottom:1px solid #A6A8AB;
	background-color:#e98300;
}

#lms #ticker {
	margin:0;
	padding:0.75em 30px;
	border-top:1px solid #A6A8AB;
	border-bottom:1px solid #A6A8AB;
	background-color:#7faf47;
}

#ticker {
	margin:0;
	padding:0.75em 30px;
	border-top:1px solid #A6A8AB;
	border-bottom:1px solid #A6A8AB;
	background-color:#ff6d42;
}

#sms #ticker {
	margin:0;
	padding:0.75em 30px;
	border-top:1px solid #A6A8AB;
	border-bottom:1px solid #A6A8AB;
	background-color:#7eb7d5;
}

/* Box ------------------------------------------------------- */
.box {
	margin-bottom:18px;
	padding:50px 15px 10px 15px;
	border:1px solid #A6A8AB;
}
.box h2:first-child {
	margin:-40px -15px 14px -25px;
	padding:0 0 0 9px;
	font-size:17px;
	position:relative;
	background-color:#BDDFB2;
}
.box h2:first-child:after {
	height:0;
	width:0;
	margin:0 0 0 -10px;
	display:block;
	content:"";
	position:absolute;
	bottom:-9px;
	left:10px;
	border-top:9px solid #B60A10;
	border-left:9px solid transparent;
	vertical-align:top; /* ie7 */
}
.box h2:first-child span, .box h2:first-child a:link, .box h2:first-child a:visited {
	padding:4px 0 4px 15px;
	color:#fff;
	display:block;
	border-left:1px solid #A6A8AB;
}
.box h2:first-child a:hover, .box h2:first-child a:active {
	color:#B60A10;
}
.box a.here {
	color:#404041;
}
.box .entry {
	margin-right:8px;
	padding:8px 8px 8px 90px;
	border-top:2px dotted #CCC;
}
.box .entry:first-child {
	border:none;
}
.box .entry h3 {
	margin:0;
	color:#58595B;
}
.box .entry img {
	margin:0 0 0 -90px;
	float:left;
	background-color:#CCC;
}
.box .entry p {
	font-size:11px;
	line-height:13px;
	margin-bottom:0;
}
.outlined {
	margin-bottom:18px;
	padding:10px 15px 10px 15px;
	border:1px solid #A6A8AB;
}

/* Events ---------------------------------------------------- */
#events {
	height:225px;
}
#events h2, #lms #news h2 { background-color:#e00034; }
#home #events, #lms #news {
	height:300px;
	width:333px;
	margin:0 0 15px 28px;
}
#lms #news {
	width:660px;
}

/* News ------------------------------------------------------ */
#news {
	height:300px;
	position:relative;
}
#news h2 { background-color:#ff6d42; }
#home #news {
	width:300px;
	position:absolute;
	right:14px;
}
#page #news {
	height:225px;
}

/* Series ---------------------------------------------------- */
#series {
	height:300px;
	width:675px;
	margin-left:28px;
}
#series h2 { background-color:#ff5800; }

#series table { border:none; }
#series table td {
	padding-left:16px;
	padding-bottom:10px;
	font-size:11px;
	font-weight:bold;
	border:none;
}
#series table td:first-child { padding-left:0; }
#series table img {
	border:none;
	background-color:#D0D2D3;
	box-shadow:inset 0 0 15px #A6A8AB;
}

#page #series, #pageSeries #series {
	width:auto;
	margin-left:0;
}

/* Tickets --------------------------------------------------- */
#tickets h2 { background-color:#ADE0EE; }
#tickets table {
	margin-bottom:9px;
	border:none;
}
#tickets table td {
	padding-left:0;
	border:none;
}
#tickets table td.price { text-align:right; }
#tickets p {
	padding-top:9px;
	border-top:2px dotted #CCC;
}

/* Quick Class Search----------------------------------------- */
#qcsearch {
	height:100px;
	width:332px;
	position:absolute;
	top:25px;
	right:14px;
	border:0px solid #A6A8AB;
	background-color:#a9e563;
	border-radius:0px;
	box-shadow:2px 2px 5px #CCC;
}
#qcsearch h2 {
	color:#404041;
}
#qcsearch > a {
	position:absolute;
	top:8px;
	right:8px;
	text-align:right;
}
#qcsearch h2 span {
	margin:0.5em 0 0 14px;
}
#qcsearch table, #qcsearch table td { border:none; }

/* Quick Links ----------------------------------------------- */
#qlinks h2 { background-color:#BDDFB2; }
#qlinks ul { list-style:none; margin:0; padding:0; }
#qlinks ul li { margin-left:0; padding-left:0; }
#lms #qlinks {
	height:204px;
	width:305px;
	position:absolute;
	top:145px;
	right:14px;
}
#sms #qlinks {
	height:auto;
	width:280px;
	margin-left:28px;
	position:static;
}
#sms #qlinks h2 { background-color:#ADE0EE; }

/* Calendar -------------------------------------------------- */
#calendar {
	min-height:250px;
	width:335px;
	position:absolute;
	top:15px;
	left:370px;
}	

/* Social ---------------------------------------------------- */
#social {
	height:350px;
	width:210px;
	position:absolute;
	top:15px;
	right:15px;
}
#sms #social {
	position: static;
	float:right;
	margin:0 15px 25px 0;

}
#sms #social h4 { margin-top: 0; }
#sms #qlinks {
	position: static;
	float:left;
}
#donate {
	margin:0 0 15px 0;
	padding:10px 2px 5px 2px;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	border:2px solid #FFF;
	box-shadow:2px 2px 8px #999, inset 0 0 3px #666;
	border-radius:10px;

	background-color:#B60A10;

	background: -moz-linear-gradient(top, #ee3124 0%, #b60a10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3124), color-stop(100%,#b60a10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee3124 0%,#b60a10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee3124 0%,#b60a10 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ee3124 0%,#b60a10 100%); /* IE10+ */
	background: linear-gradient(top, #ee3124 0%,#b60a10 100%); /* W3C */
}
#donate .action {
	font-size:22px;
	font-weight:bolder;
}
#donate:hover {
}

.follow {
	margin:0 0 5px 0;
	padding:5px 2px 5px 10px;
	display:block;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	border:2px solid #FFF;
	box-shadow:2px 2px 8px #999;
	text-shadow:1px 1px 1px #000;
	border-radius:10px;

	background-color:#0081C6;
/*	background: #50c8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #50c8e8 0%, #0081c6 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c8e8), color-stop(80%,#0081c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50c8e8 0%,#0081c6 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50c8e8 0%,#0081c6 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #50c8e8 0%,#0081c6 80%); /* IE10+ */
	background: linear-gradient(top, #50c8e8 0%,#0081c6 80%); /* W3C */
}
.follow span:first-child {
	text-transform:none;
}

/* Tabs ------------------------------------------------------ */
#tabs {
	margin-bottom:18px;
	border-bottom:1px solid #A6A8Ab;
	position:relative;
}
#tabs>ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #A6A8Ab;
}
#tabs>ul>li {
	margin:0;
	padding:0 10px;
	float:left;
	position:relative;
	background-color:#F1F1F2;
}
#tabs>ul>li:before, #tabs>ul>li:after {
	height:26px;
	width:10px;
	position:absolute;
	bottom:0;
	content:"";
	background-color:#FFF;
}
#tabs>ul>li:before {
	left:0;
	border-radius:0 0 0px 0;
}
#tabs>ul>li:after {
	right:0;
	border-radius:0 0 0 0px;
}
#tabs>ul>li:hover {
	background-color:#E0E0E0;
}
#tabs>ul>li.here {
	background-color:#e00034;
}
#tabs>ul>li>a {
	margin:-10px 0 0 0;
	padding:4px 16px;
	display:block;
	font-weight:bold;
	color:#58595B;
	background-color:#F1F1F2;
	border-radius:0px 0px 0 0;
}
#tabs>ul>li:hover>a {
	background-color:#E0E0E0;
}
#tabs>ul>li.here>a {
	color:#FFF;
	background-color:#e00034;

	background: -moz-linear-gradient(top, #ff6d42 0%, #e00034 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d42), color-stop(100%,#e00034)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6d42 0%,#e00034 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6d42 0%,#e00034 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff6d42 0%,#e00034 100%); /* IE10+ */
	background: linear-gradient(top, #ff6d42 0%,#e00034 100%); /* W3C */
}
#tabs>div {
	padding:18px 0;
	display:none;
}
#tabs>div.here {
	display:block;
}

/* Audio ------------------------------------------------------ */
#audio p { margin-bottom: 9px; }

/* Event Heading Table ---------------------------------------- */
#eventhead {
	margin-bottom:40px;
	border:none;
}
#eventhead td {
	border:none;
}
#eventhead td.last {
	text-align:right;
}
#eventhead tr:first-child td:first-child {
	width:280px;
}


/* --------------------------------------------------------------
	Generic Pages
-------------------------------------------------------------- */
#page #news .sleave { padding:0 15px 0 15px; }
#buyTickets .entry {
	border-bottom:1px solid #A6A8AB;
}
#buyTickets .entry:first-child {
	border-top:1px solid #A6A8AB;
}

/* --------------------------------------------------------------
	News Archive Page
-------------------------------------------------------------- */
#newsArchive .content .entry {
	padding:16px 0 0 125px;
	border-bottom:1px solid #A6A8AB;
}
#newsArchive .content .entry:first-child {
	border-top:1px solid #A6A8AB;
}
#newsArchive .content .entry h3 {
	margin-top:0;
}
#newsArchive .content .entry h3 img {
	margin:4px 0 0 -125px;
	float:left;
}


/* --------------------------------------------------------------
	Event Archive Page
-------------------------------------------------------------- */
#eventArchive .content .entry {
	padding:16px 0 0 80px;
	border-bottom:1px solid #A6A8AB;
}
#eventArchive .content .entry:first-child {
	border-top:1px solid #A6A8AB;
}
#eventArchive .content .entry h3 {
	margin-top:0;
}
#eventArchive .content .entry .entryImage {
	margin:4px 0 18px -80px;
	float:left;
}


/* --------------------------------------------------------------
	Press Photos Page
-------------------------------------------------------------- */
#pressPhotos .entry {
	padding:16px 0 0 125px;
	border-bottom:1px solid #A6A8AB;
}
#pressPhotos .entry:first-child {
	border-top:1px solid #A6A8AB;
}
#pressPhotos .entry h3 {
	margin-top:0;
}
#pressPhotos .entry h3 img {
	margin:4px 0 0 -125px;
	float:left;
}


/* --------------------------------------------------------------
	Merkin Rentals Page
-------------------------------------------------------------- */
#rentals h2:first-child,
#customBar h2:first-child,
#supportMenu h2:first-child {
	background-color:#FFE14F;
}
#rentals table {
	margin:-10px 0 0 0;
	border:none;
}
#rentals table tr td {
	padding:0;
	border:none;
	vertical-align:middle;
	border-top:2px #CCC dotted;
}
#rentals table tr:first-child td {
	border-top:none;
}
#rentals table h4 {
	margin-top:0;
}
#rentals table img {
	margin:10px 0 10px 0;
}


#basePress {
    height:420px;
	position:relative;
}
#basePress .box {
	width:240px;
}
#basePress #news{ height:100%; }
#basePress #events {
    height:100%;
	position:absolute;
	top:0;
	right:0;
}
#basePress #events ul {
	padding-left:0;
	list-style:none;
}
#basePress #events ul li {
	margin-left:0;
	padding-left:0;
}

/* --------------------------------------------------------------
	Merkin Calendar
-------------------------------------------------------------- */
#pageCalendar {
	margin:0 35px 0 35px;
}
#pageCalendar .calendar td .cellWrap {
	min-height:60px;
	width:118px;
	overflow:hidden;
}

/* General Calendar Styles ----------------------------------- */
table.calendar .calHeader th {
	background-color:#FFF;
	color:#58595B;
	font-size:15px;
	font-weight:bold;
}
table.calendar th {
	padding:0;
	text-align:center;
	border:2px solid #FFF;
}
table.calendar td.calDayHeading {
	padding:0;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background-color:#d0d2d3;
}
table.calendar td {
	width:14.286%;
	padding:0;
	text-align:left;
	background-color:#f1f1f2;
	border:2px solid #FFF;
}
table.calendar td.calBlank { background-color:white; }
table.calendar .cellWrap {
	padding:25px 5px 5px 5px;
	position:relative;
}
table.calendar .cellDate {
	min-width:30px;
	min-height:20px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFF;
	text-align:center;
}
table.calendar td.calendarToday {
	background-color:#ffe563;
}

/* Mini Calendar --------------------------------------------- */
#minical {
	font-size:11px;
	margin:0 4px 0 4px;
}
#minical table {
	margin:0 0 18px 0;
}
#minical table.calendar td {
	text-align:center;
}
#minical table td>div, #minical table td a {
	padding:2px 0;
	display:block;
	border:2px solid #f1f1f2;
	position:relative;
	cursor:default;
}
#minical p {
	text-align:center;
	font-size:9px;
}
#minical p span {
	width:1em;
	border:2px solid white;
}
#minical .open { border-color:#4dc8e9; }
#minical .Register { border-color:#50b948; }
#minical .Holiday { border-color:#ee3124; }

#minical table td>div span.tooltip {
	width:206px;
	padding:8px;
	display:none;
	position:absolute;
	bottom:34px;
	left:-30px;
	z-index:1000;
	color:#58595B;
	text-align:left;
/*	background:transparent url('/images/ui/tooltip-bottom.png') no-repeat bottom left; */
	background:#f6f6ec;
	border:1px solid #a6a8ab;
	border-radius:3px;
}
#minical table td>div span.tooltip:before {
	height:0;
	width:0;
	display:block;
	content:" ";
	position:absolute;
	bottom:-16px;
	left:42px;
	border-top:16px solid #a6a8ab;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
#minical table td>div span.tooltip:after {
	height:0;
	width:0;
	display:block;
	content:" ";
	position:absolute;
	bottom:-14px;
	left:42px;
	border-top:16px solid #f6f6ec;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
#minical table td>div:hover span.tooltip,
#minical td>div:hover span.tooltip span {
	display:block;
}


/* --------------------------------------------------------------
	Lucy Moses Advanced Class Search
-------------------------------------------------------------- */
#advancedSearchResults {
	border-top:1px solid #929497;
	border-right:1px solid #929497;
}
#advancedSearchResults th, #advancedSearchResults td {
   	border-bottom: 1px solid #929497;
	border-left:1px solid #929497;
}
#advancedSearch tr:nth-child(2n) td { background-color:#eaf6fb; }

#advancedSearchResults td a.submit, .register-button {
	background: transparent url(/images/ui/btn_register.png) top left no-repeat;
	width: 54px;
	height: 16px;
	display: block;
	text-indent: -10000px;
	margin: 5px auto 5px;
text-align:left;
}

/* --------------------------------------------------------------
	Search Results Page
-------------------------------------------------------------- */
#searchResults .entry {
    margin-bottom:9px;
    border-top:1px solid #a6a8ab;
}
#searchResults {

}


/* --------------------------------------------------------------
	Miscellaneous
-------------------------------------------------------------- */
.codeblock code { border:1px solid #7586B5; }

.more {
	padding:2px 8px;
	font-size:10px;
	color:white;
	font-weight:bold;
	border-radius:3px;
	position:absolute;
	bottom:8px;
	right:0;

	background-color:#50C8E8;

	background: -moz-linear-gradient(top, #50C8E8 0%, #0081C6 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50C8E8), color-stop(80%,#0081C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* IE10+ */
	background: linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* W3C */
}
a.more { color:white; }
.go, .buy {
	background-color:#e00034;

	background: -moz-linear-gradient(top, #ff6f42 0%, #e00034 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB7731), color-stop(100%,#b60a10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6f42 0%,#e00034 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6f42 0%,#e00034 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff6f42 0%,#e00034 100%); /* IE10+ */
	background: linear-gradient(top, #ff6f42 0%,#e00034 100%); /* W3C */
}
.go, a.go {
	padding:5px 6px;
	font-size:10px;
	color:white;
	font-weight:bold;
	border:0px solid white;

	border-radius:0px;
	box-shadow:1px 1px 3px #999;
}
a.buy {
	margin-bottom:6px;
	display:block;
	font-family: 'Carme', sans-serif;
	font-size:15px;
	line-height:23px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	border-radius:0px;
}
a.buy:hover {
	color:#FFF;
}
#logo {
	position:absolute;
	top:15px;
	left:45px;
}
#email {
	position:absolute;
	top:5px;
	right:22px;
}
#hd .donate {
	position: absolute;
	display: block;
	top: 14px;
	right: 210px;
}
#hd .donate img {
	width: 140px !important;
	height: 31px !important;
}
#hd .head-social {
	position: absolute;
	top:52px;
	right:22px;
}
#hd .head-social-2 {
	position: absolute;
	top:52px;
	right:53px;
}
#hd .head-social-3 {
	position: absolute;
	top: 52px;
}
#classSearch input[type=submit] {
	padding:8px 15px;
	font-size:17px;
	font-weight:normal;
}

/* TinyScrollBar --------------------------------------------- */
.scrollable { height:100%; }
.scrollable .viewport { height:100%; overflow: hidden; position: relative; }
.scrollable .overview { width:100%; list-style: none; position: absolute; left: 0; top: 0; }
.scrollable .thumb .end, .thumb {
	background-color: #A5A6A9;
	border-radius:4px;
}
.scrollable .scrollbar { position: relative; float: right; width: 8px; margin-right:-8px; }
.scrollable .track {
	background-color:#E5E6E7;
	height:100%;
	width:8px;
	position:relative;
	padding:0 1px;
	border-radius:5px;
}
.scrollable .thumb {
	height:20px;
	width:8px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	border-radius:4px;
}
.scrollable .thumb .end {
	overflow:hidden;
	height:5px;
	width:8px;
	border-radius:4px;
}
.scrollable .disable{ display: none; }


/* --------------------------------------------------------------
	Main Navigation
-------------------------------------------------------------- */
#nav {
	height:90px;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	background-color:#F1F1F2;
}
#nav a {
	text-decoration:none;
	color:#58595B;
}
/* First Level ----------------------------------------------- */
#nav>li {
	margin:0;
	padding:14px 0 12px 0;
	width:245px;
	display:block;
	text-align:center;
	float:left;
}
#nav>li>a {
	padding:5px 10px 5px 10px;
	font-family: 'Carme', sans-serif;
	font-size:16px;
	line-height:27px;
	text-transform:uppercase;
}
#nav>li:first-child>a {
	color:#B60A10;
}
#nav>li.here,
#nav>li.active_parent,
#nav>li:hover {
	background:url('/images/ui/nav-top-bg-master.png') no-repeat bottom center;
}
#nav>li.here>a,
#nav>li.active_parent>a,
#nav>li:hover>a {
	color:#FFF;
/*	background-color:#B60A10; */
}
/* Second Level ---------------------------------------------- */
#nav>li>ul {
	width:970px;
	margin:0;
	padding:15px 0 0 10px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	list-style:none;
	background:#E0E0E0 url('/images/ui/nav-grad.png') repeat-x bottom left;
}
#nav>li>ul:before {
	height:32px;
	width:10px;
	display:block;
	background:#E0E0E0 url('/images/ui/nav-grad.png') repeat-x bottom left;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	content:" ";
	border-radius:0 0 10px 0;
}
#nav>li>ul:first-child {
	z-index:11;
}
#nav>li.here>ul,
#nav>li.active_parent>ul,
#nav>li:hover {
	z-index:12;
}
#nav>li>ul>li {
	margin:0;
	padding:0;
	width:auto;
	float:left;
	position:relative;
	z-index:100;

	background:#E0E0E0 url('/images/ui/nav-grad.png') repeat-x bottom left;
	border-radius:0 0 10px 10px;
}
#nav>li>ul>li>a {
	margin:-10px 0 0 0;
	padding:5px 20px 8px 20px;
	line-height:19px;
	display:block;
	position:relative; /* IE6, IE7 */
	font-size:14px;
	text-transform:none;
	border-radius:0px 0px 0 0;
}
#nav>li>ul>li.last_child:after {
	height:32px;
	width:10px;
	display:block;
	background:#E0E0E0 url('/images/ui/nav-grad.png') repeat-x bottom left;
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
	content:" ";
	border-radius:0 0 0 10px;
}
#nav>li.here>ul>li.here,
#nav>li.active_parent>ul>li.here,
#nav>li.here>ul>li.active_parent,
#nav>li.active_parent>ul>li.active_parent,
#nav>li>ul>li:hover {
	margin:0 -10px 0 -10px;
	padding:0 10px 0 10px;
	background:#FFF;
	border-radius:0;
	position:relative;
	z-index:10;
}
#nav>li.here>ul>li>a,
#nav>li.active_parent>ul>li>a {
	color:#58595B;
}
#nav>li.here>ul>li.here>a,
#nav>li.active_parent>ul>li.here>a,
#nav>li.here>ul>li.active_parent>a,
#nav>li.active_parent>ul>li.active_parent>a,
#nav>li>ul>li:hover>a {
	color:#B60A10;
	background-color:#FFF;

}
#nav>li.active_parent>ul>li:hover>a,
#nav>li>ul>li:hover>a {
	color:#000;
}

/* Third Level ----------------------------------------------- */
#nav li ul li ul {
	width:150px;
	margin:0;
	padding:10px 0 10px 0;
	display:none;
	position:absolute;
	top:22px;
	left:8px;
	list-style:none;
	background-color:#E0E0E0;
	border:3px solid #FFF;
	border-radius:0px;
	z-index:-100;
}
#nav li ul li:hover ul {
	display:block;
	z-index:1000;
}
#nav li ul li ul li {
	margin:0 2px;
	padding:0;
	float:none;
	text-align:left;
	line-height:1;
}
#nav li ul li ul li a {
	padding:6px 5px;
	display:block;
	float:none;
	border-radius:0;
}
#nav li ul li ul li a:hover, #nav li ul li ul li a:active {
	color:#B60A10;
	background-color:#FFF;
}

/* --------------------------------------------------------------
	Forms
-------------------------------------------------------------- */
form .wrap {
	margin-bottom:1.5em;
	border:1px solid #000;
	background-color:#F0EED7;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

/*
	-webkit-box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
*/
}
form table { width:100%; margin:0; }
form table tr td {
	padding:5px 10px;
	vertical-align:top;
}
form table tr td:first-child {
	padding:5px 10px;
	vertical-align:top;
}
form table label {
	margin:0;
	padding:0 5px;
	/*display:block;*/

	font-size:0.846em;
	line-height:1.5;
	font-weight:bolder;
}
form table div {
	margin:0;
	padding:0 5px;
	background-color:#FFF;
	border:1px solid #474747;

	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
form table div input, form table div textarea {
	padding:5px 5px;
	margin-left:-5px;
	width:100%;
	border:none;
	background-color:transparent;
}
form table select {
	width:100%;
}
#search {
    position:absolute;
    top:115px;
    right:15px;
    z-index:500;
}
#classSearch input[type=radio] + label {
	min-height:45px;
	width:120px;
	margin:0 10px 18px 0;
	display:inline-block;
	color:white;
	text-align:center;
	cursor:pointer;
	
	border-radius:5px;

	background-color:#929497;
	background: -moz-linear-gradient(top, #BBBDBF 0%, #929497 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBBDBF), color-stop(80%,#929497)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BBBDBF 0%,#929497 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BBBDBF 0%,#929497 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #BBBDBF 0%,#929497 80%); /* IE10+ */
	background: linear-gradient(top, #BBBDBF 0%,#929497 80%); /* W3C */
}
#classSearch input[type=radio] + label span {
	font-size:16px;
	text-transform:uppercase;
}
#classSearch input[type=radio] + label.here {
	background-color:#0081C6;
}
#classSearch input[type=radio]:checked + label {
	background: -moz-linear-gradient(top, #50C8E8 0%, #0081C6 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50C8E8), color-stop(80%,#0081C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* IE10+ */
	background: linear-gradient(top, #50C8E8 0%,#0081C6 80%); /* W3C */
}
#classSearch input[type=radio] {
	display:none;
}
form .checkbox {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
form table .checkbox input {
	width:auto;
	margin:5px;
}
form table .captcha {
	margin-right:145px;
	position:relative;
}
form table .captcha img {
	position:absolute;
	bottom:0;
	right:-145px;
}
form input[type=submit], form input[type=reset] {
	color:white;
	font-weight:bold;
	border:2px solid white;
	border-radius:5px;
	background-color:#B60A10;

	background: -moz-linear-gradient(top, #DB7731 0%, #b60a10 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB7731), color-stop(80%,#b60a10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DB7731 0%,#b60a10 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DB7731 0%,#b60a10 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #DB7731 0%,#b60a10 80%); /* IE10+ */
	background: linear-gradient(top, #DB7731 0%,#b60a10 80%); /* W3C */
}
form table .buttons {
	text-align:right;
	vertical-align:bottom;
}


#searchAge {
	margin-bottom:5px;
	padding:5px;
	background-color:#F1F1F2;
}
#searchAge h4 {
	margin:0;
	color:black;
}
#searchAge li {
	margin:0 0 5px 0;
	list-style:none;
}
#searchAge li>ul>li {
	margin:0;
	padding:0;
	display:inline-block;
}
#searchAge input[type=radio] {
	display:none;
}
#searchAge input[type=radio] + label {
	min-width:20px;
	margin:0 0 8px 0;
	padding:2px 5px;
	display:inline-block;
	text-align:center;
	background-color:#FFF;
	border:1px solid #58595B;
}
#searchAge input[type=radio]:checked + label {
	color:#FFF;
	background-color:#B60A10;
}
#searchAge input[type=radio] + label.here {
	color:#FFF;
	background:#B60A10;
}

ul.searchBar {
	margin-bottom:0;
	padding:0;
}
ul.searchBar h4 { margin:0; padding-bottom:5px; color:black; }
ul.searchBar h4:after {
	width:0;
	height:0;
	margin-left:6px;
	display:inline-block;
	content:"";
	border-top:4px solid transparent;
	border-right:none;
	border-bottom:4px solid transparent;
	border-left:8px solid #BBBDBF;
}
ul.searchBar .open h4:after {
	border-top:8px solid #BBBDBF;
	border-right:4px solid transparent;
	border-bottom:none;
	border-left:4px solid transparent;
}
ul.searchBar > li {
	margin:0 0 5px 0;
	padding:5px 5px 0 5px;
	background-color:#F1F1F2;
	list-style:none;
}
ul.searchBar > li > ul {
	margin:0;
	padding-bottom:5px;
}
ul.searchBar > li > ul > li {
	margin:0;
	list-style:none;
}
ul.searchBar input { vertical-align:baseline; }


/* --------------------------------------------------------------
	Image Maps & Adjustments
-------------------------------------------------------------- */
/*
   Icon: 1 2  3  4  5  6   7   8   9   10  11  12  13  14  15  16
    Pos: 0 24 48 72 96 120 144 168 192 216 240 264 288 312 336 360
*/
/* ----------------------------------------------------------- */
.status {
	width:24px;
	height:24px;
	margin:0;
	padding:0;
}
a.status, .offer a.status {
	margin:0;
	position:absolute;
	top:-6px;
	right:-6px;
}
img.status {
	background-image: url('/images/ui/status-24.png');
	background-repeat: no-repeat;
	vertical-align:bottom;
}
img.status.Featured { background-position: 0 0; }
a:hover img.status.Featured { background-position: -24px 0; }
img.status.open { background-position: -48px 0; }
a:hover img.status.open { background-position: -72px 0; }
img.status.Ready { background-position: -96px 0; }
a:hover img.status.Ready { background-position: -120px 0; }
img.status.Draft { background-position: -144px 0; }
a:hover img.status.Draft { background-position: -168px 0; }
img.status.closed { background-position: -192px 0; }
a:hover .status.closed { background-position: -216px 0; }


/* --------------------------------------------------------------
   Clearfix
-------------------------------------------------------------- */
#nav:after, #nav ul:after,
.entry:after,
.container:after,
.clearfix:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

#nav, #nav ul,
.entry,
.container,
.clearfix
{ display: inline-block; }

* html #nav, * html #nav ul,
* html .entry,
* html .container,
* html .clearfix
{ height: 1%; }

#nav, #nav ul,
.entry,
.container,
.clearfix
{ display: block; }


/* --------------------------------------------------------------
   Print Adjustments
-------------------------------------------------------------- */
@media print{
	body { font-size:10pt; }
	html, body, #wrapper, .container,
	#hd, #hd .content,
	#bd, #bd .content, #bd .subnav,
	#ft, #ft .content {
		margin:0;
		padding:0;
		width:auto;
		float:none;
		border:none;
	}
	body > #wrapper { height:auto; min-height:0; }
	#nv, #contact_form, .bar, .nav-rel,
	#bd .content div.foot, .noprint {
		display:none;
	}

	#bd {	border-top:0.5pt solid #333; }
	#portfolio { display:none; }
	#ft { 
		height:auto;
		width:auto;
		color:black;
		font-style:italic;
		border-top:0.5pt solid #333;
	}
}

.lms_buttons {
	border:1px solid #a6a8ab;
	padding:5px 10px;
	margin:0 0 20px;
}

.lms_buttons li {
	margin:5px 0;
	padding:0px;
	list-style:none;
	display:inline-block;
	width:100%;
}

.lms_buttons a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:5px;
	text-align:center;
	font-size:16px;
	font-family: "futura-pt",sans-serif;
}

.button_green {
	background:#009577;
}

.button_green:hover {
	background:#007458;
}

.button_blue {
	background:#0090bf;
}

.button_blue:hover {
	background:#0072A4;
}

.right_col {
float:right;
width:332px;
}

#lms #social {
	top:auto;
	right:auto;
	position:relative;
	height:auto;
	clear:both;
}

.lms_right_col {
	float:right;
	width:320px;
}

.float-left {
	float:left;
	margin:0 15px 0 0;
}

#lms #news {
	width:290px;
	margin-left:-20px;
}

.lms_classes_item img {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
}

.lms_classes_item {
	position: relative;
	margin: 20px auto;
	border:1px solid #999;
	padding-left:155px;
	height:140px;
}

.lms_classes_item h2 {
	color:#666;
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	margin: 0.65em 0px;
}

.lms_classes_item p {
	margin-bottom:10px;
}

.learn-more-link {
	float:right;
	margin:0 20px 10px;
	
}

#searchKeywords {
	padding-bottom:10px;
}


#nav > li {
width:auto;
padding: 14px 20px 12px;
}

#nav > li.here, #nav > li.active_parent, #nav > li:hover {
background-size:100% 41px;
}

#nav .node_home {
width:100px;
}

#social-icons {
margin:0px;
padding:0px;
}

#social-icons li {
list-style:none;
display:inline-block;
margin:15px 5px 0;
padding:0px;
text-transform:uppercase;
vertical-align:middle;
}

.address p {
line-height:20px;
}

/* </style> */
