/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

/*---------------------------------------------------------------------------------
Rebuild Edit of Yahoo Base
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif; }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 2.8em; } /* 28px */
 
h2 {	font-size: 2.6em; } /* 26px */
 
h3 {	font-size: 2.4em; } /* 20px */
 
h4 { font-size: 1.8em; } /* 18px */
 
h5 { font-size: 1.6em; } /* 16px */
 
p, li, dl { font-size: 1.6em; }  /* 16px */

/*----------------
Define All Colours
------------------

White - #FFF
Black - #000
B.Pink - #F66
Peach - #FC9
----------------*/


/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/

@font-face {
	font-family: 'SovbaRegularRegular';
	src: url('../fonts/sovba_regular-webfont.eot');
	src: local('SovbaRegularRegular'), url('../fonts/sovba_regular-webfont.woff') format('woff'), url('../fonts/sovba_regular-webfont.ttf') format('truetype'), url('../fonts/sovba_regular-webfont.svg#webfontBkhJycog') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #F66 url('../images/bg.jpg') top center repeat-y;
}

#container {
	margin: 0 auto;
	width: 860px;
}

#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 860px;
	clear: both;
}

	#header h1 {
		font-size: 1.6em;
		margin: 0;
		padding: 0;
	}

.hidden{
	display:none;
}

.right {
	float: right;

}

#nav {
	float: left;
	width: 828px; /*860px*/
	margin: 10px 0;
	padding: 15px;
	background: #4c3c2d;
	/*background: url('../images/opacity.png') repeat;*/
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	#nav ul {
		margin: 0 5px;
		padding: 0;
	}
	
		#nav ul li {
			margin: 0 1em 0 0;
			font-family: SovbaRegularRegular, “Helvetica Neue”, Helvetica, Arial, sans-serif;
			font-size: 1.8em;
			color: #FFF;
			font-weight: bold;
			display: inline;
		}
		
		#nav ul li.current{
			font-family: SovbaRegularRegular, “Helvetica Neue”, Helvetica, Arial, sans-serif;
			font-size: 1.8em;
			display: inline;
			padding-bottom: 2px;
			border-bottom: 3px solid #F66;
		}

			#nav ul li a{
				color: #FFF;
				text-decoration: none;
			}
			
				#nav ul a:hover{
					padding-bottom: 2px;
					border-bottom: 3px solid #FFF;
				}
	
#main {
	float: left;
	width: 828px; /*860px*/
	min-height: 400px;
	margin: 10px 0;
	padding: 15px;
	color: #FFF;
	overflow: hidden;
	background: #4c3c2d;
	/*background: url('../images/opacity.png') repeat;*/
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	#main h2 {
		float: left;
		font-family: SovbaRegularRegular, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 0 0 0.5em 0;
		padding: 0 0 2px 0;
		width: 497px;
		border-bottom: 3px solid #F66;
	}
	
	#main p {
		width: 497px;
		line-height: 1.4em;
	}
	#main img {
		float: right;
		margin: 0 0 0 15px;
		border: 8px solid #FFF;
	}
	
	#main a {
		color: #F66;
		text-decoration: none;
	}
		
		#main a:hover {
			color: #FC9;
		}
		
	#main dl {
		width: 497px;	
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.4em;
	}
	
		#main dl.stats dt{
			float: left;
			margin: 0 1em 0 0;
			font-weight: bold;
		}
			
		#main dl.stats dd {
		}
		
	
		#main h3{
			margin: 2em 0 0 0;
			font-family: SovbaRegularRegular, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		}
		
		#main dl.theatre dt.first {
			margin: 1.5em 1em 0 0;
			font-weight: bold;
			border-top: none;
			padding: 0;
		}
		
		#main dl.theatre dt{
			margin: 1.5em 1em 0 0;
			font-weight: bold;
			border-top: 1px solid #222;
			border-top: 1px solid rgba(0,0,0,0.2);
			padding: 1em 0 0 0;
		}
					
		#main dl.theatre dd.role {
			margin: 0.5em 0;
			color: #F66;
			font-weight: bold;
		}
		
				#main dl.theatre dd.role span.brackets {
					font-weight: normal;
				}
		
		#main dl.theatre dd.director {
			font-style: italic;
		}
				
		#main dl.training dt{
			margin: 1.5em 1em 0 0;
			font-weight: bold;
		}
		
		
#footer {
	float: left;
	clear: both;
	overflow: hidden;
	width: 840px; /*860px*/
	margin: 5px 0 0 0;
	padding: 0 10px;
	color: #000;
}

	#footer p {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 1.2em;
	}
	
	#footer p a {
		color: #000;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#footer p a:hover {
		color: #F66;
		text-decoration: underline;
	}

