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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
@font-face {
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svg#webfontNPMgytru') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 0.75em 'MuseoSlab500', Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg-page.jpg) no-repeat top center;
	color: #313131;
}

#skipToContent { text-indent: -999em; position: absolute; top: 0; left: 0; }

#container {
	width: 950px;
	padding-top: 23px;
	margin: 0 auto;
}

#header {
	background: url(../images/bg-header.png) no-repeat 0 0;
	padding: 13px 0 0 12px;
	min-height: 89px;
	margin-bottom: 23px;
	position: relative;
}

#menu {
	position: absolute;
	top: 38px; left: 375px;
	font: 1.15em 'MuseoSlab500', Arial, Helvetica, sans-serif;
}
#menu li, #subMenu li { float: left; }
#menu li a, #subMenu li a  {
	color: #666;
	text-decoration: none;
	display: block;
}

#menu li a { padding: 0 25px 7px 5px; }
#menu li a:hover, #subMenu li a:hover { text-decoration: underline; }
#menu li.on a, #subMenu li.on a { color: #313131; }
#menu li.on a { background: url(../images/bg-menu.png) no-repeat -118px bottom; }

#subMenu {
	position: absolute;
	top: 62px; left: 376px;
}

#subMenu li a { padding: 0 26px 7px 4px; }
#subMenu li.on a { background: url(../images/bg-menu.png) no-repeat -118px bottom; }

a { color: #674C3F; }

/* Short menu items */
#menu li.on a.home,
	#subMenu li.on a.venues, #subMenu li.on a.tickets,
	#subMenu li.on a.short { background-position: 0 bottom; }

/* Long menu items */
#menu li.on a.entertainment, #menu li.on a.foodAndDrink,
	#menu li.on a.privateParties,
	#subMenu li.on a.long { background-position: -236px bottom; }

#footer {
	clear: both;
	color: #FFF;
	padding: 15px 0 3em;
}
#footer li { float: left; }
#footer a { color: #FFF; }

#legal { float: right; }
#legal li { margin: 4px 0 0 2em; }
#socialMedia li { margin-right: 15px; }
#socialMedia img { vertical-align: -7px; }

/* Sidebar */
#sidebarRight { float: right; width: 300px; }

#sidebarRight > div {
	background: rgba(0,0,0,0.65);
	padding: 10px;
	margin-bottom: 25px;
	color: #FFF;
}

#sidebarRight #image img { display: block; }
#sidebarRight h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FC0;
	margin-bottom: 0.4em;
}

#sidebarRight h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.1em;
}

#sidebarRight h3 a {
	color: #FFF;
	text-decoration: none;
}

#sidebarRight #whatsOnToday div { min-height: 94px; margin-bottom: 0.5em; }
#sidebarRight .more a { color: #FC0; }

/* What's on today */
#sidebarRight #whatsOnToday img { float: left; margin-right: 10px; }
#sidebarRight #whatsOnToday p a { color: #CCC; }
#sidebarRight #whatsOnToday p.more a { color: #FC0; }

/* Keep in touch */
#sidebarRight #keepInTouch p { margin-bottom: 0.6em; }
#sidebarRight #keepInTouch input {
	width: 265px;
	padding: 4px; border: 1px outset #000;
	background: #FFF;
}

#sidebarRight #keepInTouch a { color: #FC0; }
#sidebarRight #keepInTouch p img { float: left; margin: 2px 7px 4px 0; }

#sidebarRight #keepInTouch label { display: none; }

/* Content */
#content {
	width: 604px; height: 542px;
	padding: 12px;
	background: url(../images/bg-content.png) no-repeat 0 0;
	float: left;
	line-height: 1.3;
}

#contentInner { height: 542px; overflow-y: auto; padding-right: 13px; }

#content h1 { font-size: 2em; margin-bottom: 0.4em; }
#content h1 a { color: #313131; text-decoration: none;}
#content h1 a:hover { text-decoration: underline; }
#content h2 { font-size: 1.4em; margin-bottom: 0.4em; }

#content p { margin-bottom: 1em; }
#content ul { list-style: disc outside; margin: 0 2em 1em; }
#content ul li { margin-bottom: 0.4em; }
#content ol { list-style: decimal outside; margin: 0 2em 1em; }
#content .intro { font-size: 1.43em; line-height: 1.3; }

#content table { margin-top: 1.5em; }
#content table th {
	background: #674C3F;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.3em 0.5em;
	vertical-align: top;
}

#content table td {
	padding: 0.2em 0.4em;
}

#content img.right, #content img[align=right] { float: right; margin: 0 0 1em 1em; }
#content img.left, #content img[align=left] { float: left; margin: 0 1em 1em 0; }

/* Page specific */
#howToFindUs #addresses, #contactUs #contactDetails {
	width: 274px; height: 412px;
	padding: 12px 18px 12px 12px;
	background: url(../images/bg-content.png) no-repeat -628px 0;
	float: left;
}

/* How to find us */
#howToFindUs { position: relative; }

#howToFindUs #addresses address { font-style: normal; margin-bottom: 1em; }
#howToFindUs #addresses p { margin-bottom: 1em; }

#howToFindUs #addresses h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

#howToFindUs #addresses h2 { margin-bottom: 0.3em; }
#howToFindUs #map {
	float: right;
	color: #FFF;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333;
}

#howToFindUs #printables {
	float: right;
	background: rgba(0,0,0,0.65);
	color: #FFF;
	width: 596px;
	padding: 13px 10px;
}

#howToFindUs #printables li a {
	display: block;
	padding-left: 55px;
	min-height: 48px;
	width: 145px;
	float: left;
	color: #FFF;
	margin-right: 44px;
}

#howToFindUs #printables li.pdf a {
	background: url(../images/icon-pdf.png) no-repeat 0 0;
}

/* Contact us */
#contactUs h1 { display: none; }

#contactUs #contactDetails h2 { font-size: 1.5em; margin-bottom: 0.4em; }
#contactUs #contactDetails p { margin-bottom: 0.8em; }
#contactUs #contactDetails address { font-style: normal; }

#contactUs #sendAMessage, #contactUs #mailingList {
	float: right;
	background: rgba(0,0,0,0.65);
	color: #FFF;
	padding-top: 10px;
	min-height: 600px;
}

#contactUs #sendAMessage h2, #contactUs #mailingList h2 {
	font-size: 1.5em;
	color: #FC0;
	margin-bottom: 0.4em;
	font-weight: normal;
}

#contactUs #mailingList { width: 265px; padding-right: 20px; }
#contactUs #sendAMessage {
	width: 274px;
	padding-right: 48px;
	padding-left: 10px;
}

#contactUs #sendAMessage form label { display: block; }
#contactUs #sendAMessage form li { margin-bottom: 0.4em; }

#contactUs input[type=text], #contactUs textarea {
	font: 1em/1.3 Arial, Helvetica, sans-serif;
	width: 97%;
	border: 1px outset #000;
	padding: 0.2em;
}

#contactUs #sendAMessage form p, #contactUs #mailingList p, #contactUs #mailingList ul { margin-bottom: 0.8em; }

#contactUs #formPostcode { width: 6em !important; }
#contactUs #formAddress { height: 6em; }

/* Entertainment */
#entertainment h1 { font-size: 1.5em; font-weight: normal; margin-bottom: 0.8em; }

#entertainment #intro {
	width: 275px;
	float: left;
	margin-right: 48px;
}

#entertainment #whatsOn {
	margin: 0 10px 0 323px;
}

#entertainment #whatsOn h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.6em;
}

#entertainment #whatsOn ul {
	list-style: none;
	margin: 0;
}

#entertainment #whatsOnToday { min-height: 140px; }
#entertainment #whatsOnToday img { float: left; margin-right: 10px; }
#entertainment #whatsOnToday a { color: #333; }
#entertainment #whatsOnToday h3 a { text-decoration: none; }
#entertainment #whatsOnToday h3 a:hover { text-decoration: underline; }

#entertainment #whatsOn ul a { color: #333; text-decoration: none; }
#entertainment #whatsOn ul a:hover { text-decoration: underline; }

#entertainment #whatsOn h3 { font-size: 1.1em; font-weight: bold; margin-bottom: 0.1em; }
#entertainment #whatsOn .details { margin-bottom: 0.1em; }
#entertainment #whatsOn .description a { color: #666; text-decoration: none; }

#entertainment #whatsOn .rss { text-align: right; margin-top: 2em; }
#entertainment #whatsOn .rss a { color: #333; }
#entertainment #whatsOn .rss img { vertical-align: -5px; margin-left: 0.5em; }

/* Sidebar event search */
#eventSearch form p { padding-left: 6em; margin-bottom: 0.6em; }
#eventSearch label { float: left; margin-left: -6em; width: 5.2em; }
#eventSearch p img { vertical-align: middle; margin-left: 4px; }

/* Whats on */
#whatsOn #left { float: left; }

#whatsOn #eventSearch {
	background: url(../images/bg-content.png) no-repeat -932px 0;
	width: 281px; height: 319px;
	padding: 11px;
	margin-bottom: 23px;
}

#whatsOn #eventSearch h1 { font-size: 1.5em; font-weight: normal; margin-bottom: 0.9em; }
#whatsOn #eventSearch h2 { font-size: 1em; margin-bottom: 0.6em; }

#whatsOn #eventSearch label { text-align: right; color: #666; }
#whatsOn #eventSearch h1 ~ p { margin: -0.4em 0 1.2em; }

#whatsOn #events {
	background: url(../images/bg-content.png) no-repeat -1539px 0;
	width: 292px; height: 167px;
	padding: 11px 0 11px 11px;
}

#whatsOn #events li { float: left; margin: 0 10px 10px 0; }
#whatsOn #events h2 { font-size: 1.5em; font-weight: normal; margin-bottom: 0.5em; }
#whatsOn #events .more a { color: #333; }


#whatsOn #results {
	margin-left: 324px;
	width: 626px;
}

#whatsOn #results a { color: #CCC; text-decoration: none; }
#whatsOn #results a:hover { text-decoration: underline; }

#whatsOn #results th {
	color: #FC0;
	font-weight: normal;
	font-size: 1.5em;
	text-align: left;
	background: rgba(0,0,0,0.65);
	padding: 0.2em 0.3em;
}

#whatsOn #results td { background: rgba(0,0,0,0.65);	}
#whatsOn #results tr:nth-child(2n) td { background: rgba(64,64,64, 0.6); }

#whatsOn #results a {
	display: block;
	padding: 0.6em 0.4em;
}

#whatsOn #results td.date { width: 9em; }
#whatsOn #results td.type { width: 8em; }
#whatsOn #results td.actions { width: 6em; }

#whatsOn #results td.event a { color: #FFF; }
#whatsOn #results td.event p.desc { margin: 0; font-size: 0.9em; padding: 0 0.5em 0.7em; color: #AAA; }

.seriesLogo { margin-left: 324px; text-align: center; }

#whatsOn #right {
	margin-left: 322px;
	padding: 12px;
	margin-bottom: 12px;
	background: url(../images/bg-content.png) no-repeat 0 0;
}

#whatsOn #rightInner {
	max-height: 542px;
	overflow-y: auto;
	padding-right: 13px;
}

#whatsOn #right h1 { font-size: 2em; margin-bottom: 0.4em; }
#whatsOn #right h2 { font-size: 1.4em; margin-bottom: 0.4em; }

#whatsOn #right p { margin-bottom: 1em; }
#whatsOn #right ul { list-style: disc outside; margin: 0 2em 1em; }
#whatsOn #right ol { list-style: decimal outside; margin: 0 2em 1em; }

/* Event */
.eventDate { padding: 0.5em 0; border-top: 1px solid #B29A51; border-bottom: 1px solid #B29A51; }
.eventDetails { margin-bottom: 1.5em; }
.eventDetails dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 0.4em;
}

/* Event disclaimer */
#eventDisclaimer { font-size: 0.9em; color: #CCC !important; }
#eventDisclaimer p { margin-top: 1em; }
#eventDisclaimer p:first-child { margin-top: 0; }
#eventDisclaimer a { color: #FFF; }

/* Acts */
#content ul#acts { list-style: none; margin: 0 0 0 1em; padding: 0; float: right; }
#acts li { margin-bottom: 1em; }
#acts li img { display: block; margin-bottom: 0.3em; }

/* Pagination */
.pagination { font-size: 1.1em; text-align: right; margin: 3em 1em 0 0; }
.pagination li { display: inline-block; margin-left: 0.2em; }
.pagination li.current { float: left; font-weight: bold; padding-top: 0.4em; }
.pagination li a {
	display: block;
	background: #674C3F;
	color: #FFF;
	padding: 0.3em 0.7em;
	text-decoration: none;
}
.pagination li a:hover { text-decoration: underline; }

/**
 * Styles for DatePicker
 */
.datepickerControl {
	border:				1px solid #999999;
	background-color:	#EEEEEE;
	padding:			5px;
}

.datepickerControl td {
	text-align:			center;
	font-family:		sans-serif;
	font-size:			11px;
	padding:			1px;
}

.datepickerControl tr.monthLabel td {
	background-color:	#FFFFFF;
	border:				1px solid #999999;
	font-weight:		bold;
}

.datepickerControl tr.navigation td {
	cursor:				pointer;
}

.datepickerControl tr.navigation td:hover {
	text-decoration:	underline;
}

.datepickerControl tr.dayLabel td {
	/*
	border:				1px solid #C0D8EA;
	background-color:	#C0D8EA;
	*/
	border:				1px solid #003366;
	background-color:	#003366;
	color:				white;
	font-weight:		bold;
}

.datepickerControl td.day, .datepickerControl td.dayothermonth {
	cursor:				pointer;
	background-color:	#FFFFFF;
	border:				1px solid #EEEEEE;
	width:				2em;
}

.datepickerControl td.dayothermonth {
	color:				#999999;
	font-style:			italic;
}

.datepickerControl td.day:hover {
	background-color:	#EBE4C0;
}

.datepickerControl td.weekend {
	background-color:	#CCCCCC;
	font-style:			italic;
}

.datepickerControl td.today {
	font-weight:		bold;
}

.datepickerControl td.hour {
	cursor:				pointer;
	background-color:	#FFFFFF;
	border:				1px solid #EEEEEE;
	width:				2em;
}

.datepickerControl td.minute {
	cursor:				pointer;
	background-color:	#FFFFFF;
	border:				1px solid #EEEEEE;
	width:				2em;
}

.datepickerControl td input,
.datepickerControl td button {
	font-size:			11px;
	padding:			0;
	border:				1px solid #999999;
	text-align:			center;
}

.datepickerControl td.ampm {
	cursor:				pointer;
	background-color:	#CCCCCC;
	border:				1px solid #EEEEEE;
	width:				2em;
}

.datepickerControl td.current {
	font-weight:		bold;
	background-color:	#EBC2C0;
}

.datepickerControl input.current {
	background-color:	#EBC2C0;
}

.datepickerControl td.current:hover {
	background-color:	#EBC2C0;
}
#sidebarRight div.datepickerControl { color: #313131; }

#homepage{position:relative;}#homepage h1{display:none;}#homepage h2{font-size:1.5em;font-weight:normal;color:#FC0;margin-bottom:.4em;}#homepage h3{font-size:1.1em;font-weight:normal;}#homepage h3 a{color:#FFF;text-decoration:none;}#homepage h3 a:hover{text-decoration:underline;}#homepage a{color:#FFF;}#homepage .more a{color:#FC0;}#intro{background:url(../images/bg-content.png) no-repeat -932px 0;padding:12px 18px 0 10px;width:275px;min-height:329px;font-size:1.2em;line-height:1.3;margin-bottom:16px;position:relative;}#intro img{margin-bottom:.3em;}#intro .more{position:absolute;right:18px;bottom:20px;font-size:.85em;}#intro .more a{color:#666;}#keepInTouch{width:275px;background:rgba(0,0,0,0.65);color:#FFF;padding:10px;}#keepInTouch p{margin-bottom:.6em;}#keepInTouch input{width:265px;padding:4px;border:1px outset #000;background:#FFF;}#keepInTouch button{font:.9em Arial,Helvetica,sans-serif;width:11em;}#keepInTouch a{color:#FC0;}#keepInTouch p img{float:left;margin:2px 7px 4px 0;}#keepInTouch label{display:none;}#whatsOn,#features{position:absolute;top:0;color:#FFF;}#whatsOn{left:325px;width:295px;}#whatsOnToday,#comingUp,#features div{background:rgba(0,0,0,0.65);}#whatsOnToday,#comingUp{padding:9px;}#whatsOnToday{margin-bottom:14px;}#whatsOnToday img{float:left;margin-right:10px;}#whatsOnToday a{color:#CCC;text-decoration:none;}#whatsOnToday a:hover{text-decoration:underline;}#whatsOnToday p.date{margin-top:.3em;}#comingUp{clear:left;}#comingUp li{margin-bottom:1em;padding-bottom:1em;border-bottom:1px solid #64512F;}#comingUp .date{font-size:.9em;color:#BBB;}#comingUp .more a{text-decoration:none;}#comingUp .more a:hover{text-decoration:underline;}#events,#privateHire{margin-top:1.6em;padding-top:1em;border-top:1px solid #64512F;}#whatsOn #events{background:none;padding:1em 0 0;height:auto;width:auto;}#events p{margin:0 0 1em;}#whatsOn #events li{float:left;margin:0 2px 0 0;}#whatsOn #events .more{clear:left;padding-top:.6em;}#whatsOn #events .more a{color:#FC0;}#features{left:643px;width:296px;}#features>ul>li{background:url(../images/homepage/bg-features.png) no-repeat 0 0;margin:0;padding:0 0 8px;}#features h2{margin:0;}#features h2 a{display:block;color:#331E0C;text-decoration:none;font-size:.9em;min-height:24px;padding:6px 0 0 28px;}#features h2 a:hover{text-decoration:none;}#features h3,#features h3 a{color:#FFF;text-decoration:none;}#features p,#features p a{color:#FC0;text-decoration:none;}#features div{margin:0;}#features div ul{padding:18px 13px 5px 13px;}#features div p{padding:18px 13px;}#features div ul p{padding:0;}#features div ul li{margin-bottom:13px;position:relative;padding:5px 0 0 64px;min-height:35px;}#features div ul li img{position:absolute;top:0;left:0;}#features #howToFindUs{background:url(../images/homepage/bg-features-howtofindus.png) no-repeat 0 0;margin-top:-3px;}#features #howToFindUs a{display:block;min-height:42px;padding:23px 0 0 155px;font-size:1.3em;color:#331E0C;text-decoration:none;}#features #howToFindUs a:hover{text-decoration:underline;}#carousel{margin-top:29px;height:188px;background:url(../images/homepage/bg-carousel.jpg) no-repeat 0 0;padding:45px 18px 0;}#carousel ul{width:904px;white-space:nowrap;overflow:hidden;text-align:center;}#carousel li{display:inline-block;padding-left:16px;}#carousel li img{display:block;}
