/*****************************/
/*** Core html setup stuff ***/
/*****************************/
*{
	margin:0;
	padding:0;
}
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
	margin: 0px 0px 0px 0px;
	width: 100%;
	display: table;
	font-size: 12px	
}

body, td{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 1.3em;
}

a:link, a:visited {
	color:#FFCC00;
	font-weight:bold;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
	font-weight: normal;
}
.input {
	padding:10px 10px 10px 0px;
}
input.button { 
	cursor: pointer; 
	border:#FF0000 1px solid;
	background:#990000; 
	height:30px; 
	padding:5px; color:#FFFFFF; 
	text-transform:uppercase;
	font-size:10px;
}
input.loginfield {
	border-top:#CCC 1px solid; 
	border-left:#CCC 1px solid; 
	border-right:#666 1px solid; 
	border-bottom:#666 1px solid; 
	width:250px; 
	margin:5px; 
	font-size:18px;
	padding:5px;
}
input.loginfield_small {
	border-top:#CCC 1px solid; 
	border-left:#CCC 1px solid; 
	border-right:#666 1px solid; 
	border-bottom:#666 1px solid; 
	width:155px;
	margin-top:5px;
	padding:3px;
	font-size:18px;
}
input.loginbtn{
	margin:5px;
}
input.radio{ border:none; width:auto;}
p { margin-top: 0; margin-bottom: 5px; max-width:720px;}

img { border: 0 none; margin:0px; }

h1 {font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:30px!important;
	padding-top:15px;
	height:30px;
	color:#FFFFFF !important;
	background:url(../images/scratch-h1-bg.png) no-repeat left top;	
	}
	
h2 { color:#990000; font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; line-height:26px; font-size:22px;	font-weight:normal;}
h3 { color:#990000; font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; line-height:26px; font-size:18px;	font-weight:normal;}
h4 { font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; font-size:13px;}


hr{margin-top:15px; margin-bottom:15px; border:none; border-bottom:#009900 1px dotted; margin-right:20px;}
hr.system-pagebreak{
	margin-top:30px;
	margin-bottom:30px;
	border:none; border-top:#009900 1px dotted; width:750px;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background:url(../images/all-bg.jpg) #000 no-repeat top;
}

#all {
	padding: 0px;
	margin:0px auto;
	width: 1016px;
	background: url(../images/header-bg.jpg) no-repeat top;
	
}
div#main_bg{
	margin:0px auto;
	width: 980px;
	text-align:left;
	background:url(../images/main_bg2.png) repeat-y;
	padding-bottom:50px;
}
div#main_bg_middle{
	margin:0px auto;
	width: 980px;
	text-align:left;

	padding-bottom:30px;
}
div#main_bg_big{
	margin:0px auto;
	width: 980px;
	text-align:left;

	padding-bottom:30px;

}
#maincolumn{
	width:510px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	
}

#maincolumn_middle{
	width:710px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}

#maincolumn_big{
	width:960px;
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	overflow:hidden;
}

#maincolumn table.contentpaneopen, #maincolumn_middle table.contentpaneopen, #maincolumn_big table.contentpaneopen{
	padding:0px;
	margin-right:10px;
	width: auto;
	text-align:left;
}
div#sub_main_bg{
	float:left;
	margin:0px;
	padding:0px;
	width: 720px;
	text-align:left;
}
div#sub_main_bg_big{
	float:left;
	margin:0px;
	padding:0px;
	width: 980px;
	text-align:left;
}
#date{
	margin-left: 20px;
	float:left;
	line-height: 40px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 14px;
	font-weight:bold;
}
/********************/
/****** MENU *******/
/*******************/
#topmenu{
	float:right;
	padding:15px 5px 0 0;
	font-size:14px;
	font-weight:bold;	
}

/* horizontal top menu */
#topnav {
  height: 70px;
  float: left;
  vertical-align: top;
}

#topnav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#topnav li {
  float:left;
  padding:8px;
}

#topnav a {
  float:left;
  text-decoration: none;
}

/*home*/
#topnav li.item55 a {
  background: url(/images/stories/home_btn.png) no-repeat;
}
#topnav li.item55 a:hover, #topnav li#current.item55 a {
  background: url(/images/stories/home_over_btn.png) no-repeat;
}

/*location*/
#topnav li.item56 a {
  background: url(/images/stories/location_btn.png) 0 0 no-repeat;
}
#topnav li.item56 a:hover, #topnav li#current.item56 a {
  background: url(/images/stories/location_over_btn.png) 0 0 no-repeat;
}

/*calendar*/
#topnav li.item57 a {
  background: url(/images/stories/calendar_btn.png) 0 0 no-repeat;
}
#topnav li.item57 a:hover, #topnav li#current.item57 a {
  background: url(/images/stories/calendar_over_btn.png) 0 0 no-repeat;
}

/*tickets*/
#topnav li.item58 a {
  background: url(/images/stories/tickets_btn.png) 0 0 no-repeat;
}
#topnav li.item58 a:hover, #topnav li#current.item58 a {
  background: url(/images/stories/tickets_over_btn.png) 0 0 no-repeat;
}

/*press*/
#topnav li.item59 a {
  background: url(/images/stories/press_btn.png) 0 0 no-repeat;
}
#topnav li.item59 a:hover, #topnav li#current.item59 a {
  background: url(/images/stories/press_over_btn.png) 0 0 no-repeat;
}

/*FAQ*/
#topnav li.item60 a {
  background: url(/images/stories/faq_btn.png) 0 0 no-repeat;
}
#topnav li.item60 a:hover, #topnav li#current.item60 a {
  background: url(/images/stories/faq_over_btn.png) 0 0 no-repeat;
}

/*History*/
#topnav li.item61 a {
  background: url(/images/stories/history_btn.png) 0 0 no-repeat;
}
#topnav li.item61 a:hover, #topnav li#current.item61 a {
  background: url(/images/stories/history_over_btn.png) 0 0 no-repeat;
}

/*JOin Ward*/
#topnav li.item62 a {
  background: url(/images/stories/join_btn.png) 0 0 no-repeat;
}
#topnav li.item62 a:hover, #topnav li#current.item62 a {
  background: url(/images/stories/join_over_btn.png) 0 0 no-repeat;
}

/*Sponsors*/
#topnav li.item63 a {
  background: url(/images/stories/sponsors_btn.png) 0 0 no-repeat;
}
#topnav li.item63 a:hover, #topnav li#current.item63 a {
  background: url(/images/stories/sponsors_over_btn.png) 0 0 no-repeat;
}

/*Links*/
#topnav li.item64 a {
  background: url(/images/stories/links_btn.png) 0 0 no-repeat;
}
#topnav li.item64 a:hover, #topnav li#current.item64 a {
  background: url(/images/stories/links_over_btn.png) 0 0 no-repeat;
}
/*Contact*/
#topnav li.item65 a {
  background: url(/images/stories/contact_btn.png) 0 0 no-repeat;
}
#topnav li.item65 a:hover, #topnav li#current.item65 a {
  background: url(/images/stories/contact_over_btn.png) 0 0 no-repeat;
}

/*Photos*/
#topnav li.item66 a {
  background: url(/images/stories/photos_btn.png) 0 0 no-repeat;
}
#topnav li.item66 a:hover, #topnav li#current.item66 a {
  background: url(/images/stories/photos_over_btn.png) 0 0 no-repeat;
}


#topnav ul li span{display:none; background-color:#CC3399;}


 

div#h_area{
	margin:0px auto;
	width: 980px;
	text-align:left;
	padding-left:0px;
	clear:both;
}


.contentpaneopen input.inputbox {
	border-top:#CCC 1px solid; 
	border-left:#CCC 1px solid; 
	border-right:#666 1px solid; 
	border-bottom:#666 1px solid; 
	width:250px; 
	margin:5px; 
	font-size:18px;
	padding:5px;
}
button.button{
	background:#990000;
	font-size:14px;
	padding:3px 5px 3px 5px;
	border:1px solid #FF0000;
	color:#FFFFFF;
}

select.inputbox{
	border-top:#CCC 1px solid; 
	border-left:#CCC 1px solid; 
	border-right:#666 1px solid; 
	border-bottom:#666 1px solid; 
	margin:5px; 
	font-size:14px;
	padding:1px;
}

.logo{
	float:left !important;
	width:488px;
	height:220px;
	z-index:1000!important;
	clear:none;
	margin: 20px 0 50px 20px;
}
a.logo,a.logo:link,a.logo:hover, a.logo:visited{
	font-size:22px;
	line-height: 29px;
	color:#3E3E3E;
	text-decoration:none;
	font-weight:bold;
}



#top_news{
	margin:0px auto;
	margin-top:10px;
	width: 722px;
	background-color:#FFF;
	padding:8px;
	overflow:hidden;
	font-size: 16px;
	line-height:23px;
}

#top_news_big{
	margin:0px auto;
	margin-top:10px;
	width: 935px;
	background-color:#FFF;
	padding:8px;
	overflow:hidden;
	font-size: 16px;
	line-height:23px;
}

#top_news img, #top_news_big img{
	border:3px solid #C6C6C6;
	margin-left: 5px;
	margin-bottom: 5px;
}
#top_news #top_news_title, #top_news_big #top_news_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height:23px;
}


#leftcolumn{
	padding:5px;
	width:200px;
	float:left;
}
#rightcolumn{
	margin-right:0;
	width:230px;
	float:right;
	margin-top:70px;
}

/****paper side module***/
.module_paper{
/**/background:url(../images/mod_paper_ctr_bg.png) top repeat-y ;
margin-bottom:15px;
color:#FFFFFF !important;
}
.module_paper div{
	background:url(../images/mod_paper_top_bg.png) no-repeat top ;
	padding-top:5px;
}
.module_paper div div{

	padding-bottom:30px;
		
}
.module_paper div div div{
	/**/background:url(../images/mod_paper_btm_bg.png) no-repeat  bottom;
	padding:0 5px 0 5px;
}
.module_paper div div a{
	color:#FF6600;
	font-size:11px;
}
.module_paper div div div h3{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	background:url(../images/images/mod_header_bg.png) no-repeat !important;
	font-size:11px;
	color:#FFFFFF !important;
	min-width:200px;
	padding-left:10px !important;
}
.module_paper div div li{
	list-style:url(../images/list-dot-blue.png) ;
	font-size:11px;
}
/*div.path{
	margin:0px 0 10px 0px;
	padding: 5px;
}*/
div.path{
	margin-left:230px;

}

div.nopad {
	float:left;
	padding:25px 0px 15px 0px;
}

div.nopad ul {
	clear: both;
}
.article_separator {
	height:35px;
	line-height:35px;
}
form#form-login fieldset { 
	border: none;
	margin: 0;
	margin-left:10px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0px;
	font-size: 10px;
	color: #858585;
}

#leftcolumn div.module_menu, #leftcolumn div.module{
	margin: 10px 0px 0px 0px;
	padding:0px;
	width: 205px;
}
.article_column {
	/*background:url(../images/article_column_bg.png) no-repeat top;
	background-color:#FF6600;*/
	padding:10px 25px 20px 15px;
}
.article_column .contentpaneopen{
	margin:20px 25px 20px 15px;
}
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 205px;
}
.bannergroup {
	border:0px;
}
div.bannergroup_text {

	margin:0px 13px 15px 13px;

}

#leftcolumn div.module div div div div.bannergroup div.bannerheader,
#rightcolumn div.module div div div div.bannergroup div.bannerheader {
	font-weight:bold;
	margin-bottom:10px;
	width:170px;
	border:0px;
}
#leftcolumn div.module div div div div.bannergroup div.banneritem,
#rightcolumn div.module div div div div.bannergroup div.banneritem {
	width:150px;
	border:0px;
}
#leftcolumn div.module div div div div.bannergroup div.banneritem div.clr,
#rightcolumn div.module div div div div.bannergroup div.banneritem div.clr{
	width:150px;
	border:0px;
}
#leftcolumn div.module div div div div.bannergroup div.bannerfooter,
#rightcolumn div.module div div div div.bannergroup div.bannerfooter {
	width:150px;
	border:0px;
}
.banneritem_text {
	margin-bottom:10px;
	border:0px;

}

.bannerfooter_text {
	margin-bottom:10px;
}
/* custom Module */
/****green module***/
.module_green{
background:url(../images/mod_green_ctr_bg.png) center;
color:#006600!important;
margin-bottom:15px;
}
.module_green div{
	background:url(../images/mod_green_top_bg.png) no-repeat top;
}
.module_green div div{
	background:url(../images/mod_green_btm_bg.png) no-repeat  bottom ;
		
}
.module_green div div div{
	padding:0 15px 0 15px;
}
.module_green div div a{
	color:#33511E
}
.module_green div div div h3{
	color:#006600!important;
	border-bottom:#006600 1px dotted !important;
}
.module_green ul{
	padding-left:15px;
}
.module_green li{
	list-style:url(../images/list-dot-green.png) ;
	line-height:22px;	
}
/****orange module***/
.module_orange{
	background:url(../images/mod_orange_ctr_bg.png) center;
	margin-bottom:15px;
	color:#744703 !important;
}
.module_orange div{
	background:url(../images/mod_orange_top_bg.png) no-repeat top;
}
.module_orange div div{
	background:url(../images/mod_orange_btm_bg.png) no-repeat  bottom ;
		
}
.module_orange div div div{
	padding:0 15px 0 15px;
}

.module_orange div div div h3{
	color:#744703 !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	border-bottom:#744703 1px dotted !important;
}
.module_orange div div a{
	color:#744703;
	text-decoration:none;
}
.module_orange div div a:hover{
	color:#744703;
	text-decoration:underline;
}
.module_orange ul{
	padding-left:15px;
}
.module_orange li{
	list-style:url(../images/list-dot-orange.png) ;
	line-height:22px;

}
/****blue module***/
.module_blue{
background:url(../images/mod_blue_ctr_bg.png) center;
margin-bottom:15px;
color:#004188 !important;
}
.module_blue div{
	background:url(../images/mod_blue_top_bg.png) no-repeat top;
}
.module_blue div div{
	background:url(../images/mod_blue_btm_bg.png) no-repeat  bottom ;
		
}
.module_blue div div div{
	padding:0 15px 0 15px;
}
.module_blue div div a{
	color:#FF6600;
	font-size:11px;
}
.module_blue div div div h3{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	border-bottom:#004188 1px dotted !important;
	color:#004188 !important;
}
.module_blue div div li{
	list-style:url(../images/list-dot-blue.png) ;
	font-size:11px;
}
/*************/
.pollstable{
	text-align:left !important;
	color:#999999 !important;	
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div div,
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
	width:190px;
	border-bottom:#339900 2px solid;
	color:#999999 !important;
}
#leftcolumn div.module_menu  div div div, #leftcolumn div.module div div{
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
	width: 206px;
	height:auto;
}
#leftcolumn div.module_menu div div div div, #leftcolumn div.module div div div div{
	background: none;
	padding:4px 8px;
	border:0px;
}
#leftcolumn h3,
#rightcolumn h3{
	text-align: left;
	padding: 15px 0 15px 0;
	width: 190px;
	font-size:17px;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	width:165px;
}
table.poll thead td {
	text-align: left;
	padding-left:10px;
}
table.poll td {
	text-align: left;
}
#leftcolumn ul.menu li ul{
	list-style: none;
}
.pollstableborder {
	margin: 5px 0px 10px 0px;
}
.poll td div{
	display:inline;
}

/* forms */

#leftcolumn .moduletable ul,
#rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li,
#rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}
.moduletable ul {
	padding:5px 10px 5px 12px;
	margin:0px;
}

.moduletable ul li {
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
.moduletable h3 {
	border-bottom:#009900 1px dotted;
}
#leftcolumn ul.menu li#current ul li,
#rightcolumn ul.menu li#current ul li {
	margin: 0px;
	padding: 0px;
}
ul.menu {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.menu li{
	padding:0px 10px 5px 15px;
	margin:0px;
}

ul.menu li ul {
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul.menu li ul li{
	padding:0px 0px 0px 15px;
	border:none;
}
ul.menu li#current ul li a{
	margin-left:15px;
	text-decoration:none;
}
ul.mostread {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.mostread li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}
ul.latestnews {
	padding:5px 10px 5px 12px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 10px 5px 15px;
	margin:0px;
	line-height:18px;
}


td.contentheading, div.componentheading{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-weight:bold;
	font-weight:normal;
	vertical-align:top;
	font-size:24px;
	height:30px;
	color:#FFF;
	background:url(../images/scratch-h1-bg.png) no-repeat left top;
	height:129px;
	padding:10px 0 10px 5px !important;
}
.required{color:#CC0000;}

table.contentpaneopen td{
	line-height:24px;
}
table.contentpaneopen{
	border-collapse: collapse;
	margin-left:0px;
}
td.buttonheading{
	padding:0px 2px 0px 2px;
}
table.contentpaneopen td{
	padding:0px;
}
.contentpaneopen p{
	line-height:22px;
}
.contentpaneopen img{
	margin-right:0px;
}
span.small, td.createdate, td.modifydate{
	font-size:11px;
	color:#999999;
}
span.pagination span, span.pagination a{
	padding:5px;
}

div#footer{
	color:#999999;

}
#footer{
	background:url(../images/skull-footer-bg.jpg) no-repeat bottom ;
	height:220px; 
	text-align:center;
}
#footer tr td{padding-top:120px; margin:auto; }
#footer tr td a{padding-right:20px; font-weight:bold; text-decoration:underline;}
#footer .moduletable{
	margin:0px auto;
	width:980px;
}

.menufooter li.parent {
	float:left;
	text-transform:uppercase;
	color:#CCCCCC;
}
.menufooter{
	padding-top:20px !important;
}
.menufooter li.item74 {
	float:left;
	text-transform:uppercase;
	color:#CCCCCC;
}
#footer ul{
	list-style:none;
}
#footer ul li{
	margin-left:-25px;
}
#footer div ul li a{
	color:#CCCCCC;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}
#footer div ul li a:hover{
	text-decoration:underline;
}
#footer div ul li ul li a span{
	color: #999999;
	text-transform:none !important;
	text-align:left;
	font-weight:normal!important;
}
#footer div ul li ul li a{
	text-transform:none !important;
}
#footer div ul li ul li a:hover{
	text-transform:underline !important;
}
#lowerfooter .moduletable{
	width:700px;
	margin:0 auto;
	text-align:center;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#FF9900;
}
div#f_area{
	background: #E5E4E4 url(../images/f_area_bg.png) bottom repeat-x;
	border-top:2px solid white;
	margin:0px auto;
	width: 980px;
	text-align:left;
	margin-bottom:3px;
}
#f_area div.moduletable_menu, #f_area div.moduletable, #f_area div.moduletable_text{
	float: left;
	margin:10px 4px 10px 6px;
	width: 230px;
	background-color: #FFFFFF;
	border:1px solid #DADADA;
}
#f_area h3{
	text-align: left;
	height: 41px;
	width: 230px;
	line-height: 40px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	background: #D4D2C6 url(../images/f_area_h3.png) bottom left repeat-x;
	margin:0px;
	text-align:center;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#syndicate{
	float:left;
	padding-left: 25px;
}
/******** video trailer ************/
.trailer{
	background:url(../../../images/images/trailer_bg.png) no-repeat right;
	padding:10px;
	margin-top:30px;
	padding-left:170px;
}

div.ticket  a {
  display:block;
  width:220px;
  height:220px;
  background: url(../../../images/images/buytickets.png) no-repeat;
}
div.ticket  a:hover, div.ticket  a:active{
  background: url(../../../images/images/buytickets_over.png) no-repeat;
}
div.large_image{
	z-index:1000 !important;
	position:absolute;
	left:5%;
	top:340px;
	margin-right:1000px;
}

.item55, .item65{
	display:none;
}