﻿@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic);

.sfNavWrp .sfSel {
    font-weight: 100 !important;
}

.sfPublicWrapper {
    width: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
    height: 100% !important;
}

.sfNavHorizontalDropDown > .k-item > a.k-link.sfSel, .sfNavHorizontalDropDown > .k-item > a.k-link.sfSel:hover {
    border-top: 2px solid #a21c3e;
}

.footernav {
    color: #ffffff;
}

    .footernav a {
        color: #ffffff !important;
        text-decoration: none;
    }

        .footernav a:hover {
            color: #ffffff !important;
            text-decoration: underline;
        }

.footerlink a {
    color: #ffffff;
    text-decoration: none;
}

    .footerlink a:hover {
        text-decoration: underline;
    }

.sfNavVerticalSiteMap li a {
    color: #a21c3e;
    font-weight: 8000 !important;
}

    .sfNavVerticalSiteMap li a:hover {
        color: #ffffff;
        font-weight: 8000 !important;
    }

.sfNavVerticalSitemap li li a {
    color: #333333;
    font-size: 13px !important;
}

    .sfNavVerticalSitemap li li a:hover {
        color: #ffffff !important;
    }

.sfNavVerticalSiteMap a:hover {
    color: white;
    text-decoration: none;
}

.sfNavVertical li {
    background-color: #f8f8f8;
    border-right: 2px solid #ffffff;
}

    .sfNavVertical li:hover {
        border-right: 2px solid #a21c3e;
    }

.sfNavVertical {
    margin-bottom: 12px;
}

html, body {
    font-family: 'Quattrocento Sans', sans-serif;
    height: 100%;
    background: none;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

form {
    height: 100%;
}

.wrapperMain {
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 60px auto -398px; /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 398px;
}

.outterFooter {
    width: 100%;
    background-color: black;
    height: 398px;
    overflow: hidden;
}

.innerFooter {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.headerLogin {
    color: #A3A3A3;
    font-weight: bold;
}

    .headerLogin a:link {
        color: #A3A3A3;
        font-weight: bold;
        text-decoration: none;
    }

    .headerLogin a:visited {
        color: #A3A3A3;
        font-weight: bold;
        text-decoration: none;
    }

    .headerLogin a:hover {
        text-decoration: underline;
    }

.masterLogin {
    background-color: black;
    height: 40px;
    position: fixed;
    background: none repeat scroll 0 0 #2A3333;
    z-index: 5000;
    top: 0;
    box-shadow: 0 3px 5px #888888;
}

.headerLogin {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.sfContentBlock ul li {
    list-style-image: url('/images/default-source/resources/rr-arrow.gif?Status=Temp&sfvrsn=2');
    margin-bottom: 8px;
}

.sfContentBlock ol li {
    list-style-position: inside;
    list-style-image: url('/images/default-source/resources/rtarrow.gif?Status=Temp&sfvrsn=2');
    margin-bottom: 8px;
}

.ra li {
    list-style-image: url('/images/default-source/resources/rtarrow.gif?Status=Temp&sfvrsn=2');
}

.pb li {
    list-style-image: url('/images/default-source/resources/pauseblt.gif?Status=Temp&sfvrsn=2');
}

.sfContentBlock a {
    color: #a21c3e;
    font-weight: 800;
}

    .sfContentBlock a:hover {
        color: #fca53b;
        text-decoration: underline;
    }

p {
    font-size: 14px;
}

div {
    font-size: 14px;
}

H1, H2, H3, H4, H5 {
    color: #787878;
    line-height: 1.5em;
    font-family: 'Ubuntu', sans-serif;
}

H1 {
    margin-top: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ddd;
    color: #787878;
}
/* menu */
.rmItem {
    border-bottom: 2px solid #ffffff;
}

    .rmItem:hover {
        border-bottom: 2px solid #a21c3e;
    }
/* contentblocks */
.block250 {
    height: 200px;
}

    .block250 img {
        height: 102px;
        width: 102px;
        -webkit-box-shadow: inset 1px 1px 18px 6px rgba(20, 20, 20, .1);
        box-shadow: inset 1px 1px 18px 6px rgba(20, 20, 20, .1);
        background-color: #ddd;
        padding: 4px;
        margin: 4px;
        border: 2px solid #aaa;
        -webkit-border-radius: 12px 0px 12px 0px;
        border-radius: 12px 0px 12px 0px;
    }
/* tables */
#hor-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    margin: 1px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #hor-zebra th {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 8px;
        color: #555;
    }

    #hor-zebra td {
        padding: 8px;
        color: #888;
    }

    #hor-zebra .odd {
        background: #eee;
    }
/* links */
a:hover {
    color: #a21c3e;
}

.more {
    color: #105CB6;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #105CB6;
}

    .more:hover {
        color: #ffffff;
        text-decoration: none;
        padding: 5px;
        background-color: #105CB6;
    }
/* old */
.message {
    color: green;
}

.error {
    color: red;
}
/* homepage boxes */
.boxa {
    float: left;
    color: white;
    font-family: verdana;
    display: block;
    width: 100%;
    height: 215px;
    margin-top: 10px;
    border-top: 8px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -o-transition: border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-in ease-out;
    -ms-transition: border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-in ease-out;
    -moz-transition: border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-in ease-out;
    -webkit-transition: border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-in ease-out;
    /* ...and now override with proper CSS property */
    transition: border-color .3s ease-out, box-shadow .3s ease-out, background-color .3s ease-out;
}

.more {
    text-decoration: none;
    font-size: 16px;
    color: #888;
    margin-top: 18px;
    -o-transition: color .3s ease-out, background-color .3s ease-in ease-out;
    -ms-transition: color .3s ease-out, background-color .3s ease-in ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-in ease-out;
    -webkit-transition: color .3s ease-out, background-color .3s ease-in ease-out;
    /* ...and now override with proper CSS property */
    transition: color .3s ease-out, background-color .3s ease-out;
}

/* for RichTextBoxField Radeditor  */
a.reTool, a.reDropdown {
    padding-top: 0px !important;
}
/* end  */

a {
    padding-top: 8px;
    text-decoration: none;
}

.more:hover {
    color: maroon;
}

.boxa:hover {
    border-color: maroon;
    background-color: #efefef;
    -webkit-box-shadow: inset 0px 0px 18px 8px rgba(180, 180, 180, .4);
    box-shadow: inset 0px 0px 18px 8px rgba(180, 180, 180, .4);
}

.boxc {
    margin: 12px;
    font-size: 13px;
    font-family: Arial;
    color: #888;
}

    .boxc h1 {
        font-size: 17px;
        font-weight: 800;
        border-bottom: 1px solid maroon;
        padding-bottom: 4px;
    }
/* footer */
.RadSiteMap_footer-nav {
    margin-top: 20px;
}

    .RadSiteMap_footer-nav a {
        text-decoration: none;
        font-size: 12px;
    }

.RadSiteMap_footer-nav {
    margin-right: 18px;
}

.evtEffect ul li:hover {
    padding-left: 18px;
    font-style: italic;
}

.sfeventsListTitleCityDateContent .sfeventListItem {
    padding-bottom: 20px;
}

.sfeventsListTitleCityDateContent h2.sfeventTitle {
    font-size: 14px;
    margin-bottom: 0;
}

.sfeventsListTitleCityDateContent .sfeventContent {
    padding: 0;
}

.sfeventContent p {
    font-size: 12px;
}

div.masterLogin div {
    height: 100%;
    position: relative;
}

div.userBar.links {
    float: right;
    text-align: right;
    width: 100%;
    bottom: 0;
    height: 50%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.message {
    color: green;
}

.error {
    color: red;
}

.bannerList h2 {
    margin: 0;
    padding: 20px 0;
}

.bannerList ul {
    padding-left: 0;
}

    .bannerList ul li {
        list-style-position: inside;
        margin-right: 10px;
        float: left;
    }

blockquote {
    margin-left: 40px !important;
}

a.html5lightbox.visited {
    color: grey;
}

.sfContentBlock table td {
    border: none !important;
    padding: 1px;
}

.sfContentBlock table {
    border: none !important;
    padding: 1px;
}


.sfnewsContent table {
    border: none !important;
    padding: 1px;
}

    .sfnewsContent table td {
        border: none !important;
        padding: 1px;
    }

.sfitemsListTitleDateTmb .sfimageWrp {
    float: none !important;
    margin-right: auto !important;
}

.sbImageBannerArea {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #ebebec;
    width: 1115px;
    margin: 20px auto 25px;
    padding: 4px;
    z-index: 2;
}

.sbImageBanner {
    width: 1115px;
    height: 393px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/*.sbImageBanner div
{
    display: none;
}*/

.pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    background: url("/images/default-source/resources/pagination-bg.png?Status=Temp&sfvrsn=ed0ff9ea_2") 0 0 repeat;
    width: 1085px;
    padding: 15px 0 14px 30px;
    border-radius: 0 0 8px 8px;
    z-index: 999 !important;
}

    .pagination a {
        float: left;
        margin-right: 4px;
    }

    .pagination a {
        display: block;
        width: 21px;
        height: 21px;
        background: url("/images/default-source/resources/pagination.png?Status=Temp&sfvrsn=ed0ff9ea_2") right 0 no-repeat;
    }

        .pagination a.activeSlide, .pagination a:hover {
            background-position: 0 0;
        }

        .pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
            color: white;
            font-size: 1px;
        }

.mouse-default {
    cursor: default;
}


@media only screen and (min-width: 280px) and (max-width: 500px) {
    .wrapperMain {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 5px 5px 1px;
        margin: 60px auto -398px; /* the bottom margin is the negative value of the footer's height */
    }

    .innerFooter {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .headerLogin {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .sbImageBannerArea {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        background: #ebebec;
        width: auto;
        margin: 10px auto 15px;
        padding: 4px;
        z-index: 2;
    }

    .sbImageBanner {
        width: auto;
        height: 150px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .pagination {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: inline-block;
        background: url("/images/default-source/resources/pagination-bg.png?Status=Temp&sfvrsn=ed0ff9ea_2") 0 0 repeat;
        width: 392px;
        padding: 5px 0 4px 20px;
        border-radius: 0 0 8px 8px;
        z-index: 999 !important;
    }

        .pagination a {
            float: left;
            margin-right: 4px;
        }

        .pagination a {
            display: block;
            width: 21px;
            height: 13px;
            background: url("/images/default-source/resources/pagination.png?Status=Temp&sfvrsn=ed0ff9ea_2") right 0 no-repeat;
        }

            .pagination a.activeSlide, .pagination a:hover {
                background-position: 0 0;
            }

            .pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
                color: white;
                font-size: 1px;
            }
}

@media only screen and (min-width: 1000px) {
    .wrapperMain {
        margin-left: auto;
        margin-right: auto;
        width: 1120px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 60px auto -398px; /* the bottom margin is the negative value of the footer's height */
    }

    .innerFooter {
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }

    .headerLogin {
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }

    .sbImageBannerArea {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        background: #ebebec;
        width: 1115px;
        margin: 20px auto 25px;
        padding: 4px;
        z-index: 2;
    }

    .sbImageBanner {
        width: 1115px;
        height: 393px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .pagination {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: inline-block;
        background: url("/images/default-source/resources/pagination-bg.png?Status=Temp&sfvrsn=ed0ff9ea_2") 0 0 repeat;
        width: 1085px;
        padding: 15px 0 14px 30px;
        border-radius: 0 0 8px 8px;
        z-index: 999 !important;
    }

        .pagination a {
            float: left;
            margin-right: 4px;
        }

        .pagination a {
            display: block;
            width: 21px;
            height: 21px;
            background: url("/images/default-source/resources/pagination.png?Status=Temp&sfvrsn=ed0ff9ea_2") right 0 no-repeat;
        }

            .pagination a.activeSlide, .pagination a:hover {
                background-position: 0 0;
            }

            .pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
                color: white;
                font-size: 1px;
            }
}
