
/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #232325;
	background-image: url('../gfx/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background-image: url('../gfx/drpshdw_bg.png');
	background-repeat: repeat-x;
	background-position: 0 38px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	height: 100%;
}

em {
	display: block;
	color: #ccc;
	font-style: normal;
	padding-top: 10px;
	font-size: 11px;
}


strong {
	color: #52B849;
}


h1,h2,h3,p {
	margin: 10px 0;
}

h2 { font-size: 20px; }
h3 { font-size: 18px;}
h4 { font-size: 15px; margin-top: 25px; margin-bottom: 10px; color: #44ae3c; }
h5 { font-size: 13px; margin-top: 25px; margin-bottom: 10px; }


/* h3 is the only h tag using the PNGenius */

h3 {
	width: 420px; /* needed for e-tard */
	height: 60px; /* needed for e-tard */
	color: #ffffff; /* needed for e-tard */
	display: block;
	background-repeat: no-repeat;
	text-indent: -2000em;
	line-height: 60px;
	margin-top: 20px;
	margin-left: -30px;
}


li {
	margin-left: 15px;
}

a {
	color: white;
	text-decoration: underline;
	outline: none;
}

a:hover, a:focus {
}

a:focus {
	outline: #FFF dotted thin;
}

input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 1px 3px;	
}

object {
	display: block;
	outline: none;
}


.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }



/*============================= Main Layout ===============================*/



#header {
	background-color: #0e7153;
	border-bottom: 8px solid white;
	height: 130px;
	position: relative;
	z-index: 2;
}

.wrap {
	margin: 0 auto;
	width: 920px;
	position: relative;
}

#main {
	position: relative;
	z-index: 1;
	background-color: #2d2d2e;
	background-image: url('../gfx/main_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#title {
	float: left;
}

#title h1 {
	margin: 43px 0 0 -2px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 66px; /* Don't forget print.css too */
	width: 171px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {

}

#tagline {
	display: block;
	position: absolute;
	left: 185px;
	top: 35px;
	width: 196px;
	height: 64px;
	background: url(../gfx/tagline.png) 0 0 no-repeat;
}


/*===================== Two Column Layout - Left Sidebar ==============================*/


#container2ls {
	width: 100%;
	float: right;
	margin-left: -200px;
	min-height: 460px;
}

#content2ls {
	margin-left: 200px;
	padding: 20px 35px 60px 65px;
}

#sidebar2ls {
	width: 160px;
	padding: 20px;
	float: left;
}




/*============================= Three Column Layout =================================*/


#container3 {
	width: 100%;
	float: left;
	margin-right: -200px;
	min-height: 460px;
}

#content3 {
	margin-right: 200px;
}

#content3 table td {
	vertical-align: text-top;
}

#maincol3 {
	margin-left: 255px;
	padding: 26px 20px 0px 25px;
	background: url(../gfx/content_stripe.png) 0 79px no-repeat;
	margin-bottom: 50px;
}

#maincol3 a, #content2ls a {
	color: #44ae3c;
}

#maincol3 a:hover, #content2ls a:hover {
	color: white;
}


#maincol3 strong, #content2ls strong {
	color: white;
}

.nobar {
	background: none !important;
}


#leftcol3 {
	width: 160px;
	padding: 20px;
	float: left;
}

#rightcol3 {
	width: 180px;
	padding: 20px 10px;
	float: right;
	margin-top: 102px;
}


/*============================= Home Page =================================*/

#onecolumn {
}



#home_banner {
	height: 350px;
	background: #ccc;
	position: relative;
}

.slides img {
	position: absolute;
	left: 0px;
	display: none;
}


#home_banner strong {
	color: white;
}


#home_upcoming {
	height: 125px;
	width: 374px;
	padding-left: 26px;
	padding-top: 15px;
	background-image: url('../gfx/upcoming_bg.png');
	background-repeat: no-repeat;
	background-position: 0 -140px;
	position: relative;
	z-index: 2000;
	float: left;
	top: 155px;
	left: 0;
}

#home_upcoming:hover {
	background-position: 0 0;
}

#home_upcoming_right {
	height: 140px;
	width: 177px;
	background-repeat: no-repeat;	
	background-position: 0 bottom;
	position: relative;
	z-index: 2000;
	top: 155px;
	float: left;	
	margin-left: 8px;
	overflow: hidden;
}

#home_upcoming_right a img {
	border: none;
}

#home_upcoming_right:hover {
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}



/*============================= Event Ticker =================================*/



#home_events a {
	text-decoration: none;
}

#home_events {
	margin-top: 10px;
	width: 300px;
	font-size: 11px;
}

#home_events li {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style: none;
}


#home_events li a strong {
	display: block;
}


/*================================ Main Nav ==================================*/



#nav {
	position: absolute;
	right: 30px;
	height: 130px;
}

#nav.index {
	position: absolute;
	right: -54px;
}


#nav ul {
	list-style: none;
	width: 520px;
}


#nav li {
	float: left;
	margin: 0;	
	width: 170px;
}

#nav li a {
	display: block;
	text-indent: -2000em;
	outline: none;
	position: relative;
	z-index: 2;	
	height: 130px;
}


#nav li#nav_venue a {
	background-image: url('../gfx/nav_venue.png');
}

#nav li#nav_info a {
	background-image: url('../gfx/nav_info.png');
}

#nav li#nav_events a {
	background-image: url('../gfx/nav_events.png');
}

#nav li a:hover, #nav li a:focus {
	background-position: 0 -1px;
}


#nav li a.selected {
	background-position: 0 -233px;
	width: 217px;
	height: 230px;	
}


/*================================= Sub Nav ====================================*/

#subnav ul {
	margin-top: 50px;
	width: 200px;
	margin-left: -4px;
}


#subnav ul li ul {
	margin-top: 0;
}


#subnav li {
	list-style: none;
	margin-bottom: 16px;
	line-height: 16px;
}

#subnav li a {
	text-decoration: none;
	margin-right: 27px;
}


/* Venue */


#subnav li#sub_venue a {
	display: block;
	height: 34px;
	width: 200px;
	display: block;
	text-indent: -2000em;
	background-image: url('../gfx/sub_nav_venues.png');
	background-repeat: no-repeat;
	outline: none;
}

#subnav li#sub_venue a:hover, #subnav li#sub_venue a:focus {
	background-position: -1px 0;	
}

#subnav li#sub_venue.open a {
	background-position: 0 -34px;
}



/* Info */


#subnav li#sub_info a {
	display: block;
	height: 34px;
	width: 200px;
	display: block;
	text-indent: -2000em;
	background-image: url('../gfx/sub_nav_info.png');
	background-repeat: no-repeat;
	outline: none;
}

#subnav li#sub_info a:hover, #subnav li#sub_info a:focus {
	background-position: -1px 0;	
}

#subnav li#sub_info.open a {
	background-position: 0 -34px;
}



/* Events */

#subnav li#sub_events a {
	display: block;
	height: 34px;
	width: 200px;
	display: block;
	text-indent: -2000em;
	background-image: url('../gfx/sub_nav_events.png');
	background-repeat: no-repeat;
	outline: none;
}

#subnav li#sub_events a:hover, #subnav li#sub_events a:focus {
	background-position: -1px 0;	
}

#subnav li#sub_events.open a {
	background-position: 0 -34px;
}


/* Sub Subnav */



#subnav li#sub_venue ul.sub li a, #subnav li#sub_info ul.sub li a, #subnav li#sub_events ul.sub li a {
	height: auto;
	width: auto;
	text-align: right;
	text-indent: 0em;
	background: none;
	margin-top: 14px;
}


#subnav li ul li a.selected {
	font-weight: bold;
	color: #b70060;
}

#subnav li ul li a:hover, #subnav li ul li a:focus {
	color: #e1e1e1;
	padding-right: 1px;
}



/*============================= Misc. Content Styles =================================*/

/*

.page_banner {
	margin-top: 43px;
	margin-left: -25px;
	height: 277px;
}

*/


.page_banner {
	height: 250px;
	border-top: 90px solid #2d2d2e;
	border-bottom: 25px solid #2d2d2e;	
	margin-left: -25px;
	margin-bottom: -30px;
}

/*

.first_h3 {
	margin-top: -6px;	
}

*/


/*============================= Footer =================================*/

#footer.index {

}

#footer {
	position: relative;
	background: url('../gfx/footer_bg.png') 0 0 no-repeat;
	z-index: 1;
	margin: -22px auto 0 auto;
	width: 926px;
	background-repeat: no-repeat;
	min-height: 210px;
	height: auto;
	padding-top: 28px;

}

#footer a {
	font-weight: bold;
}

dl#footer_info {
	height: 100%;
	width: 100%;
	float: left;
}

dl#footer_info dd {
	height: 100%;
	float: left;
}

dl#footer_info dd#left {
	width: 322px;
	margin-left: 55px;
}

dl#footer_info dd#right {
	color: #0d0d0d;
	width: 479px;
	margin-left: 32px;
	margin-top: -30px;
}




#right a.footerad img {
	border: none;
}



ul.footer_news {
	margin: 0;
	padding: 0;
}


ul.footer_news li {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
}

ul.footer_news li a:hover {
	text-decoration: none;
}




.white_bottom_main {
	margin: -20px auto 0 auto;
	width: 926px;
	height: 42px;
	background: url('../gfx/white_bottom_main.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.white_bottom_footer {
	margin: -38px auto 0 auto;
	width: 900px;
	height: 42px;
	background: url('../gfx/white_bottom_footer2.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}


#footernav {
	position: absolute;
	height: 30px;
	width: 100%;
	z-index: 3;
}


#footernav ul {
	float: right;
	margin-right: 30px;
	color: #939598;
}

#footernav ul li {
	float: left;
	margin-left: 15px;
	list-style-type: none;
	
}

#footernav ul li a {
	color: #808285;
	text-decoration: none;
	line-height: 30px;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footernav ul li#facebook {
	margin-left: 2px;
}

#footernav ul li.social {
	position: relative;
	top: 4px;
	height: 26px;
	width: 26px;
}

#footernav ul li.social a img {
	border: none;
}

#footernav ul li.social a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}




/*============================= Contact =================================*/


#googlemap {
	width: 600px;
	height: 300px;
	border: 1px solid black;
}

.contact {
	width: 85%;
	border-collapse: collapse;
}

.contact td {
	text-align: top;
	vertical-align: top;
	padding-bottom: 10px;
}

td.email {
	padding-left: 20px;
}


/*============================= Blog o Sphere =================================*/

#blog {
}

.blogentry {
	margin-bottom: 40px;
}


.blogarchives ul {
	margin-bottom: 10px;
	list-style-type: none;
}

.comment {
	border-bottom: 1px dotted silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/*============================= Record Set Paging =================================*/

.pages {
	clear: both;
	margin-left: -25px;
	padding-top: 17px;
}

.pages a, .pages span {
	display: block;
	float: left;
	padding: 3px;
	margin: 0 6px 0 0;
	border: 1px solid white;
	background-color: #068266;
	width: 19px;
	text-align: center;
	font-weight: bold;
}

.pages span.current {
	background: #b6005f;
}

.pages a {
	text-decoration: none;
	color: #fff !important;
}

.pages a:hover {
	background: #555;	
}

.pages a strong {
}

/*============================= Flash (Venue / Video) =================================*/

#flashframe {
	display: block;
	height: 835px; 
	width: 640px;
	padding-top: 50px;
}


#flash {} /* gets replaced by swfobject */

#flash img {
	display: none;
}


#westernermap { /* actual size of the swf */
	height: 835px; 
	width: 640px;
	position: relative;
}


#venueinfo {
}

#venueinfo img {
	border: 3px solid white;
}	



#venuenav {
	background: #4d4d4d;
	padding: 10px 20px;
}

#venuenav ul {
	width: 33%;
	float: left;
}



#video {
	height: 420px;
	width: 540px;
}


/* html nav on venue page */


#venuemaphtml {
	margin-top: 2px;
	width: 630px;
	float: left;
	border-bottom: 2px solid white;
	padding-left: 10px;
}


#venuemaphtml li {
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 6px;
}


#venuemaphtml li a {
	display: block;
	height: 28px;
	width: 100px;
	text-indent: -2000em;
	outline: none;
	margin-bottom: 2px;
}

#venuemaphtml li.map a {
	background-image: url(../gfx/venue_nav_map.png);
}

#venuemaphtml li.info a {
	background-image: url(../gfx/venue_nav_info.png);
}

#venuemaphtml li a:hover, #venuemaphtml li a.selected {
	background-position: 0 -28px;
}


/* downloadable pdf */


#mapdl {
	margin: 20px -20px 0 30px;
	border: 1px solid white;
	padding: 5px 10px;
}

#mapdl img {
	float: left;
	margin-right: 3px;
}


/*============================= Events Calendar =================================*/

.calcontainer {
	margin-left: -12px;
	margin-top: 2px;
}

.calnav_right, .calnav_left {
	position: relative;
	display: block;
	z-index: 2;
}



a.calnav_right {
	width: 26px;
	height: 22px;
	text-indent: -2000em;
	outline: none;
	display: block;
	
	background-image: url('../gfx/calnav_right.png');
}

a.calnav_right:hover {
	background-image: url('../gfx/calnav_right.png');
	background-position: 0 -22px;
}

a.calnav_left {
	width: 25px;
	height: 22px;
	text-indent: -2000em;
	outline: none;
	display: block;

	background-image: url('../gfx/calnav_left.png');
	background-position: top right;
}

a.calnav_left:hover {
	background-image: url('../gfx/calnav_left.png');
	background-position: 3px -22px;
}

.sm_cal_title {
	text-align: center;
}

.sm_cal {
	width: 100%;
}

.sm_cal td {
	height: 22px;
	text-align: center;
}

.sm_cal h4 {
	margin: 0;
	padding: 0;
}

.caltitle {
	font-size: 11px;
	background-color: #068266;
	width: 100%;
	position: relative;
	z-index: 3;

}

.sm_cal h4 a {
	line-height: 22px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.sm_calpad {
	line-height: 22px;
	background: #393a3b;
}

.sm_cal td a {
	text-decoration: none;
}

.sm_cal td {
	background: #323233;
	font-weight: bold;
}

.sm_cal td a:hover {
	background: #C61C72;
}

.sm_cal td.today {
	background: #B70060;
}

/*
#0e7153
#44ae3c
#42ae3d
#018D9A
*/

.sm_cal td.hilite {
	background: #018D9A;
}

.sm_cal td.selected {
	background: #B70060;
}




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


ul#cal-suckerfish li {
	position: relative;
	width: 12em;
	margin: 0;
	padding: 0;
	float: left;
}


ul#cal-suckerfish li ul {
	display: none;
	position: absolute; 
	top: 1em;
	right: -2.7em;
	padding: 0;
	margin: 0;
	list-style: none;
	
}


ul#cal-suckerfish li ul li {
	width: 17.2em;
	margin-left: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

ul#cal-suckerfish li ul li:first-child {
	border-top: 1px solid black;
}

ul#cal-suckerfish li ul li a {
	display: block;
	background: #068266;
	padding: 5px;
	text-decoration: none;	
}

ul#cal-suckerfish li ul li a:hover {
	background: #C61C72;
}

ul#cal-suckerfish li > ul {
	top: auto;
	left: auto;
}

ul#cal-suckerfish li:hover ul { 
	display: block; 
}



/*============================= Event Categories =================================*/



.cat_nav {
	width: 189px;
	margin-bottom: 20px;
}

.cat_nav ul {
	list-style-type: none;
	margin-left: -7px;
}

.cat_nav ul li a {
	display: block;
	color: #ccc;
	font-size: 11px;
	margin-left: -10px;
	padding-left: 24px;
	height: 22px;
	text-decoration: none;
}

.cat_nav ul li a:hover {
	text-decoration: underline;
}

.cat_nav ul li a.selected {
	font-weight: bold;
	color: white;
}

.cat_nav h5 {
	text-align: center;
	background-color: #068266;
	line-height: 23px;
	font-size: 11px;
}





/*============================= Events Display =================================*/




#maincol3 .eventpad h4 a {
	color: #fff;
}

#maincol3 .eventpad h4 a:hover {
	color: #52B849;
}


.eventlist {
	margin-top: 20px;
	margin-left: -25px;
}

.eventpad h4 a, .event h4 {
	color: #fff;
}



.eventlist .odd, .eventlist .even {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.eventpad {
	padding: 0 10px 10px 23px;
	float: left;
}

.eventlist .even {
	background: #3b3b3c;
	border-left: 3px solid #42ae3d;
}

.eventlist .odd {
	background: #323233;
	border-left: 3px solid #018D9A;
}


.event {
	display: block;
	position: relative;
	margin-top: 100px;
	background: #3b3b3c;
	border-left: 3px solid #42ae3d;
	padding: 1px 10px 60px 23px;
	min-height: 250px;
	margin-left: -34px;
}

.event p {
	margin-bottom: 0;	
}

.event em {
	display: block;
	margin-top: -10px;	
}





/*============================= Calendar Categories =================================*/


li.cat_ag a { background: url('../gfx/cat_ag.png') 3px 3px no-repeat; }
li.cat_ag a.selected { background: url('../gfx/cat_ag_check.png') 3px 3px no-repeat;}

li.cat_concert a {background: url('../gfx/cat_concerts.png') 3px 3px no-repeat; }
li.cat_concert a.selected {	background: url('../gfx/cat_concerts_check.png') 3px 3px no-repeat; }

li.cat_meeting a { background: url('../gfx/cat_meeting.png') 3px 3px no-repeat; }
li.cat_meeting a.selected { background: url('../gfx/cat_meeting_check.png') 3px 3px no-repeat;}

li.cat_service a { background: url('../gfx/cat_service.png') 3px 3px no-repeat; }
li.cat_service a.selected { background: url('../gfx/cat_service_check.png') 3px 3px no-repeat;}

li.cat_rebels a { background: url('../gfx/cat_rebels.png') 3px 3px no-repeat; }
li.cat_rebels a.selected { background: url('../gfx/cat_rebels_check.png') 3px 3px no-repeat;}

li.cat_festival a { background: url('../gfx/cat_festival.png') 3px 3px no-repeat; }
li.cat_festival a.selected { background: url('../gfx/cat_festival_check.png') 3px 3px no-repeat;}

li.cat_sports a { background: url('../gfx/cat_sports.png') 3px 3px no-repeat; }
li.cat_sports a.selected { background: url('../gfx/cat_sports_check.png') 3px 3px no-repeat;}

li.cat_show a { background: url('../gfx/cat_show.png') 3px 3px no-repeat; }
li.cat_show a.selected { background: url('../gfx/cat_show_check.png') 3px 3px no-repeat;}


ul.ev_categories_bottom {
	position: absolute;
	bottom: 0;
	list-style-type: none;
	width: 430px;
	float: left;
	margin: 10px 0;
}

ul.ev_categories {
	list-style-type: none;
	width: 430px;
	float: left;
	margin: 10px 0;
}

.ev_categories li, .ev_categories_bottom li {
	margin-left: 0px;
	float: left;	
}

.ev_categories li a, .ev_categories_bottom li a {
	color: white !important;
	display: block;
	font-size: 11px;
	padding-left: 24px;
	padding-right: 10px;
	height: 22px;
	text-decoration: none;
	margin-bottom: 4px;
}

/*============================= Page Assets =================================*/


.pageassets {
	background: url(../gfx/download_stripe.png) 0 0 no-repeat;
	margin-left: -25px;
	padding-left: 25px;
}



ul.assets_images {
	width: 100%;
	float: left;
	clear: both;
}

ul.assets_images li {
	float: left;
	list-style: none;
	margin-left: 0px;
	margin-right: 8px;
}

ul.assets_images li a img {
	padding: 2px;
	border: 1px solid white;
}

ul.assets_images li a:hover img {
	border: 1px solid #b70060;
}


/*============================= Advertising =================================*/


a.ad img {
	border: none;
}	


/*============================= Food and Beverage =================================*/

#orderform fieldset {
	background: #3b3b3c;
	border: 1px solid #42ae3d;
	padding: 5px 10px 10px 10px;
	margin-bottom: 15px;
}

#orderform legend {
	border: 1px solid #42ae3d;
	background: #3b3b3c;
	padding: 5px 10px;
	font-weight: bold;
}

#orderform label {
	display: block;
	margin-bottom: 5px;
}

#orderform .label {
	display: block;
}

#orderform fieldset table {
	width: 100%;
}

.buttons {
	padding: 20px;
	text-align: center;
}

.buttons button {
	padding: 5px 10px;
}

.highlight, #error {
	color: #b70060;
	font-weight: bold;
}

.foodinfo {
	background: #3b3b3c;
	border: 1px solid #42ae3d;
	padding: 5px 10px;
	margin-bottom: 15px;
	
}


.orderfooter {
	background: #3b3b3c;
	border: 1px solid #42ae3d;
	padding: 5px 10px;
	margin: 15px;
	color: white;
	
}




.menu {
	width: 100%;
	margin-bottom: 15px;
	color: #666;
	font-size: 12px;
	border-collapse: collapse;
}

.menu td, .menu th {
	vertical-align: top;
}

.menu td {
	padding: 3px;
	border-bottom: 1px dotted silver;
}

.menu tr {
	margin-bottom: 25px;
}

.menu em {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #ababab;
}


.menu .left { text-align: left; }
.menu .right { text-align: right; }
.menu .centre { text-align: center; }


.menu .foodname {
	width: 70%;
}

.menu .foodprice {
	width: 10%;
}
.menu .foodqty {
	width: 10%;
}
.menu .foodtime {
	width: 10%;
}



.menu .name {
	width: 80%;
}

.menu .price {
	width: 10%;
}
.menu .qty {
	width: 10%;
}




.confirm {
	width: 100%;
	border-collapse: collapse;
}

.confirm .left { text-align: left; }
.confirm .centre { text-align: center; }
.confirm .right { text-align: right; }

.confirm td, .confirm th {
	padding: 2px 5px;
	border: 1px solid #333;
}

.confirm td.item {
	width: 40%;
}



.total {
	width: 40%;
	margin: 0 120px;
}

.total th {
	text-align: right;
}

.total td {
	text-align: right;
}




#credit {
	display: none;
}



/*
.eventlist .even {
	background: #3b3b3c;
	border-left: 3px solid #42ae3d;
}

.eventlist .odd {
	background: #323233;
	border-left: 3px solid #018D9A;
}
*/


/*============================= Partners Page =================================*/


.partners {
	table-layout: fixed;
}

.partners td {
	padding: 30px 0 20px 0;
	background: white;
	text-align: center;
}

.partners td a img {
	border: none;
}


/*============================= Board of Directors =================================*/


.bod-photo {
	float: right;
	margin: 0 0 20px 20px;
	border: 2px solid white;
	padding: 2px;
	
}


