/**
 * STYLE SHEET :: FESTIVAL
 */


h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
    color: #B784A7;
    color: #911D44;
    }

    h1 em {
        font-size: 18px;
        font-weight: bold;
        }

h2 {
/*
    clear: left;
    margin-top: 1.8em;
    padding-top: 1.8em;
*/
    color: #911D44;
    }

a {
    color: #911D44;
    }

p em {
    color: #911D44;
    }

.imageRight {
    float: right;
    margin: -4.5em -1.5em 0 0;
    }

embed, bgsound, object {
    position: relative;
    float: left;
    width: 0;
    height: 0;
    margin: 0 0 0;
    padding: 0;
    background-color: #FFF;
    }

.purchaseOption {
    position: relative;
    float: left;
    margin-right: 11px;
    margin-bottom: 2.5em;
    }

    .purchaseOption h3 {
        position: relative;
        float: left;
        padding: 0 0.5em;
        background: #D3EAF0 url(/images/bg-purchase-option-header.png) top right no-repeat;
        }

        .purchaseOption h3 img {
            display: inline;
            vertical-align: middle;
            }

    .purchaseOption div {
        position: relative;
        float: left;
        clear: left;
        height: 15.3em;
        padding: 0.5em 1em;
        border: 1px solid #DDD;
        background: #FFF url(/images/bg-purchase-option-bottom.png) bottom left repeat-x;
        }

    .purchaseOption p {
        margin-bottom: 0.3em;
        }

    .purchaseOption div p strong {
        display: block;
        }

    .purchaseOption a {
        display: block;
        }

    .purchaseOption img {
        display: block;
        padding: 0.5em 0 0.5em 0;
        }

    #purchaseOption1 h3 {
        width: 197px;
        }

    #purchaseOption1 div {
        width: 183px;
        }

    #purchaseOption2 h3 {
        width: 207px;
        }

    #purchaseOption2 div {
        width: 193px;
        }

#purchaseOption3 {
    margin-right: 0;
    }

    #purchaseOption3 h3 {
        width: 263px;
        }

    #purchaseOption3 div {
        width: 249px;
        }

#borderEvents,
#borderEvents img {
    display: block;
    width: 174px;
    height: 35px;
    }

#creditList,
#creditList li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#creditList {
    margin-bottom: 1.2em;
    }

    #creditList li {
        }

#retailOutlets {
    width: 100%;
    margin-bottom: 1em;
    }

    #retailOutlets .retailer {
        }

.textHighlight {
    font-size: 16px;
    font-style: italic;
    color: #E5322D;
    text-align: center;
    }
