/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*added to original HTML5 reset by JSD 24/8/09*/

/*always vertical scrollbars for FF only */
html>/**/body{
  overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


body{
  text-align:center;
  font:0.75em/1 Arial, sans-serif;
  position:relative;
  background:url(/images/bg_black.jpg) #474747;
}

body.style-1{
	background: url(/images/bg_blue.jpg) #63b9da;
}

body.style-2{
  background:url(/images/bg_cardboard.jpg) #63b9da;
}


/*always vertical scrollbars for FF only */
html>/**/body{
  overflow-y: scroll;
}

.holder{
  width:1076px;
  margin:0 auto;
  text-align:left; 
}

.container{
  background:none;
  width:950px;
  padding:0;
  margin:0;
  color:#000;
  min-height: 100%;
  position:relative;
}

a{
  color:#000;
}

a:hover{
  color:#e71f01;
}

p, ul, ol{
  line-height:1.2;
  margin-bottom:1.2em;
}

#abf-logo{
  position:absolute;
  right:0;
  top:15px;
  width:126px;
  height:82px;
  cursor:pointer;
  outline: none;
}

#css_switcher{
  position:absolute;
  right:0;
  top:225px;
}

#css_switcher li{
  display:inline;
}

#css_switcher li a{
  display:block;
  border:1px solid #C8C8C8;
  -moz-box-shadow: -2px -2px 2px #888;
	-webkit-box-shadow: -2px -2px 2px #888;
	-o-box-shadow: -2px -2px 2px #888;
	box-shadow: -2px -2px 2px #888;
	text-indent:-9999em;
	width:47px;
	margin-bottom:7px;
	cursor:pointer;
	background:URL(/images/bg_tabs.gif) no-repeat 0 -220px;
  height:107px;
  overflow:hidden;
  outline: none;
  
}

#css_switcher li a:hover{
  background-position:-50px -220px;
}
#css_switcher li.style-1 a{
  background-position:0 -110px;
}
#css_switcher li.style-1 a:hover{
  background-position:-50px -110px;
}
#css_switcher li.style-2 a{
  background-position:0 0;
}
#css_switcher li.style-2 a:hover{
  background-position:-50px 0;
}

#content form li label{
	display: block;
	float: left;
}

#content form li.boolean{
	float:none;
	display:inline;
}

form input, form textarea{
	font:normal 1em/1 Arial;
}

form ul{
	height:1%;
}

form li{
  display:block;
  margin-bottom:0.5em;
	overflow:hidden;
	list-style:none;
}

header{
  overflow:hidden;
  height:1%;
	position:relative;
	padding-top:6px;
}

header a{
	text-decoration:none;
}

header #logo{
  float:left;
	display:block;
	width:209px;
	height:220px;
  cursor:pointer;
}

header div{
  float:right;
  width:736px;
}

header .search{
	background:URL(/images/search-box.png) no-repeat 0 0;
	float:right;
	width:216px;
	padding:12px 60px 30px 20px;
	position:relative;
}

header .search input{
  width:180px;
  font-size:0.917em;
  z-index:9;
}

header .search .submit{
  width:auto;
  margin-left:14px;
	margin-top:6px;
}

header #addn{
	float:right;
	margin-bottom:9px;
}

header #addn li{
	position:relative;
	float:left;
	overflow:hidden;
	height:1%;
	margin-left:6px;
	background:URL(/images/bg_topnav_bot.png) no-repeat 0 100%;
	padding:0 0 8px 0;
	position:relative;
}

header #addn li a{
	float:left;
	display:block;
	width:109px;
	height:108px;
	position:relative;
	font-size:1.167em;
	line-height:1.3;
	background:#FFF;
	color:#e71f01;
	border:3px solid #e71f01;
	margin-right:7px;
}

header #addn li a:hover{
	background:#e71f01;
	color:#FFF;
	border-color:#FFF;
  
}

header #addn li span{
  display:block;
  background:URL(/images/bg_topnav_right.png) no-repeat 100% 0;
  position:absolute;
  right:0;
  top:0;
  width:7px;
  height:100%;
}

header #addn li a span{
  bottom:15px;
  top:auto;
  left:15px;
  width:78px;
  height:auto !important;
  background:transparent;
}

header nav{
  float:right;
  font-size:1.167em;
  line-height:2.571;
}

header nav ul{
	overflow:hidden;
	height:1%;
	margin-bottom:9px;
}

header nav li{
	float:left;
	overflow:hidden;
	height:1%;
	margin-left:3px;
	background:URL(/images/bg_topnav_bot.png) no-repeat 0 100%;
	padding:0 0 8px 0;
	position:relative;
}

header nav li.first{
  margin-left:0;
}

header nav li.first a{
  width:61px;
}

header nav li.media a{
  width:62px;
}


header nav li span{
  display:block;
  background:URL(/images/bg_topnav_right.png) no-repeat 100% 0;
  position:absolute;
  right:0;
  top:0;
  width:7px;
  height:100%;
}

header nav li a{
	display:block;
	float:left;
	color:#4A4A4A;
	background:#FFF;
	border:2px solid #e71f01;
	padding:13px 31px 13px 15px;
	margin-right:7px;
}

header nav li a:hover, header nav li.active a{
  color:#FFF;
  background:#e71f01;
  border-color:#FFF;
}

#breadcrumb{
	color:#FFF;
	overflow:hidden;
	width:100%;
	float:left;
	font-size:0.833em;
	line-height:1.2;
}

#breadcrumb li{
	float:left;
	display:block;
	background:URL(/images/bg_arrows.png) no-repeat -4px -4px;
	padding-left:9px;
	margin-right:3px;
}

#breadcrumb li.first{
	padding-left:0;
	background:transparent;
}

#breadcrumb .active{
  color:#e71f01;
}

#breadcrumb a{
  color:#FFF;
}

#main{
  overflow:hidden;
  height:1%;
  min-height:100px;
  padding-bottom:2em;
}

#nav_and_aside_holder{
	width:236px;
	float:left;
}


#main nav{
	position:relative;
	height:1%;
	border-left:2px solid #e71f01;
  border-right:2px solid #e71f01;
  border-bottom:2px solid #e71f01;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	margin:0 4px 24px 0;
} 

#main nav h1{
	background:#FFF;
	color:#e71f01;
	border-top:2px solid #e71f01;
	padding:10px 0 10px 22px;
	font-size:1.167em;
}

#main nav ul{
	margin-bottom:0;
}

#main nav ul ul{
  margin:10px 0 -10px -22px;
}

#main nav li{
	border-top:2px solid #e71f01;
	background:#FFF;
	padding:10px 0 10px 22px;
}

#main nav a{
	text-decoration:none;
	color:#e71f01;
}

#main nav li a{
	color:#494646;
}

#main nav li a:hover{
	color:#000;
	font-weight:bold;
}

#main nav li.active li a{
  color:#808285;
}

#main nav li.active a, #main nav li.active li.active li a{
  color:#e71f01;
  font-weight:normal;
}

#main nav li.active li{
  background:#E3E3E3 URL(/images/bg_arrows.png) no-repeat 22px 0.7em;
  padding-left:37px;
}

#main nav li.active li a{

}

#main nav li.active li.active a, #main nav li.active li a:hover{
  color:#e71f01;
}

#main nav li.active li.active li{
  margin-left:-15px;
  padding-left:52px;
  background-position:37px 0.7em;
}

#main nav li.active li.active li a{
  color:#808285;
}

#main nav li.active li.active li a:hover, #main nav li.active li.active li.active a{
  color:#e71f01;
}

#main nav li a:hover{

}

#main nav li.active li a:hover{

}

#main #content{
	float:right;
	width:696px;
	background: URL(/images/bg_content.png) 0 100% no-repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 4px 4px 0;
}

#main #content .bg{
  background:#FFF;
  padding:0 25px;
}

#main #content article{
  margin-bottom:20px;
}

.cols{
	overflow:hidden;
	height:1%;
}

.col{
	width:215px;
	margin-left:17px;
	float:left;
}

.cols .span2{
	width:400px;
}

.first{
	margin-left:0;
}

footer{
  background: URL(/images/bg_footer_top.png) 0 0 no-repeat;
	padding-top:21px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 3px 25px 0;
	color:#808285;
}

footer .bg{
  background: URL(/images/bg_footer_bot.png) 0 100% no-repeat;
  padding-bottom:21px;
}

footer .cols{
  background:#FFF;
  height:1%;
}

footer .col.first{
  margin-left:17px;
}

footer li{
  display:block;
}

footer h1{
  color:#e71f01;
  font-size:1.083em;
  margin-bottom:0.5em;
}

footer a{
  color:#808285;
}

footer li.text input{
	width:97%;
}

footer .signup .submit{
	background:transparent;
	border:none;
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#e71f01;
}

footer .share {
  overflow:hidden;
  height:1%;
}

footer .share li{
  display:inline;
}

footer .share li a{
  width:25px;
  height:25px;
  text-indent:-9999em;
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  margin-right:12px;
  display:block;
}

footer .share li.flickr a{
  background-image:URL(/images/icon_flickr.jpg);
}

footer .share li.twitter a{
  background-image:URL(/images/icon_twitter.jpg);
}

footer .share li.delicious a{
  background-image:URL(/images/icon_delicious.jpg);
  margin-right:0;
}

footer .share li.youtube a{
  background-image:URL(/images/icon_youtube.jpg);
}

footer .share li.digg a{
  background-image:URL(/images/icon_digg.jpg);
}

footer .share li.facebook a{
  background-image:URL(/images/icon_facebook.jpg);
}

/*homepage styles */
.home #nav_and_aside_holder{
  float:right;
}

#main.home #content{
  float:left;
}



/*slices css*/

#content p.white-on-red{
	font-weight:bold;
	font-size:1.462em;
	line-height:1;
	padding:10px 8px;
	margin:0 -25px 20px;
	background:#e71f01;
	color:#FFF
}

#content h1.white-on-red{
	font-weight:bold;
	font-size:1.462em;
	line-height:1;
	padding:10px 25px;
	margin:0 -25px 20px;
	background:#e71f01;
	color:#FFF
}



#content ul{
  list-style-position: inside;
}

#content h1.main{
  margin:0 -25px 0px;
	padding-top:0;
}

#content .header_image_slice h1.main {
	margin: 0 -25px 0px;
}

#content h1 {
	padding-top: 5px;
}

#content .header_image_slice .caption{
	padding:10px 8px;
	background:#e71f01;
	color:#FFF;
	text-align:right;
}

#content .header_image_slice .caption a{
  color:#FFF;
}

#content .header_image_slice img{
	display:block;
}

#content .header_image_slice .caption p{
  margin-bottom:0;
}

#content .col_195{
  width:195px;
}

#content .col_125{
  width:125px;
}


#content .col_432{
  width:432px;
}

#content strong {
	color: #e71f01;
}

#content #events_search{
	margin-bottom:20px;
}

#content .result_list{
  list-style:none;
}  

#content .result_list li{
  border-top:6px solid #e71f01;
	padding-top:1.2em;
  display:block;
  height:auto;
  clear:both;
}

#content .result_list{
  border-bottom:6px solid #e71f01;
}

#content .result_list li h2 a{
  text-decoration:none;
}

#content .map_holder{
  margin:-20px -25px 20px;
}

#content .map_canvas{
  width:696px;
  height:250px;
}

#content .result_list li{
  display:block;
}



#content .result_list li h2{
  font-size:2.5em;
	line-height:1em;
	margin-bottom:0.2em;
}

#content .result_list li h2 span{
	display:block;
	color:#e71f01;
	font-size:0.6em;
	line-height:1.2;
}

#content .pagination{
  color:#e71f01;
  padding-bottom:20px;
}

#content .pagination a{
  color:#4A4A4A;
  text-decoration:none;
}

#content .pagination a:hover{
  text-decoration:underline;
}

#content .pagination .disabled{
  color:#808285;
}

/*aside styles*/

#nav_and_aside_holder .asset_slice{
  text-align:center;
}

/* Tickets stuff, sorry for making a mess */
.tickets #lmbc-logo{
	float:right;
	margin-top:15px;
	margin-right:15px;
}

.tickets li{
	margin:0;
}

.tickets #welcome{
	background:URL(/images/tickets-welcome.gif) no-repeat 0 40px;
	width:473px;
	height:139px;
	padding-top:60px;
	text-indent:-9999em;
	float:left;
}

.tickets h2{
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:no-repeat;
}

.tickets #tickets-donations{
	background-image:URL(/images/tickets-tickets-donations.gif);
	height:102px;
}

.tickets #unable-to-attend{
	background-image:URL(/images/tickets-unable-to-attend.gif);
	height:84px;
}


.tickets li input, .tickets li select {
	font-size: 1.3em;
	float: left;
	margin-left: 10px;
	margin-top:5px;
}

.tickets li.text input {
	border: 3px solid #e71f01;
	padding:2px;
	width:100px;
}

.tickets li.with-pound label{
	margin-left:15px;
}

.tickets li.with-pound input{
	margin-left:0;
	width:95px;
}

.tickets li.next {
	padding-top:20px;
}

.tickets li.next input {
	float: right;
	border:0;
}

.tickets li.buy{
	overflow:hidden;
	height:1%;
}

.tickets li.buy a {
	float:left;
	margin-top: 5px;
	
}

.tickets li.buy input {
	border:0;
}

.tickets li.next p {
	width:205px;
	float:left;
}

.tickets .summary {
	font-size: 1.3em;
	width:450px;
	padding-top:15px;
}

.tickets .summary p.intro{
	font-size:1.3em !important;
}

.tickets span {
	font-weight: bold;
	font-size: 1.31em;
	color: #e71f01;
}

.tickets label {
	height: 40px;
	width: 180px;
	background-position: 100% 0;
	background-repeat:no-repeat;
}

.tickets label span {
	display: none;
}

.tickets .cols{
	width:100%;
	height:auto;
	clear:both;
}

.tickets .col{
	width:300px;
	float:right;
	margin-left:20px;
}

.tickets .cols .first{
	border-right:4px solid #e71f01;
	padding-right:20px;
	margin-left:0;
	float:left;
}

.tickets .remember{
	text-indent:-9999em;
	background:URL(/images/tickets-remember.gif) no-repeat 0 0;
	height:98px;
	
}

label.time 			{ background-image: url(/images/tickets-seating.gif) }
label.donation 	{ background-image: url(/images/tickets-donation.gif); margin-left:10px; }
label.donation-q 	{ background-image: url(/images/tickets-donation-q.gif); margin-left:10px; }
label.quantity 	{ background-image: url(/images/tickets-quantity.gif) }
label.giftaid 	{ background-image: url(/images/tickets-giftaid.gif) }

.fund_pack_req label{
	width:120px;
}

.fund_pack_req li.boolean label{
	width:auto;
}

.fund_pack_req input, .fund_pack_req textarea{
	width:260px;
}

.fund_pack_req li.boolean input{
	width:auto;
}

form .submit{
	float:right;
	width:auto;
}

.fund_pack_req .submit{
	width:109px;
	height:54px;
	background:URL(/images/submit.gif) 0 0;
	border:none;
	text-indent:-9999em;
}

body{
  text-align:center;
  font:0.75em/1 Arial, sans-serif;
  position:relative;
  background:url(/images/bg_black.jpg) #474747;
}

body.style-1{
	background: url(/images/bg_blue.jpg) #63b9da;
}

body.style-2{
  background:url(/images/bg_cardboard.jpg) #63b9da;
}


/*always vertical scrollbars for FF only */
html>/**/body{
  overflow-y: scroll;
}

.holder{
  width:1076px;
  margin:0 auto;
  text-align:left; 
}

.container{
  background:none;
  width:950px;
  padding:0;
  margin:0;
  color:#000;
  min-height: 100%;
  position:relative;
}

a{
  color:#000;
}

a:hover{
  color:#e71f01;
}

p, ul, ol{
  line-height:1.2;
  margin-bottom:1.2em;
}

#abf-logo{
  position:absolute;
  right:0;
  top:15px;
  width:126px;
  height:82px;
  cursor:pointer;
  outline: none;
}

#css_switcher{
  position:absolute;
  right:0;
  top:225px;
}

#css_switcher li{
  display:inline;
}

#css_switcher li a{
  display:block;
  border:1px solid #C8C8C8;
  -moz-box-shadow: -2px -2px 2px #888;
	-webkit-box-shadow: -2px -2px 2px #888;
	-o-box-shadow: -2px -2px 2px #888;
	box-shadow: -2px -2px 2px #888;
	text-indent:-9999em;
	width:47px;
	margin-bottom:7px;
	cursor:pointer;
	background:URL(/images/bg_tabs.gif) no-repeat 0 -220px;
  height:107px;
  overflow:hidden;
  outline: none;
  
}

#css_switcher li a:hover{
  background-position:-50px -220px;
}
#css_switcher li.style-1 a{
  background-position:0 -110px;
}
#css_switcher li.style-1 a:hover{
  background-position:-50px -110px;
}
#css_switcher li.style-2 a{
  background-position:0 0;
}
#css_switcher li.style-2 a:hover{
  background-position:-50px 0;
}

#content form li label{
	display: block;
	float: left;
}

#content form li.boolean{
	float:none;
	display:inline;
}

form input, form textarea{
	font:normal 1em/1 Arial;
}

form ul{
	height:1%;
}

form li{
  display:block;
  margin-bottom:0.5em;
	overflow:hidden;
	list-style:none;
}

header{
  overflow:hidden;
  height:1%;
	position:relative;
	padding-top:6px;
}

header a{
	text-decoration:none;
}

header #logo{
  float:left;
	display:block;
	width:209px;
	height:220px;
  cursor:pointer;
}

header div{
  float:right;
  width:736px;
}

header .search{
	background:URL(/images/search-box.png) no-repeat 0 0;
	float:right;
	width:216px;
	padding:12px 60px 30px 20px;
	position:relative;
}

header .search input{
  width:180px;
  font-size:0.917em;
  z-index:9;
}

header .search .submit{
  width:auto;
  margin-left:14px;
	margin-top:6px;
}

header #addn{
	float:right;
	margin-bottom:9px;
}

header #addn li{
	position:relative;
	float:left;
	overflow:hidden;
	height:1%;
	margin-left:6px;
	background:URL(/images/bg_topnav_bot.png) no-repeat 0 100%;
	padding:0 0 8px 0;
	position:relative;
}

header #addn li a{
	float:left;
	display:block;
	width:109px;
	height:108px;
	position:relative;
	font-size:1.167em;
	line-height:1.3;
	background:#FFF;
	color:#e71f01;
	border:3px solid #e71f01;
	margin-right:7px;
}

header #addn li a:hover{
	background:#e71f01;
	color:#FFF;
	border-color:#FFF;
  
}

header #addn li span{
  display:block;
  background:URL(/images/bg_topnav_right.png) no-repeat 100% 0;
  position:absolute;
  right:0;
  top:0;
  width:7px;
  height:100%;
}

header #addn li a span{
  bottom:15px;
  top:auto;
  left:15px;
  width:78px;
  height:auto !important;
  background:transparent;
}

header nav{
  float:right;
  font-size:1.167em;
  line-height:2.571;
}

header nav ul{
	overflow:hidden;
	height:1%;
	margin-bottom:9px;
}

header nav li{
	float:left;
	overflow:hidden;
	height:1%;
	margin-left:3px;
	background:URL(/images/bg_topnav_bot.png) no-repeat 0 100%;
	padding:0 0 8px 0;
	position:relative;
}

header nav li.first{
  margin-left:0;
}

header nav li.first a{
  width:61px;
}

header nav li.media a{
  width:62px;
}


header nav li span{
  display:block;
  background:URL(/images/bg_topnav_right.png) no-repeat 100% 0;
  position:absolute;
  right:0;
  top:0;
  width:7px;
  height:100%;
}

header nav li a{
	display:block;
	float:left;
	color:#4A4A4A;
	background:#FFF;
	border:2px solid #e71f01;
	padding:13px 31px 13px 15px;
	margin-right:7px;
}

header nav li a:hover, header nav li.active a{
  color:#FFF;
  background:#e71f01;
  border-color:#FFF;
}

#breadcrumb{
	color:#FFF;
	overflow:hidden;
	width:100%;
	float:left;
	font-size:0.833em;
	line-height:1.2;
}

#breadcrumb li{
	float:left;
	display:block;
	background:URL(/images/bg_arrows.png) no-repeat -4px -4px;
	padding-left:9px;
	margin-right:3px;
}

#breadcrumb li.first{
	padding-left:0;
	background:transparent;
}

#breadcrumb .active{
  color:#e71f01;
}

#breadcrumb a{
  color:#FFF;
}

#main{
  overflow:hidden;
  height:1%;
  min-height:100px;
  padding-bottom:2em;
}

#nav_and_aside_holder{
	width:236px;
	float:left;
}


#main nav{
	position:relative;
	height:1%;
	border-left:2px solid #e71f01;
  border-right:2px solid #e71f01;
  border-bottom:2px solid #e71f01;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	margin:0 4px 24px 0;
} 

#main nav h1{
	background:#FFF;
	color:#e71f01;
	border-top:2px solid #e71f01;
	padding:10px 0 10px 22px;
	font-size:1.167em;
}

#main nav ul{
	margin-bottom:0;
}

#main nav ul ul{
  margin:10px 0 -10px -22px;
}

#main nav li{
	border-top:2px solid #e71f01;
	background:#FFF;
	padding:10px 0 10px 22px;
}

#main nav a{
	text-decoration:none;
	color:#e71f01;
}

#main nav li a{
	color:#494646;
}

#main nav li a:hover{
	color:#000;
	font-weight:bold;
}

#main nav li.active li a{
  color:#808285;
}

#main nav li.active a, #main nav li.active li.active li a{
  color:#e71f01;
  font-weight:normal;
}

#main nav li.active li{
  background:#E3E3E3 URL(/images/bg_arrows.png) no-repeat 22px 0.7em;
  padding-left:37px;
}

#main nav li.active li a{

}

#main nav li.active li.active a, #main nav li.active li a:hover{
  color:#e71f01;
}

#main nav li.active li.active li{
  margin-left:-15px;
  padding-left:52px;
  background-position:37px 0.7em;
}

#main nav li.active li.active li a{
  color:#808285;
}

#main nav li.active li.active li a:hover, #main nav li.active li.active li.active a{
  color:#e71f01;
}

#main nav li a:hover{

}

#main nav li.active li a:hover{

}

#main #content{
	float:right;
	width:696px;
	background: URL(/images/bg_content.png) 0 100% no-repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 4px 4px 0;
}

#main #content .bg{
  background:#FFF;
  padding:0 25px;
}

#main #content article{
  margin-bottom:20px;
}

.cols{
	overflow:hidden;
	height:1%;
}

.col{
	width:215px;
	margin-left:17px;
	float:left;
}

.cols .span2{
	width:400px;
}

.first{
	margin-left:0;
}

footer{
  background: URL(/images/bg_footer_top.png) 0 0 no-repeat;
	padding-top:21px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 3px 25px 0;
	color:#808285;
}

footer .bg{
  background: URL(/images/bg_footer_bot.png) 0 100% no-repeat;
  padding-bottom:21px;
}

footer .cols{
  background:#FFF;
  height:1%;
}

footer .col.first{
  margin-left:17px;
}

footer li{
  display:block;
}

footer h1{
  color:#e71f01;
  font-size:1.083em;
  margin-bottom:0.5em;
}

footer a{
  color:#808285;
}

footer li.text input{
	width:97%;
}

footer .signup .submit{
	background:transparent;
	border:none;
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#e71f01;
}

footer .share {
  overflow:hidden;
  height:1%;
}

footer .share li{
  display:inline;
}

footer .share li a{
  width:25px;
  height:25px;
  text-indent:-9999em;
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  margin-right:12px;
  display:block;
}

footer .share li.flickr a{
  background-image:URL(/images/icon_flickr.jpg);
}

footer .share li.twitter a{
  background-image:URL(/images/icon_twitter.jpg);
}

footer .share li.delicious a{
  background-image:URL(/images/icon_delicious.jpg);
  margin-right:0;
}

footer .share li.youtube a{
  background-image:URL(/images/icon_youtube.jpg);
}

footer .share li.digg a{
  background-image:URL(/images/icon_digg.jpg);
}

footer .share li.facebook a{
  background-image:URL(/images/icon_facebook.jpg);
}

/*homepage styles */
.home #nav_and_aside_holder{
  float:right;
}

#main.home #content{
  float:left;
}



/*slices css*/

#content p.white-on-red{
	font-weight:bold;
	font-size:1.462em;
	line-height:1;
	padding:10px 8px;
	margin:0 -25px 20px;
	background:#e71f01;
	color:#FFF
}

#content h1.white-on-red{
	font-weight:bold;
	font-size:1.462em;
	line-height:1;
	padding:10px 25px;
	margin:0 -25px 20px;
	background:#e71f01;
	color:#FFF
}



#content ul{
  list-style-position: inside;
}

#content h1.main{
  margin:0 -25px 0px;
	padding-top:0;
}

#content .header_image_slice h1.main {
	margin: 0 -25px 0px;
}

#content h1 {
	padding-top: 5px;
}

#content .header_image_slice .caption{
	padding:10px 8px;
	background:#e71f01;
	color:#FFF;
	text-align:right;
}

#content .header_image_slice .caption a{
  color:#FFF;
}

#content .header_image_slice img{
	display:block;
}

#content .header_image_slice .caption p{
  margin-bottom:0;
}

#content .col_195{
  width:195px;
}

#content .col_125{
  width:125px;
}


#content .col_432{
  width:432px;
}

#content strong {
	color: #e71f01;
}

#content #events_search{
	margin-bottom:20px;
}

#content .result_list{
  list-style:none;
}  

#content .result_list li{
  border-top:6px solid #e71f01;
	padding-top:1.2em;
  display:block;
  height:auto;
  clear:both;
}

#content .result_list{
  border-bottom:6px solid #e71f01;
}

#content .result_list li h2 a{
  text-decoration:none;
}

#content .map_holder{
  margin:-20px -25px 20px;
}

#content .map_canvas{
  width:696px;
  height:250px;
}

#content .result_list li{
  display:block;
}



#content .result_list li h2{
  font-size:2.5em;
	line-height:1em;
	margin-bottom:0.2em;
}

#content .result_list li h2 span{
	display:block;
	color:#e71f01;
	font-size:0.6em;
	line-height:1.2;
}

#content .pagination{
  color:#e71f01;
  padding-bottom:20px;
}

#content .pagination a{
  color:#4A4A4A;
  text-decoration:none;
}

#content .pagination a:hover{
  text-decoration:underline;
}

#content .pagination .disabled{
  color:#808285;
}

/*aside styles*/

#nav_and_aside_holder .asset_slice{
  text-align:center;
}

/* Tickets stuff, sorry for making a mess */
.tickets #lmbc-logo{
	float:right;
	margin-top:15px;
	margin-right:15px;
}

.tickets li{
	margin:0;
}

.tickets #welcome{
	background:URL(/images/tickets-welcome.gif) no-repeat 0 40px;
	width:473px;
	height:139px;
	padding-top:60px;
	text-indent:-9999em;
	float:left;
}

.tickets h2{
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:no-repeat;
}

.tickets #tickets-donations{
	background-image:URL(/images/tickets-tickets-donations.gif);
	height:102px;
}

.tickets #unable-to-attend{
	background-image:URL(/images/tickets-unable-to-attend.gif);
	height:84px;
}


.tickets li input, .tickets li select {
	font-size: 1.3em;
	float: left;
	margin-left: 10px;
	margin-top:5px;
}

.tickets li.text input {
	border: 3px solid #e71f01;
	padding:2px;
	width:100px;
}

.tickets li.with-pound label{
	margin-left:15px;
}

.tickets li.with-pound input{
	margin-left:0;
	width:95px;
}

.tickets li.next {
	padding-top:20px;
}

.tickets li.next input {
	float: right;
	border:0;
}

.tickets li.buy{
	overflow:hidden;
	height:1%;
}

.tickets li.buy a {
	float:left;
	margin-top: 5px;
	
}

.tickets li.buy input {
	border:0;
}

.tickets li.next p {
	width:205px;
	float:left;
}

.tickets .summary {
	font-size: 1.3em;
	width:450px;
	padding-top:15px;
}

.tickets .summary p.intro{
	font-size:1.3em !important;
}

.tickets span {
	font-weight: bold;
	font-size: 1.31em;
	color: #e71f01;
}

.tickets label {
	height: 40px;
	width: 180px;
	background-position: 100% 0;
	background-repeat:no-repeat;
}

.tickets label span {
	display: none;
}

.tickets .cols{
	width:100%;
	height:auto;
	clear:both;
}

.tickets .col{
	width:300px;
	float:right;
	margin-left:20px;
}

.tickets .cols .first{
	border-right:4px solid #e71f01;
	padding-right:20px;
	margin-left:0;
	float:left;
}

.tickets .remember{
	text-indent:-9999em;
	background:URL(/images/tickets-remember.gif) no-repeat 0 0;
	height:98px;
	
}

label.time 			{ background-image: url(/images/tickets-seating.gif) }
label.donation 	{ background-image: url(/images/tickets-donation.gif); margin-left:10px; }
label.donation-q 	{ background-image: url(/images/tickets-donation-q.gif); margin-left:10px; }
label.quantity 	{ background-image: url(/images/tickets-quantity.gif) }
label.giftaid 	{ background-image: url(/images/tickets-giftaid.gif) }

.fund_pack_req label{
	width:120px;
}

.fund_pack_req li.boolean label{
	width:auto;
}

.fund_pack_req input, .fund_pack_req textarea{
	width:260px;
}

.fund_pack_req li.boolean input{
	width:auto;
}

form .submit{
	float:right;
	width:auto;
}

.fund_pack_req .submit{
	width:109px;
	height:54px;
	background:URL(/images/submit.gif) 0 0;
	border:none;
	text-indent:-9999em;
}

#content h1, .modal_content dl h1{
	font-size:2.5em;
	line-height:1.2;
}

#content h2, .modal_content h2{
	font-size:1.5em;
	line-height:1.2;
	margin-bottom:0.4em;
}

#content .intro, .modal_content .intro{
	color:#e71f01;
	font:bold 1.5em/1.2 Arial, sans-serif;
	margin-bottom:0;
}

#content p.intro, .modal_content p.intro{
  margin-bottom:1em;
}

#content .intro p{
  margin-bottom:0.4em;
}

#content .other-info{
  color:#808285;
  margin-bottom:0.6em;
}

#content .highlight, .modal_content .highlight{
  color:#e71f01;
}

#content .lowlight, .modal_content .lowlight{
  font-size:0.833em;
}

.modal_content dl h1{
  color:#000;
}

.modal_content dl a{
  color:#000;
  border:none;
  text-decoration:underline;
}

.modal_content dl a:hover{
  color:#e71f01;
}