@import url("font-awesome.css");

/* DEFAULTS */

body {
    font-family: Verdana, Arial, sans-serif;
    background: url('../images/template/bg-body.jpg') #F2F2F2 top left;
    font-size: 0.8em;
    color: #333;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, em {
    line-height: 1.5em;
    margin-bottom: 15px;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus';
    opacity: 0.99;
    letter-spacing: 0px;
    color: #444;
    text-shadow: 0px -1px 0px #FFF;
    opacity: 0.99!important;
}

p {
    font-family: 'Marcellus';
    text-align: justify;
    font-size: 1.2em;
    clear: none;
}

a:link {
    text-decoration: none;
    color: #FFF;
}

a:hover {
    color: #eee;
    text-decoration: none;
}

a:visited {
    color: #eee;
}

a:active {
    color: #33a8dc;
}

h2 a:hover {
    text-decoration: none;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

/* SECTIONS*/

#TopBanner {
    background: none repeat scroll 0 0 #005084;
    font-size: 1.1em;
    height: 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99991;
}

    #TopBanner .topleft {
        cursor: default;
        text-align: left;
        margin-left: 10px;
        margin-right: 15px;
        margin-top: 3px;
    }

        #TopBanner .topleft #social {
            float: right;
            color: #EEE;
            margin-top: 5px;
        }

            #TopBanner .topleft #social ul {
                list-style: none;
            }

            #TopBanner .topleft #social li {
                float: left;
                margin-left: 8px;
            }

                #TopBanner .topleft #social li a {
                    height: 20px;
                    width: 20px;
                    display: block;
                    background: url("../Images/Template/social_top.png") top center no-repeat;
                    text-indent: -9999px;
                }

                    #TopBanner .topleft #social li a.twitter {
                        background-position: 0px 0px;
                    }

                        #TopBanner .topleft #social li a.twitter:hover {
                            background-position: 0px -20px;
                        }

                    #TopBanner .topleft #social li a.facebook {
                        background-position: -25px 0px;
                    }

                        #TopBanner .topleft #social li a.facebook:hover {
                            background-position: -25px -20px;
                        }

header {
    width: 100%;
    background: #343655;
    padding-top: 20px;
    height: 135px;
    overflow: visible;
    z-index: 99990;
}

    header h1 {
        z-index: 99999;
        padding-top: 20px;
    }

    header nav {
        float: right;
        clear: both;
        overflow: hidden;
        width: 100%;
    }

        header nav #primary {
            float: right;
        }

        header nav #secondary {
            float: right;
        }


            header nav #secondary li, header nav #primary li {
                display: inline;
            }

                header nav #secondary li span {
                    color: white;
                    font-size:0.8em;
                }

            header nav #secondary i {
                color: white;
                font-size:1.1em;
            }

        header nav #primary {
            margin-top: 39px;
            font-size: 1.2em;
        }

            header nav #primary li {
                /*border-left: 1px solid #777;*/
            }

                header nav #primary li a {
                    padding-top: 5px;
                    padding-right: 10px;
                    padding-bottom: 0px;
                    padding-left: 10px;
                }

                    header nav #primary li a:hover {
                        text-decoration: none;
                        background: #005E99;
                        color: #D3BE9E;
                    }

        header nav #secondary {
            margin-top: 30px;
        }

            header nav #secondary li {
                border-left: 1px solid #777;
            }

                header nav #secondary li a {
                    font-size: 0.85em;
                    color: #DDD;
                    margin-left: 10px;
                    margin-right: 5px;
                }

#mobmenu, #mobileShopMenu,#mobbasket {
    display: none;
    visibility: hidden;
}


/*Home Page Specifics*/


#slider {
    height: 376px;
    background: #DDDDDD;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #9f9f9f;
}

#intro {
    font-size: 1.2em;
    margin-top: 10px;
}

.ctahome {
    float: left;
    background: url('../images/template/bg-trans.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 3%;
    margin-bottom: 45px;
    overflow: auto;
    min-height: 360px;
    position: relative;
    z-index: 0!important;
    width: 94%;
    text-align: center;
}

    .ctahome h3 {
        font-size: 1.6em;
        line-height: 1.2em;
        text-transform: uppercase;
        color: #FFF;
        text-shadow: 2px 2px 0px #111;
        height: 48px;
        overflow: hidden;
        padding: 10px 8px 0px 8px;
        margin: 0px;
    }

    .ctahome img {
        margin-bottom: 5px;
        height: 170px;
        width: 220px;
    }

    .ctahome p {
        font-size: 0.85em;
        margin-bottom: 15px;
        text-shadow: 1px 1px 1px #111;
        text-align: left;
    }

        .ctahome p.desc {
            color: white;
            height: 80px;
            overflow: hidden;
            clear: both;
        }

        .ctahome p.link{
            position: absolute;
            bottom: -5px;
            right: 10px;
            margin-top: 5px;
            display: block;
            font-size: 1.2em;
        }

        .ctahome p a {
            color: #FFFFFF;
            text-decoration: none;
            text-align: right;
        }

            .ctahome p a:hover {
                text-decoration: underline;
            }

            .ctahome p a:active {
                color: #EEE;
            }

/* FOOTER */

footer {
    clear: both;
    margin: 40px 0px 20px 0px;
    padding-top: 15px;
    min-height: 300px;
    height: auto;
    width: 100%;
    background: url('../images/template/bg-trans.png');
    font-size: 0.8em;
    color: #EEE;
    text-shadow: 0px 1px 2px #000;
}

    footer .threecol, footer .fivecol {
        height: 290px;
    }

    footer h3, footer h5 {
        text-shadow: none;
        color: white;
        font-size: 2.2em;
        margin-top: 5px;
        margin-bottom: 1px;
        line-height: 1em;
    }

    footer h5 {
        font-size: 1.8em;
    }

    footer p {
        margin: 2px;
        margin-top: 4px;
    }

    footer a {
        color: #EEE;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

        footer a:active {
            color: #e3b025;
        }

    footer ul.footer-list {
        list-style: none;
    }

        footer ul.footer-list li {
            float: left;
            margin-right: 15px;
            margin-bottom: 5px;
            width: 100%;
            clear: both;
        }

/* Footer Elements*/
#map_canvas {
    background-color: #E5E3DF;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.Clock {
    border: solid 1px #DCDCDC;
    background: url(../Images/Template/clock1.jpg) no-repeat;
    background-color: #FEFFF1;
    color: black;
    height: 105px;
    width: 100%;
    padding-top: 5px;
    float: right;
    text-shadow: none;
    clear: both;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 150px;
}

    .Clock h2 {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 6px;
        margin-left: -2px;
        margin-right: 0px;
        padding: 0px;
        text-shadow: none;
    }

.countdown_row {
    float: left;
    width: 100%;
    text-align: center;
    height: 25px;
}

.countdown_show4 {
    float: left;
    width: 24%;
    font-size: 0.95em;
    color: black;
}

footer .ticketOutlets {
    height: 400px;
    overflow: hidden;
}

/* Footer Navigation */

footer nav {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

    footer nav .footernav {
        overflow: hidden;
    }

        footer nav .footernav li {
            list-style: none;
            float: left;
            display: block;
        }

            footer nav .footernav li a {
                color: #DDD;
                margin-left: 5px;
                margin-right: 10px;
                padding-right: 10px;
                font-size: 1em;
                border-right: 1px solid #777;
            }

/* GENERAL PAGE DEFAULTS*/

#page {
    margin-top: 25px;
}

    #page a {
        color: #005084;
    }

    #page h1, #page h5 {
        font-size: 3em;
        text-transform: uppercase;
        text-shadow: 2px 2px 0px #111;
        line-height: 1em;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #FFF;
    }

    #page .pagesidebar ul {
        float: left;
        padding-bottom: 30px;
        width: 100%;
    }

        #page .pagesidebar ul li ul {
            /*border-bottom: 1px solid #CCCCCC;*/
            float: left;
            line-height: 140%;
            padding: 2.5% 0;
            margin-left: 10%;
            width: 98%;
        }

            #page .pagesidebar ul li ul li {
                border-bottom: 1px solid #CCCCCC;
                float: left;
                line-height: 140%;
                padding: 2.5% 0;
                width: 100%;
            }

    #page .pagesidebar li {
        list-style: none;
    }

        #page .pagesidebar li a {
            line-height: 26px;
            border-bottom: 1px solid #AAAAAA;
            color: #000000;
            float: left;
            font-weight: bold;
            line-height: 250%;
            width: 100%;
        }

        #page .pagesidebar li ul li a {
            border: 0 none;
            color: #444444;
            font-weight: normal;
            line-height: 150%;
            padding: 0;
            text-decoration: none;
        }

        #page .pagesidebar li h5 {
            font-size: 1.3em;
            float: left;
            line-height: 120%;
            padding: 2.5% 0;
            margin-top: 15px;
            width: 98%;
            text-shadow: none;
        }

    #page #contentslider, #page #contentimage {
        width: 99%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

        #page #contentimage img {
            width: 100%;
        }

    #page .pagesidebar {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    #page .pageimageleft {
        float: left;
        margin: 10px;
    }

    #page .pageimageright {
        float: right;
        margin: 10px;
    }

    #page p.intro {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.6em;
        margin-top: 10px;
    }

    #page .break {
        height: 10px;
        width: 100%;
        overflow: hidden;
        display:none;
        visibility:hidden;
    }

    #page .sidecta, #page .pagecta, #page .category {
        float: left;
        background: url('../images/template/bg-trans.png');
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0px 3%;
        margin-bottom: 45px;
        overflow: hidden;
        height: auto;
        /*position: relative;*/
        z-index: 0!important;
        width: 94%;
        text-align: justify;
        font-size: 0.8em;
        color: white;
    }

    #page .pagecta {
        width: 42%;
        display: block;
        margin-right: 1%;
        margin-bottom: 5%;
    }

        #page .pagecta p {
            text-align: left;
        }

            #page .pagecta p.link {
                width: 100%;
                text-align: right;
                font-size: 1.5em;
            }

            #page .pagecta p.intro {
                margin-top: 0px;
            }

        #page .pagecta a {
            color: #DDD;
            font-style: italic;
        }

    #page .category {
        width: 42%;
        display: block;
        margin-right: 1%;
        margin-bottom: 2%;
    }



    #page .category {
        height: 270px;
        width: 22%;
    }

        #page .category a {
            color: white;
        }

            #page .category a:hover {
                text-decoration: none;
            }

        #page .category p {
            margin-top: 5px;
            margin-left: -5%;
            height: 40px;
            overflow: hidden;
            width: 110%;
        }

        #page .category section.catimg {
            height: 150px;
            overflow: hidden;
            display: block;
            text-align: center;
            width: 100%;
        }

        #page .category img {
            padding: 5%;
            max-height: 130px;
        }

        #page .sidecta h3, #page .pagecta h3, #page .category h3 {
            font-size: 1.6em;
            line-height: 1.1em;
            text-transform: uppercase;
            color: #FFF;
            text-shadow: 2px 2px 0px #111;
            overflow: hidden;
            padding: 10px 8px 0px 8px;
            text-align: center;
        }

        #page .category h3 {
            height: auto;
        }

    #page .pagecta h3 {
        text-align: left;
    }

    #page .pagecta img {
        float: left;
        margin: 2%;
    }

        #page .pagecta img.sponsorimage {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
        }
   

    #page .category section.catImage {
        width: 300px;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 15px;
        position: relative;
    }

        #page .category section.catImage section.cathover {
            position: absolute;
            top: 0;
            left: 0;
            float: left;
            text-align: center;
            background: url('../images/template/bg-details.png');
            width: 100%;
            height: 100%;
            display: none;
            visibility: hidden;
            color: #FFF;
        }

        #page .category section.catImage:hover section.cathover {
            display: block !important;
            visibility: visible !important;
        }

        #page .category section.catImage section.cathover a.SeeMore {
            font-size: 1.7em;
            color: white;
            position: absolute;
            top: 15px;
            left: 0px;
            width: 100%;
            background: url('../images/template/bg-button.png') top center no-repeat;
            height: 33px;
            line-height: 33px;
            text-transform: none;
            text-decoration: none;
            font-weight: 400;
            margin: 0px auto;
            text-shadow: 0px 1px 2px #222;
            text-align: center;
            float: right;
        }

    

    #page .sidecta #ctaimg {
        margin: auto 0;
        text-align: center;
    }

    /* ============================ */
    /* ! Layout for Gallery Pages   */
    /* ============================ */




    #page section.galleryImage img {
        width: 180px;
        border: solid 1px #111;
        border-radius: 3px;
        margin: 2px;
        padding: 5px;
        padding-bottom: 10px;
        background: url(../images/template/bg-trans.png);
        cursor: pointer;
    }

        #page section.galleryImage img:hover {
            border: solid 1px #343655;
        }


/* ========================= */
/* ! Layout for News Pages   */
/* ========================= */

.news {
    width: 90%;
    overflow:hidden;
    border-bottom:solid 1px #eee;
    margin-bottom:1%;
}

section.newspostings {
    margin: 0px 0px 2% 0px;
    width: 100%;
    height: auto;
    clear: both;
    border-bottom: solid 1px #CCCCCC;
    overflow: hidden;
    padding-bottom: 5px;
}

    section.newspostings div.ImgHolder, section.news-posts div.BlogHolder {
        overflow: hidden;
        width: 25%;
        height: 100%;
        float: left;
    }

    section.newspostings div.BlogHolder {
        width: 70%;
        margin-left: 10px;
        position: relative;
    }

        section.newspostings div.BlogHolder a.head {
            font-size: 1.8em;
        }

    section.newspostings div.ImgHolder img {
        width: 220px !important;
        height: 140px !important;
        float: left;
        border: 1px solid #ccc;
        margin-right: 2%;
        overflow: hidden;
    }

    section.newspostings span {
        float: left;
        height: 36px;
        width: 38px;
        background-image: url(../images/template/date.png);
        padding: 10px 7px;
        padding-right: 10px;
        color: #fff;
        text-align: center;
        line-height: 110%;
        background-repeat: no-repeat;
        margin-right: 10px;
    }


    section.newspostings a.title, section.newspostings div.BlogHolder h2.head {
        padding: 10px 0px;
        height: 36px;
        font-size: 130%;
        float: left;
        width: 55%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    section.newspostings div.BlogHolder h2.head {
        font-size: 2.1em;
        position: absolute;
        left: 50px;
        top: 0px;
        padding-top: 0px;
    }

    section.newspostings p {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

div.BlogHolder img {
    width: 80%;
    margin: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.BlogLink {
    float: right;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 900px) {

    body {
        font-size: 0.8em;
    }

    header {
        width: 100%;
        min-height: 0px;
        padding-top: 30px;
    }


    footer nav {
        position: relative;
    }

    footer .threecol, footer .fivecol {
        height: auto;
    }

    footer .ticketOutlets {
        height: auto;
        margin-bottom: 2%;
    }

    #slider {
        height: 0px;
    }

    #slides .slides_container {
        height: 0px!important;
    }

        #slides .slides_container .slides_control a {
            background: none!important;
        }

    #slides .pagination {
        display: none;
        visibility: hidden;
    }

    header h1 {
        width: 80%;
        margin-left: 1%;
        text-align: left;
        float: left;
    }

    header nav #primary, header nav #secondary {
        display: none;
        visibility: hidden;
    }

    #page {
        margin-top: 0px;
    }

    #mobmenu, #mobileShopMenu {
        width: 100%;
        background-color: #343655;
        display: block;
        visibility: visible;
        margin-top: 30px;
        padding: 5px 2px;
        padding-left: 10px;
    }

    
    #mobbasket {
        width:100%;
        display:block;
        height:20px;
        background-color: #343655;
        visibility: visible;
        padding-left:10px;
    }

        #mobbasket a {
            margin-right: 10px;
        }

        #mobbasket span, #mobbasket i {
            color: white;
        }

    #mobileShopMenu {
        margin-bottom: 5%;
        margin-top: 0px;
    }

        #mobileShopMenu h2 {
            color: white;
        }

        #mobileShopMenu ul li ul {
            display: inline-block;
        }

        #mobileShopMenu ul li {
            display: inline-block;
            color: white;
        }


            #mobileShopMenu ul li a {
                padding-top: 5px;
                padding-right: 10px;
                padding-bottom: 0px;
                padding-left: 10px;
                color: white;
            }

                #mobileShopMenu ul li a:hover {
                    text-decoration: none;
                    background: #005E99;
                    color: #D3BE9E;
                }


    #content {
        margin-top: 10px;
    }

    #slider {
        display: none;
        visibility: hidden;
    }

    #page .pagesidebar {
        display: none;
        visibility: hidden;
    }

     #page .pagecta {
        width: 95%;
        margin-right: 1%;
        clear:both;
        overflow:hidden;
        margin-bottom:5%;
    }

        

    .Clock {
        width: 180px;
        float: left;
        margin: 1%;
    }

    .product section.image {
        display: none;
    }

    .product section.desc {
        max-width: 30%;
        height: auto;
    }

    #page .category {
        height: 270px;
        width: 99%;
    }
}


/* ==================================== */
/*  LEGACY STYLES FROM THE OLD SITE     */
/*  THESE ARE OLD STYLES THAT ARE NO    */
/*  LONGER USED BUT MAY BE COPIED OVER  */
/*  WHEN REPOPULATING THE SITE          */
/* ==================================== */

h4.THeader {
    font-size: 1.5em;
}

/* TABLE COPY */

.Row, .RowHeader
{
    width: 99%;
    margin: auto;
    font-size: 0.9em;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.Row, .RowHeader
{
    border: solid 1px #DCDCDC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
}

.RowHeader, .RowHeaderThin
{
    background: #FFFFFF;
    border: 1px solid #D9D7D7;
}

.RowHeaderThin
{
    height: 10px;
}


.Cell, .CellTitle, .CellMid, .CellEnd
{
    float: left;
    width: 100px;
    height: auto;
    min-height: 20px;
    border-right: solid 1px #DCDCDC;
    font-weight: bold;
    padding: 5px;
}

.CellEnd
{
    border-right: none;
}

.CellMid
{
    width: auto;
    min-width: 180px;
}

.CellTitle a
{
    text-decoration: none;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */