/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
#header_links {
    color: white;
    height: 30px;
    line-height: 30px;
    float: left;
    list-style: none;
}

#header_links li {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
}

#header_links li > * {
    display: block;
}

#header_links li.beige,
#header_links li.beige > * {
    color: #c99e64;
}

#header_links li.white > * {
    color: white;
}

#header_links li.sep {
    width: 1px;
    height: 4px;
    background: #b1947a;
    margin: 13px 9px 0;
}
