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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#333;
	background: #352d24 url(../images/bg_body.jpg) top center;
	padding: 20px;
}

body#teaser {
	background: none;
	background-color: #fff;
}
body#teaser div {
	background: url(../images/teaser.gif) center center;
	width: 490px;
	height: 682px;
	margin: 0 auto;
}
body#teaser a {
	text-indent: -3000px;
	display: block;
	width: 490px;
	height: 682px;
}
body#teaser a:hover {
	background: url(../images/teaser_enter.gif) no-repeat 307px 557px;
}

.hidden {
	display: none;
}

.clearer {
	clear: both;
}

a {
	color: #880000;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.normal li a {
	font-weight: normal;	
	text-decoration: none;
}

.normal li a:hover {
	text-decoration: underline;	
}


p {
	margin-bottom: 10px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
}

h4 {
	clear: left;
	margin-bottom: 2px;
	font-size: 14px;
}

h5 {
   font-size: 13px;
   margin-top:8px;
}

h6 { font-size: 11px; }

td {
	margin: 4px;
	padding: 4px;
}

hr {
	border: 0px;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}

ol, ul {
	margin: 0px 0px 20px 30px;
}

cite {
	margin: 0px 60px 20px 0;
	display: block;
}

img { max-width:100%; height:auto; }

input.field {
	padding: 2px;
	font-size: 10px;
	border: 1px solid #002e4f;
}
input.button {
	padding: 2px 8px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #243c60;
	color: white;
	text-transform: uppercase;
	border: 1px solid #999;
}
input.button:hover {
	color: #deac41;
	cursor: pointer;
}
option {
	padding: 2px;
}

.img_right {
	float: right;
	clear: right;
	margin: 0 0px 10px 16px;
}
.img_left {
	float: left;
	clear: left;
	margin: 0 16px 10px 0px;
}

.bigfoot { margin-right: 110px; margin-top:15px; }
.callout {
	margin-bottom: 10px;
	padding: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #070c13;
	color: #8597b3;
}

embed {
   margin-bottom: 20px;
}

cite {
	font-style: normal;
}

.notes {
	font-size: 80%;
	font-style: italic;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/* ----------------------------- WRAPPER ----------------------------- */
#wrapper {
	width: 982px;
	margin: 0 auto;
	position: relative;
	
}

/* ----------------------------- HEADER ----------------------------- */
#header {
	background: url(../images/bg_header.png) top left no-repeat; 
	height: 201px;
	position: relative;
}
#header h1 {
	float: left;
	/* background: url(../images/logo_header.png) top left no-repeat;*/
/*	_background: url(../images/logo_header.gif) top left no-repeat; */
	width: 247px;
	height: 110px;
	margin: 42px 16px 0 65px;
}
#header h1 a {
	width: 247px;
	height: 110px;
	display: block;
}
#header h1 span {
	display: none;
}
#header h2 {
	float: left;
	margin: 51px 0 10px 0;
	font: 1.1em/1.1em normal Georgia, "Times New Roman", Times, serif;
	width:290px;
}
#header_mid {
	float: left;
	width: 300px;
}
#header #links {
	width: 300px;
}
#header #links ul {
	margin: 0;
	padding: 0;
	font: 0.9em "Courier New", Courier, monospace;
}
#header #links ul li {
	display: inline;
	background: url(../images/header_links_div.gif) center right no-repeat;
	padding-right: 8px;
	margin-right: 4px;
}
#header #links ul li.last {
	background: none;
	padding-right: 0;
}
#header #links ul a {
	text-decoration: none;
}
#header #links ul a:hover {
	text-decoration: underline;
}

#header #subscribe {
	font-size: 0.8em;
	margin-top: 4px;
}
#header #subscribe input {
	font-size: 0.7em;
	*font-size: 0.9em;
	width: 100px;
}

#header #photo {
	float:right;
	margin: 15px 60px 15px 0;
}

#header #logo_foot {
	position: absolute;
	background: url(../images/logo_foot_header.png) top right no-repeat;
	top: 40px;
	right: 51px;
	width: 212px;
	height: 261px;
	text-align: right;
	padding-right: 30px;
	vertical-align:: middle;
	line-height: 153px;
	font-size: 0.7em;
}

.logo-left { float:left; margin-top: 15px; max-width:12.3%; }
.logo-right { margin-top: 50px; float:left; max-width:87.6%; }

/* ----------------------------- PRIMARY NAVIGATION ----------------------------- */

#navbar {
	position: absolute;
	top: 156px;
	margin: 0;
	width: 982px;
	height: 32px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font: 1.4em bold Arial, Helvetica, sans-serif;
	background: url(../images/bg_nav.png) repeat;
	z-index:1000;
}

#navbar.home-nav  { position: absolute; top: 514px; }
#navbar li {
	list-style: none;
	float: left;
	}
	
#navbar li.top-level {
display: block;
	padding: 0 40px 0 20px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #000;
	text-decoration: none; 	
	font-weight:bold;
	
}
#navbar li a {
	display: block;
	padding: 0 30px 0 10px;
	color: black;
	text-decoration: none;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	
	
	}
	
	#navbar li.icon { margin-left: 50px; }
	#navbar li.icon a {
	display: block;
	padding: 2px 4px;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	
	
	}
#navbar li ul {
	display: none; 
	width: 120px; /* Width to help Opera out */
	padding: 0 10px 0 10px;
	background-color: #999;}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #999;
	border-bottom: 1px solid #fff;
	color: #000;
	padding: 0 10px 0 10px;
	width: 120px;
	}
#navbar li li a:hover {
	background-color: #880000; }
	/* for ie 6 
	#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #666;
	border-bottom: 1px solid #fff;
	color: #000; }
	/* end ie 6 stuff */


body#about #navbar li#navbar-about a,
body#theatre #navbar li#navbar-theatre a,
body#film #navbar li#navbar-film a,
body#who #navbar li#navbar-who a,
body#education #navbar li#navbar-education a,
body#support #navbar li#navbar-support a,
body#contact #navbar li#navbar-contact a {
	background-color: #666;
	color: #fff;
}

.home-nav { position: absolute; top: 514px; }


/* ----------------------------- CONTENT ----------------------------- */
#content {
	background: url(../images/bg_content.png) top center repeat-y;
	margin: -40px 0px;
	padding: 30px 0 0 0;
	color: black;
	font-size: 1.1em;
	width:  982px; /* 982 - padding-x  */
	
}

#padding { padding: 1px 74px 10px 74px; }
#padding-home { padding: 1px 40px 10px 40px; }
.home-image { float:right; max-width:530px; }
.facebook-container { float:left;  }
#home_news img,
#home_welcome img,
blockquote img {
	float: left;
	clear: left;
	margin: 4px 12px 4px 0;
	padding: 1px;
	border: 1px solid #88816f;
}

#content h2 {
	margin-bottom: 10px;
	
}
#content h3 {
	font-size: 150%;
	font-weight: normal;
}
#content h3.typeface-js,
#content h2.typeface-js {
	font-size: 34px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 20px 0 0 0;
}

#content h4 {
	text-transform: capitalize;
	font-size: 1.3em;
	margin-bottom: 6px;
}
em.dateline {
	clear: left;
	display: block;
	font-size: 0.8em;
}

blockquote {
}
blockquote em.author {
	display: block;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 20px;
	font-style: normal;
}

.small { font-size:10px;}

/* ----------------------------- SHOW ----------------------------- */


#show {
width: 172px;
height: 490px;
float:left;
padding: 10px 3px 0 10px;


}

#show h3.typeface-js,
#show h2.typeface-js
	 {
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0px 0 0 0;
	
	
}

#show p {
	font-size:11px;	
}

/* ----------------------------- ENSEMBLE ----------------------------- */
ul.ensemble {
	margin-left: 10px;
	width: 23%;
	float: left;
}
ul.ensemble li {
	list-style: none;
}

body#ensemble h3 {
	margin: 25px 0 6px 0;
}
body#ensemble canvas {
	zclear: left;
	zfloat: left;
	padding: 20px 10px 5px 0;
}
body#ensemble #content a {
	cursor: hand;
	cursor: pointer;
}
body#ensemble h2.typeface-js canvas {
	padding: 0;
}
body#ensemble #caption h3 {
	visibility: visible;
	margin: 10px 0 12px 0;
}
body#ensemble #caption p {
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.3em;
}


/* ----------------------------- POSTER ----------------------------- */
.poster {
	color: white;
	width: 314px;
	float: right;
	right: 60px;
	margin: 10px 0 10px 20px;
}
.poster_top {
	background: url(../images/poster_top.png) top left no-repeat;
	height: 26px;
}
.poster_top h3 {
	margin: 0;
	padding: 8px 0 0 0;
	text-indent: 0 !important;
	text-align: center;
	font-size: 1.0em !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
.poster_mid {
	width: 314px;
	*width: 290px;
	padding: 4px 12px;
	background: url(../images/poster_mid.png) top left repeat-y;
}
.poster_mid img {
	margin: 0 auto;
	padding-bottom: 6px;
	border: 0;
}
.poster_mid p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 6px 25px 6px 5px;
}
.poster_mid a {
	color: #fff;
}
.poster_mid ul {
	margin: 0;
	padding: 0;
}
.poster_mid ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 47%;
}
.poster_mid ul li a {
	color: white;
}
.poster_bot {
	background: url(../images/poster_bot.png) top left no-repeat;
	height: 23px;
}

/* ----------------------------- READINGS ----------------------------- */

.border-box { border: 1px solid #666; padding: 10px 20px; width:48%; }

/* ----------------------------- KIDS ----------------------------- */
.videos {
	font-size: 11px;
	font-weight:bold;
	margin: 0;
}

/* ----------------------------- PHOTOS ----------------------------- */
#home_photos {
	height: 230px;
	position: relative;
}
#photo1, #photo2, #photo3, #photo4, #photo5 {
	position: absolute;
}
#photo1 {
	left: -20px;
}
#photo2 {
	top: 80px;
	left: 150px;
}
#photo3 {
	top: 90px;
	left: 270px;
}
#photo4 {
	top: 70px;
	left: 420px;
}
#photo5 {
	top: 75px;
	left: 600px;
}

/* ----------------------------- FOOTER ----------------------------- */
table.chart {
	background-color: #999;
	margin-top: 10px;
	border: 0;
}
table.chart th {
	background-color: #ddd;
	color: #880000;
	padding: 5px;
	cursor: pointer;
	border: 0;
}
table.chart td {
	background-color: white;
	padding: 7px;
	vertical-align: top;
	font-size: 80%;
	border: 0;
}

table.chart th.headerSortUp { 
	background: #aaa url(../images/icon_arrowdown.gif) center right no-repeat;
	color: white;
}
table.chart th.headerSortDown { 
	background: #aaa url(../images/icon_arrowup.gif) center right no-repeat;
	color: white;
}

/* ----------------------------- FOOTER ----------------------------- */
#footer {
	background: url(../images/bg_footer.png) top left no-repeat;
	height: 66px;
	padding: 0 60px;
}

/* ----------------------------- COPYRIGHT ----------------------------- */
#copyright {
	background: url(../images/logo_footer.gif) 66% 0% no-repeat;
	height: 95px;
	padding-top: 10px;

}
#copyright p {
	color: #fff;
	text-align: center;
	font-size: 9px;
}
#copyright a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ------------------SOCIAL MEDIA --------------*/
#follow-us {
	margin:200px 0 0 -100px;
	width: 100px;
	background: url(../images/bg_nav.png);
	float:left;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

.button {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;	
}

.button:hover {
	filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
	}	
	
	nav select {
  display: none;
}
	nav .mobile-social { 
	display: none; 
	}
	
@media screen and (max-width: 980px) {
	body { padding: 6px; }
	nav ul     { display: none; }
	nav form { margin: 4px 0; }
  nav select { display: inline-block; width:50%; height:30px; font-size:18px;}
  nav .mobile-social { display: inline-block; margin: 4px 0;  }
  nav .mobile-social a { display: block;
	padding: 2px 4px;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle; }
	#padding-home { padding: 1px 10px 10px 10px; }
	#padding { padding: 1px 10px 10px 10px; }
	#wrapper { width: 98%; }
	#follow-us { display:none;}
	#navbar { width:98%; }
	.logo-right { margin-top:25px; }
	#content { width: 100%; margin: 0; padding: 0; }
	#footer { display:none; }
	.home-banner { max-width: 100%; height:auto; }
	#photo { display:none; }
	.home-image { max-width:450px; }
	#header { background: url(../images/bg_content.png) top left no-repeat; height:auto;}
	.bigfoot { margin: 6px; max-width: 40%; }
	.border-box { width: 98%; margin: 0 auto; }
	table.chart td { padding: 0; }
	td { margin: 1px; padding: 1px; }
}

@media screen and (max-width: 855px) {
	.home-image { max-width: 550px; float:none; margin: 0 auto 20px auto; }	
	.facebook-container { float:none; width: 100%; margin: 12px auto; }
}