﻿/* Screen.css - main site stylesheet */

/* General styles */

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    line-height: 140%;
    color: #414756;
}

a {
    color: #c04916;
}


/* Site layout styles */

body {
    background-image: url(../Images/ScreenBackground.jpg);
    background-repeat: repeat;
    background-color: #f1ebdd;
}

.site-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 988px;
}



/* Title area */

.site-title-area {
    position: relative;
    height: 142px;
    z-index: 20;
}

.site-title-area {
    background-image: url(../Images/OverviewPageTop.png);
}


.site-title-area h1,
.overview-title-area h1 {
    display: none;
}

#countdown {
    position: absolute;
    left: 525px;
    top: 17px;
    width: 347px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 19px;
    font-weight: bold;
    color: White;
    text-align: right;
    line-height: 110%;
    z-index: 10;
}

#countdown b {
    font-weight: bold;
    color: #2261a4;
    font-size: 10px;
}

#countdown a {
    color: #2261a4;
    text-decoration: none;
    font-size: 13px;
}

.starburst-link {
    position: absolute;
    top: -56px;
    right: -37px;
    width: 139px;
    height: 0px;
    padding-top: 147px;
    background-image: url(../Images/Starburst.png);
    background-repeat: no-repeat;
    z-index: 100;
    overflow: hidden;
}



/* Page layout */

.page-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../Images/PageMiddle.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

.page-inner {
    padding-bottom: 62px;
    background-image: url(../Images/PageBottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}



/* Site bottom */

.sponsor-area {
    margin-top: 30px;
}

h2.sponsor-label {
    margin-top: 0.5em;
    color: #444444;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
}

table.sponsor-logos {
    width: 100%;
    text-align: center;
}

.sponsor-logos td {
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}

.sponsor-logos img {
    border: 1px solid #331100;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 1px;
}

.copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding-top: 1em;
    text-align: center;
    color: #444444;
    font-size: 80%;
}

.sharing-button {
    padding-bottom: 2em;
    text-align: center;
}


/* Top navigation */

h2.navigation-title {
    display: none;
}

.top-navigation-area {
    position: absolute;
    top: 99px;
    right: 4px;
    width: 560px;
    height: 42px;
    overflow: visible;
}

.navigation-tab {
    display: block;
    float: left;
}

.navigation-submenu {
    visibility: hidden;
    position: absolute;
    top: 42px;
    border: 1px solid #8db1bc;
    border-bottom: none;
    background-color: #d2e0e6;
    font-size: 90%;
    z-index: 20;
    clear: left;
}

.navigation-submenu a {
    display: block;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 12em;
    border-bottom: 1px solid #8db1bc;
    white-space: nowrap;
    text-decoration: none;
}

.navigation-submenu a:link,
.navigation-submenu a:visited {
    background-color: #d2e0e6;
    color: #003c4f;
}

.navigation-submenu a:hover,
.navigation-submenu a:active {
    background-color: #8eb0bb;
}

.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: 42px;
    width: 100px;
    height: 0px;
    background-image: url(../Images/MenuBar.png);
    background-color: #e18f31;
    overflow: hidden;
}


/* ... how to enter */
.how-to-enter-link {
    width: 112px;
    background-position: 0px 0px;
}

.how-to-enter-link:hover {
    background-position: 0px -42px;
}

li.active .how-to-enter-link {
    background-position: 0px -84px;
}


/* ... overview */
.overview-link {
    width: 82px;
    background-position: -112px 0px;
}

.overview-link:hover {
    background-position: -112px -42px;
}

li.active .overview-link {
    background-position: -112px -84px;
}

/* ... the house */
.the-house-link {
    width: 85px;
    background-position: -194px 0px;
}

.the-house-link:hover {
    background-position: -194px -42px;
}

li.active .the-house-link {
    background-position: -194px -84px;
}

/* ... organization */
.organization-link {
    width: 107px;
    background-position: -279px 0px;
}

.organization-link:hover {
    background-position: -279px -42px;
}

li.active .organization-link {
    background-position: -279px -84px;
}

/* ... press */
.press-link {
    width: 58px;
    background-position: -386px 0px;
}

.press-link:hover {
    background-position: -386px -42px;
}

li.active .press-link {
    background-position: -386px -84px;
}

/* ... faq */
.faq-link {
    width: 49px;
    background-position: -444px 0px;
}

.faq-link:hover {
    background-position: -444px -42px;
}

li.active .faq-link {
    background-position: -444px -84px;
}

/* ... rules */
.rules-link {
    width: 67px;
    background-position: -493px 0px;
}

.rules-link:hover {
    background-position: -493px -42px;
}

li.active .rules-link {
    background-position: -493px -84px;
}



/* Winner notice */

.winner-notice-area {
    height: 46px;
}

.winner-notice {
    display: block;
    margin-top: 20px;
    width: 405px;
    height: 0px;
    padding-top: 46px;
    overflow: hidden;
    background-image: url(../Images/WinnerNotice.png);
    background-repeat: no-repeat;
}

a.winner-notice:link,
a.winner-notice:visited {
    background-position: 0px 0px;
}

a.winner-notice:hover,
a.winner-notice:active {
    background-position: 0px -46px;
}

.standard-content-container .winner-notice {
    position: absolute;
    margin: 0;
    top: 188px;
    right: 40px;
}



/* 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 {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    margin-left: 1.6em;
    list-style-type: square;
}

.content ul 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.gif);
    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-bottom: 1em;
    margin-right: 1.5em;
    border: 1px solid #000f33;
    padding-top: 0.25em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.boxed-links a:link,
.boxed-links a:visited {
    color: White;
    background-color: #3365b0;
}

.boxed-links a:hover,
.boxed-links a:active {
    color: White;
    background-color: #3d74c7;
}


/* 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-content {
    padding-left: 5px;
    padding-right: 4px;
    overflow: hidden;
}

.overview-photo-area {
    position: relative;
    border-top: 1px solid #85858f;
    width: 979px;
    height: 353px;
}

.overview-slideshow-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 979px;
    height: 353px;
}

.overview-slideshow-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
}

.overview-middle-section {
    position: relative;
    height: 188px;
    background-image: url(../Images/OverviewMiddleArea.jpg);
    background-color: #f0deba;
}

.overview-feature-1,
.overview-feature-2,
.overview-feature-3 {
    position: absolute;
    width: 136px;
    height: 148px;
    top: 25px;
}

.overview-feature-1 {
    left: 175px;
}

.overview-feature-2 {
    left: 491px;
}

.overview-feature-3 {
    left: 806px;
}

.overview-middle-section .more-link {
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 132px;
    height: 0px;
    padding-top: 31px;
    overflow: hidden;
}

.overview-content .overview-middle-section h3 {
    margin: 0;
}

.overview-content .overview-middle-section p {
    margin-top: 0.2em;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 150%;
}

.overview-bottom-section {
    position: relative;
    height: 175px;
    background-image: url(../Images/OverviewBottomArea.jpg);
    background-color: #daddec;
}

.overview-feature-4, 
.overview-feature-5 {
    position: absolute;
    top: 20px;
    width: 292px;
    height: 152px;
}

.overview-feature-4 {
    left: 213px;
}

.overview-feature-5 {
    left: 545px;
}

.content .overview-bottom-section p {
    margin: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 11px;
}

.how-to-enter-button,
.learn-more-button {
    display: block;
    position: absolute;
    height: 0px;
    padding-top: 28px;
    overflow: hidden;
    background-repeat: no-repeat;
    bottom: 2px;
}

.how-to-enter-button:hover,
.learn-more-button:hover {
    background-position: 0px -28px;
}

.learn-more-button {
    background-image: url(../Images/LearnMoreButton.png);
    width: 106px;
    right: 0px
}

.how-to-enter-button{
    background-image: url(../Images/HowToEnterButton.png);
    width: 126px;
    left: 10px;
}




/* 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 {
    padding-top: 2.5em;
    font-style: italic;
    text-align: center;
    font-size: 85%;
}



/* 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-color: #331100;
}


/* Location page */

.location-maps-outer {
    position: relative;
    margin-top: 2.5em;
    height: 335px;
}

.location-maps-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 940px;
    overflow: hidden;
}

.location-maps-inner img {
    float: left;
    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-file-list 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 #8DB1BC;
    padding-left: 0.5em;
    background-color: #D2E0E6;
    cursor: pointer;
    font-size: 105%;
    color: #003C4F;
}

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 .row-1 div,
.entry-methods .row-2 div {
    margin-top: 1em;
    border: 1px solid #003C4F;
    padding-top: 0.5em;
    background-color: #D2E0E6; 
    color: #003C4F;
    overflow: visible;
}

.entry-methods .row-1 div {
    float: left;
    height: 7.5em;
}

.entry-methods .row-2 {
    padding-top: 0.2em;
    clear: both;
}

.phone-entry-method {
    margin-right: 1em;
    width: 12em;
}

.mail-entry-method {
    margin-right: 1em;
    width: 18em;
}

.fax-entry-method {
    width: 12em;
}

.in-person-entry-method {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.7em;
    width: 30em;
}

.content .entry-methods p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #003C4F;
}

.content .entry-methods h4 {
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    text-align: center;
    color: #003C4F;
    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;
}


/* 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;
}
