﻿/* 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: #907d5a;
}

.site-container {
    background-image: url(../Images/ScreenBackgroundTop.jpg);
    background-position: left top;
    background-repeat: repeat-x;
}



/* Title area */

.site-title-area {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 972px;
    height: 132px;
}

.site-title-area h1 {
    display: none;
}

.title-text {
    position: absolute;
    left: -66px;
    top: 0px;
}

.title-logo {
    position: absolute;
    left: 640px;
    top: 65px;
}

.page-shadow-left {
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-shadow-right {
    position: absolute;
    right: 0px;
    top: 0px;
}

#countdown {
    position: absolute;
    left: 720px;
    top: 43px;
    width: 242px;
    font-size: 60%;
    color: black;
    text-align: center;
    line-height: 150%;
    z-index: 10;
}

#countdown a {
    color: #bf5a17;
}

.winner-notice {
    position: absolute;
    left: 10px; 
    bottom: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #4c6e88;
    background-color: #f0f3f9;
    color: #1d3c52;
    font-size: 70%;
    line-height: 130%;
    text-align: center;
}

.winner-notice a {
    font-weight: bold;
}



/* Page layout */

.page-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 964px;
    background-image: url(../Images/PageMiddle.png);
    background-repeat: repeat-y;
    background-position: top center;
}

.starburst-link {
    position: absolute;
    top: -25px;
    right: -44px;
    width: 159px;
    height: 0px;
    padding-top: 159px;
    background-image: url(../Images/Starburst.png);
    z-index: 100;
    overflow: hidden;
}

.standard-content-container,
.wide-content-container {
    border-top: 1px solid #a5bfd6;
}



/* Site bottom */

.page-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 972px;
    height: 10px;
    background-image: url(../Images/PageBottom.png);
}

h2.sponsor-label {
    margin-top: 0.5em;
    color: White;
    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;
}

.copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding-top: 1em;
    text-align: center;
    color: White;
    font-size: 80%;
}

.sharing-button {
    text-align: center;
    padding-bottom: 2em;
}


/* Top navigation (simplified) */

h2.navigation-title {
    display: none;
}

.top-navigation-area {
    overflow: visible;
}

.simple-navigation-links {
    padding-top: 1em;
    padding-bottom: 2em;
    font-size: 120%;
}

.simple-navigation-links a.active {
    color: #331100;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}


/* 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-right: 1.5em;
    border: 1px solid #331100;
    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: #8d6d56;
}

.boxed-links a:hover,
.boxed-links a:active {
    color: White;
    background-color: #9e7b61;
}


/* 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 {
    clear: both;
    position: relative;
    width: 964px;
    height: 453px;
}

.overview-main-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 964px;
    height: 453px;
}

.more-photos-link {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.overview-feature-area {
    position: relative;
    margin-left: -4px;
    background-image: url(../Images/OverviewPageBottom.jpg);
    height: 254px;
    overflow: hidden;
}

.overview-feature-area h2 {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 135%;
    line-height: 100%;
    color: #241813;
}

.overview-feature-area p {
    margin-top: 0;
    color: #241813;
    font-size: 85%;
    line-height: 130%;
}

.overview-feature-1,
.overview-feature-2,
.overview-feature-3 {
    position: absolute;
    top: 30px;
}

.overview-feature-1 {
    left: 185px;
    width: 130px;
}

.overview-feature-2 {
    left: 500px;
    width: 135px;
}

.overview-feature-3 {
    left: 820px;
    width: 125px;
}

.overview-feature-link {
    display: block;
    padding: 2px;
    padding-left: 0px;
    position: absolute;
    top: 180px;
}

.feature-overlay-link {
    position: absolute;
    overflow: hidden;
    left: -170px;
    top: 0px;
    width: 153px;
    height: 0px;
    padding-top: 140px;
}


/* 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;
}


/* 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;
}


/* 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;
}
