@charset "utf-8";

@import "forms.css";

/* @group Reset */
/* Reset Stylesheet
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
* { outline: none; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
button { background-color:transparent; border:none; padding:0px; margin:5px 0px; cursor:pointer;}
/* @end */


/*
	(c) Teabagstudios.com 2009
*/


/* @group Site Grid */
	
	html, body {
		height: 100%;
	}
	
	body {
		background:#fff url('../images/background-plain.jpg') no-repeat top right fixed;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:62.5%;
	}
	
	#decor {
		background:transparent url(../images/background-decor.png) no-repeat left top;
		height:335px;
		left:-294px;
		position:absolute;
		top:0;
		width:770px;
		z-index:0;
	}
	
	
	#wrap {
		position:relative;
		width:950px;
		padding:0px 10px 10px 10px;
		margin:0px auto;
	}
	
	#header {
		height: 215px;
	}
	
	#content {

	}
	
	#page {
		 padding-left: 250px;
		 position:relative;
		 min-height: 350px;		 
		 background: url(../images/bg_opacity.png) repeat;
	}
	
	#page.gallery {
		padding-left: 30px;
	}
	
	#slideshow {
		margin-left:-10px;
	}

	#sidebar {
		float: right;
		background: url(../images/bg_sidebar-shadow.png) no-repeat;
	 	min-height: 350px;
	 	width: 210px;
		padding: 20px 5px 0 21px;
	}
	
	#article {
		position: relative;
		width: 420px;
		float: left;
		padding: 10px 20px;
	}
	
	
	#footer {
		clear:both;
		padding: 10px 0px;
	}

	#footer div {
	}
	
	#footer li {
		float: left;
	}
	
	#footer li.teabag {
		float: right;
	}
/* @end */


/* @group Layouts */
	
	/* Big Page, Small Hot Boxes */
	
	.box {
		 width: 310px;
		 padding: 10px 5px 10px 25px;
		 float: left;
		 background:url(../images/bg_box.png) no-repeat top left;
		 min-height: 320px;
	}
	
	.box h2 {
		margin-left: -25px;
	}
	
	.box.narrow {
	 width: 205px;
	} 

	.box.middle {
	 margin: 0px 17px;
	}
	
	#hot-boxes {
	 clear: both;
	}


/* @end */



/* @group Typography / Links */


	h1 {
		width:170px;
		height:172px;
		margin: 0px 0px 0px 0px;
		background: url('../images/logo-hover.png');
		float: left;
		position: relative;
		z-index: 100;
	}
	
	h1 a {
		display:block;
		height:100%;
		width:100%;
		text-indent:-9999px;
		overflow:hidden;
		background:url('../images/logo.png') no-repeat;
	}
	
	
	h2,h3,h4,h5 {
		font-family: AvantGarde Md BT, Helvetica, Arial;
		letter-spacing: -1px;
		margin:0px 0px 10px 0px;
		font-weight: bold;
		text-transform: lowercase;
	}
	
	h2 {
		font-size: 2.2em;
		color: #fff;
		margin-left: -10px;
		background-image: url(../images/bg_header-arrows.png);
		background-repeat: no-repeat;
		font-weight:normal;
		width: 200px;
		padding-bottom: 10px;

	}

	h2 strong {
		padding: 10px 0px 5px 20px;
		display: block;
		width: 200px;
		border-bottom: 1px solid #228622; 
		font-weight:normal;
	}
	
	h2.green {
	 	background-position: left bottom ;
	}
	
	h2.green strong {
		background-color: #33CC33;
		border-color: #228622;
	}
	
	h2.blue {
	 background-position:-732px bottom;
	}
	
	h2.blue strong {
		background-color:#46BEE8;
		border-color: #1895BE;
	}		

	h2.pink {
	 background-position: -319px bottom;
	}
	
	h2.pink strong {
		background:#EA1488;
		border-color: #A80F63;
	}
	
	
	h2.purp {
		background-position: -1090px bottom;
	}
	
	h2.purp strong {
	 	background-color: #323490;
	 	border-color: #171842;
	}
	
	h3 {
		font-size: 3.5em;
		color: #000;
	}
	
	h4 {
		font-size: 2.6em;
	}
	
	h4.date {
	 	color: #EA1488;
	}
	
	h5 {
		font-size: 1.2em;
		font-family: verdana, helvetica,arial,sans-serif;
		letter-spacing: 0px;
	}
	
	em{
		color: white;
		background-color: #E65609;
		padding: 2px;
		font-weight: bold;
	}
	/* @group Links */
	
	a {
		color: #E65609;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a:visited {
		color: #CE4E09;
	}
	
	a:focus {
	
	}
	
	a.leeds-tickets {
		background:url(../images/leeds-tickets.png) no-repeat;
		width: 107px;
		height: 75px;
		display: block;
		text-indent: -999em;
		overflow: hidden;
		margin: 10px auto;
		
	}

	button,
	a.block-link {
		margin:5px 0px;
		color: #fff;
		font-size: 1.6em;
		font-family: AvantGarde Md BT,Helvetica,Arial;
		text-decoration: none;
		padding-bottom: 6px;
		background: url(../images/bg_btn-dropshadow.png) bottom center no-repeat;
	}


	a.block-link {
		padding-bottom:7px;
	}

	button span,
	a.block-link span {
	 	background: #E65609 url(../images/bg_btn-arrow.png) right 5px no-repeat;
		padding: 4px 40px 5px 10px;
		text-transform: lowercase;
	}
	
	a.block-link span { display: inline-block; }
	
	button span {
		display: block;
	}
	
	button:hover span,
	a.block-link:hover span {
	 	background-position:right -59px;
	}	

	.back a.block-link {
		padding-bottom: 7px;
	}
	
	.back a span {
		background: #E65609 url(../images/bg_back-link.png) 5px 4px no-repeat;
		padding: 1px 10px 1px 30px;
		font-size:0.7em;
	}
	
	.back a:hover span {
		background-position: 5px -46px;
	}

	/* Event Menu */
	#sidebar.event-menu {
	 	background: url(../images/bg_events-box-menu.png) no-repeat;
	}
	
	.event-list li a#m-buytickets,
	.event-menu li a {
		 display:block;
		 font-size: 2em;
		 margin:0px -10px 5px 0px;
		 font-family: AvantGarde Md BT,Helvetica,Arial;
		 letter-spacing:-1px;
		 background: url(../images/bg_eventmenu.png) no-repeat top right;
		 height: 43px;
		 width: 210px;
		 color: #fff;
		 padding: 2px 0 2px 15px;
		 line-height: 1.4em;
		 text-decoration:none;
		 text-transform: lowercase;
	}
	
	.event-list h2.green {
		margin-top: 40px;
	}
	
	.event-menu li a.on,
	.event-menu li a:hover {
		background-position: bottom right;
		color: #fff;
	}
	
	.back a.block-link:visited,
	.event-menu li a:visited{
		color:#fff;
	}
	
	#details a.block-link {
		bottom:55px;
		float:right;
		position:relative;
	}
	/* @end */


/* @end */

/* @group Core Elements */

	p, 
	li,
	blockquote,
	dt,
	dd {
		font-size:1.2em;		
	}
	
	dt {
	 font-weight: bold;
	}
	
	blockquote {
		line-height:2em;
		color:#666666;
	}
	
	dl, p {
		margin:10px 0px;
		line-height:1.8em;
	}

	ul.list {
		margin:5px 5px 5px 10px;
	}
	
	ul.list li {
		list-style-type:disc;
		color:#23912D;		
	}

	ul.list li span {
		color:#fff;
	}
	
	/* misc */
	.clear { clear:both; }
	hr.divide { height:0px; border:none; clear:both; visibility: hidden; }

/* @end */


/* @group Navigation */
	#navigation {
		float: right;
		margin: 150px 0 0 0px;
	}
	
	#navigation li {
		float: left;
		font-family: AvantGarde Md BT, Helvetica, Arial;	
		letter-spacing: -0.01em;
		margin-right: 5px;
		display: inline;
	}
	
	#navigation li a {
	 	display: block;
		font-size: 1.6em;
	 	padding: 5px 15px;
	 	color: #E65609;
	 	float: left;
	 	position: relative;
	 	z-index: 90;
	 	text-decoration: none;
	}
	
	#navigation li a span {
		display: none;
		text-indent: -999em;
		overflow: hidden;
	}
	
	#navigation li a.on,
	#navigation li a:hover {
	 	background: transparent url(../images/bg_opacity.png) repeat scroll 0 0;
	 	color: #EA1488;
	}

	#navigation li a.on span,	
	#navigation li a:hover span {
	 	display: block !important;
	 	background: url(../images/bg_nav-arrow.png) no-repeat bottom center;
	 	width: 100%;
	 	position: absolute;
	 	height: 5px;
	 	bottom: -5px;
	 	left:0px;
		font-size:1px;
	}
	

	
	
/* @end */



/* @group Decorative */
	
	p#bubble-info {
	 	height: 122px;
	 	width: 208px;
	 	text-indent: -999em;
	 	background: url(../images/bg_bubble-info.png);
	 	position: absolute;
	 	top: 0px;
	 	right: 0px;
	}

	p.tag-line {
	 	background: url(../images/bg_tagline.png) no-repeat;
	 	position: absolute;
	 	height: 29px;
	 	width: 331px;
	 	left:300px;
	 	top: 40px;
	 	text-indent: -999em;
	}
	
	.orange {
	 	color: #E65609;
	}
	
	p.please-note {
		background: url(../images/bg_please-note.png) no-repeat;
		width: 96px;
		height: 96px;
		text-indent: -999em;
		overflow: hidden;
		position: absolute;
		top: 70px;
		right: 30px;
	}
/* @end */



/* @group Widgets */

/* @group Events */
	
	#page h2#next-event { 
		position: absolute;
		top:10px;
		left:0px;
		z-index: 10;
	 }
	 
	 #page.event-show dl {
		margin-bottom: 20px;
	}
	
	.video-desc,
	.artwork {
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
	}

/* @end */


/* Address */
	#address {
		font-size: 1.2em;
	}
	
	#address .adr {
		margin: 10px 0px;
	}

/* @group Slider */
	
	#slider {
		width: 455px;
		height: 390px;
		overflow: hidden;
		position: relative;
		float: left;
	}
	
	#slider-content {
	 	width: 2000px;
	 	position: absolute;
	}
	
	.slide-block{
	 	width: 435px;
	 	height: 370px;
	 	float: left;
	 	margin-right: 10px;
	 	padding: 10px 20px;
	 	position: relative;
	}
	
	.slide-block .back {
		position:absolute;
		top: 10px;
		right: 30px;
	}

/* @end */


/* @end */


/* @group Form Styles */

	label {
		display: block;
		float: left;
		margin-right: 5px;
		width: 95px;
	}
	
	label.hidden {
		position: absolute;
		height: 0px;
		width: 0px;
		overflow: hidden;
		left:-999em;
	}
	
	form li {
		padding: 4px 0px;
		clear: both;
	}
	
	form li li {
		font-size: 1em;
	}
	
	form .mail-check input {
		float: left;
		margin-right: 5px;
	}
	
	form .mail-check label {
		display: inline;
		float: none;
	}
	
	textarea,
	select,
	input[type='text'],
	input[type='password'] {
		border: 2px solid #ccc;
		padding: 2px 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	
	.textarea,
	.select,
	.text {
		padding:3px 5px;
		width:300px;
	}

	.text.small {
		width:50px;
	}
	
	.box .text {
		width: 195px;
	}	
	
	.LV_validation_message.LV_invalid {
		display: block;
		font-size:0.9em;
		color: red;
		padding: 3px 0px 0px 100px;
		font-weight: bold;
	}
	
	#contact .LV_validation_message.LV_invalid {
		padding: 3px 0px;
	}
	
	.LV_invalid_field {
		background-color: #FFCFCF;
	}
	/* Poll */
	
	#poll input[type="radio"] {
		float: left;
		margin-right: 10px;
	}
	
	#poll label {
		float: none;
	}
	
	/* Login */
	
	.zend_form dt {
		display: block;	
	}
	.zend_form dt label {	
		float: none;
	}
	
	/* Contact */
	
	
	#contact label {
		float: none;
		display: block;
		margin-bottom: 5px;
		width: auto;
	}
	
/* @end */


/* @group Page Styles */

	/* @group Video */
	
	#page.video {
		margin-bottom: 20px;
	}
	
	.video-desc{
		top: 60px;
		left: 10px;
	}
	/* @end */

/* @end */

/* @group fancy box */

div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../plugins/fancybox/images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../plugins/fancybox/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../plugins/fancybox/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../plugins/fancybox/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../plugins/fancybox/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -37px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../plugins/fancybox/images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../plugins/fancybox/images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../plugins/fancybox/images/fancy_title_right.png) repeat-x;
}

/* @end */