@charset "utf-8"; 
/****************************************************************************************	
	[RESET]
*****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, 
form, label, legend, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 12pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {text-align: left;}
caption {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 25pt;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
}
h1 {margin-bottom: 30px;}
h2 {font-size: 20pt;}  
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5, h6 {font-size: 12pt;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#content-wrapper p, #content-wrapper ul,
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 30px;}
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul, #content-wrapper ol {margin-left: 44px;}
#content-wrapper ul {list-style: disc;}
#content-wrapper ul ul {list-style: circle;}
#content-wrapper ol {list-style: decimal;}
#content-wrapper ol ol {list-style: lower-alpha;}
#content-wrapper ol ol ol {list-style: lower-roman;}
#content-wrapper ul ul, 
#content-wrapper ol ol {margin: 8px 0 8px 20px;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback-sml, div.feedback, #breadcrumbs, 
ul.pagination, ul#img-lib li.divider, #review-content, 
.search, #flash-content, #nav-main, #aside,
img#council-logo, .btn-buy, .home div.panel a {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {padding-bottom: 10px;}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/* [FOOTER]
-------------------------------------------------------*/
#footer {font-size: 11pt;}
.home #footer {margin-top: 50px;}
	#footer #contact-details {
		float: left;
		width: 370px;
	}
	#footer #credits {
		float: right;
		width: 300px;
	}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOMEPAGE PANELS]
-------------------------------------------------------*/
.home div.panel {
	border-top: 1px solid #666;
	padding: 8px 0 5px;
	clear: left;
}
.home div.panel.first {border-top-width: 3px;}
	.home div.panel img {
		float: left;
		margin: 0 15px 15px 0;
	}
	.home div.panel h1 {
		border-bottom: 3px solid #666;
		padding-bottom: 5px;
	}

/* [PERFORMANCE IMAGE]
-------------------------------------------------------*/
img#performance-img {
	float: left;
	width: 153px;
	margin: 0 15px 15px 0;
}

/* [EVENTS CALENDAR]
-------------------------------------------------------*/
table.events {width: 100%;}
	table.events tr {border-bottom: 1px solid #666;}
	table.events td.music,
	table.events td.drama,
	table.events td.live {padding-right: 80px;}
	table.events td.time {padding-right: 40px;}
		
/* [STANDARD STRUCTURED LIST]
-------------------------------------------------------*/
#content-wrapper ul.structured-list {
	margin: 0 0 10px;
	list-style: none;
	border-top: 1px solid #666;
}
	#content-wrapper ul.structured-list li {
		padding: 10px 0;
		border-bottom: 1px solid #666;
	}

/* [CMS MODULES]
-------------------------------------------------------*/

/* --Search Results-- */
#content-wrapper ul#search-results li p {margin: 0;}
#content-wrapper ul#search-results li p.rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#content-wrapper ul#img-lib {list-style: none;}
	#content-wrapper ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

