/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}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;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:11px/1.5 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% helvetica,arial,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* YUI Base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* Fonts */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('/css/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('/css/Chunkfive.ttf') format('truetype');
}

/* TEXT AND IMAGES */

h1 {
  font: 400%/150% 'ChunkFiveRegular', Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1em;
	color: #5e422b;
	margin: 0px 0px 10px 0px;
}
h2 {
  font: 350%/150% 'ChunkFiveRegular', Arial, sans-serif;
  letter-spacing: 0;
	color: #5e422b;
	margin: 0px 0px 10px 0px;
}
h3 {
  font: 150%/120% 'ChunkFiveRegular', Arial, sans-serif;
  letter-spacing: 0;
	color: #5e422b;
	margin: 0px 0px 10px 0px;
}
h4 {
	color: #5e422b;
	margin: 0px 0px 0px 0px
}
p {
	color: #333333;
	margin: 0px 0px 10px 0px;
}
span {
	font-size: 14px;
	color: #333333;
}
a {
	color: #bc2229;
}
img {
	border: 0px;
}

/* PAGE */

body
{
  height: 100%;
  width: 100%; 
  margin: 0px 0px 200px 0px;
  background: #9edbee url("/img/skin12/bg2.jpg") center no-repeat fixed;
}
.wrapper {width:970px; margin:0 auto;}
.clr {height:0px;overflow:hidden;clear:both;}
.clr-right {clear:right;}
.inner {margin:10px;}
#menu
{
  margin: 0 auto;
  height: 105px;
  width: 980px;
}
#page_bottom
{
  position: fixed;
  
  height: 230px;
  width: 100%;
  
  bottom: 0px;
  background-image: url("/img/skin12/bg_bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#content {
  margin: 0px auto;
  margin-top: 20px;  
  padding: 0px 0px 0px 0px ;
	width: 650px;
	overflow: hidden;
}
#content_widescreen {
  margin: 0px auto;
  margin-top: 20px;  
	width: 980px;
	overflow: hidden;
}
#feature {
	float: left;
	height: 500px;
	width: 650px;
}
#home_tickets
{
  float: left;
  margin: 0px 10px 0px 0px;
}
#home_sixpack
{
  float: left;
  margin: 0px;
}
#home_sixpack_button
{
  float: left;
  position: relative;
  margin: 0px;
}
#home_datetime
{
  float: left;
  margin: 0px 10px 0px 0px;
}
#home_drink
{
  float: left;
  margin: 10px 0px 0px 0px;
}
#home_eat
{
  float: left;
  margin: 10px 0px 0px 10px;
}
#home_listen
{
  float: left;
  margin: 10px 10px 0px 0px;
}
.home_trans
{
	
  background-color: rgb(235,241,251);
  background-color: rgba(255,255,255,0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  	
}
#footer
{
  position: absolute;
  
  height: 20px;
  
  right: 10px;
  bottom: 5px;
}
#footer, #footer a:link, #footer a:active, #footer a:visited
{
  color: #ffffff;
}

#vip
{
  position: fixed;
  bottom: 20px;
  right: 400px;
  height: 22px;
  width: 600px;
}

#vip_about
{
  float: left;
  margin: 0px 10px 0px 0px;
}

#vip_text
{
  float: left;
  width: 200px;
  color: #fff;
  background: rgba(255,255,255,0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
  padding: 5px;
  margin: 3px 10px 0px 0px;
}

#vip_signup_submit
{
  float: left;
  margin: 5px 0px 0px 0px;
  
}

#logo
{
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 307px;
  width: 450px;
  background-image: url("/img/skin12/logo.png");
}

#logo_radio
{
  position: fixed;
  bottom: 300px;
  right: 90px;
  height: 40px;
  width: 109px;
  background-image: url("/img/skin12/lgo_radio.png");
}
/* CORNERS */

div.ro980 {
	float: left;
	width: 980px;
	margin: 0px 10px 10px 0px;
}
div.rt980 {
	float: left;
	height: 5px;
	width: 980px;
	background: url(/img/skin12/bg/t760.png)
}
div.rm980 {
	float: left;
	width: 960px;
	padding: 10px;
	background: url(/img/skin12/bg/m.png)
}
div.rb980 {
	float: left;
	height: 5px;
	width: 980px;
	margin: 0px 0px 10px 0px;
	background: url(/img/skin12/bg/b760.png)
}

div.ro760 {
	float: left;
	width: 670px;
	margin: 0px 10px 10px 0px;
}
div.rt760 {
	float: left;
	height: 5px;
	width: 650px;
	background: url(/img/skin12/bg/t760.png)
}
div.rm760 {
	float: left;
	width: 630px;
	padding: 10px;
	background: url(/img/skin12/bg/m.png)
}
div.rb760 {
	float: left;
	height: 5px;
	width: 650px;
	margin: 0px 0px 10px 0px;
	background: url(/img/skin12/bg/b760.png)
}

div.ro450 {
	float: left;
	width: 400px;
	margin: 0px 10px 10px 0px;
}
div.rt450 {
	float: left;
	height: 5px;
	width: 400px;
	background: url(/img/skin12/bg/t450.png)
}
div.rm450 {
	float: left;
	width: 380px;
	padding: 10px;
	background: url(/img/skin12/bg/m.png)
}
div.rb450 {
	float: left;
	height: 5px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	background: url(/img/skin12/bg/b450.png)
}
div.ro375 {
	float: left;
	width: 320px;
	margin: 0px 0px 10px 0px;
}
div.rt375 {
	float: left;
	height: 5px;
	width: 320px;
	background: url(/img/skin12/bg/t375.png)
}
div.rm375 {
	float: left;
	width: 300px;
	padding: 10px;
	background: url(/img/skin12/bg/m.png)
}
div.rb375 {
	float: left;
	height: 5px;
	width: 320px;
	margin: 0px 0px 10px 0px;
	background: url(/img/skin12/bg/b375.png)
}
div.rt300 {
	float: left;
	height: 5px;
	width: 250px;
	background: url(/img/skin12/bg/t300.png)
}
div.rm300 {
	float: left;
	width: 230px;
	padding: 10px;
	background: url(/img/skin12/bg/m.png)
}
div.rb300 {
	float: left;
	height: 5px;
	width: 250px;
	margin: 0px 0px 10px 0px;
	background: url(/img/skin12/bg/b300.png)
}
div.ro245 {
	float: left;
	width: 195px;
	margin: 0px 10px 10px 0px;
}

/* OTHER */

.pge_item {
	margin: 10px 0px 0px 0px;
	clear: both;
}

.logo_sml {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0px 20px 40px 0px;
}
.left_item {
	text-align: left;
	clear: both;
	width: 150px;
	margin: 40px 30px 0px 0px;
}
.map {
	float: left;
	width: 300px;
	height: 300px;
}
.copy
{
  font-size: 100%;
  color: #ffffff;
}
