﻿/* 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: #ed1c24;
}


/* Site layout styles */

body {
    background-color: #00918a;
}

.site-container {
    padding-top: 10px;
    background-image: url(../Images/ScreenBackgroundTop.png);
    background-position: left top;
    background-repeat: repeat-x;
}



/* Title area */

.site-title-area {
    position: relative;
    background-image: url(../Images/TitleArea.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 973px;
    height: 162px;
    z-index: 10;
}

.site-title-area h1 {
    display: none;
}

.title-text {
    position: absolute;
    left: 19px;
    top: 54px;
}

#countdown {
    position: absolute;
    left: 717px;
    top: 109px;
    width: 237px;
    font-size: 10px;
    color: black;
    text-align: left;
    line-height: 150%;
    z-index: 10;
}

#countdown a {
    color: #151884;
}

.spanish-translation-link {
    position: absolute;
    top: 76px;
    right: 10px;
}

.spanish-translation-link a {
    padding-left: 21px;
    background-image: url(../Images/MexicanFlagIcon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: Black;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
}


.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;
    width: 972px;
    background-image: url(../Images/PageMiddle.png);
    background-repeat: repeat-y;
    background-position: top center;
}

.page-shadow-left,
.page-shadow-right {
    position: absolute;
    top: 162px;
    width: 4px;
    height: 342px;
    background-repeat: no-repeat;
    background-position: left top;
}

.page-shadow-left {
    left: 0px;
    background-image: url(../Images/PageShadowLeft.png);
}

.page-shadow-right {
    right: 0px;
    background-image: url(../Images/PageShadowRight.png);
}

.starburst-link {
    position: absolute;
    top: 135px;
    right: -47px;
    width: 157px;
    height: 0px;
    padding-top: 159px;
    background-image: url(../Images/Starburst.png);
    overflow: hidden;
    z-index: 10;
}



/* 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,
.footnote-line {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: White;
    font-size: 80%;
}

.copyright {
    padding-top: 1em;
}

.footnote-line a {
    color: White;
}

.facebook-line {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 1em;
    color: White;
    text-align: center;
    font-size: 80%;
}

.facebook-line img {
    vertical-align: middle;
    padding-bottom: 2px;
}

.sharing-button {
    text-align: center;
    padding-bottom: 2em;
}


/* Top navigation */

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;
    min-height: 300px;
    font-size: 80%;
}

.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.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 #253f52;
    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: #4a7ca2;
}

.boxed-links a:hover,
.boxed-links a:active {
    color: White;
    background-color: #6c9bbd;
}


/* 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 {
    padding-left: 4px;
    clear: both;
    overflow: hidden;
}

.overview-side-features, 
.overview-main-photo {
    border-top: 1px solid #d7e7ef;
    border-bottom: 1px solid #766e62;
}

.overview-side-features {
    float: left;
    padding-top: 9px;
    padding-left: 9px;
    width: 315px;
    height: 443px;
    background-color: #302317;
}

.overview-side-features h2 {
    display: none;
}


.overview-side-feature {
    position: relative;
    cursor: pointer;    
}

.side-feature-thumbnail {
    position: absolute;
    left: 17px;
    top: 17px;
}

.side-feature-text {
    position: absolute;
    top: 21px;
    left: 125px;
    width: 150px;
    color: Black;
    line-height: 130%;
    font-size: 85%;
}

.overview-main-photo {
    position: relative; 
    float: left;
    width: 640px;
    height: 452px;
}

.overview-enter-button {
    display: block;
    padding-top: 19px;
    padding-left: 46px;
    width: 269px;
    height: 76px;
}

.overview-slideshow-area {
    position: relative;
    float: left;
}

.overview-main-photo {
    position: absolute;
    left: 0px;
    top: 0px;
}

.more-photos-link {
    display: block;
    position: absolute;
    left: 483px;
    top: 400px;
    z-index: 10;
}

.overview-feature-area {
    height: 246px;
    position: relative;
    background-image: url(../Images/OverviewPageBottom.jpg);
}

.overview-feature-area h2 {
    margin-bottom: 0.5em;
    font-weight: normal;
    font-size: 135%;
    line-height: 100%;
    color: Black;
}

.overview-feature-area p {
    margin-top: 0;
    color: #3c3d38;
    font-size: 85%;
    line-height: 130%;
}

.overview-feature-1,
.overview-feature-2,
.overview-feature-3 {
    position: absolute;
    top: 30px;
    width: 130px;
}

.overview-feature-1 {
    left: 185px;
}

.overview-feature-2 {
    left: 500px;
}

.overview-feature-3 {
    left: 820px;
}

.overview-more-link {
    display: block;
    position: absolute;
    left: 70px;
    top: 165px;
    width: 70px;
    height: 0px;
    padding-top: 40px;
    overflow: hidden;
}

.overview-feature-link {
    display: block;
    position: absolute;
    left: -180px;
    top: -10px;
    width: 170px;
    height: 0px;
    padding-top: 150px;
    overflow: hidden;
}



/* 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 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 {
    margin-bottom: 3em;
}

.floor-plan img {
    border: 1px solid black;
}


/* Virtual tour page */

.ie6-movie-spacer {
    display: none;
}


/* 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 #323c45;
    padding-left: 0.5em;
    background-color: #bac5d6;
    cursor: pointer;
    font-size: 105%;
    color: #323c45;
}

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 #323C45;
    padding-top: 0.5em;
    background-color: #BAC5D6; 
    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: #323C45;
}

.content .entry-methods h4 {
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    text-align: center;
    color: #323C45;
    font-weight: bold;
}

.entry-form-links {
    display: block;
    font-size: 110%;
    margin-bottom: 1em;
}

.entry-form-links.spanish {
    display: none;
}

.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;
}
