body,
.comment {
    background-color: #f5eec8;
}

.node footer {
    border-top: 2px solid #F5F5F5;
}

#bottom-content,
.toggle-control a,
.toggle-control a:hover {
    background-color: #222222;
}

#header-top,
.toggle-control {
    border-top: 5px solid #222222;
}

a,
a:hover,
a:focus,
ul.menu li a.active,
ul.menu li a:hover,
#forum thead a:hover,
#block-node-recent .node-title a:hover {
    color: #405DA9;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.dark input[type="submit"],
.highlighted-block .btn:hover,
.highlighted-block .btn:focus,
.call-to-action .btn,
.tag a:hover {
    background-color: #405DA9;
}

::-moz-selection {
    background-color: #405DA9;
}

::selection {
    background-color: #405DA9;
}

input.form-text:focus,
textarea.form-textarea:focus {
    border-color: #405DA9;
}