/* 
	Tron site development by Stephanie (Sullivan) Rewis 
	Heavenspot 2010

~~~ Font sizes
	24px - 1.5em
	21px - 1.312em
	18px - 1.125em
	16px - 1em
	14px - .875em
	12px - .75em
	11px - .6875em
	10px - .625em
	 9px - .5625em
	
	~~~~~~~~~
	
~~~ Colors
	turquoise - #0d96c2
	
	~~~~~~~~~
*/

/* basic resets */
html, body, form, fieldset, legend, h1, h2, h3, h4, h5, h6, dd {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
p, pre, blockquote, ul, ol, dl, table {
	margin: 0 0 1.4em;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, fieldset {
	border: 0;
}
form ul, form ol {
	list-style: none;
}
input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #000 url(../img/back_body.jpg) no-repeat center top;
	color: #FFF;
}
h1, h2, h3, #nav, .feature a, .breadcrumb ul li, .button a, .callout {
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	font-size: 1.1em;
	line-height: 1.2;
}
h2 {
	font-size: 1em;	
	color: #0d96c2;
}
h3 {
	font-size: .9em;
}
p, .content ul {
	font-size: .75em;	
	line-height: 1.6;
}

/* basic anchors */
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a.more, .downloads .content a {
	display: block;	
}
a.nocurs {
	cursor: default;
}

/* begin page structure */
.container {
	width: 1210px;
	margin: 0 auto;
	position: relative;
	min-height: 700px;
}
.home .container, .background_00 {
	background: url(../img/back_jeff.jpg) no-repeat right top;	
}
.background_01 {
	background: url(../img/back_villain.jpg) no-repeat right top;
}
.background_02 {
	background: url(../img/back_duo.jpg) no-repeat right top;	
}
.background_03 {
	background: url(../img/back_sam.jpg) no-repeat right top;		
}
.background_04 {
	background: url(../img/back_quorra.jpg) no-repeat right top;		
}
.row {
	overflow: hidden;
}
.section, .lbox {
	clear: both;	
}
.half {
	width: 600px;	
	margin-left: 90px;
}
.third {
	float: left;
	width: 196px;
	margin-right: 22px;
}
.games .third {
	/* [disabled]margin-bottom: 30px; */
	padding-bottom: 30px;
}
.icon img {
	margin-right: 22px;	
	margin-left: 8px;
	border: 1px solid #0d96c2;
}
.third:last-child {
	margin-right: 0;
}

/* header styles */

/* disney chrome */
#chrome form {
	width: 1020px !important;
}
#chrome table {
	margin-bottom: 0;	
}
#tickets {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	min-height: 31px;
	text-transform: uppercase;
	background: url(../img/tix_back.png) repeat-x;
	clear: both;
}
#tickets .inner {
	background: url(../img/tix_l.png) no-repeat;
	position:relative;
	left: -30px;
	padding-bottom: 5px;
}
#tickets form {
	background: url(../img/tix_r.png) no-repeat right top;	
	position: relative;
	right: -30px;
	width: 820px;
	padding-bottom: 5px;
}
#tickets form ol {
	margin-bottom: 0;
	float: left;
}
#tickets li, #tickets input, #tickets label, #tickets legend, #tickets button {
	display: inline-block;	/* IE will need inline */
}
#tickets legend {
	font-size: 0.75em;
	float: left;
	padding: 10px 5px 0 5px;
	font-weight: bold;
	color: #FFF;
}
#tickets li {
	font-size: 0.6em;
	padding: 9px 5px 0 35px;
}
#tickets input[type="text"], #tickets select {
	border: 1px solid #0F6583;
	background: #000;
	color: #FFF;	
}
#tickets select {	
	border: none;
	margin-left: 2px;
}
#tickets #ticketsubmit {
	border: none;
	background: none;
	color: #FFF;
	position: absolute;
	right: 50px;
	top: 6px;
	/* [disabled]width: 3.2em; */
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

/* left sidebar area */
.sidebar1 {
	float: left;
	width: 218px;
	padding: 10px 0 10px 100px;	
}
#logo {
	margin-left: -18px;
	display: block;
}

/* navigation styles */
#nav {
	background: url(../img/nav_mid.png) repeat-y;
	margin-bottom: 0;
	padding-left: 15px;
	position: relative;
	color: #0d96c2;
}
#nav_top {
	background: url(../img/nav_top.png) no-repeat;
	padding-top: 54px;
}
#nav_top ul {
	list-style: none;
	margin: 0;
}
#nav_bott {
	background: url(../img/nav_bott.png) no-repeat center bottom;
	padding-bottom: 49px;
}
#nav a {
	text-decoration: none;
	color: #0d96c2;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	padding: .25em 0;
}
/* This keeps the triggered LI white when it's in its open state */
#nav .selected a, #nav .selected .selected, #nav li:hover a, #nav ul li:hover a, #nav ul ul li:hover a, #nav ul ul ul li:hover a { /* order matters, don't move/combine this */
	color: #FFF;
}
/* This keeps the submenus blue */
#nav .selected ul a, #nav li:hover ul a, #nav ul li:hover ul a, #nav ul ul li:hover ul a, #nav ul ul ul li:hover ul a { /* order matters, don't move/combine this */
	color: #0d96c2;
}
#nav a:hover, #nav a:active, #nav a:focus, #nav .selected ul a:hover, #nav .selected ul a:active, #nav .selected ul a:focus, #nav li:hover ul a:hover, #nav li:hover ul a:active, #nav li:hover ul a:focus {
	color: #FFF;
	text-shadow:4px 4px 6px #11C3FC, -4px -4px 6px #11C3FC;
	-webkit-transition-property: text-shadow;
 	-webkit-transition-duration: 1s;
	-moz-transition-property: text-shadow;
 	-moz-transition-duration: 1s;
	-o-transition-property: text-shadow;
	-o-transition-duration: 1s;
}
#nav ul li:first-child {
	background: url(../img/nav_sub_top.jpg) no-repeat;
	padding-top: 14px;
}
#nav ul {
	background: url(../img/nav_sub_mid.jpg) repeat-y;
}
#nav ul a {
	padding-left: 15px;
}
#nav ul li:last-child {
	background: url(../img/nav_sub_bott.jpg) no-repeat left bottom;
	padding-bottom: 14px;
}
#nav ul ul, #nav ul ul li:first-child, #nav ul ul li:last-child {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
#nav ul ul a {
	padding-left: 25px;
}
#nav ul ul ul a {
	padding-left: 35px;
}
#nav .arrow a:before, #nav ul .arrow a:before, #nav ul ul .arrow a:before {
	content: "[+] ";
	font-size: .7em;
}
#nav .arrow ul a:before, #nav ul .arrow ul .arrow ul a:before/*, #nav ul ul .arrow ul a:before*/ {
	content: "";
}
#nav ul {
	display: none;
}
#nav li:hover ul, #nav .selected ul, #nav li:hover ul ul, #nav li:hover ul ul ul {
	display: block;
}

/* main content area */
.content {
	/*padding: 60px 7px 10px;
	display: inline; fix IE double margin float later*/
	padding: 55px 0 10px;
	margin-left: 5px;
	width: 650px;
	float: left;	
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.feature {
	clear: both;	
}
.feature a {
	text-decoration: none;
	text-align: center;
	font-size: .75em;
}
.breadcrumb {
	background: url(../img/bread_back.png) repeat-x;
	float: left;
	color: #FFF;
	margin: 20px 0 5px 10px;
}
.breadcrumb .inner {
	background: url(../img/bread_r.png) no-repeat right top;
	min-width: 400px;
	position: relative;
	right: -20px;
	min-height: 59px;
}
.breadcrumb ul {
	background: url(../img/bread_l.png) no-repeat;
	list-style: none;
	overflow: hidden;
	position: relative;
	left: -35px; 
}
.breadcrumb ul li {
	float: left;	
	padding-top: 20px;
	font-size: .75em;
}
.breadcrumb ul li:after {
	content: " :";
	padding-right: 5px;
}
.breadcrumb ul li.last:after {
	content: "";
}
.breadcrumb ul li.last:after {
	content: none;
}
.breadcrumb li a {
	text-decoration: none;
	display: block;
	float: left;
	color: #0d96c2;
	padding-right: 5px;
}
/* fpo */
.sidebar2 {
	float: left;
	width: 120px;
	padding: 135px 90px 10px 5px;
}

/* heading-specific styles */
.cast h2  {
	font-size: 0.7em;
	margin-bottom: 10px;
}
.games h1 {
	color: #0d96c2;	
}
.codex h1, .universe h1, .music h2 {
	color: 	#0d96c2;
	margin-bottom: 5px;	
}
.weapons h1 {
	margin-bottom: 15px;	
}
.figure h1, .downloads h1, .media h1, .gamedownloads h1  {
	font-size: .8em;	
}
.music h1 {
	padding-top: 35px;	
	font-size: 1em;
	color: 	#0d96c2;
}
.downloads h1, .media h1, .cast h1, .gamedownloads h1 {
	padding-top: 15px;	
	padding-bottom: 10px;
	color: 	#0d96c2;
}
.cast .section {
	clear: both;
	padding-top: 40px;	
}
.codex .section p/*, .cast .section p, .crew .section p*/ {
	margin-left: 247px;	
}
.location .figure {
	text-align: center;	
}

/* download styles */
.downloads dl, .gamedownloads dl {
	margin-top: 25px;	
}
.downloads dt, .gamedownloads dt {
	font-weight: bold;	
	color: 	#0d96c2;
	margin-top: 10px;
}
.downloads dd, .gamedownloads dd {
	font-size: .8em;	
}
.gamedownloads .feature p {
	line-height: 0px;
}
.gamedownloads .downloadimages {
	position: abolute;
	width: 180px;
	float: left;
}


/* game styles */
.evolution {
	padding-top: 190px;
	background: url(../img/back_game_evolution.jpg) no-repeat 0 23px;
	padding-bottom: 10px;
}
.families {
	padding-top: 90px;
	padding-bottom: 10px;
	background: url(../img/back_game_families.jpg) no-repeat 0 3px;
}
.callout {
	width: 11em;	
	float: right;
	font-size: .7em;
}
.callout span {
	color: #0d96c2;	
	display: block;	
}
.families .callout {
	width: 5em;
	padding-right: 7em;
}

/* gallery pages */
.characters .figure {
	overflow: hidden;	
}
.figure {
	position: relative;	
}
.figcaption {
	position: absolute;
	bottom: 0;
	left: 450px;
}
.characters .figcaption, .cast .figcaption {
	left: 250px;	
}
.locations .figcaption {
	position: static;	
}
.figure dl, .lexicon dl {
	color: 	#0d96c2;
	font-size: .75em;
	line-height: 1.7;
}	
.characters dl {
	width: 390px;	
}
.figure dt, .lexicon dt {
	float: left;
}
.chron dt {
	color: 	#0d96c2;
	margin-top: 15px;
}
.chron dd {
	font-size: .7em;	
}
.chron dd:before {
	content: "\26AB  ";
	font-size: 1em;
	color: 	#0d96c2;
}
.figure dt:after, .lexicon dt:after {
	content: ": ";
	padding: 5px;	
}
.lexicon dd {
	color: #FFF;
	margin-bottom: 15px;
}
.no-js .gallery .content .feature {
	display:none;
}
.js .gallery .content .section {
	display: none;	
}

/* site-wide footer section */
.footer {
	background: url(../img/back_footer.jpg) no-repeat center top;
	padding: 10px 0;
	width: 1060px;
	margin: 10px auto 0;
	position: relative;
	clear: both;
	font-size: .7em;
	text-align:center;
}
.tron_meta {
	text-align: center;	
	width: 680px;
	float: left;
	margin-left: 290px;
}

.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;
}

/* miscellaneous classes */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/* added by Sebastian */

.clear{
	clear: both;
	}
body.home #footer {
	position: absolute;
	top: 580px;
	}
#footer{
	height: 300px;
	width: 680px;
	color: #065260;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	padding-top: 20px;
	margin: 0px auto;
	}
	
#footer3dImax{
	width: 336px;
	height: 43px;
	margin: 0px auto;
	background: url(../../../_images/footer_3d.jpg);
	}
	
#footerPromos{
	width: 610px;
	margin: 10px auto 0px auto;
	}
	
#footerPromos .footerPromo{
	float: left;
	width: 300px;
	height: 100px;
	}
	
#footerPromo1{
	background: url(../../../_images/fooert_promo1.jpg);
	}
	
#footerPromo2{
	background: url(../../../_images/fooert_promo2.jpg);
	}
	
#footer a {
	text-decoration: none;
	color: #065260;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footerButtons{
	width: 400px;
	margin: 10px auto 0px auto;
	}
	
#footerButtons .footerButton{
	padding: 7px 15px;
	border: solid 1px #065260;
	float: left;
	width: 160px;
	font-size: 11px;
	}

#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;
	}