﻿#site-wrapper {
    margin: 0 auto;
}

#site-header {
    margin-top: 30px; /*remove if leaderboard banner is re-instated*/
    margin-bottom: 25px;
    height: 53px;
    height: auto;
    background-color: #ba1a56;
    background-color: #762b90;
    transition: height 0.5s linear;
}

#site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 0 0 -50%;
    width: 100%;
    z-index: 9999;
    height: 53px;
}

#site-header:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(94, 29, 117, 0.8);
    width: 100%;
    height: 4px;
}
    




    #site-header-sites-in-group {
        position: absolute;
        top: 14px;
        right: 7px;
        padding-left: 30px;
        vertical-align: middle;
    }

    #site-header-sites-in-group > ul > li > select {
        padding: 10px;
    }

#site-header.is-sticky #site-header-search {
    top: 2px;
}

@media only screen and (min-width: 660px) {
    #site-header.is-sticky #site-header-search {
        top: -7px;
    }
}

#site-header.is-sticky #site-header-sites-in-group {
    top: 0px;
}

    #site-header.is-sticky #site-header-sites-in-group > ul > li > select {
        padding: 7px;
    }

    @media only screen and (min-width: 620px) {
        #site-header-search {
            /*width: 75%;*/
        }
    }

    @media only screen and (min-width: 800px) {
        #site-header-search {
            /*width: 596px;*/

        }
    }

#site-content {
    margin: 0 auto;
    max-width: 960px;
}

#site-content.is-sticky {
    margin-top: 70px;
}


.admin-edit {
    display: inline-block;
    margin-top: 15px;
    color: #762b90;
    font-size: 13px;
}