﻿@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url('https://fonts.googleapis.com/css?family=Kameron');
@import 'https://fonts.googleapis.com/css?family=Qwigley';
@import 'https://fonts.googleapis.com/css?family=Cabin+Condensed';

a {
    color: #2d1283;
}

    a:hover {
        color: #2d1283;
    }

h3, .redactor-dropdown-h3 {
    font-family: 'Kameron', serif;
    color: #3c3a41;
    font-size: 24px;
}

h4, .redactor-dropdown-h4 {
    font-family: 'Kameron', serif;
    color: #c9ac39;
    font-size: 18px;
}

body {
    font-size: 14px;
    color: #3c3a41;
    background-image: url(/images/background.jpg);
    background-size: 199px 211px; /*should be size of image*/
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #f4f1e8;
    font-family: 'Cabin', sans-serif;
}

#wrapper {
    margin: auto;
    width: 1000px;
}

#wrapperFW {
    margin: auto;
    width: auto;
    min-width: 1000px;
    max-width: 1300px;
}

#header {
    width: 1000px;
    margin: auto;
    height: 211px;
}

    #header img {
        width: 995px;
        height: 220px;
    }

#wrapper {
    width: 1018px;
}

#nav {
    background: #3e159b; /* Old browsers */
    background: -moz-linear-gradient(top, #3e159b 0%, #d7cc9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e159b 0%,#d7cc9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e159b 0%,#d7cc9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e159b', endColorstr='#d7cc9f',GradientType=0 ); /* IE6-9 */
    width: 1015px; /*May have to change depending on bg image*/
    height: 40px;
    margin-top: -31px;
    z-index: 3;
}

    #nav ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-family: 'Kameron', serif;
        font-size: 16px;
        font-weight: bold;
        padding-top: 6px;
        padding-left: 20px;
        float: left;
    }

    #nav li {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding: 0 0px 0 35px;
    }

    #nav a {
        text-align: center;
        padding: 5px 0 5px 0;
        margin: 0;
        display: block;
        color: #fbfcfc;
    }

        #nav a:hover {
            border: none;
            font-weight: bold;
            text-decoration: none;
        }

#navSides {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}

#navFloat {
    margin: auto;
    width: 980px;
    height: 40px;
}

#navLeft, #navRight {
    background: #3e159b; /* Old browsers */
    background: -moz-linear-gradient(top, #3e159b 0%, #d7cc9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e159b 0%,#d7cc9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e159b 0%,#d7cc9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e159b', endColorstr='#d7cc9f',GradientType=0 ); /* IE6-9 */
    width: 1000px;
    height: 40px;
    float: left;
    z-index: -1;
}

#navLeft {
    margin-left: -1018.1px;
}

    #navLeft img {
        float: right;
        margin-right: -9px;
    }

#navRight {
    margin-left: 996px;
}


    #navRight img {
        margin-top: -15px;
        margin-left: -11px;
    }

#navMiddle {
    width: 980px;
    height: 40px;
    margin: auto;
    position: absolute;
    z-index: -1;
}

#searchBTN {
    background: #3e159b; /* Old browsers */
    background: -moz-linear-gradient(top, #3e159b 0%, #d7cc9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e159b 0%,#d7cc9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e159b 0%,#d7cc9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e159b', endColorstr='#d7cc9f',GradientType=0 ); /* IE6-9 */
    font-family: 'Kameron', serif;
    color: #fbfcfc;
    font-size: 24px;
    line-height: 22px;
    padding: 3px 5px 5px 5px;
    margin-right: 12px;
    height: 60px;
    width: 218px;
    border-top: solid 4px #a693ce;
    border-right: solid 4px #674864;
    border-bottom: solid 4px #6c3f29;
    border-left: solid 4px #a28eb4;
    float: right;
}

#content {
    padding: 10px 15px 15px 15px;
    background-color: #f4f1e8;
}

#onlineServices {
    width: 320px;
    line-height: 20px;
    float: left;
}

    #onlineServices .title {
        letter-spacing: .9px;
        padding-top: 18px;
        font-size: 40px;
    }

#onlineServicesInner {
    background-color: #dedacb;
    padding: 0px 10px 10px 10px;
    height: 250px;
    margin-top: 10px;
}

    #onlineServicesInner ul {
        list-style: none;
        font-family: 'Kameron', serif;
        font-size: 24px;
        padding: 1px;
    }

    #onlineServicesInner li {
        background: #6e509c; /* Old browsers */
        background: -moz-linear-gradient(top, #6e509c 0%, #b7a89b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #6e509c 0%,#b7a89b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #6e509c 0%,#b7a89b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e509c', endColorstr='#b7a89b',GradientType=0 ); /* IE6-9 */
        padding: 15px;
        margin-top: 10px;
    }

    #onlineServicesInner a {
        color: #fbfcfc;
    }

        #onlineServicesInner a:hover {
            border: none;
            text-decoration: none;
        }

#rotating {
    background-color: #fcfcfb;
    float: left;
    width: 410px;
    height: 310px;
    padding: 15px 20px 0 20px;
    margin: 0 20px 0 20px;
}

#rotate {
    width: 370px;
    height: 263px;
}

    #rotate img {
        width: 370px;
        position: absolute;
        border: 2px solid black;
    }

#links {
    background-color: #dedacb;
    margin-top: 10px;
    float: left;
    width: 215px;
    height: 290px;
    font-size: 14px;
}

    #links img {
        float: left;
        padding-top: 5px;
    }

    #links .title {
        margin: 15px 0 0 52px;
        position: absolute;
        float: left;
        letter-spacing: 1px;
    }

    #links a {
        color: #2d1283;
    }

#linksContent {
    padding: 10px;
    font-size: 14px;
}

#welcomeTitle {
    float: left;
    width: 100%;
    text-align: center;
}

#official {
    float: left;
    width: 320px;
    background-color: #d8c476;
    padding: 10px;
    box-shadow: 2px 2px 2px black;
    height: 220px;
}

    #official img {
        float: left;
        margin-top: 11px;
        border: 3px solid #2d1283;
        border-radius: 3px;
    }

#address {
    float: left;
    width: 154px;
    margin-right: 10px;
}

#welcomeContent {
    float: left;
    width: 650px;
    padding-left: 15px;
}

#main {
    float: left;
    width: 730px;
    margin-right: 40px;
}

#secondaryLinks {
    background-color: #dedacb;
    margin-top: -36px;
    float: left;
    width: 218px;
    height: 290px;
    min-height: 500px;
}

    #secondaryLinks img {
        float: left;
        padding-top: 5px;
    }

    #secondaryLinks .title {
        font-size: 36px;
        margin: 15px 0 0 52px;
        position: absolute;
        float: left;
        letter-spacing: 1px;
    }

    #secondaryLinks a {
        color: #2d1283;
    }

    #secondaryLinks ul {
        list-style: none;
        font-family: 'Kameron', serif;
        font-size: 18px;
        padding: 0px;
    }

    #secondaryLinks li {
        background: #3e159b; /* Old browsers */
        background: -moz-linear-gradient(top, #3e159b 0%, #d7cc9f 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #3e159b 0%,#d7cc9f 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #3e159b 0%,#d7cc9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e159b', endColorstr='#d7cc9f',GradientType=0 ); /* IE6-9 */
        padding: 10px;
        margin-top: 10px;
    }

    #secondaryLinks li {
        color: #fbfcfc;
    }

    #secondaryLinks a:hover {
        border: none;
        text-decoration: none;
    }

#navFW {
    background: #3e159b; /* Old browsers */
    background: -moz-linear-gradient(top, #3e159b 0%, #d7cc9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e159b 0%,#d7cc9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e159b 0%,#d7cc9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e159b', endColorstr='#d7cc9f',GradientType=0 ); /* IE6-9 */
    width: 100%; /*May have to change depending on bg image*/
    min-width: 1000px;
    height: 40px;
    z-index: 3;
}

    #navFW ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        padding-top: 7px;
        padding-left: 20px;
        width: 1000px;
        margin: auto;
        text-align: center;
        font-family: 'Kameron', serif;
        font-size: 16px;
        font-weight: bold;
    }

    #navFW li {
        display: inline-block;
        margin: 0;
        padding: 0;
        padding: 0 29px 0 35px;
    }

    #navFW a {
        text-align: center;
        padding: 2px 0 5px 0;
        margin: 0;
        display: block;
        color: #fbfcfc;
    }

        #navFW a:hover {
            border: none;
            font-weight: bold;
            text-decoration: none;
        }

#contentFW {
    padding: 10px 15px 15px 15px;
    min-height: 591px;
}

#subPages {
    padding: 5px;
    margin: 5px;
}

    #subPages li {
        list-style: none;
    }

#footer {
    padding: 20px 25px;
    background-color: #989999;
    text-align: center;
    position: relative;
}

#noBold a {
    padding: 0px;
}

    #noBold a:hover {
        font-weight: normal;
        color: white;
    }

.title {
    font-family: 'Qwigley', Arial, sans-serif;
    color: #c9ac39;
    font-size: 36px;
    letter-spacing: 1.6px;
    font-weight: bold;
}

#pageTitle {
    font-size: 30px;
    margin-bottom: 10px;
    color: #48219b;
    font-family: 'Kameron', serif;
}

@media print {
    #header, #nav, #pageTitle, #footer, #navFW {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-height: 700px;
        background: none;
        -webkit-text-size-adjust: none;
        padding: 0;
        text-align: left;
        direction: ltr;
        margin: 0;
        color: black;
    }

    #viewport {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mobileMenu {
        width: 190px;
        background: white;
        min-height: 100%;
        position: absolute;
        overflow: hidden;
        left: -190px;
    }

    #main {
        width: 100%;
    }

    #mobileMenu > ul {
        padding: 0px;
        margin: 0px;
    }

        #mobileMenu > ul > li {
            list-style: none;
        }

    #mobileMenu ul li > a {
        list-style: none;
        display: block;
        padding: 0 10px 0 5px;
        line-height: 30px;
        color: #111;
        text-decoration: none;
        border-bottom: solid #e1e8ef 1px;
    }

    #mobileMenuHome {
        background-image: url(/images/mobile/portrait.jpg);
        background-position: center bottom;
        background-size: 414px auto;
        background-repeat: no-repeat;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        font-family: 'Cabin Condensed', sans-serif;
    }

        #mobileMenuHome > ul > li {
            list-style: none;
        }

        #mobileMenuHome ul li > a {
            list-style: none;
            display: block;
            padding: 0 10px 0 5px;
            color: #414040;
            text-decoration: none;
            font-size: 20px;
            line-height: 44px;
        }

    #headerMenu {
        color: White;
        vertical-align: top;
        background-color: #6f4a97; /* header bg color */
        border-bottom: 3px solid #d8c476;
    }

    #btnToggleMenu {
        margin: 10px;
        padding: 4px 5px 5px 4px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    #mobileTitle {
        background-color: #6f4a97;
        color: white;
        text-align: center;
        font-size: 18px;
        padding: 5px 0 5px 0;
        font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    }

    #officialPhoto {
        width: 200px;
        margin: auto;
        text-align: center;
        color: #565757;
    }

        #officialPhoto img {
            margin: 5px 0 0 0;
            border: 2px solid #57329c;
            border-radius: 2px;
        }

    #contentWrap {
        position: relative;
        height: 100%;
        min-height: 700px;
        -webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -webkit-overflow-scrolling: touch;
    }

        #contentWrap.menuVisible, #mobileMenu.menuVisible {
            -webkit-transform: translateX(190px);
            transform: translateX(190px);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

    #homeContent {
        background: url(/images/mobile/portrait.jpg);
        background-size: contain;
        padding: 20px;
        border-bottom: 4px solid #0c374e;
    }

    #homeLinks {
        padding: 0;
        margin: 20px;
        border-top: 2px solid #0c374e;
        border-bottom: 2px solid #0c374e;
    }

        #homeLinks li {
            list-style: none;
            font-size: 15px;
            padding: 4px 0 4px 15px;
        }

            #homeLinks li a {
                color: #0c374e;
            }

    #content {
        background: white;
        padding: 15px 5px 5px 5px;
        text-align: center;
    }

    #contentSecondary {
        background: white;
        padding: 15px 5px 5px 5px;
    }

        #contentSecondary img {
            display: none;
        }

    #main img {
        display: none;
    }

    #avalon img {
        display: inline;
    }

    .hideMobile {
        display: none;
    }
}

@media all and (orientation:landscape) {
    #mobileMenuHome {
        background-image: url(/images/mobile/landscape.png);
        background-position: center center;
        background-size: 736px auto;
        background-repeat: no-repeat;
        padding-top: 15px;
        padding-bottom: 25px;
        width: 100%;
    }
}
