body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	/*background: #fff url("../images/bg.jpg") top center repeat-y;*/
	color: #444;
	font-size: 76%;
	line-height: 1.3;
	font-family: "Istok Web", Arial, Helvetica, Verdana, sans-serif;
}

html, body, .mm-page {
	height: 100%;
}

p, form, input, table, textarea, select, ul, li, blockquote {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.input-text-full {
	width: 92%;
}

.tablesorter th {
	cursor: pointer;
}

.tablesorter tr.even {
	background-color: #eee;
}

textarea {

}

img {
	border: none;
}

a {
	color: #e24912;
}

a:hover {
	color: #cc5206;
}

.email_at {
	vertical-align: text-bottom;
}

.alert {
	color: #f00;
}

hr {
	border: 0;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	font-size: .92em;
	margin: 0;
}

hr.space {
	margin: 1.5em 0;
}

blockquote {
	margin: 0 3em;
}

/* Font size 0 to fix Windows IE 5.5 */
.clear { 
	clear: both; 
	height: 1px; 
	font-size: 0; 
	overflow: hidden; 
}


h1 {
	font-size: 2em;
	color: #666;
	font-weight: 400;
	margin: 0 0 .5em;
}

h2 {
	font-size: 1.6em;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 .3em;
	padding-top: .5em;
}

h2 a {
	color: #444;
	text-decoration: none;
}

h2 a:hover {
	color: #888;
}

h2 span a {
	color: #e24912;
}

h2 span a:hover {
	color: #cc5206;
}

h4 {
	font-size: .84em;
	text-transform: uppercase;
	margin: 0;
}

legend {
	color: #333;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0 .5em;
	margin: 0;
}

fieldset {
	padding: 1em 2em 0;
	margin: 0 0 2em;
	border: 1px solid #ccc;
}


#leftCol h1.background {
	background-color: #e6e6e6; 
	padding: 12px 8px 0 5%; 
	margin: 0 -5%;
	color: #888;
}

.grayBar {
	background-color: #e6e6e6; 
	padding: 12px 2% 0 5%; 
	margin: 0 -5% 1.5em;
	color: #888;
}

#leftCol .grayBar h1 {
	color: #888;
	margin-bottom: 0;
}

body.home #leftCol h1,
body.feature #leftCol h1 {
	margin-left: 0;	
}

#leftCol .grayBar select {
	border: 2px solid #fff;
	background-color: #eee;
	padding: 1px;
	color: #444;
	font-size: .92em;
}

h3 {
	font-size: 1.16em;
	color: #444;
	margin: 0 0 .7em;
}

.moreLink {
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .92em;
}

.moreLink.medium {
	margin-top:15px;
}

.moreLink a {
	text-decoration: none;
}

#leftCol p.moreLink {
	margin-bottom: 0;
}

.dates {
	font-size: .92em;
	font-style: italic;
}

.button,
.buttonDisabled {
	float: left;
}

.button a,
input.button,
.buttonLike {
	display: block;
	border: 1px solid #b53a0d;
	background-color: #e24912;
	padding: 5px 8px 4px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .84em;
	letter-spacing: .04em;
	text-align: center;
}

.buttonDisabled {
	display: block;
	border: 2px solid #666;
	background-color: #888;
	padding: 3px 6px 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .84em;
	letter-spacing: .04em;
	text-align: center;
}

input.button {
	letter-spacing: .02em;
	float: none;
}

.button a:hover,
input.button:hover,
.buttonLike:hover {
	opacity: 0.8;
}

.buttonLike {
	padding: 4px 6px 3px;
	float: none;
	display: inline;
}
.buttonLike a {
	color: #fff;
	text-decoration: none;
}

#leftCol ul {
	margin: 0 0 1em 1.5em;
}

#leftCol li {
	margin-bottom: .4em;
}

/* Centered container */

.width-constraint {
	margin: 0 auto;
	max-width: 902px;
}

.container {
	background-color: #fff;
	min-height: 100%;
	position: relative;
	
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);*/
}


/* HEADER */

/*#header {
	position: relative;
	height: 70px;
	padding-top: 106px;
}

#header.shorter {
	height: 44px;
}

body.home #header.shorter {
	height: 48px;
}*/

#logo {
	margin-left: 4%;
	margin-top: 24px;
	margin-bottom: 16px;
}

#menu a {
	color: #555;
}

/* util nav */

#utilNav {
	background-color: #e6e6e6;
	overflow: auto;
}

#utilNav .util-nav {
	list-style-type: none;
	float: right;
	overflow: auto;
	margin: 12px -10px 10px 0;
}

#utilNav .util-nav li {
	float: left;
	border-left: 1px solid #999;
	text-transform: uppercase;
	font-size: .84em;
	letter-spacing: .04em;
}

#utilNav .util-nav li.first {
	border-left: none;
}

#utilNav .util-nav li a {
	display: block;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}

#utilNav .util-nav li.last a {
	padding-right: 0;
}

#utilNav .util-nav li a:hover,
#utilNav .util-nav li#currentUtilNav a {
	color: #999;
}

#utilNav .util-nav li#currentUtilNav a {
	font-weight: 700;
}

.social-media {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 9px;
}

.social-media li {
	float: left;
	margin-right: 12px;
}

.social-media li a {
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.social-media li#twitter a {
	background-image: url("../images/icon_twitter.png");
}

.social-media li#facebook a {
	background-image: url("../images/icon_facebook.png");
}

.social-media li#pinterest a {
	background-image: url("../images/icon_pinterest.png");
}

.social-media li#instagram a {
	background-image: url("../images/icon_instagram.png");
}

.social-media li a:hover {
	opacity: 0.7;
}

#search-hours {
	float: right;
	margin-top: 8px;
}

#search-hours form {
	margin-bottom: 8px;
}

.searchTerms {
	border: 1px solid #bbb;
	font-size: 10px;
	padding: 2px;
	color: #aaa;
	width: 174px;
}

.mm-menu .searchTerms {
	border: none;
	font-size: 1em;
	width: 150px;
}

.searchSubmit {
	vertical-align: bottom;
}

#admission-hours {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .92em;
	font-weight: 600;
}


/* nav */

#nav-bg {
	
}

#nav-wrap {
	border-bottom: 10px solid #e24912;
}

#nav-wrap > .width-constraint {
	margin-bottom: -10px;
}

#nav {
	margin: 0 auto;
	list-style-type: none;
	display: table;
	min-width: 90%;
}

#nav li {
	display: table-cell;
	position: relative; /* for ie */
	text-align: center;
	text-transform: uppercase;
}

#nav li a {
	display: block;
	outline: 0;
	padding: 8px 20px 18px;
	text-decoration: none;
	color: #e24912;
}

#nav li:hover {
	opacity: 0.8;
}

#nav li#currentNav {
	font-weight: 700;
}

#subnav-bg {
	background-color: #e6e6e6;
	overflow: hidden;
}

#subnav-wrap {
	position: relative;
}

.subnav {
	list-style-type: none;
}

#header .subnav {
	overflow: auto;
	margin: 0 auto;
	display: table;
	max-width: 97%;
	display: none;
}

#header .subnav.currentNav {
	display: table;
}

#header .subnav li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.92em;
}

#header .subnav li a {
	display: block;
	padding: 10px 9px 9px;
	text-decoration: none;
	outline: 0;
	color: #e24912;
}

#header .subnav li a:hover {
	opacity: 0.6;
}

#header .subnav li.currentSubnav a {
	font-weight: 700;
	opacity: 1.0;
}

/* END HEADER */

/* BURGER MENU */

.mm-menu a {
	color: #fff;
	text-decoration: none;
}
.mm-menu .menu-close {
	text-transform: uppercase;
	margin-bottom: 18px;
}
.mm-menu .menu-close a {
	background: transparent url("../images/slideshow_nav_left.png") 0 0 no-repeat;
	padding-left: 27px;
	line-height: 21px;
	background-size: 21px 21px;
	display: block;
}
.mm-menu ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #b63a0d;
}
.mm-menu ul.social-media {
	float: none;
	border-bottom: none;
	margin-top: 18px;
}
.mm-menu .social-media li {
	margin-left: 0;
	margin-right: 10px;
}
.mm-menu li a {
	display: block;
	border-top: 1px solid #b63a0d;
	color: #fff;
	padding: 7px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1em;
}
.mm-menu .social-media li a {
	border-top: none;
	padding: 0;
}

.mm-menu .social-media li#twitter a {
	background-image: url("../images/icon_twitter_mobile.png");
}

.mm-menu .social-media li#facebook a {
	background-image: url("../images/icon_facebook_mobile.png");
}

.mm-menu .social-media li#pinterest a {
	background-image: url("../images/icon_pinterest_mobile.png");
}

.mm-menu .social-media li#instagram a {
	background-image: url("../images/icon_instagram_mobile.png");
}

.mm-menu ul.subnav {
	height: auto;
	margin-bottom: 6px;
	border-bottom: none;
	display: none;
}
.mm-menu ul.subnav.current-burger-subnav {
	display: block;
}

.mm-menu .subnav li {
	float: none;
	height: auto;
	font-weight: 400;
	font-size: 1em;
}

.mm-menu .subnav li a {
	height: auto;
	padding: 0 0 6px;
	background-color: transparent;
	color: #fff;
	opacity: 0.8;
	border-top: none;
	text-transform: none;
}

.mm-menu .subnav li a:hover,
.mm-menu .subnav li.currentSubnav a {
	opacity: 1.0;
}

.mm-menu #subnav-exhibits,
.mm-menu #subnav-studios,
.mm-menu #subnav-classes,
.mm-menu #subnav-education,
.mm-menu #subnav-news,
.mm-menu #subnav-give,
.mm-menu #subnav-about {
	margin-left: 0;
	left: 0;
}

.mm-menu ul.util-nav {
	border-bottom: none;
}

.mm-menu ul.util-nav li a {
	text-transform: none;
	border-top: none;
	font-weight: 400;
	padding: 4px 0;
}

/* END BURGER MENU */

/* HOME PAGE */

#slide-box {
	position: relative;
}
#slides-container {
	margin-bottom: 24px;
}


.slide {
	position: relative;
}

.slide .text {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000); 
    zoom: 1;
	width: 240px;
	padding: 0 50px 0 30px;
	height: 100%;
	color: #fff;
	font-size: 1.08em;
}

.slide img {
	width: 100%;
	display: block;
}

.slide .text-inner {
	padding-top: 26px;
	padding-bottom: 16px;
}

.slide .text h2 {
	font-weight: 700;
	padding-top: 0;
}

.slide .text h2 a {
	color: #fff;
}

.slide .text p.superTitle {
	margin-bottom: .3em;
}

.slide .text .moreLink {
	margin-top: 10px;
	text-align: left;
}

#slide-previous,
#slide-next {
	position: absolute;
	top: 45%;
	z-index: 200;
	outline: 0;
	width: 35px;
	height: 35px;
}

#slide-previous img,
#slide-next img {
	width: 100%;
	height: auto;
}

#slide-previous:hover,
#slide-next:hover {
	opacity: 0.9;
}

#slide-previous {
	left: -17px;
}

#slide-next {
	right: -17px;
}

#slide-nav {
	position: absolute;
	bottom: 5%;
	right: 20px;
	z-index: 100;
}

#slide-nav a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url("../images/slideshow_dots.png") 0 0 no-repeat;
}

#slide-nav a.activeSlide {
	background-position: -20px 0;
}

/* END HOME */

#featuredItem {
	position: relative;
}

#featuredItem div.clear {
	background-color: #fff;
}

#featuredItem img {
	width: 100%;
	height: auto;
	display: block;
}

#featureInfo {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9F000000,endColorstr=#9F000000); 
    zoom: 1;
	width: 240px;
	padding: 0 30px;
	height: 100%;
	color: #fff;
	font-size: 1.08em;
}

#featureInfo .text-inner {
	padding-top: 26px;
	padding-bottom: 16px;
}

#featureInfo h2 {
	padding-top: 0;
}

#featureInfo p {
	margin-bottom: .7em;
}

#featureInfo p.superTitle {
	font-weight: 700;
	font-size: 1.08em;
	margin-bottom: .2em;
}

#featureInfo p.subTitle {
	font-size: 1.08em;
	margin-top: -.4em;
}

#featureInfo p.dates {
	margin-top: -.4em;
	margin-bottom: 1em;
}

#featureInfo p.exhibitLocations {
	margin-top: -1em;
	margin-bottom: 1em;
}

#featureInfo a {
	text-decoration: none;
}

#featureInfo h2 a {
	color: #fff;
}

#featureInfo h2 a:hover {
	color: #e24912;
}

#featureInfo .moreLink {
	text-align: left;
	margin-top: 10px;
}

#main {
	margin-top: 22px;
	padding-bottom: 280px;
}

body.home #main {
	margin-top: 0;
	padding-bottom: 246px;
}


/* LEFT COLUMN */

#leftCol {
	float: left;
	width: 64%;
	padding-left: 5%;
	padding-bottom: 2em;
}

body.home #leftCol,
body.feature #leftCol {
	padding-left: 0;
	width: 72%;
	margin-left: -1.4%;
}

body.event #leftCol {
	width: 65%;
	padding-top: 42px;
}

#leftCol p,
#leftCol blockquote {
	margin-bottom: 1em;
}

#leftCol h3 {
	padding-top: 1em;
}

body.event #leftCol h3 {
	padding-top: 0;
}

#leftCol img.endImage {
	max-width: 100%;
}

#leftCol img.inset {
	max-width: 50%;
}

div.spaceAfter1 {
	padding-bottom: 1em;
}

.subFeature {
	float: left;
	width: 29.33%;
	margin: 0 2%;
	color: #444;
	position: relative;
	padding-bottom: 12px;
	display: inline; /* fix ie6 */
}

.subFeature img {
	margin-bottom: 1.1em;
	width: 100%;
	height: auto;
}

.subFeature h2 {
	font-size: 1.8em;
	margin: 0 0 .2em;
}

.subFeature .exhibitLocations {
	margin-top: -1em;
}

#leftCol .superTitle,
#leftCol .subTitle {
	font-size: 1.24em;
	margin-bottom: .4em;
	line-height: 1.1;
}

body.event #leftCol h2 {
	font-size: 2em;
	margin-bottom: 0.8em;
	padding-top: 0;
}

#leftCol .eventExhibit .subTitle {
	margin-top: -.7em;
	margin-bottom: 1.2em;
}

#leftCol .eventExhibit .dates {
	margin-top: -1.1em;
	margin-bottom: 1.5em;
	font-size: 1em;
}

#leftCol .eventExhibit .exhibitLocations {
	margin-top: -1.5em;
	margin-bottom: 1.5em;
	font-size: 1em;
}

#leftCol .listElement .exhibitLocations {
	margin-top: -1em;
}

.upcomingImageOverlay {
	background-color: #666;
	color: #ddd;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	padding-top: 3px;
	margin-top: 0;
	position: absolute;
	width: 100%;
}

.upcomingLink {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 0 14px;
}

.upcomingLink a {
	background-color: #666;
	display: block;
	color: #ddd;
	text-decoration: none;
	height: 17px;
	padding: 2px 6px 1px;
}

.upcomingLink a:hover {
	background-color: #e24912;
	color: #fff;
}

.itemType {
	background-color: #666;
	color: #ddd;
	font-weight: 700;
	text-transform: uppercase;
	height: 17px;
	padding: 3px 8px 0;
	margin-bottom: .3em;
	float: left;
}

.exhibit-slideshow {
	margin-bottom: 15px;
	overflow: auto;
}

.exhibit-slideshow .slideshow-thumb {
	width: 120px;
	height: 90px;
	background-size: cover;
	background-position: center center;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.listElement,
.listElementNoImg {
	padding: 1.6em 0 1.4em;
	clear: both;
}

.listElementNoImg {
	margin-left: 2em;
	margin-right: 2em;
}

.borderTop {
	border-top: 1px solid #ddd;
}

.borderBottom {
	border-bottom: 1px solid #ddd;
}


.listElement .imgBox {
	width: 33%;
	float: left;
	text-align: right;
}

.listElement .imgBox img {
	max-width: 100%;
}

#leftCol .listElement p {
	margin-left: 36%;
}

.listElement h2,
.listElementNoImg h2 {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 .2em 36%;
	padding-top: 0;
}

.listElementNoImg h2 {
	margin-left: 0;
}

.listElement h2 a {
	color: #444;
	text-decoration: none;
}

.listElement h2 a:hover {
	color: #888;
}


#leftCol .listElement h3,
#leftCol .listElementNoImg h3 {
	font-size: 1.6em;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 .2em 36%;
	padding-top: 0;
}

#leftCol .listElementNoImg h3 {
	margin-left: 0;
}

.listElement h3 a,
.listElementNoImg h3 a {
	color: #444;
	text-decoration: none;
}

.listElement h3 a:hover,
.listElementNoImg h3 a:hover {
	color: #888;
}


table.public {
	/*border-spacing: 3px;
	border: 1px solid #eee;*/
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}

.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}

.border-right {
	border-right: 1px solid #e0e0e0;
}

.border-top {
	border-top: 1px solid #e0e0e0;
}



table.public td {
	/*background-color: #eee;*/
	padding: 16px 10px 16px 0;
}

table.public.tight td {
	padding: 4px 10px 4px 0;
}

table.public td.tight {
	padding-top: 8px;
	padding-bottom: 8px;
}

table.public.tight td.padding-bottom {
	padding-bottom: 16px;
}

table.public.tight td.padding-top {
	padding-top: 16px;
}

table.public td.align-left,
table.public th.align-left {
	text-align: left;
}

table.public td.align-right,
table.public th.align-right{
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
}

table.public th {
	/*background-color: #ddd;*/
	/*font-size: .84em;
	text-transform: uppercase;*/
	/*padding: 4px 4px 2px;*/
	color: #999;
	padding: 8px 0;
	border-bottom: 1px solid #e0e0e0;
}

table.public td.label {
	text-align: right;
	width: 30%;
	font-weight: 400;
}

table.public td.add-item-details {
	background-color: #e0e0e0;
	padding: 16px;
}

table.public td.add-item-details th {
	border-bottom: none;
	color: #444;
	font-weight: 400;
	font-size: .92em;
	padding-top: 0;
	padding-bottom: 0;
}

table.public td table.public td {
	padding: 0 0 10px;
}

table.public select {
	max-width: 93%;
	width: 100%;
}

table.public.credit-card select {
	width: auto;
}

textarea.comments {
	width: 100%;
}


/* FIELDTRIPS */

.fieldtripSignups td {
	background-color: #ddd;
	border-color: #888;
	border-width: 2px;
}

.weekend td {
	background-color: #888;
}

.fieldtripSignups table {
	margin-bottom: 0;
}



.fieldtripSignups table td {
	border-color: #999;
	background-color: #fff;
	border-width: 1px;
}

.fieldtripSignups table .headerRow td
{
	background-color: #aaa;
	color: #fff;
	font-weight: 700;
}

.fieldtripSignups table .headerRow td a {
	color: #fff;
}

.label {
	font-weight: 700;
}



/* Contests */

#leftCol .winnerLinks h3 {
	padding-top: 0;
}

.winnerLinks a {
	text-decoration: none;
}

#leftCol .winnersLists h3 {
	margin-bottom: .3em;
	padding-top: .5em;
}

.winner img,
.bwWinner img {
	float: left;
	margin-bottom: 1em;
}

.winner p {
	margin-left: 130px;
}

.bwWinner p {
	margin-left: 260px;
}

/* Classes */

#leftCol ul.classviewButtons {
	list-style-type: none;
	padding-top: 1em;
	margin-left: 0;
}

.classviewButtons li {
	float: left;
	border-left: 1px solid #fff;
	text-align: center;
	width: 24.5%;
}

.classviewButtons li.first {
	border-left: none;
}

.classviewButtons li a {
	display: block;
	background-color: #f49253;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 2% 7px;
	outline: none;
	width: 96%;
}

.classviewButtons li a:hover {
	background-color: #e24912;
}


.catNav {
	float: right;
}

.courseClasses {
	background-color: #eee;
	padding-bottom: 1px;
	margin-bottom: 1em;
	clear: both;
}

.listElement .courseClasses {
	margin-left: 36%;
	clear: none;
}

#leftCol .courseClasses p {
	margin-left: 20px;
	margin-right: 20px;
}

#leftCol .courseClasses h3 {
	background-color: #888;
	color: #fff;
	margin: 0 0 1em;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .92em;
	padding: .5em 1em .2em 20px;
}

.classDatesTimes {
	border-top: 2px solid #aaa;
	padding-top: 1em;
}

.classFees {
	float: right;
	padding-right: 20px;
	width: 9em;
}

#leftCol .courseClasses .classFees p {
	margin: 0;
}

.classFees .button,
.classFees .buttonDisabled {
	margin: .5em 0 0;
	float: none;
}


/* Schedule */

.scheduleDiv {
	padding-top: 1em;
	margin: 0 -28px;
}

/*#leftCol ul.studioButtons {
	list-style-type: none;
	margin-left: 0;
}*/

#leftCol .studioButtons {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#leftCol .studioButtons td {
	border-left: 2px solid #666;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

#leftCol .studioButtons td.first {
	border-left: none;
	width: 49%;
}

.studioButtons a {
	background-color: #f49253;
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 0;
	outline: none;
	vertical-align: middle;
	width: 100%;
}

.studioButtons a:hover,
.studioButtons #currentStudioButton a {
	background-color: #e24912;
}

.studioInfo {
	background-color: #888;
	border: 8px solid #888;
	border-bottom-width: 5px;
	clear: both;
}

.studioInfo h2 {
	color: #fff;
	background-color: #888;
	padding: 2px 10px;
	margin-bottom: 0;
}

.studioDetails {
	background-color: #eee;
	border-bottom: 8px solid #888;
	padding-top: 1px;
}

.studioButtonHeader {
	background-color: #666;
}

#leftCol .studioButtonHeader h3 {
	color: #fff;
	margin-left: 18px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 2px;
}

.studioInfo h2 span {
	font-size: .6em;
	margin-left: 1.5em;
}

#leftCol .studioInfo p {
	margin: 6px 10px;
	font-size: .92em;
}


.dateControls {
	background-color: #666;
	padding: 6px 12px 3px 20px;
}

.weekControls {
	float: right;
	width: 58%;
	text-align: right;
}

.weekControls a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	background-color: #ec8644;
	padding: 1px 4px;
	font-size: .76em;
}

.weekControls a:hover {
	background-color: #e24912;
}

#leftCol .dateControls h3 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}


#reserve-studio-day {
	display: none;
}


table.schedule,
table.fieldtrips {
	border-collapse: collapse;
	/*border: 1px solid #ddd;
	border-top: none;*/
	font-size: .92em;
	/*margin-left: 1px;*/
	width: 100%;
}

.schedule th,
.fieldtrips th {
	background-color: #666;
	color: #eee;
	padding: 4px 2px 3px;
	border: 1px solid #666;
	width:13%;
}

.schedule th:first-child {
	width:8%;
}

.fieldtrips th {
	border-bottom: none;
}

.schedule th.past {
	color: #aaa;
}

.schedule th a {
	color: #fff;
	text-decoration: none;
}

.schedule th a:hover {
	text-decoration: underline;
}

.schedule td {
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	padding: 10px 6px;
	font-weight: 700;
	color: #666;
}

.schedule td.subStudios {
	padding: 0;
}

.schedule td.subStudios table {
	width: 100%;
	border-collapse: collapse;
}

.schedule td.subStudios td a {
	padding: 2px 8px;
}

.schedule.single-day {
	background-color: #eee;
}

.schedule.single-day td {
	text-align: left;
}
.schedule.single-day td.headerRow,
.schedule.single-day td.active,
.schedule.single-day td.filled,
.schedule.single-day td.closed{
	text-align: center;
}

.schedule.single-day .studio-title {
	padding: 8px 12px 0 0;
}

.schedule.single-day .toggleStudioSelection {
	margin-bottom: 6px;
}

.schedule.single-day td a {
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 3px;
}

.schedule.single-day td.active,
.schedule.single-day td.filled,
.schedule.single-day td.closed {
	padding-left: 14px;
	padding-right: 14px;
}

.dayStudioSelector {
	background-color: #666;
	color: #fff;
	padding: 13px 20px 5px;
}

#leftCol .dayStudioSelector h3 {
	color: #fff;
	font-size: 1.24em;
	padding-top: 0;
	margin-bottom: 0.5em;
}

#leftCol .dayStudioSelector ul {
	list-style-type: none;
	margin: 0 0 13px;
	padding: 0;
}

#leftCol .dayStudioSelector li {
	margin: 0 0 1px;
	padding: 0;
}

.dayStudioSelector li a {
	display: block;
	background: #eee url(../images/studio_select_off.png) 10px 9px no-repeat;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 9px 12px 7px 38px;
	font-size: 1.08em;
	text-decoration: none;
}

.dayStudioSelector li#currentStudioButton a {
	background-image: url(../images/studio_select_on.png);
}

.dayStudioSelector li a:hover {
	background-color: #ddd;
}

img.ui-datepicker-trigger {
	vertical-align: bottom;
	margin-left: 20px;
}

.reservationDetails {
	display: block;
	background-color: #afcae7;
	text-align: left;
	padding: .2em 1em;
	color: #444;
}

.fieldtrips td {
	border: 1px solid #ddd;
	padding: 1px;
	color: #111;
	vertical-align: top;
}

.fieldtrips td.past {
	background-color: #eee;
}

.fieldtrips td.weekend {
	background-color: #e6e6e6;
}

.fieldtrips td div.dateTitle {
	font-weight: 700;
	font-size: .92em;
	padding: 4px;
	background-color: transparent;
	color: #444;
}

.fieldtrips td div {
	background-color: #eee;
	border: 1px solid #fff;
	padding: 2px 4px;
	font-size: .84em;
}

.fieldtrips td.weekend div {
	border-color: #e6e6e6;
}

.fieldtrips td div.closed,
.fieldtrips td.past div {
	color: #333;
	background-color: #aaa;
}

.schedule td.active {
	padding: 2px;
}

.schedule td.closed,
.fieldtrips td.closed {
	background-color: #ccc;
	color: #999;
}

.schedule td.filled {
	background-color: #eee;
	color: #888;
}

.schedule td.filled span.reservation_info {
	font-size: 10px;
}

.schedule td.rowHeader {
	background-color: #eee;
	text-align: right;
	font-weight: 700;
	color: #777;
	font-size: .92em;
	width: 3em;
}

.schedule.day td.rowHeader {
	width: 5em;
}

.schedule td a {
	display: block;
	background-color: #ec8644;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 4px;
}

.schedule td a.link {
	display:inline;
	padding: 0;
	background-color: #eee;
	color:#888;
}

.schedule td a.link:hover {
	color:#ec8644;
	background-color:#eee;
}

.schedule td a.selected {
	background-color: #e24912;
}

.schedule td .reservationDetails a {
	display: inline;
	background-color: transparent;
	color: inherit;
	padding: 0;
}

.schedule td a:hover {
	background-color: #e24912;
	color: #fff;
}

.schedule td a.selected:hover {
	background-color: #c43c0e;
}

.schedule td a.infoButton {
	background-color: #729dcc;
	margin-bottom: .3em;
}

.schedule td.headerRow {
	padding: 2px 0 1px;
	background-color: #ddd;
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .84em;
}

#studioBlockSubmit,
#makeItNowBlockSubmit {
	float: right;
}


.faq_block {
	border: 1px solid #ddd;
	padding: 12px;
	padding-bottom: 0;
	background: #F4F4F4;
	margin-bottom: 1.5em;
	clear: both;
}


/* Events */


#leftCol .sponsors h4 {
	padding-top: 0;
	margin-bottom: .4em;
}

#leftCol .sponsors h4 {
	padding-top: 0;
	margin-bottom: .4em;
}

.ticketInfo {
	float: right;
	background-color: #eee;
	margin: 0 0 1em 20px;
	width: 45%;
	clear: right;
}

.cantAttend {
	clear: both;
	margin-top: 1em;
	background-color: #ccc;
	padding: .1em 0 .5em;
}

.cantAttend a {
	color: #555;
}

body.event #leftCol .ticketInfo h3 {
	background-color: #888;
	color: #fff;
	margin: 0 0 .6em;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .92em;
	padding: .8em 1em .2em;
}

#leftCol .cantAttend h4 {
	font-size: .92em;
	margin-left: 1em;
}

#leftCol .ticketInfo p,
#leftCol .ticketInfo .buttonDisabled {
	margin: .5em 1em 0;
}

.slideshowBox {
	position: relative;
	text-align: center;
	background-color: #eee;
	padding-bottom: 10px;
}

#leftCol ul.slideshowNav {
	list-style-type: none;
	background-color: #ddd;
	height: 1.6em;
	margin: 0;
}

.slideshowNav li a {
	display: block;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size: .92em;
	font-weight: 700;
	padding: 4px 8px 3px;
}
.slideshowNav .next {
	float: right;
}

.slideshowNav .previous {
	float: left;
}

#slide { 
	padding-top: 12px;
	padding-bottom: 4px;
	margin: 0 auto;
}

#slide img {
	margin: 0;
	max-width: 100%;
	cursor: pointer;
	/*border: 3px solid #666;*/
}

#slide p.slideshowPhotocredit { margin: 2px 2px 0 0; font-style: italic; font-size: 11px; text-align: right; }


#caption { font-size: 1px;  } /* this forces slideshow caption div to shrink vertically in IE 5 win when no caption */

#caption p.slideshowCaption { 
	margin: 0; 
	padding: 6px 10px 0; 
	font-size: 12px; 
	line-height: 1.2; 
}

/* RIGHT COLUMN */

#rightCol {
	float: right;
	width: 27%;
	padding-bottom: 2em;
}

#rightCol h3 {
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 .3em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
}

#rightCol h3 a {
	color: #fff;
	text-decoration: none;
}

.promo {
	margin-bottom: 9px;
}

.promo img {
	max-width: 100%;
	display: block;
}

#promoCalendar {
	background: #e24912 url("../images/sidebar_red_bg.jpg") 0 0 no-repeat;
	background-size: cover;
}

#promoCalendar a {
	color: #fff;
	text-decoration: none;
}

#promoCalendar p {
	margin-left: 20px;
	margin-bottom: .7em;
	font-weight: 700;
}

.promoContact {
	background: #58595b url("../images/sidebar_email_bg.jpg") top left no-repeat;
	background-size: cover;
	padding: 12px 14px 15px;
	font-size: .92em;
	color: #fff;
}
.mm-menu .promoContact {
	clear: left;
	background: none;
	padding: 6px 0 0;
	font-size: 1.08em;
	font-weight: 700;
	line-height: 1.6;
}

.promoContact input {
	border: none;
	line-height: 24px;
	height: 24px;
}
.promoContact input[type=text] {
	width: 79%;
	padding-left: 3%;
	vertical-align: bottom;
}
.promoContact input[type=submit] {
	width: 18%;
	line-height: 18px;
	padding-top: 2.5px;
}

.mm-menu .promoContact input[type=text] {
	padding: 2px;
	width: 150px;
	height: auto;
	line-height: 1.3;
}
.mm-menu .promoContact input[type=image] {
	height: auto;
	line-height: 1.3;
}


.announcement {
	padding: 1em 1em;
	/*background-image: url("../images/promoOverlayBottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

.announcement img {
	margin: 0 -1em 1em;
	width: 100%;
}

.announcement h2
{
	line-height: 1.2;
	margin-bottom: .3em;
}

.announcement h2 a,
.announcement .moreLink a
{
	color: #fff;
	text-decoration: none;
}

.announcement1 {
	background-color: #006778;
	background-image: url("../images/sidebar_blue_bg.jpg");
	background-size: cover;
}

.announcement2 {
	background-color: #ff7900;
	background-image: url("../images/sidebar_orange_bg.jpg");
	background-size: cover;
}

.announcement3 {
	background-color: #e6a310;
	background-image: url("../images/sidebar_yellow_bg.jpg");
	background-size: cover;
}

.announcement4 {
	background-color: #e99f00;
}


/* LEFT SIDEBAR*/

#leftSidebar {
	float: left;
	width: 30%;
}

#leftSidebar h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}

/* EVENTS */

.event-subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.event-subnav li {
	margin: 1em 0;
}

.event-subnav li a {
	text-decoration: none;
	color: #e24912;
	outline: none;
}

.event-subnav li a:hover {
	opacity: 0.6;
}

.event-subnav li a#currentSidenav {
	font-weight: 700;
}

#leftCol .event-subnav {
	display: none;
}

#leftCol .event-subnav ul {
	float: right;
	width: 45%;
	margin: 0 0 1em 20px;
}

#leftCol .event-subnav li {
	margin-bottom: 0;
}

/* END EVENTS */

/* FOOTER */

#gov-award {
	
}

#gov-award img {
	width: 100%;
}

#footer {
	padding: 16px 0 10px;
	border-top: 1px solid #999;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #999;
	font-size: .92em;
	line-height: 1.5;
}

body.home #footer {
	border-top: none;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
}

.sitemap {
	list-style-type: none;
	text-align: left;
	overflow: auto;
	margin-bottom: 12px;
	font-size: 1.05em;
}

.sitemap li {
	float: left;
	font-weight: 700;
	width: 10%;
	padding-left: 2%;
}

.sitemap li li {
	float: none;
	font-weight: 400;
	width: auto;
	padding-left: 0;
	font-size: .98em;
}


/* IMAGE */

img.inset {
	margin: 2px 0 8px 20px;
	float: right;
}

.inlineImage {
	margin: 2px 0 20px 5%;
	float: right;
	line-height: 1.3;
	max-width: 45%;
	padding: 0;
}

.inlineImage img {
	max-width: 100%;
}

.credit {
	font-style: italic;
}

#leftCol div.inlineImage p.caption { 
	margin: .2em 0; 
	font-size: .92em; 
	text-align: center; 
}

#leftCol #leadArticle div.inlineImage p.caption {
	margin-right: 0;
}

#leftCol div.inlineImage p { 
	margin: .1em 0 .5em; 
	font-size: .76em; 
	text-align: right;
}


.image_after_paragraph {
	margin: 0 0 1.5em 0;
	line-height: 1.3;
	padding: .5em 0 0;
	max-width: 518px;
}

#leftCol div.image_after_paragraph p.credit { 
	margin: .1em 0 0; 
	font-size: .75em; 
	text-align: right;
}
#leftCol div.image_after_paragraph p.caption { 
	margin: 0; 
	font-size: .92em; 
	text-align: center;
}

.tablet,
.mobile,
.show-430,
.show-480 {
	display: none;
}

/* EMMA email signup */

.e2ma_signup_form {
	width: auto !important;
}

#e2ma_signup_image_container,
#e2ma_signup_message {
	display: none;
}

.e2ma_signup_form_label {
	white-space: normal !important;
	width: 47% !important;
}

.e2ma_signup_form_row,
.e2ma_signup_form_required_footnote {
	padding: 0 !important;
	margin-bottom: 8px !important;
	border: none !important;
	overflow: auto;
}

.e2ma_signup_form_element {
	width: 50%;
	margin-left: 50% !important;
}

.e2ma_signup_form input[type="text"], .e2ma_signup_form textarea, .e2ma_signup_form select {
	width: 96% !important;
}

#leftCol .e2ma_signup_form_row ul {
	list-style-type: none;
	margin-left: 0;
}