.ahem,
#header,
#nav,
#homesecnav,
#secnav,
#flash,
.spacer,
.pagenav,
.prevnextnav,
.hide,
#concertnav,
#search,
#callouts
{ display: none; }


body {
	font-family: Verdana, sans-serif;
	line-height: 1.4em;
	color: black;
	font-size: 9pt; 
}

/* LINKS */

a {
	color: #b00;
	text-decoration: underline;
}

/* TEXT ELEMENTS */

p { margin: 1em 0; }
h1 {
	font: 16pt Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #600;
}
h1.sectitle, h1.evtitle, h1.evtitle_notes {
	border-bottom: 1pt solid #bbb;
	margin-bottom: 0;
	margin-top: 2.2em;
}
h1.sectitle, h1.evtitle_notes {
	text-align: right;
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 105%;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
}
#programme h2 {
	color: #600;
	font-size: 118%;
	margin-top: 2em;
	padding-bottom: 2pt;
	border-bottom: 1pt solid #bbb;
	text-transform:lowercase;
}
h3 {
	font: 11pt Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #222;
	padding: 0 0 2pt 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1pt solid #eee;
	text-transform:uppercase;
	}
h3.pagetitle, h3.evnotes, h3.evbio, h3.evynotes {
	border-bottom: none;
	margin-top: 0.3em;
}
blockquote {
	color: #777;
	padding-left: 2em;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1pt dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	font-style: normal;
}
.rightbutton {
	text-align: right;
	margin-bottom: 1em;
}
.hide { display: none; }
.eventhome {
	clear: left;
	margin-bottom: 2em;
}
p.eventdetails, p.sponsors {
	font: 10pt/15pt Verdana, sans-serif;
	color: #777;
	margin-top: 3pt;
}
.evdate, .evtime { font-weight: bold; }
.evintro, .subintro, .evdesc, .notes {
	clear: left;
	line-height: 20pt;
}
.evintro {
	padding-bottom: 3em;
}
.notes {
	padding-bottom: 1em;
	margin: 2em 0;
	border-bottom: 1pt solid #bbb;
}
p.back, p.viewall {
	margin-top: 0.5em;
}
.back a {
	padding:0 0 0 1em;
	background-image: url(../images/i_arrow_l.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}
.comp {
	font-weight: bold;
	margin-right: 0.5em;
}
p.rec_event {
	padding-bottom: 1em;
}
#evbrowse h4 {
	font-weight: bold;
	font-size: 11pt;
}
.list_evtitle{
	font-weight: bold;
}
.sortlist {
	margin-top: 1em;
}
.error {
	color: #00f;
}

/* LISTS */

#content ul {
	margin: 1em 0 1em 0;
	padding-left: 24pt;
}
#content ul li {
	padding: 0 0 4pt 21pt;
	line-height: 1.3em;
}
#content dl dd {
	padding: 0 0 1em 0;
}
#content dl dt {
	font-weight: bold;
}
#content div#learnmore ul {
	list-style: none;
	margin: 0 1em;
}
#sidebar div#learnmore ul {
	list-style: none;
	padding: 0 4pt;
}
#learnmore ul li {
	padding:0.6em 0 0 15pt;
	background-image: url(../images/i_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
}

/* FOOTER */

#footer {
	padding: 0 0 1.5em 0;
	border-top: 1pt solid #ccc;
}

/* PHOTOS */

div.photofloat {
  float: left;
	margin: 1em 0 0 0;
	padding: 0 23pt 15pt 0;
	background: #fff;
}
div.photofloat img {
	border: 1pt solid #000;
	}
img#photo {
	padding: 10pt;
	border: 1pt solid #ccc;
	}
#sidebar li.active a:link, #sidebar li.active a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
div.thumbfloat {
	float: left;
	margin: 4pt 5pt 0 0;
	padding: 1pt;
	border: 1pt solid #bbb;
}

/* TABLES */
table, tr, th, td {
	border: 0;
	vertical-align: top;
}
#cartcontents td {
	border-bottom: 1pt solid #bbb;
}
#cartcontents th {
	background: #ddd;
}
th, td {
	padding: 3pt;
} 
#cart td.cartleftcol {
	font-weight: bold;
	background: #eee;
	border-bottom: none;
}
td.total {
	text-align: right;
}
td.total, td.totalprice {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: none;
}	