body {
	font-size:0.9em;
	text-decoration:none;
	background:#fff;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	min-width:880px;
}
a {
/*	color:#e86c20; */
	color:#999;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px #000 hidden;
}
cite {
	display:block;
	padding:1em 1em 1em 1em;
	border:1px #CCC solid;
	color:#000;
	font-style:normal;
	background:#F8F8F8;
}
hr {
	margin:1.5em 0;
	border:none;
	border-top:1px #999 solid;
}
#navbar a {
	font-weight:normal;
}
a:hover {
	color:#666;
	border-bottom:1px #e86c20 dotted;
}	
#pageblock {
	width:80%;
	min-width:800px;
	margin:0 auto;
}
#header {
	border-bottom:1px #000 solid;
	text-align:right;
	text-transform:lowercase;
	padding:40px 0px 10px 0px;
	font-size:2em;
}
#header strong {
	color:#F00;
}
#strapline {
	padding-top:10px;
	color:#F00;
	font-weight:bold;
	font-size:0.8em;
	text-align:right;
}
#logo {
	position:absolute;
	z-index:1;
	width:79px;
	height:62px;
	left:12%;
	top:40px;
}
#dock {
	padding-top:20px;
	width:700px;
	margin:0 auto;
}
#content {
	text-align:left;
	padding-top: 10px;
}
#content h1 {
	font-size: 1.6em;
	font-weight:normal;
	text-transform:lowercase;
	margin:0.33em 0 .67em 0;
	padding-left:1.2em;
	background:transparent url(/assets/bullets/heading.png) no-repeat left .2em;
}
#content h1 strong {
	font-size:inherit;
	font-weight:normal;
	color:#F00;
}
#content h1 sub {
	font-size:0.65em;
	font-weight:bold;
	vertical-align:bottom;
}
#content h2 {
	font-size: 1.25em;
	font-weight:normal;
	margin:0 0 .5em 0;
}
#content h3 {
	font-size: 1em;
	font-weight:bold;
	margin:0 0 .8em 0;
	color:#F00;	
}
#content .hint {
	font-size: 0.8em;
	color: #999;
	text-align: center;
}
#footer {
	padding:10px 0;
}
#navbar {
	margin-top:10px;
	border-top:1px #000 solid;
	text-align:center;
}
#navbar a {
	color:#000;
}
#navbar li {
	list-style:none;
	display:inline;
}
#navbar #active {
	font-weight:bold;
}
#navbar li:before { 
	color:#DDD;
	content:"| ";
}
#navbar li:first-child:before { 
	content:""; 
}
#copyright {
	text-align:center;
	font-size:0.8em;
	line-height: 1.2em;
	color:#999;
	margin: 0;
}
#faq ul {
	margin:0;
	padding:5px 0;
	text-align:justify;
	list-style: none;
}
#faq li {
	margin-bottom:10px;
	padding:5px 15px 5px 25px;
	border:1px #EEE solid;
	font-weight:bold;	
	background: #FAFAFA url(/assets/bullets/q.png) no-repeat .2em .37em;
}
#faq li li {
	margin-bottom:-2px;
	border:1px #DDD solid;
	font-weight:normal;	
	background: #EEE url(/assets/bullets/a.png) no-repeat .2em .37em;
}
#constitution li {
	list-style-type: lower-alpha;
}
#constitution li li {
	list-style-type: lower-roman;
}
#ebook {
	height:650px;
	width:100%;
	overflow:hidden;
}
#infoblock {
	font-size:0.8em;
	background-color:#EEE;
	padding:5px;
	clear:both;
	width:60%;
	border:1px dashed #AAA;
}
#infoblock h1 {
	font-size:1em;
	text-transform:none;
	padding-left:2em;
	background:transparent url(/assets/infotool.png) no-repeat left;
}
#infoblock h1 strong {
	color:#000;
}
#infoblock li {
	list-style-type:square;
	color:#777;
	font-weight:bold;
	margin-left: 0px;
}
#infoblock li strong {
	font-weight:normal;
	color:#999;
	display: block;
}
#notice {
	padding:1px 10px;
	border:1px #555 dotted;
	background: #FFD;
	text-align: justify;
}
#bio .photo, .photogallery, .previewshowphoto, .exphotogallery {
	background:#FFF url(/assets/nophoto.png) no-repeat 8px 8px;
	padding:8px;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #888 solid;
	border-bottom:1px #888 solid;
}
.exphotogallery {
	border: 1px #CCC dashed;
}
#showphoto {
	float:right;
	margin:1.6em 0 0 0;
}
#ebooklink {
	text-align:center;
	float: right;
}
#performances {
	min-width:880px;

}
#links a {
	font-weight:normal!important;
	
}

/* ---------------------------------------
   Class CSS
   --------------------------------------- */

.previewshowphoto {
	background:url(/assets/nocover.png) #FFF no-repeat 8px 8px;
}
.list, .narrative {
	color:#777;
	font-size:0.8em;
}
.list {
	width:700px;
}
.asblock {
	float:left;
	clear:none;
}
.paddedline {
	line-height: 1.6em;
	overflow: hidden;
}
.tableheading {
	font-weight:bold;
	display:block;
	float:left;
	border:none;
	border-bottom:1px #000 solid;
	width:160px;
	padding:.3em 10px .3em 0;
}
.tabledata {
	display:block;
	float:left;
	border:none;
	border-bottom:1px #DDD dashed;
	width:160px;
	height:1em;
	line-height:1.5em; /* set higher than height to ensure no artefacting when font resized */
	overflow:hidden;
	padding:.3em 10px .8em 0;
}
.tabledata strong {
	color:#777;
}
.tableheading, #list a {
	color:#000;
}
.tcl, .tcr, .tcm {
	margin:0;
	padding:0.5em;
	text-align:center;
}
.tcl {
	width:30%;
	float:left;
}
.tcm {
	margin:0 32%;
	border-left:1px #CCC dashed;
	border-right:1px #CCC dashed;
}
.tcr {
	width:30%;
	float:right;
}
.nolink {
	border:none!important;
	padding:0!important;
	background:none!important;
}
.linkbutton a {
	margin:10px 0 5px 0;
	clear:left;
	display:block;
	width:16em;
	text-align:center;
	padding:3px;
	border:1px #999 solid;
	font-size:0.8em;
	font-weight:bold;
	color:#999;
	background-color:#DDD;
	margin-right:0;
	margin-left:auto;
}
.linkbutton a:hover {
	border:1px #666 solid;
	color:#666;
}
.emphasize {
	font-weight: bold;
	color: #666;
}
.odd {
	background:#FFF;
}
.even {
	background:#F4F4F4;
}
.linebreak {
	clear:left;
	padding:1em 0;
}
.pagebreak {
	clear: both;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFF;
	padding:1em;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.NavPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px!important;
	margin: 0px 1px 0px 0px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	background-color:#999;
	list-style: none;
	border:1px #666 solid!important;
	cursor: pointer;
	color:#FFF!important;
}
.NavPanelsTab:hover {
	background-color:#777;
}
.roleheading {
	float:left;
	display:block;
	width:11em;
}
.centred {
	margin:0 auto;
	text-align:center;
}
.justified {
	text-align: justify;
}
.fleft {
	float:left;
	margin:.3em 1em 1em 0;
}
.scenes {
	float:left;
	margin-top:-2em;
	max-width:800px;
	overflow:hidden;
}
.scenes th {
	color:#F00;
	font-weight:bold;
	padding-top:2em;
	padding-bottom:.5em;
	border-bottom:1px #000 solid;
	text-align: left;
}
.scenes td {
	border-bottom:1px #DDD dashed;
	font-size:0.8em;
	color:#999;
	line-height:2em;
	padding-right:3em;
}
.scenes td .nosquash {
	min-width: 17em;
}
.scenes td strong {
	color:#666;
}
.roles {
	float:left;

	width:52.5em;
	overflow-x:hidden;	
}
.roles .scroll {
	height:20em;
	overflow-y:auto;
}
.roles th {
	font-weight:bold;
	text-align:left;
	color:#000;
	border-bottom:1px #000 solid;
	line-height:1.8em;
}
.roles td {
	border-bottom:1px #DDD dashed;
	color:#999;
	line-height:1.8em;
}
.roles .year {
	padding-left:.5em;
	width:5em;
}
.roles .show {
	width:20em;
}
.roles .role {
	width:25em;
}
.roles td strong {
	color:#666;
}
.lq {
	margin-bottom:5px;
}
.rq {
	margin-bottom:-5px;
}
.photogallery, .exphotogallery {
	margin:10px 10px 0 10px;
}
.photogallery:hover, .previewshowphoto:hover, .exphotogallery:hover {
	border:3px #e86c20 solid;
	padding:6px;
	background:#FFF url(/assets/nophoto.png) no-repeat 6px 6px;
}
.previewshowphoto:hover {
	background:#FFF url(/assets/nocover.png) no-repeat 6px 6px;
}
.reviewpreview {
	padding:10px;
	border:2px #999 dashed;
}
.captioned {
	display:inline-block;
	width:140px;
	height:200px;
	font-size:0.7em;
	font-family:Geneva, Arial, Helvetica, sans-serif
}
.captioned a {
		color:#999!important;
		font-weight:normal;
}

/* ---------------------------------------
   Conditional CSS
   --------------------------------------- */

.list a[href*="display.php"], .narrative a[href*="display.php"] {
	padding-left:16px;
	color:#000;
	background:transparent url(/assets/sitenav/link_info.png) no-repeat left top ;
}
#content a[target="_blank"] {
	padding-left:0!important;
	padding-right:16px;
	background:transparent url(/assets/sitenav/link_ext.png) no-repeat right center;
}
a[href*="content/index"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_home.png) no-repeat left center;
}
a[href*="@"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_email.png) no-repeat left center;
}
a[href*="facebook"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_facebook.png) no-repeat left center;
}
a[href*="contact"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_contact.png) no-repeat left center;
}
a[href*="history.go(-1)"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_return.png) no-repeat left center;
}
a[href*="location.reload"] {
	padding-left:20px;
	background:transparent url(/assets/sitenav/link_refresh.png) no-repeat left center;
}
