﻿html {
    color: #FFF;
    width: 100%;
    height: 100%;
}

body {
    background-color: #000;
    font-family: 'QuestrialRegular';
    font-size: 12pt;
}

h1 {
    margin-bottom: 24px;
    color: #FFF;
    font-size: 16pt;
    font-weight: 500;
    text-transform: uppercase;
}

.LandingContent h1 {
    font-size: 24pt;
}

h2 {
    position: relative;
    margin: 24px 0 6px 0;
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 1.1pt;
    text-transform: uppercase;
}

div + h2:first-of-type {
    margin-top: 0;
}

/* This establishes the gradient separator for all subpage h2s */
.H2 {
    position: relative;
    overflow: hidden;
    height: 13pt;
    z-index: 0;
    margin: 36px 0 6px 0;
}

    .H2 h2 {
        position: absolute;
        margin-top: 0 !important;
        padding-right: 12px;
        z-index: 2;
        background-color: #000;
    }

    .H2 img {
        position: absolute;
        width: 935px;
        height: 2px;
        top: 6px;
        z-index: 1;
    }

.Top {
    margin-top: 0;
}

.Margin0auto {
    margin: 0 auto;
}

.Border {
    border: 2px solid #545454;
    border-radius: 12px;
}

h3 {
    line-height: 13pt;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 1.1pt;
}

h4 {
    line-height: 13pt;
    margin-bottom: 12px;
    font-size: 10pt;
    letter-spacing: 1.1pt;
}

p {
    margin-bottom: 12px;
}

p, .InnerContent li {
    line-height: 13pt;
    font-size: 10pt;
    letter-spacing: 1.1pt;
}

a {
    text-decoration: underline;
    color: #FFF;
}

iframe {
    border: none;
}

.Bold {
    font-weight: bold;
}

.NoScroll {
    overflow: hidden;
}

.NoMargin {
    margin: 0;
}

#innerBody {
    margin: 0 auto;
}

.Content {
    display: block;
    width: 935px;
    margin: 0 auto;
    overflow: hidden;
}

.InnerContent {
    position: relative;
    float: left;
    width: 711px;
    height: 100%;
    margin: 24px auto;
}

div.RedLine {
    max-width: 1150px;
    height: 3px;
    margin: 0 auto;
    border: none;
    background-color: #000000;
    background-image: url('../Images/Backgrounds/redline-gradient.jpg');
    background-image: -moz-linear-gradient(left, #000000 0, #BD2025 10%,#BD2025 90%,#000000 100%);
    background-image: linear-gradient(left, #000000 0, #BD2025 10%,#BD2025 90%,#000000 100%);
    background-image: -webkit-linear-gradient(left, #000000 0, #BD2025 10%,#BD2025 90%,#000000 100%);
    background-image: -o-linear-gradient(left, #000000 0, #BD2025 10%,#BD2025 90%,#000000 100%);
    background-image: -ms-linear-gradient(left, #000000 0, #BD2025 10%,#BD2025 90%,#000000 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0,#000000), color-stop(10%,#BD2025),color-stop(90%,#BD2025),color-stop(100%,#000000));
}

    div.RedLine:before {
        content: "";
        border-top: solid 1px #000;
        width: 100%;
        height: 1px;
        top: 50%;
        z-index: 1;
    }

.FinePrint {
    font-size: 8pt !important;
    font-style: italic;
}

.Inline {
    display: inline;
}

.InlineBlock {
    display: inline-block;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Center {
    text-align: center;
}

.InlineList {
    margin-top: 24px;
}

    .InlineList li {
        display: inline;
        margin-right: 24px;
    }

ul.IndentedList, .IndentedList ul {
    position: relative;
    overflow: hidden;
    padding-left: 24px;
    margin-bottom: 12px;
}

.IndentedList li {
    font-size: 10pt;
    letter-spacing: 1.1pt;
}

.IndentedList span.AlbumName {
    display: inline;
    font-style: italic;
}

.OrderedList {
    margin: 0 0 12px 24px;
    line-height: 13pt;
    font-size: 10pt;
    letter-spacing: 1.1pt;
}

/* General Information box */
#generalInformation {
    float: right;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#545454, endColorstr=#000000);
    background-image: linear-gradient(#545454, #000);
}

    #generalInformation .Column {
        float: left;
        width: 190px;
        margin: 0 0 6px 12px;
    }

    #generalInformation .Single {
        float: left;
        margin: 0 12px 6px;
    }

    #generalInformation a {
        font-size: 9pt !important;
    }

    #generalInformation p,
    #generalInformation li {
        margin-bottom: 10px !important;
        font-size: 9pt !important;
        font-style: normal !important;
        letter-spacing: normal !important;
    }

        #generalInformation p.Subhead {
            margin: 12px !important;
        }

    #generalInformation h2 {
        margin: 12px !important;
    }

    #generalInformation h3 {
        margin-top: 0;
    }

    #generalInformation img {
        display: inline;
        border: none;
    }

        #generalInformation img#tripAdvisor {
            height: 50px;
            margin-left: -4px;
        }

        #generalInformation img.Button {
            margin: 12px 0 0 -4px;
        }

    #generalInformation #infoList {
        margin-bottom: 12px;
    }

        #generalInformation #infoList li {
            list-style-type: none;
            font-size: 9pt;
        }

/* This is a fix for IE.  Background gradient bleeds over top border radius in IE9-, so this is a wrapper for all gradient objects */
.gradientMask {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #545454;
    background-color: #545454;
}

/* Class for pdf icon links */
.PDF {
    display: inline;
    line-height: 14pt;
    margin: 0 5px -4px 0;
    border: none !important;
    border-radius: 0 !important;
}

/* Same for phone icons */
.Phone {
    display: inline;
    line-height: 12px;
    border: none !important;
    border-radius: 0 !important;
}

.Clear {
    height: 0.1px;
    clear: both;
}

.page-articles {
    line-height: 13pt;
    font-size: 10pt;
    letter-spacing: 1.1pt;
}
