/*  
	Tron CSS 
	Author: konch
	Last updated: 080310 
*/

/* browser reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,font,img,strong,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html {
  height: 100%;
  overflow-y: scroll;
}

ol,ul
{
	list-style:none;
}

blockquote,q
{
	quotes:none;
}

:focus
{
	outline:0;
}

/* end reset */

body
{
	height: 100%;
	line-height:1;
	font-size:62.5%;
	font-family:"Helvetica Neue", HelveticaNeue, Helvetica, Arial, Sans-serif;
	color:rgb(255,255,255);
	background: rgb(0,0,0) url(img/background.jpg) no-repeat fixed center 100px ;
	text-align: center;
}

/* defaults */

p
{
	font-size: 1.3em;
	line-height: 1.5em;	
}

a {
	text-decoration: none;
	color:rgb(0,200,250);
}


/* layout */

#wrapper {
	width: 960px;
	text-align: left;
	margin:0 auto;
	min-height: 650px;
	height:auto !important;
	height:650px;
}

#menu_chrome {
	margin:0 auto;
	padding: 0;	
}

#menu_chrome embed{
	margin:0;
	padding: 0;	
}

#innerwrapper {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding-top: 0px;
	z-index: 10;
}

#backgroundEffect{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	z-index: 5;	 
	margin-top:	100px;
	text-align: center;
}

#backgroundEffect img{
	margin-left: -350px;
}

#backgroundEffect2{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	z-index: 6;	 
	margin-top:	300px;
	text-align: center;
}

#backgroundEffect2 img{
	padding-left: 860px;
}

#contentHolder {
	width:960px;
	margin:0 auto;
}  


#navigation{
	width:225px;
	float:left;
}

.ui-accordion-content{
	overflow: hidden;
}

#movie_content, #game_content {
	width:724px;
	float:left;
	margin-left:10px;
	padding-bottom:80px;
}

#movie_video, #movie_gallery{
	background:url(img/section_bg.png) 0px -70px repeat-y;
	text-align: center;
}

#game_video, #game_gallery {
	background:url(img/game_section_bg.png) 0px -70px repeat-y;
	text-align: center;
}

a.revealText, a.hideText {
	font-weight: bold;
	color: rgb(255,255,255);
	font-size: 1.4em;
	text-shadow: rgb(0,0,0) 0px 0px 5px;
	background: rgb(37,95,99);
	background: rgba(0,0,0,0.3);	
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-transition: background 0.3s ease-out;
    -webkit-transition: background  0.3s ease-out;  
    transition: background 0.3s ease-out;
		
}

#shower {
	text-align: center;
	padding:10px 0 0 0;
}

#hider {
	text-align: center;
	padding:10px 0 ;
}

#hider a, #shower a{
	display: block;
	width:200px;
	margin:0 auto;
}

#movie_gallery img, #game_gallery img{
 	display:block;
 	float:left;
 	background: rgb(0,0,0);
 	padding:5px;	
 	margin:10px;
 	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-transition: background 0.3s ease-out;
    -webkit-transition: background  0.3s ease-out;  
    transition: background 0.3s ease-out;
}

#movie_gallery img:hover, #game_gallery img:hover{
	background: rgb(255,255,255);
}

#videoPlayer, #game_videoPlayer{
	padding:10px 0;	
}


#videoPlayer span, #game_videoPlayer span{
	display: block;
	width:704px;
	margin:0px auto;	
	background:rgb(0,0,0);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);	
}

#game_videoPlayer span{
	width:624px;
	height:389px;
}

#footerwrapper {
	width: 1024px;
	margin:0 auto;
	padding-top: 20px;
	text-align: center;
	
}

#movie-footer, #game-footer {
	background: url(img/gradient.png) 0 0px repeat-x;
	min-height:100px;
	height:auto !important;
	height:100px;
	border-bottom: 1px solid rgb(22,160,170);
}

#compfooter{
	background: url(img/gradient.png) 0 -105px repeat-x;
}

#compfooter a {
	background: rgb(0,0,0);
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-transition: background 0.3s ease-out;
    -webkit-transition: background  0.3s ease-out;  
    transition: background 0.3s ease-out;
}

#compfooter a:hover {
	background: rgb(0,200,250);
	color:rgb(0,0,0);
}

#compfooter table div{
	margin: 10px;
}

#disneyDigital {
 float: left;
}

#releaseDate {
	margin: 0 auto;	
	font-size: 2em;
	color:rgb(0,200,250);
	line-height: 71px;
	text-transform: uppercase;
	letter-spacing: 0.2em;	
	text-shadow: rgb(0,0,0) 0px 0px 5px;
}

#IMAX{
	float: right;
}

h5#siteNote  {
	
	display:block;
	background:rgb(0,0,0);
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 25px 0 15px 0;
	text-align: center;
	letter-spacing: 0.3em;
	position: relative;
	
}



h5#siteNote span {
  background: url(img/gradient.png) bottom repeat-x;
  position: absolute;
  left:0;
  display: block;
  width: 100%;
  height: 31px;
}


#legalCopy {
	padding: 10px 0;
	font-size: 1em;

}


/* navigation images */

#accordion a * {
	display: none;
}

#accordion a, #accordion a .hover {	
	position: relative;
    display: block;
    background: 0 0 no-repeat;
    -o-transition: margin 0.3s ease-out;
    -webkit-transition: margin 0.3s ease-out;  
    transition: margin 0.3s ease-out;
    
}

/***/

#accordion a.themovie {
	height:60px;
  	width: 220px;
	background: url(img/main_nav_buttons.png) -218px 0 no-repeat;
}

#accordion .ui-state-active a.themovie {
	background: url(img/main_nav_buttons.png) -218px -72px no-repeat;
}

#accordion .ui-state-active a.themovie .hover {
	background: none;
}

#accordion .highlight a.themovie:hover,
#accordion a.themovie .hover {
  height:60px;
  background: url(img/main_nav_buttons.png) -218px -72px no-repeat;
  width: 220px;
}

#accordion a.m-video {
	margin-left: 20px;
	height:50px;
  	width: 160px;
	background: url(img/movie_sub_button.png) 0 0 no-repeat;
}


#accordion .highlight a.m-video:hover {
	margin-left: 25px;
}

#accordion .highlight a.m-video:hover,
#accordion a.m-video .hover {
  	height:50px;
  	background: url(img/movie_sub_button.png) 0 -50px no-repeat;
  	width: 160px;
}

#accordion a.m-gallery {
	margin-left: 40px;
	height:50px;
  	width: 160px;
	background: url(img/movie_sub_button.png) -161px 0 no-repeat;
}

#accordion .highlight a.m-gallery:hover{
	margin-left: 45px;
}

#accordion .highlight a.m-gallery:hover,
#accordion a.m-gallery .hover {
  	height:50px;
  	background: url(img/movie_sub_button.png) -161px -50px no-repeat;
  	width: 160px;
}

#accordion a.g-video {
	margin-left: 20px;
	height:50px;
  	width: 160px;
	background: url(img/game_sub_button.png) 0 0 no-repeat;
}

#accordion .highlight a.g-video:hover {
	margin-left: 25px;
}

#accordion .highlight a.g-video:hover,
#accordion a.g-video .hover {
  	height:50px;
  	background: url(img/game_sub_button.png) 0 -50px no-repeat;
  	width: 160px;
}

#accordion a.g-gallery {
	margin-left: 40px;
	height:50px;
  	width: 160px;
	background: url(img/game_sub_button.png) -161px 0 no-repeat;
}

#accordion .highlight a.g-gallery:hover, a.g-gallery.selected{
	margin-left: 45px;
}

#accordion .highlight a.g-gallery:hover,
#accordion a.g-gallery .hover {
  	height:50px;
  	background: url(img/game_sub_button.png) -161px -50px no-repeat;
  	width: 160px;
}

#accordion a.thegame {
  	height:60px;
  	width: 220px;
	background: url(img/main_nav_buttons.png) 0 0 no-repeat;
}

#accordion .highlight a.thegame:hover,
#accordion a.thegame .hover {
  background: url(img/main_nav_buttons.png) 0 -72px no-repeat;
  height:60px;
  width: 220px;
}

#accordion .ui-state-active a.thegame {
	background: url(img/main_nav_buttons.png) -0px -72px no-repeat;
}

#accordion .ui-state-active a.thegame .hover {
	background: none;
}

a.ui-accordion-content-active, a.selected, a.selected .hover {
	background-position-y:-50px!important;
	background: red;
}

/***/


/* movie & game content areas */

#movie_gallery, #game_gallery{
	display:none;
}

#movie_video p, #game_video p{
	display: block;
	margin:20px 20px 0 20px;
	font-size: 1.4em;
	color: rgb(255,255,255);
	text-align: left;
	text-shadow: rgba(0,0,0,0.9) 0px 0px 3px;
	
}

#movie_video h1, #game_video h1 {
	margin:20px;
	padding: 0 0 20px 0;
	font-size:1.8em;
	letter-spacing: 0.1em;
	color: rgb(255,255,255);
	text-align: left;
	text-shadow: rgba(0,0,0,0.9) 0px 0px 4px;
	border-bottom: 1px solid rgb(37,95,99);
	border-bottom: 1px solid rgba(0,0,0,0.4);

}

#movie_content .sectionTop, #game_content .sectionTop {
	display:block;
	background: url(img/section_bg_ends.png) 0 25px no-repeat;
	height:78px;
}

#movie_content .sectionBottom, #game_content .sectionBottom{
	display:block;
	background: url(img/section_bg_ends.png) 0 -85px no-repeat; 
	height:95px; 
}


#game_content .sectionTop {
	background: url(img/game_section_bg_ends.png) 0 25px no-repeat;
}

#game_content .sectionBottom{
	background: url(img/game_section_bg_ends.png) 0 -85px no-repeat; 
}


/* image replacement */

#movieLogo, #gameLogo {
	width:250px;
	height: 140px;
	position: relative;
	color:rgb(0,0,0);
	color:rgba(0,0,0,0);
	margin-top:35px;
	/* border:1px red solid; */
}

#movieLogo span, #gameLogo span {
	position: absolute;
	top:-25px;
	left:-35px;
	width: 100%;
	height: 100%;
	color:rgb(0,0,0);
	text-indent: -1000em;	
}

#movieLogo span{
	background: url(img/TRON_leg_logo.png) no-repeat;
}


#gameLogo span{		
	background: url(img/TRON_evo_logo.png) no-repeat;
}

/* for image fail */

ul li {
	font-size: 1.8em;
	line-height: 2em;
	display: inline;
}


#accordion h3 {
	font-size: 2em;
}


/* Clearfix */
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix
{
	height:1%;
}

:first-child+html .clearfix
{
	min-height:1px;
}
