﻿#village-header {
    font-size: 11px;
    font-size: 1.1rem;
    white-space: nowrap;
    color: #ffffff;
    height: 35px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
    z-index: 999999;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px -.5px .5px rgba(50,50,50,.15) inset;
}

    #village-header .left {
        float: left;
        padding: 6px 10px 7px 10px;
    }

    #village-header .right {
        float: right;
        padding: 0px 10px 0px 10px;
    }

    #village-header a {
        color: #646766;
        text-decoration: none;
    }

        #village-header a:hover {
            text-decoration: underline;
        }

    #village-header img {
        vertical-align: baseline;
        max-width: 115px;
        max-height: 22px;
    }
