/* 
	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;
}
p {
	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;
}
/* begin page structure */
.container {
	width: 1210px;
	margin: 0 auto;
	position: relative;
}
.home .container {
	background: url(../img/back_jeff.jpg) no-repeat right top;	
}
.synopsis .container {
	background: url(../img/back_villain.jpg) no-repeat right top;
}
.row {
	overflow: hidden;
}
.section {
	clear: both;	
}
.third {
	float: left;
	width: 196px;
	margin-right: 22px;
}
.third:last-of-type {
	margin-right: 0;
}
/* header styles 
.header {
	height: 80px (Trying to move this to the bottom so the page will load faster. Seems to be something in the JS measuring. Work on it later)
	postion: absolute;
	top: 0;
}*/
/* disney chrome */
#chrome {
	height: 50px; /*probably won't need later */
	background-color: #000;
}
#chrome form {
	width: 1020px !important;
}
#tickets {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	min-height: 31px;
	text-transform: uppercase;
	background: url(../img/tix_back.png) repeat-x;
}
#tickets .inner {
	background: url(../img/tix_l.png) no-repeat;
	position:relative;
	left: -30px;
}
#tickets form {
	background: url(../img/tix_r.png) no-repeat right top;	
	position: relative;
	right: -30px;
	width: 820px;
}
#tickets li, #tickets input, #tickets label, #tickets legend, #tickets button {
	display: inline-block;	/* IE will need inline */
}
#tickets legend {
	font-size: .75em;
	float: left;
	padding: 10px 5px 0 5px;
	font-weight: bold;
}
#tickets li {
	font-size: .6em;
	padding: 9px 5px 0 25px;
}
#tickets input[type="text"], #tickets select {
	border: 1px solid #0F6583;
	background: #000;
	color: #FFF;	
}
#tickets #ticketsubmit {
	border: none;
	background: none;
	color: #FFF;
	position: absolute;
	right: 50px;
	top: 8px;
	width: 30px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
}

/* left sidebar area */
.sidebar1 {
	float: left;
	width: 218px;
	padding: 10px 0 10px 100px;	/*position: relative;*/
}
#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-of-type {
	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-of-type {
	background: url(../img/nav_sub_bott.jpg) no-repeat left bottom;
	padding-bottom: 14px;
}
#nav ul ul, #nav ul ul li:first-of-type, #nav ul ul li:last-of-type {
	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:after, #nav ul .arrow a:after, #nav ul ul .arrow a:after {
	content: " \27A2";	/*  :after isn't working on Heavenspot's server... no clue why.*/
	font-size: .7em;
}
#nav .arrow ul a:after, #nav ul .arrow ul a:after, #nav ul ul .arrow ul a:after {
	content: "";
}
#nav ul/*, #nav ul ul, #nav ul ul ul, #nav ul ul ul .subfly*/ {
	display: none;
}
#nav ul ul ul li {
	position: relative;	
}
#nav li:hover ul, #nav .selected ul, #nav ul li:hover ul, #nav ul ul li:hover ul {
	display: block;
}
#nav ul ul ul li:hover .subfly {
	position: absolute;	
	display: block;
	background: rgb(26,93,108);
	background: rgba(26,93,108,.95);
	left: 95%;
	top: -200%;
	width: 150px;
	padding: 8px 0;
	border: 1px solid #05ADE5;
	box-shadow: 5px 5px 7px 0 rgba(64,224,237,.4);
	-moz-box-shadow: 5px 5px 7px 0 rgba(64,224,237,.4); 
	-webkit-box-shadow: 5px 5px 7px 0 rgba(64,224,237,.4); 
}
#nav ul ul ul li:hover .subfly a {
	padding-left: 12px;	
	color: #0CAEE1;
}
#nav ul ul ul li:hover .subfly a:hover {
	color: #FFF;	
}
/* JS menu code (partial)
#nav_top {
	background: url(../img/nav_top.png) no-repeat;
	padding-top: 54px;
}
#nav {
	background: url(../img/nav_mid.png) repeat-y;
	margin-bottom: 0;	
	padding-left: 15px;
	position: relative;
}
#nav_top ul {
	list-style: none;
	margin: 0;
}
#nav .submenu {
	display: none;
}
#nav .selected {
	display: block;
}
#nav_bott {
	background: url(../img/nav_bott.png) no-repeat center bottom;	
	padding-bottom: 49px;
}*/

/* main content area */
.content {
	/*padding: 60px 7px 10px;
	display: inline; fix IE double margin float later*/
	padding: 45px 0 10px;
	margin-left: 5px;
	width: 650px;
	float: left;
	/*min-height: 600px;*/
}
.home .content {
	/*min-height: 650px;*/	
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.feature a {
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
}
.breadcrumb {
	background: url(../img/bread_back.png) repeat-x;
	float: left;
	color: #FFF;
	margin-left: 10px;
	margin-top: 20px;
}
.breadcrumb .inner {
	background: url(../img/bread_r.png) no-repeat right top;
	min-width: 400px;
	position: relative;
	right: -20px;
}
.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;
	text-transform: uppercase;
}
.breadcrumb li a {
	text-decoration: none;
	display: block;
	float: left;
	color: #0d96c2;
}
.breadcrumb li a:after {
	content: " :";
	padding-right: 5px;
}
/* fpo */
.sidebar2 {
	float: left;
	width: 120px;
	padding: 135px 90px 10px 5px;
}
/* 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;
}
/*.footer {
	padding-top: 5px;
	margin-top: 10px;
}*/
.tron_meta {
	text-align: center;	
	width: 600px;
	float: left;
	margin-left: 318px;
}
.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;
	text-transform: uppercase;
	font-size: .75em;
}
.footer #legalFooterMainDiv a {
	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;
}
