/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff url(../design/body_bg.png) repeat-x;
	color: rgb(50,50,50);
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

ul, ol {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

cite {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1px;
}



/* masthead
--------------------------------------------------- */

div#masthead {
	position: relative;
	height: 160px;
	width: 960px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../design/masthead.jpg) no-repeat;
}

div#masthead h1 {
	text-indent: -9999px;
}

div#masthead h1 a {
	position: absolute;
	top: 16px;
	left: 272px;
	width: 410px;
	height: 128px;
	border: none;
}

div#masthead h1 a:hover {
	border: 1px solid rgb(66,60,36);
}




/* primary navigation
--------------------------------------------------- */

/* measurements for the nav image replacement:

the distance from the top to the...

initial state = 0
rollover state = 40
selected state = 80

the distance from the far left to the...

programme button = 0
tickets button = 246
venues button = 511
about button = 627

the width of the...

programme button = 218
tickets button = 235
venvues button = 87
about button = 202

*/

ul#primary-nav {
	position: relative;
	width: 830px;
	height: 40px;
	top: 1px;
	margin: 0 auto;
	background: url(../design/primary_nav.png) no-repeat;
}

ul#primary-nav li {
	float: left;
}

ul#primary-nav li a {
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

li#nav-programme a, li#nav-tickets a, li#nav-venues a, li#nav-about a {
	background: url(../design/primary_nav.png) no-repeat;	
}

li#nav-programme a {
	background-position: 0 0;
	width: 218px;
	left: 0;
}

li#nav-programme a:hover {
	background-position: 0 -40px;
}

body#programme li#nav-programme a {
	background-position: 0 -80px;
}

li#nav-tickets a {
	background-position: -246px 0;
	width: 235px;
	left: 246px;
}

li#nav-tickets a:hover {
	background-position: -246px -40px;
}

body#tickets li#nav-tickets a {
	background-position: -246px -80px;
}

li#nav-venues a {
	background-position: -511px 0;
	width: 87px;
	left: 511px;
}

li#nav-venues a:hover {
	background-position: -511px -40px;
}

body#venues li#nav-venues a {
	background-position: -511px -80px;
}

li#nav-about a {
	background-position: -627px 0;
	width: 202px;
	left: 627px;
}

li#nav-about a:hover {
	background-position: -627px -40px;
}

body#about li#nav-about a {
	background-position: -627px -80px;
}



/* welcome
--------------------------------------------------- */

div#welcome {
	position: relative;
	background: rgb(220,220,220) url(../design/welcome_bg_wrapper.png) repeat-x;
	border-bottom: 1px solid rgb(200,200,200);
}

div#welcome h2 {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	background: url(../design/welcome_bg.png) no-repeat;
	text-indent: -9999px;
	height: 180px;
}

div#welcome h2 a {
	color: rgb(125,94,26);
	border-bottom: 1px solid rgb(201,181,140);
}

div#welcome h2 a:hover {
	color: rgb(159,122,41);
	border-bottom: 1px solid rgb(216,200,168);
}



/* main
--------------------------------------------------- */

div#main {
	position: relative;
	width: 960px;
	margin: 25px auto 5em auto;
}

div#main a {
	color: rgb(125,94,26);
	border-bottom: 1px solid rgb(201,181,140);
}

div#main a:hover {
	color: rgb(159,122,41);
	border-bottom: 1px solid rgb(216,200,168);
}




/* content-wrapper
--------------------------------------------------- */

div#content-wrapper {
	position: relative;
	float: right;
	width: 710px;
}



/* content
--------------------------------------------------- */

div#content {
	position: relative;
	float: left;
	width: 460px;
}

div#content h2 {
	width: 460px;
	text-indent: -9999px;
	margin-bottom: 15px;	
}

div#content h2.about {
	height: 60px;
	background: url(../design/headings/about.png) no-repeat;
}

div#content h2.programme {
	height: 60px;
	background: url(../design/headings/programme.png) no-repeat;
}

div#content h2.tickets {
	height: 60px;
	background: url(../design/headings/tickets.png) no-repeat;
}

div#content h2.venues {
	height: 60px;
	background: url(../design/headings/venues.png) no-repeat;
}

div#content h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	margin-top: 1.8em;
}

div#content p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

div#content p.note {
	font-style: italic;
}

div#content span.intro {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div#content ul li {
	line-height: 1.6em;
	font-size: 1.3em;
	margin-bottom: 0;
}

div#content div.image {
	margin-bottom: 1.5em;
}

div#content div.image p {
	font: normal 1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: rgb(80,80,80);
	margin-top: 0.3em;
}

div#content img {
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}



/* content - concert
--------------------------------------------------- */

div.concert {
	padding-bottom: 1.3em;
	margin-bottom: 1.3em;
	border-bottom: 1px dotted rgb(190,190,190);
}

div.concert h4 {
	font: normal 1.1em "Trebuchet MS", Trebuchet, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.1em;
	color: rgb(130,0,0);
}

div#content div.concert h3 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
	margin-top: 0;
}

div#content div.concert p {
	margin-bottom: 0.1em;
}

div#content div.concert p.location {
	font-style: italic;
	margin-bottom: none;
}

div#content div.concert p.sponsored {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: none;
	padding-top: 0.1em;
}



/* sidebar-1
--------------------------------------------------- */

div#sidebar-1 {
	position: relative;
	float: right;
	width: 210px;
	padding-left: 19px;
/*	border-left: 1px solid rgb(200,200,200);	*/
}



/* sidebar-2
--------------------------------------------------- */

div#sidebar-2 {
	position: relative;
	float: left;
	width: 210px;
	padding-right: 19px;
/*	border-right: 1px solid rgb(200,200,200);*/
}



/* section
--------------------------------------------------- */

div.section {
	border-bottom: 1px solid rgb(200,200,200);
	margin-bottom: 1.5em;
	color: rgb(60,60,60);
}

div.section h3 {
	width: 210px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 0;
}

div.section h3.contact {
	background: url(../design/sidebar_headings/contact.png) no-repeat;
}

div.section h3.links {
	background: url(../design/sidebar_headings/links.png) no-repeat;
}

div.section h3.membership {
	background: url(../design/sidebar_headings/membership.png) no-repeat;
}

div.section h3.tickets {
	background: url(../design/sidebar_headings/tickets.png) no-repeat;
}

div.section p, div.section li {
	font: normal 1.1em/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

div.section ul {
	margin-bottom: 1em;
}

div.section ul li {
	margin-bottom: 0.2em;
}




/* highlight
--------------------------------------------------- */

div#highlight {
	position: relative;
	width: 210px;
	height: 300px;
	text-indent: -9999px;
}

div#highlight a {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 202px;
	height: 292px;
	border: none;
}

div#highlight a:hover {
	border: 1px solid #fff;
}

div.highlight-membership {
	background: url(../design/highlights/membership.jpg) no-repeat;
}

div.highlight-membership-2 {
	background: url(../design/highlights/membership_2.jpg) no-repeat;
}

div.highlight-season {
	background: url(../design/highlights/season.jpg) no-repeat;
}





/* sponsors
--------------------------------------------------- */

div#sponsors-wrapper {
	position: relative;
	background: rgb(225,225,225);
	border-top: 1px solid rgb(200,200,200);
	padding: 15px 0;
}

div#sponsors {
	position: relative;
	margin: 0 auto;
	width: 700px;	
}

div#sponsors h2 {
	font: normal 1em "Trebuchet MS", Trebuchet, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgb(80,80,80);
	text-align: center;	
	margin-bottom: 7px;
}

div#sponsors ul {
	position: relative;
	width: 700px;
	height: 120px;
	background: url(../design/supporter_logos.png) no-repeat;
	left: -25px;
}

div#sponsors ul li {
	position: absolute;
	text-indent: -9999px;
}

div#sponsors ul li a {
	position: absolute;
	display: block;
	border: none;
}

/*div#sponsors ul li a:hover {
	border: 1px solid rgb(190,190,190);
}*/

div#sponsors ul li a.making-music {
	top: 5px;
	left: 75px;
	width: 119px;
	height: 106px;
}

div#sponsors ul li a.enterprise {
	top: 5px;
	left: 236px;
	width: 227px;
	height: 106px;
}

div#sponsors ul li a.council {
	top: 15px;
	left: 496px;
	width: 183px;
	height: 92px;
}



/* footer
--------------------------------------------------- */

div#footer {
	position: relative;
	background: #000 url(../design/footer_bg.png) repeat-x;
	padding: 1.4em 0;
}

div#footer p {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	color: rgb(192,162,97);
	color: rgb(235,207,147);
	color: rgb(217,181,103);
	font-size: 1.3em;
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

div#footer a {
	color: #fff;
}