@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	background-color: black;
}
a { color: #eaddab; underline: none; }
a:hover { color: #eaddab; underline: none; }
a:visited { color: #eaddab; underline: none; }
img{
	margin:0;
	padding:0;
}
#screen{
	width:320px;
	margin:0 auto;
	text-align:left;
	height:370px;
}
#shareContent {
	position:relative;
	display:block;
	top:-32px;
	width:300;
	height:30px;
	z-index:2;
}
#fbShare {
	position:absolute;
	display:block;
	top:0px;
	left:200px;
	width:50px;
	height:30px;
}
#twitterShare {
	position:absolute;
	display:block;
	top:0px;
	left:255px;
	width:50px;
	height:30px;
}
#getGlueShare {
	position:absolute;
	display:block;
	top:0px;
	left:240px;
	width:0px;
	height:30px;
}

#header{
	height:36px;
	background:url(../images/head-bg.png) repeat-x;
}

#header2{
	height:36px;
	background:url(../images/head-bg2.png) repeat-x;
}
#content_index{
	height:339px;
	background:url(../images/index.jpg) no-repeat top;
}
#content{
	height:339px;
	background:url(../images/content-bg.png) no-repeat top;
	position:absolute;
	top:0px;
	width: 100%;
}

.gallery_content, .story_content, .ticket_content, .trailer_content, .visit_content
{
	display: none;
}

#st{
	width:280px;
	margin:0 auto;
	padding-top:0px;	
}
#st #stcontent{
	width:260px;
	margin:0 auto;
	height:283px;
	overflow-y:hidden;  
	border:none;
}
#st h3{	
	color:#ffffff;
	font-size:18px;
	text-align:center;
}
#st p{
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	text-align: justify;
}
#ga,#show,#search,#vis{
	margin:0 auto;
	padding-top:70px;
}

#ga_img_holder
{
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
}

#show, #search, #vis{
    text-align: center;
}

#vis img{
	margin-left:10px;
	margin-right:10px;
}
/*footer*/
#footer{
	height:38px;
	background:url(../images/footerBG.jpg)

}
#footer .line{
	margin-left:0px;
	margin-right:0px;
}
#footer img{
	height:34px;
}

/*images resize*/
.f_like{
	width:150px;
	margin:20px 20px 0 0;
}
.items{
	text-align:center;
}
.ga-items{
	margin:3px;
}

.ticket-title{
	margin-top:20px;
	margin-bottom:10px;
	text-align: center;
	font-size: 27px;
	color: white;
	line-height: 1.1em;
}
.zipcode{
	width:216px;
	height:35px;
	xbackground:url(../images/input-bg.png) no-repeat;
	background:white;
	border-radius: 5px;
	border:1px solid #000000;
	font-size:14px;
}
.go{
	width:67px;
	margin-bottom:-10px;
	margin-left: -10px;
	
}
.visit-title{
	margin-bottom:30px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.close{
    width:37px;
    height:37px;
}