#header {
    background: #2e3135;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #fff;
}

div.breadcrumbs {
    background: #dbdbdb;
    color: #000;
}

div.breadcrumbs a {
    color: #000;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #2e3135;
    color: #fff;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #dbdbdb;
    color: #000;
}

.module h2, .module caption, .inline-group h2 {
    background: #2e3135;
}
