html { 
	height:100%; 
	}

body {
/* background-color:#e3e5ea; */
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-image:url(../images/bknobarREP.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body a:link, body a:active, body a:visited{
	color:  #575364;
	text-decoration: none;
	outline:none;
}

body a:hover {
	color: #aea8a8;
	text-decoration: none;
	outline:none;
}

h2, h1 {
	margin:0px; padding:0px;
}

#external #extraDiv1, #external #extraDiv2, #title #extraDiv1, #title #extraDiv2, #internal #extraDiv1, #internal #extraDiv2, #footer #extraDiv1, #footer #extraDiv2 {
	display:none;	
}

.nobkgd {
	background-image:none;
	background-color:none;
		
}

/*
#background, #background2 {
	width:100%;
	height:100%;
	position:fixed;
	background-repeat: repeat;
	background-position: left top;
	background-image:url(../images/papertileLeftSmaller.jpg);
	margin:0px;
	padding:0px;
	margin-top:0px;
	top:0px;
	z-index:0;
	display:none;
}

#background2 {
	background-position: right top;
	background-image:url(../images/papertileRightSmaller.jpg);
}
*/

#container {
	position: relative;
	min-height:100%;
	min-width:850px;
	padding: 0px;
	z-index:1;
	border: 0px solid GREEN;	
	background-attachment: fixed;
	background-image:url(../images/bknobardarkREPYshadow.png);
	background-repeat: repeat-y;
	background-position: center top;	
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	height: 0px;
	text-align: right;
	padding:0px;
	border:0px outset #A8B0BD;
	z-index:5;
}

#title #extraDiv1 {
	display:none;
	z-index:10;
	position: absolute;
	width: 800px;
	left:0px;
	top:0px;
	height: 125px;
	background-image: url(../images/homepagelogo.png);
	background-repeat: no-repeat;
	background-position: right top;	
	border:0px outset #A8B0BD;
}

.pagetitleA {
/*	font-family: 'Aldrich';*/
	font-weight:bold;
	padding:0px;
	margin:0px;
	color:#979a9d;
	position:fixed;
	left:50%;
	top:10px;
	margin-left:-500px;
	width:90px;
	outline:0px solid RED;
	line-height:19px;
	border-bottom:1px solid #aea8a8;
	padding-bottom:8px;
}
.pagetitleA span {
	display:block;	
}
.pagetitleA span.first {
	letter-spacing: -1.5px;
	font-size:26px;
}
.pagetitleA span.last {
	font-size:22px;
	letter-spacing: -1.5px;
}
.pagetitleA span.sub {
	letter-spacing: -1px;
	line-height:9px;
	font-size:12px;
	font-weight:normal;
}

.pagetitleB {
	letter-spacing: -4px;
	font-size:48px;
	padding:1px 7px 7px 7px;
	float:right;
	margin:0px 0px 0px 0px;
	color:#575364;
	text-transform:uppercase;
}

.header{
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding-bottom: 15px;
}

p.bio {
	font-family:Arial, Helvetica, sans-serif;
	text-indent:2em;
	padding:0px 10px 25px 10px;
	margin-top:-10px;
}

.bioPhoto {
	float:left;
	margin:0px 25px 15px 10px;
	outline: outset 4px #A8B0BD;
	border: solid 2px #A8B0BD;
	
}

ul, ol {
	padding-bottom:15px;
	margin-top:0px;
	margin-bottom:0px;
}

li {
	padding-bottom: 5px;
}

#innercontainer {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 25px 0px 25px;
	outline: 0px solid BLUE;
	z-index:2;
}

#menu {
	letter-spacing: -1px;
	width: 150px;
	font-size: 18px;
	text-align: right;
	color: #3D4252;
	border-top:0px outset #A8B0BD;
	padding:0px;
	position:fixed;
	outline: 0px solid RED;
	top:70px;
	left:50%;
	z-index:100;
	margin-left:-560px;
}

#menu p {
	margin:0px;
	padding:0px;
	padding-bottom:0px;
}

#menu a, .activeLink {
	text-decoration: none;	
	color:  #111;
}

#menu a:hover, .activeLink{
	color:  #575364;
}

/*
#innercontainer {
	background:transparent url(../images/whiteTransp40.png);
	background-repeat: repeat;
	background-position: left top;	
}

* html #innercontainer {
	background-image:none;
	background-color: #FFFFFF;
	filter:alpha(opacity=40);
}

* html #innercontainer * {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
*/

#sidebar {
	position: relative;
	width: 210px;
	float:right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
}

#content {
	position: relative;
	width:770px;
	margin: 0px auto;
	padding: 0px 15px 110px 15px;
	outline: 0px solid RED;
	clear:both;
}

#highlights, #contactinfo, #blurbs, #note {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px;
	padding-top:25px;
	margin-bottom:10px;
	width: 200px;
	position: relative;
	font-size: 10px;
}

#highlights {
	background-image: url(../images/highlightstitle.gif);
}

#contactinfo {
	background-image: url(../images/contactboxtitle.gif);
	height: 50px;
}

#blurbs {
	background-image: url(../images/blurbstitle.gif);
}

#note {
	background-image: url(../images/notetitle.gif);
}

.push {height: 90px; position: relative;}

#footercontainer {
	position:absolute;
	bottom:0px;
	width:100%;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	min-height:50px;
	width:730px;
	margin:0px auto 0px auto;
	text-align: center;
	padding:8px;
	border-top:2px outset #575364;
	z-index:10000;
}

#footer {
	background-repeat: repeat;
	background-position: center top;	
}

#copyright {
	width:800px;
	font-size: 9px;
	text-align: center;
	color: #979a9d;
	outline:solid 0px RED;
}

#submenu a:link, #submenu a:active, #submenu a:visited{
	color:  #3D4252;
	text-decoration: none;
}

#submenu a:hover{
	color: #d0cac9;
	text-decoration: none;
}

#submenu {
	position:relative;
	font-size: 12px;
	text-align: center;
	color: #aea8a8;
	border-bottom:0px inset #A8B0BD;
	padding:5px;
	outline: 0px solid RED;
	z-index:20000;
}

#submenu p {
	margin:0px;
	padding:0px 5px 0px 0px;
	display:inline;
}



.prop {
	height:500px;
	float:right;
	width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
 /*   BASIC TEXT STYLINGS   */
.huge {font-size:24px;}
.large {font-size:18px;}
.med {font-size:14px;}
.small {font-size:10px;}
.tiny {font-size:8px;}
.fleft {float:left;}
.fright {float:right;}
.smallcaps {font-variant: small-caps;}
.tight {margin-bottom:3px; padding-bottom:0px;}
.loose {margin-bottom:20px; padding-bottom:0px;}
.purple {color:#575364;}
.centered { margin:auto; text-align:center; }
.divider { border-bottom:2px solid #575364; }
.twoCol { float:left; width:49%; }
.threeCol { float:left; width:33%; outline: 0px solid RED; }


.testimonial { border-top: 1px solid #7E88AB; border-bottom: 5px solid #575364; color: #666; font-style: italic; padding:10px 35px;  margin-bottom:25px; padding-bottom:5px; position:relative; }
.testimonial p { padding:0px; margin:0px; }
.testimonial .source { color: #555F89; font: bold; text-align: right; padding:5px 0px 0px 0px; }
.testimonial .sourcenote { color: #7E88AB; font-weight:bold; font-size:75%; text-align: right; padding-bottom:0px;}
.testimonial .openquote { color: #aea8a8; font-weight:bold; font-size:300%;  position:absolute; top:-3px; left:5px;}
.testimonial .closequote { color: #BBB; font-weight:bold; font-size:300%; position:absolute; bottom:12px; right:20px;}
.testimonial .readmore { font-style:italic; font-size:80%; text-align: left; position:absolute; bottom:0px; left:0px;}
.testimonialsItem { border:0px solid #575364; margin:0px 20px 0px 10px; }

.quoteContent {
quotes:"\201C""\201D";
color: #666;
clear:both;
margin:0px;
padding:0px;
padding-top:2px;
}
.quoteContent:before {
color:#BBB;
content:open-quote;
font-size:4em;
line-height:1px;
margin-right:.25em;
vertical-align:-.4em;
}

.pressItem {
	position:relative;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/phpThumb/phpThumb.php?src=../../images/imagePlaceholder.jpg&w=100&h=100&zc=T);	
}

.pressItem .invisiLink {
	height:50px;	
}

.pressItem .inner {
	border-left:1px solid #aea8a8;	
	margin: 0px 0px 0px 110px;
	padding:10px;
}

.multiDivider {
	border-top:1px solid #aea8a8;
	margin:5px auto;
	width:90%;
	clear:both;
	position:relative;
	display:block;
}

.pressItem .multiDivider {
	width:100%;
	margin-left:-10px;
}

.multiDivider div {
	border-top:1px solid #CC6;
	position:relative;
	display:block;
	width:50%;
	margin:-1px auto 0px auto;
	display:none;
}
.multiDivider div span {
	border-top:1px solid #933;
	position:relative;
	display:block;
	width:30%;
	margin:-1px auto 0px auto;
	display:none;
}

.pressItem .quoteTitle {
	float:left;
	font-weight:bold;
	font-size:110%;
	line-height:12px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

.pressItem .quoteDate {
	float:right;
	font-style:italic;
	font-size:80%;
	line-height:12px;
	padding:0px 15px 0px 0px;
	margin:0px;
}

.pressItem .readMore, .pressFeature .readMore {
	padding:3px;
	margin-top:5px;
	float:right;
	color:  #CCC;
	background-color:#575364;
}

.pressItem .readMore:hover, .pressFeature .readMore:hover {
	background-color:#CCC;
	color:#575364;
}

.pressFeature .readMore {
	padding:3px;
	margin-top:-10px;
	margin-right:10px;
	float:right;
}

.pressFeature .sourceLogo {
	font-size:28px;
	font-style:italic;
	letter-spacing:-1px;
}


.pressItem .quoteSource {
	padding:5px 0px 0px 30px;
	display:inline-block;
	font-style:italic;
}

.pressFeature p {
	padding-right:10px;
}

.pullquote {
quotes:"\201C""\201D";
font-size:1.2em;
text-align:left;
background:#575364;
color:#fff;
display:block;
float:right;
width:125px;
margin: 10px;
padding:10px;
margin-top:0px;
border-left:5px solid #aea8a8;	
}

.pullquote span {
	font-size:80%;
	font-style:italic;
	float:right;
	padding-top:3px;
}

.pullquote:before {
color:#BBB;
content:open-quote;
font-size:4em;
line-height:1px;
margin-right:.1em;
vertical-align:-.4em;
}

.pressFeature {
	border-left:10px solid #575364;	
	border-bottom:0px solid #aea8a8;	
	margin-bottom:30px;
	padding:10px 0px 5px 15px;
}

.pressFeature .quoteDate {
	color:#666;
	font-size:80%;
	padding-bottom:5px;
	font-style:italic;
}

.pressFeature .featureImage {
	float:left;
	margin-right:20px;
	border:0px solid #DDD;
}
.pressFeature .sourceLogo {
	float:right;
	outline:none;
}

.pressFeature h1 {
	font-size:20px;
	line-height:20px;
}
.pressFeature h2 {
	margin-bottom:10px;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color:#666;
}

.theatreItem, .engineeringItem, .mediaItem {
	position:relative;
	margin: 0px 10px 20px 10px;
	font-size:12px;
	line-height:12px;
	float:left;
	height:85px;
	width:260px;
	color:#000;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/phpThumb/phpThumb.php?src=../../images/imagePlaceholder.jpg&w=100&h=100&zc=T);
	padding:5px 0px 10px 100px;
	border-right: 1px solid #AAA;
/*	background-color: #E3E3E3;*/
}

.invisiLink {
	outline: 0px solid RED;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height:100px;
	width:100px;
}

.shadow {
	 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);	
}

.engineeringItem {
	width:260px;
	margin-right:10px;
	padding-top:0px;
	height:90px;
}

.theatreItem p, .mediaItem p, .engineeringItem p, .audioclips p {
	padding:1px 1px 1px 10px;
	margin:0px;
	border-bottom-style: none;
	outline:0px solid red;
}
.audioclips div.player {
	padding:0px 0px 0px 8px;
}

.audioclips div.player p.multipleClips {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1;
}

/*
.audioclips {
	float:left;
	clear:right;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 10px solid #AAA;
	height:78px;
	width:370px;
	padding:10px 0px 10px 10px;

}

.audioclips p.clipname {
	padding: 5px 0px 0px 0px;
	float:left;	
	font-style:italic;
	clear:left;
}
.audioclips div.player {
	float:left;
	padding:0px 0px 0px 10px;
}
.audioclips span {
	font-weight:bold;
	display:block;
}
*/
.theatreItem p.title, .mediaItem p.title, .engineeringItem p.artist {
	font-size:110%;
	font-style:italic;
	font-weight:bold;
}
.engineeringItem p.artist { font-style:normal; }

.theatreItem p.year, .mediaItem p.year, .engineeringItem p.year {
/*	position:absolute;
	bottom:2px;
	right:2px; */
	font-style:italic;
	color:#333;
	float:right;
	padding-right:5px;
}
.engineeringItem p.album { 
	font-style:italic;
}
.engineeringItem p.label { 
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #AAA;
}
.engineeringItem p.role {
	font-weight:bold;	
}
.engineeringItem p.note {
	font-style:italic;
	font-size:90%;
}
p.director:before { 
	content:"Directed by ";
	font-weight:normal;
}
p.director { 
	font-weight:bold;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #AAA;
}
.mediaItem p.location { 
	font-style:italic;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #AAA;
}
p.venue:before { 
	content:"@ ";
	font-weight:bold;
}
.theatreItem div.notes {
	font-size:90%;
}

img.map {
	float:left;
	margin:0px 20px 0px 120px;
	border:2px solid #575364;
}
img.map:hover {
	border:2px solid #CCC;
}
p.contact {
	margin:0px;	
}

div.studio {
	padding:0px 0px 0px 210px;
	margin:0px 10px;
	background-image:url(../images/2nd-logo-nb.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
p.studio {
}


/* Two Column Comma *//*
.equipment {
	padding:10px;
	float:left;
	width:380px;
}
.equipment ul {
	list-style-position: outside;
	list-style-type: none;	
	display:inline;
	margin:0px;
	padding:0px;
}
.equipment ul li {
	display:inline;
}
.equipment ul li.delimiter {
	margin-left:0px;
	margin-right:.3em;
}
*/

/* Three Column List */
.equipment {
	padding: 10px 10px 10px 10px;
}
.equipment ul {
	list-style-position: outside;
	list-style-type:disc;	
	display:block;
	margin:0px 0px 0px 25px;
	padding:0px;
}
.equipment ul li {
	margin:0px 0px 0px 0px;
	padding-top:0px;
	padding-bottom:0px;
}
.equipment ul li.delimiter {
	margin:0px .3em 0px 0px;
	display:none;
}


.equipment ul span.brand {
	font-weight:bold;
}
.equipment ul span.item:before {
	content:" ";
}
.equipment ul span.quantity:before {
	content:" (";
}
.equipment ul span.quantity:after {
	content:")";
}

.awardIcons {
	position:absolute;
	top:-5px;
	right:4px;
	outline:0px solid RED;
	
}

.awardIcons img {
	float:left;
	padding-left:3px;
}

#studioGallery {  padding-left:12px; }
.galleryThumb { float:left; margin-right:15px; margin-bottom:15px; }
