
/* Header Bar Colors (Branding, Menu, Search) */
.t-branding {
    background-color: #998780 ;
    background-image: none;
    border-color: #998780;
    color: #e3e3e3;
}

.t-branding .ui-link,
.t-branding .ui-link:link,
.t-branding .ui-link:active,
.t-branding .ui-link:visited,
.t-branding .ui-link:hover {
    color: #fff;
}

/* Headers and Footer */
.t-branding {
    border-left: none;
    border-right: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-shadow: none;
}
