/* Splash CSS for TRON
	Stephanie (Sullivan) Rewis
	Last modified June 2010 */
	
body {
	margin: 0;
	padding: 0;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #000 url(../img/back_splash.jpg) no-repeat center top;	
}
.container {
	width: 994px;
	position: relative;
	margin: 0 auto;	
}
a img {
	border: none;	
}
a {
	color: #FFF;
}
h1 a, h2 a {
	position: relative;
	display: block;		
}
a span, #ticketsubmit span {
	position: absolute;
	left: -999em;	
}
#Jupiterchrome a span{
	position: relative;
	left: 0em;
}

/* header area */
#logo {
	display: inline-block;
	margin-top: 100px;	
}

/* main content section */
.section {

	position: relative;
	min-height: 500px;
}
/* made this 200px wider and 200px further left as a workaround */
h1 a {
	/* why put a bgrnd here? hopefully not some reason I've missed */
/*	background: url(../html/assets/img/splash_enter.jpg) no-repeat;	*/
	display: block;
	width: 531px;
	height: 241px;
	position: absolute;
	left: 135px;
	top: 241px;
	/*	top: 490px; */
}
h2 a {
	width: 145px;
	height: 43px;
	display: block;
	background: url(../img/lite_version_btn.png) no-repeat;
	position: absolute;
	left: 670px;
	top: 400px;	
}

 footer section */
.footer {
	padding: 10px 0;
	margin: 10px auto 0;
	position: relative;
	clear: both;
	font-size: .7em;
	text-align:center;
}
.tron_meta {
	text-align: center;
}
.tron_meta img {
	display: block;	
	margin: 5px auto;
}
.button {
	overflow: hidden;	
	width: 415px;
	margin: 0 auto 10px;
	text-align: center;
}
.button a {
	display: block;
	width: 180px;
	float: right;
	margin-right: 12px;
	padding: .75em 6px;	
	text-decoration: none;
	color: #064459;
	border: 1px solid #064459;
	font-size: .75em;
}
.footer #legalFooterMainDiv a, .footer #legalFooterMainDiv span {
	color: #FFF !important;
}

/* random classes */
.right {
	float: right;	
}

/* added by Sebastian */

.clear{
	clear: both;
	}

#footer{
	/*height: 300px; heavenspot css doesnt have this */
	width: 680px;
	margin: 0px auto 10px auto;
	color: #065260;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	padding-top: 20px;
	}
	
#footer3dImax{
	width: 336px;
	margin: 10px auto 0px auto;
	}
	
#footerPromos{
	width: 610px;
	margin: 0px auto 0px auto;
	}
	
#footerPromos .footerPromo{
	float: left;
	width: 300px;
	}
	
#footer a{
	text-decoration: none;
	color: #065260;
	}
	
#footer a:hover{
	text-decoration: underline;
	}
	
#footerButtons{
	width: 415px;
	margin: 10px auto 0px auto;
	}
	
#footerButtons .footerButton{
	width: 200px;
	padding: 7px 0;
	background: #000;
	border: solid 1px #065260;
	margin: auto !important;
	font-size: 11px;
	text-align: center;
	display: none;
}
#footerButtons .footerButton:nth-child(2) {
	display: block;
}
#footerLinks{
	color: #1b94ab;
	width: 415px;
	margin: 10px auto 0px auto;
	}
	
#footerLinks a{
	color: #1b94ab;
	}

#footerLinksLeft{
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	border-right: solid 1px #1b94ab;
	}
	
#footerLinksRight{
	width: 300px;
	padding-left: 5px;
	float: left;
	text-align: left;
	}

#footerBotom{
	margin-top: 10px;
	font-size: 9px;
	}
	
#footerBotom .micro{
	font-size: 7px;
	}
	
/*----- Disney Breadcrumb -----*/

#disney-breadcrumb {
	width: 292px;
	height: 50px;
	background: url(../img/breadcrumb/bg.png) no-repeat;
	margin: 10px auto;
	padding: 10px 0 0 8px;
	position: relative;
}
#disney-breadcrumb span.shine {
	width: 270px;
	height: 22px;
	background: transparent url(../img/breadcrumb/shine.png) no-repeat;
	position: absolute;
	left: 16px;
	z-index: 2;
}
#disney-breadcrumb ul {
	margin: 0;
	padding: 0;
}
#disney-breadcrumb ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
}
#footer #disney-breadcrumb ul li a {
	height: 43px;
	display: block !important;
}
#disney-breadcrumb ul li.home {
	width: 101px;
	height: 43px;
	background: url(../img/breadcrumb/home/index.png) no-repeat;
}
#disney-breadcrumb ul li.category {
	width: 109px;
	height: 43px;
	background: url(../img/breadcrumb/category/movies.png) no-repeat;
	margin-left: -13px;
}
#disney-breadcrumb ul li.property {
	width: 101px;
	height: 43px;
	background: url(../img/breadcrumb/property/tron.png) no-repeat;
	margin-left: -13px;
}
