#header {
    background-color: #525564;
    color: #FEF6EB;
}

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

#user-tools a:focus, #user-tools a:hover {
    color: #BEB9B5;
    border-bottom-color: #BEB9B5;
}

.module h2, .module caption, .inline-group h2, div.breadcrumbs, .object-tools a:hover, .object-tools a:focus, input[type="submit"].default {
    background-color: #525564;
}

a:link {
    color: #525564;
}

a:hover, a:focus {
    color: #74828F;
}

input[type="submit"] {
    background-color: #BEB9B5;
}

input[type="submit"]:hover {
    background-color: #FEF6EB;
    color: #525252;
}

input[type="submit"].default:hover {
    background-color: #74828F;
    color: #FEF6EB;
}

div.selector:nth-child(2) > div:nth-child(3) > h2:nth-child(1), div.selector:nth-child(1) > div:nth-child(3) > h2:nth-child(1) {
    background-color: #525564;
}
