﻿/* Screen.css - main site stylesheet */

/* General styles */

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    line-height: 140%;
    color: #33304e;
}

a {
    color: #c04916;
}


/* Site layout styles */

body {
    background-image: url(../Images/ScreenBackgroundTop.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #6b2619;
}

.site-top-area {
    position: relative;
    height: 80px;
    width: 978px;
    margin-left: auto;
    margin-right: auto;
}

.top-logo {
    position: absolute;
    left: 0px;
    top: 15px;
}

.site-middle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 6px;
    width: 979px;
    background-image: url(../Images/PageMiddle.png);
    background-repeat: repeat-y;
    background-position: center center;
}



/* Title area */

.site-title-area {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    position: relative;
    background-image: url(../Images/TitleArea.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 141px;
    z-index: 10;
}

.site-top-area h1 {
    display: none;
}

#countdown {
    position: absolute;
    left: 610px;
    top: 47px;
    width: 297px;
    font-family: 'Ubuntu Condensed', GillSans, Calibri, Trebuchet, sans-serif;
    font-size: 14px;
    color: White;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
}

#countdown a {
    color: #d8d581;
}

#countdown b {
    color: #d8d581;
    font-weight: bold;
    margin-right: 1em;
}

.winner-notice {
    position: absolute;
    right: 0px;
    top: 13px;
    width: 377px;
    height: 0px;
    padding-top: 58px;
    z-index: 20;
    background-image: url(../Images/WinnerNotice.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

a.winner-notice:link, a.winner-notice:visited {
    background-position: 0px 0px;
}

a.winner-notice:hover, a.winner-notice:active {
    background-position: 0px -58px;
}

.title-link {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 565px;
    height: 0px;
    padding-top: 121px;
    overflow: hidden;
}


/* Page layout */

.page-inner {
}

.starburst-link {
    position: absolute;
    top: 24px;
    right: -44px;
    width: 179px;
    z-index: 10;
}


/* Site bottom */

.page-bottom, 
.overview-page-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 12px;
    background-position: left top;
    background-repeat: no-repeat;
}

.page-bottom {
    background-image: url(../Images/PageBottom.png);
}

.overview-page-bottom {
    background-image: url(../Images/OverviewPageBottom.png);
}

.copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    padding-top: 1em;
    text-align: center;
    color: White;
    font-size: 80%;
}

.mobile-site-links {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    text-align: center;
    color: White;
    font-size: 80%;
}

.mobile-site-links a {
    color: #dbb0a4;
}

.facebook-line {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0.5em;
    color: White;
    text-align: center;
    font-size: 80%;
}

.facebook-line img {
    vertical-align: middle;
    padding-bottom: 2px;
}

.facebook-widget {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 400px;
    background-color: White;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

.sharing-button {
    margin-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}


/* Sponsor logos */

.sponsor-area {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../Images/SponsorArea.png);
    width: 979px;
    height: 218px;
    position: relative;
}

h2.sponsor-label {
    display: none;
}

.sponsor-area a {
    position: absolute;
    height: 0px;
    overflow: hidden;
}

.logo-sportchalet {
    left: 31px;
    padding-top: 60px;
    top: 51px;
    width: 205px;
}

.logo-clearchannel {
    left: 251px;
    padding-top: 60px;
    top: 51px;
    width: 205px;
}

.logo-ktla {
    left: 471px;
    padding-top: 60px;
    top: 51px;
    width: 205px;
}

.logo-toyota {
    left: 696px;
    padding-top: 60px;
    top: 51px;
    width: 254px;
}

.logo-fox {
    left: 41px;
    padding-top: 51px;
    top: 143px;
    width: 104px;
}

.logo-cmsa {
    left: 153px;
    padding-top: 51px;
    top: 143px;
    width: 147px;
}

.logo-jakks {
    left: 311px;
    padding-top: 51px;
    top: 143px;
    width: 174px;
}

.logo-proangle {
    left: 491px;
    padding-top: 51px;
    top: 143px;
    width: 102px;
}

.logo-aom {
    left: 605px;
    padding-top: 51px;
    top: 143px;
    width: 132px;
}

.logo-mattel {
    left: 747px;
    padding-top: 61px;
    top: 143px;
    width: 63px;
}

.logo-pacpark {
    left: 819px;
    padding-top: 51px;
    top: 143px;
    width: 121px;
}



/* Top navigation */

h2.navigation-title {
    display: none;
}

.top-navigation-area {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 44px;
    overflow: visible;
}

.navigation-tab {
    display: block;
    float: left;
}

.navigation-submenu {
    visibility: hidden;
    position: absolute;
    top: 42px;
    border: 1px solid #434547;
    border-bottom: none;
    background-color: #6a6d6f;
    font-size: 90%;
    z-index: 25;
    clear: left;
}

.overview-submenu {
    left: 4px;
}

.navigation-submenu a {
    display: block;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 12em;
    border-bottom: 1px solid #434547;
    white-space: nowrap;
    text-decoration: none;
}

.navigation-submenu a:link,
.navigation-submenu a:visited {
    background-color: #6a6d6f;
    color: #c8c3ba;
}

.navigation-submenu a:hover,
.navigation-submenu a:active {
    background-color: #7a7e81;
    color: #fad893;
}

.overview-link, 
.the-house-link,
.organization-link,
.press-link,
.faq-link,
.rules-link,
.how-to-enter-link,
.menu-spacer {
    float: left;
    display: block;
    padding-top: 44px;
    width: 100px;
    height: 0px;
    background-image: url(../Images/MenuBar.png);
    background-color: White;
    overflow: hidden;
}

/* ... overview */
.overview-link {
    width: 131px;
    background-position: 0px 0px;
}

.overview-link:hover {
    background-position: 0px -44px;
}

li.active .overview-link {
    background-position: 0px -88px;
}

/* ... the house */
.the-house-link {
    width: 135px;
    background-position: -131px 0px;
}

.the-house-link:hover {
    background-position: -131px -44px;
}

li.active .the-house-link {
    background-position: -131px -88px;
}

/* ... organization */
.organization-link {
    width: 169px;
    background-position: -266px 0px;
}

.organization-link:hover {
    background-position: -266px -44px;
}

li.active .organization-link {
    background-position: -266px -88px;
}

/* ... press */
.press-link {
    width: 92px;
    background-position: -435px 0px;
}

.press-link:hover {
    background-position: -435px -44px;
}

li.active .press-link {
    background-position: -435px -88px;
}

/* ... faq */
.faq-link {
    width: 85px;
    background-position: -527px 0px;
}

.faq-link:hover {
    background-position: -527px -44px;
}

li.active .faq-link {
    background-position: -527px -88px;
}

/* ... rules */
.rules-link {
    width: 102px;
    background-position: -612px 0px;
}

.rules-link:hover {
    background-position: -612px -44px;
}

li.active .rules-link {
    background-position: -612px -88px;
}

/* ... how to enter */
.how-to-enter-link {
    width: 276px;
    background-position: -714px 0px;
}

.how-to-enter-link:hover {
    background-position: -714px -44px;
}

li.active .how-to-enter-link {
    background-position: -714px -88px;
}


/* Content area - general styles */

.standard-content-container {
    clear: both;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 345px;
    overflow: hidden;
}

.wide-content-container {
    clear: both;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

.content {
    clear: both;
    position: relative;
    font-size: 80%;
    min-height: 480px;
}

.content h2 {
    margin-bottom: 0.7em;
    font-size: 170%;
    font-weight: bold;
}

.content h3 {
    margin-top: 2em;
    margin-bottom: 0.7em;
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
}

.content h4 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.content .subtitle {
    margin-top: 0;
}

.content p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 150%;
}

.content dl {
    margin-bottom: 1.5em;
    line-height: 160%;
    overflow: hidden;
}

.content dl dt {
    display: block;
    padding-top: 0.3em;
    float: left;
    clear: left;
    width: 12em;
    font-weight: bold;
}

.content dl dd {
    display: block;
    padding-top: 0.3em;
    margin-left: 12em;
    font-weight: normal;
}


.content ul, 
.content ol {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.content ul {
    list-style-type: square;
    margin-left: 1.6em;
}

.content ol {
    list-style-type: decimal;
    margin-left: 2.5em;
}

.content ul li,
.content ol li {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 150%;
}

.content ul ul {
    list-style-type: inherit;
    font-size: 100%;
}

.content strong {
    font-weight: bold;
}

.content em {
    font-style: italic;
}


/* Breadcrumb navigation */

.breadcrumbs {
    margin-bottom: 1.5em;
}

.breadcrumb-separator {
    padding-bottom: 2px;
    background-image: url(../Images/BreadcrumbSeparator.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/* Boxed links */

.boxed-links {
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

.boxed-links a {
    float: left;
    display: block;
    margin-top: 0.5em;
    margin-right: 1.5em;
    border: 1px solid #331500;
    padding-top: 0.25em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
}

.boxed-links a:link,
.boxed-links a:visited {
    color: White;
    background-color: #72523a;
}

.boxed-links a:hover,
.boxed-links a:active {
    color: White;
    background-color: #8d6e55;
}


/* Side boxes */

.side-box-left, 
.side-box-right {
    text-align: center;
}

.side-box-left {
    display: inline;   /* fix IE float bug */
    float: left;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-right: 2.5em;
}

.side-box-right {
    position: absolute;
    right: -300px;
}

.side-box-left a,
.side-box-right a {
    text-decoration: none;
}

.side-box-left img,
.side-box-right img {
    border: 1px solid #331100;
}

.side-box-photo {
    border-color: #331100;
}

.side-box-caption {
    display: block;
    color: #331100;
    margin-top: 0.3em;
    font-style: italic;
    line-height: 130%;
}

.flush-top {
    margin-top: 0.5em;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}


/* Overview page */

.overview-photo-area-outer {
    position: relative;
    width: 978px;
    height: 483px;
}

.overview-photo-area-inner {
    clear: both;
    position: absolute;
    left: 20px;
    top: 31px;
    width: 939px;
    height: 431px;
}

.overview-main-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 939px;
    height: 431px;
}

.overview-photo-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 979px;
    height: 483px;
}

.overview-slideshow-back-link,
.overview-slideshow-next-link {
    position: absolute;
    overflow: hidden;
    width: 50px;
    height: 0px;
    padding-top: 60px;
    top: 215px;
    z-index: 30;
    display: block;
    background-image: url(../Images/1PixelTransparent.png);
    background-repeat: repeat;
}

.overview-slideshow-back-link {
    left: 0px;
}

.overview-slideshow-next-link {
    right: 0px;
}

.overview-slideshow-photo-link {
    position: absolute;
    overflow: hidden;
    width: 840px;
    height: 0px;
    padding-top: 410px;
    left: 70px;
    top: 40px;
}

.win-banner-area .win-banner {
    display: block;
    width: 979px;
    padding-top: 98px;
    height: 0px;
    background-image: url(../Images/WinBanner.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.overview-feature-area {
    position: relative;
    background-image: url(../Images/OverviewFeatureArea.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 406px;
    overflow: hidden;
}

.overview-feature-1,
.overview-feature-2,
.overview-feature-3 {
    position: absolute;
    top: 26px;
    width: 190px;
    text-align: justify;
}

.overview-feature-1 {
    left: 34px;
}

.overview-feature-2 {
    left: 261px;
    width: 200px;
}

.overview-feature-3 {
    left: 490px;
}

.overview-feature-4 {
    position: absolute;
    top: 40px;
    left: 751px;
    width: 190px;
    text-align: center;
}

.ticket-graphic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ticket-price {
    color: #51abd5;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-shadow: -1px -1px 1px #555;
}

.ticket-button {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 155px;
    padding-top: 87px;
    height: 0px;
    background-image: url(../Images/TicketsButton.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

a.ticket-button:link,
a.ticket-button:visited {
    background-position: 0px 0px;
}

a.ticket-button:hover,
a.ticket-button:active {
    background-position: 0px -87px;
}

.overview-feature-area img {
    display: block;
    margin-bottom: 27px;
}

.overview-feature-area h2 {
    margin-bottom: 0.5em;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    font-size: 130%;
    line-height: 100%;
    color: #ef6210;
}

.overview-feature-area p {
    margin-top: 0;
    color: #424341;
    font-size: 90%;
    line-height: 170%;
}

.feature-more-link {
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 332px;
    width: 55px;
    height: 0px;
    padding-top: 20px;
    background-image: url(../Images/OverviewMoreLink.png);
    background-repeat: no-repeat;
}

a.feature-more-link:link, a.feature-more-link:visited {
    background-position: 0px 0px;
}

a.feature-more-link:hover, a.feature-more-link:active {
    background-position: 0px -20px;
}

.overview-purchase-button {
    position: absolute;
    left: 343px;
    top: 27px;
    width: 288px;
    height: 0px;
    padding-top: 68px;
    background-image: url(../Images/OverviewPurchaseButton.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

a.overview-purchase-button:link, a.overview-purchase-button:visited {
    background-position: 0px 0px;
}

a.overview-purchase-button:hover, a.overview-purchase-button:active {
    background-position: 0px -68px;
}

/* Photos page */

.photo-thumbnail-grid {
    border-collapse: collapse;
}

.photo-thumbnail-grid td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    vertical-align: middle;
}

.photo-thumbnail-grid td.left-cell {
    padding-left: 0;
}

.photo-thumbnail-grid td.right-cell {
    padding-right: 0;
}

.photo-thumbnail {
    text-decoration: none;
}

.photo-thumbnail img {
    border: 1px solid #331100;
}

.photo-thumbnail-caption {
    display: block;
    margin-top: 0em;
    text-align: center;
    font-size: 90%;
    font-style: italic;
    text-decoration: none;
}

a.photo-thumbnail:link,
a.photo-thumbnail:visited {
    color: #331100;
}

a.photo-thumbnail:hover,
a.photo-thumbnail:active {
    color: #ab9478;
}

.photo-credit {
    margin-top: 1em;
    font-style: italic;
}



/* Photo detail page */

.large-photo-links {
    margin-bottom: 1.3em;
    width: 100%;
    padding-bottom: 2px;
    overflow: hidden;
}

.large-photo-previous-link,
.large-photo-thumbnail-link,
.large-photo-next-link {
    float: left;
}


.large-photo-previous-link {
    width: 33%;
    text-align: left;
}

.large-photo-thumbnail-link {
    width: 33%;
    text-align: center;
}

.large-photo-next-link {
    width: 33%;
    text-align: right;
}

.large-photo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #331100;
}


/* Location page */

.location-map {
    margin-top: 2.5em;
}

.location-map img {
    margin-right: 50px;
    border: 1px solid #331100;
}


/* Floor Plans Page */

.floor-plan img {
    border: 1px solid black;
}


/* Prize Winners Page */

.content .grand-prize-heading,
.content .grand-prize-name {
    font-size: 120%;
    color: #bf0000;
}


/* Media page */

ul.media-file-list {
    margin-left: 0;
}

.media-file-list li {
    position: relative;
    padding-left: 21px;
    list-style-type: none;
}

.media-coverage td.media-file-link {
    position: relative;
    padding-left: 31px;
}

.media-file-list img,
.media-file-link img {
    position: absolute;
    margin-left: -21px;
}

.media-coverage {
    border-collapse: collapse;
}

.media-coverage td {
    padding: 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    text-align: left;
}

.media-coverage td.logo-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.media-coverage td p {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}


/* FAQ page */

h3.faq-question {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    border: 1px solid #54572b;
    padding-left: 0.5em;
    background-color: #777b3e;
    cursor: pointer;
    font-size: 105%;
    font-weight: normal;
    color: White;
}

p.faq-answer {
    margin-bottom: 2em;
}


/* Rules page */

.rules-tickets-table {
    border-collapse: collapse;
}

.rules-tickets-table td, 
.rules-tickets-table th {
    border: 1px solid #331100;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    vertical-align: middle;
    line-height: 150%;
}

.rules-tickets-table th {
    font-weight: bold;
}


/* How to Enter page */

.entry-methods {
    margin-top: 1em;
    width: 100%;
    overflow: hidden;
}

.entry-methods div {
    float: left;
    margin-top: 1em;
    border: 1px solid #54572b;
    padding-top: 0.5em;
    height: 8.25em;
    background-color: #777b3e;
    color: White;
    overflow: visible;
}

.entry-methods .online-entry-method .purchase-button {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.phone-entry-method {
    margin-right: 1em;
    width: 13em;
}

.mail-entry-method {
    margin-right: 1em;
    width: 18em;
}

.fax-entry-method {
    width: 12em;
}

.content .entry-methods p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.content .entry-methods h4 {
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    text-align: center;
    color: White;
    font-weight: bold;
}

.entry-form-links {
    display: block;
    font-size: 110%;
    margin-bottom: 1em;
}

.entry-form-links strong {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.entry-form-links a {
    display: block;
    position: relative;
    margin-left: 7px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 23px;
    text-align: left;
    text-decoration: underline;
}

.entry-form-links img {
    position: absolute;
    margin-left: -23px;
    border: none;
    vertical-align: middle;
    text-decoration: none;
}

.purchase-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 154px;
    height: 0px;
    padding-top: 28px;
    background-image: url(../Images/PurchaseButton.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

a.purchase-button:link, a.purchase-button:visited {
    background-position: 0px 0px;
}

a.purchase-button:hover, a.purchase-button:active {
    background-position: 0px -28px;
}


/* Forms */

.tabular-form th, 
.tabular-form td {
    padding: 0.5em;
}

.tabular-form th {
    font-weight: bold;
    text-align: left;
    padding-right: 1.5em;
}

.tabular-form span {
    margin-left: 0.5em;
}



/* Blog */

.rss-link {
    margin-top: 1.5em;
    margin-bottom: -1em;
}


.rss-link img {
    margin-right: 0.6em;
    padding-bottom: 3px;
    vertical-align: middle;
}
