/* ---------- Color Module Styles ----------- */
/* Use ONLY rules with properties that have hex colors as values. */
/* Use lowercaps hex values. */

/* Header */

.html .zone-branding-wrapper {
    border-top-color: #13779a;
}

/* Main menu */

#zone-menu-wrapper {
    background: #13759a;
    background: -moz-linear-gradient(top, #13759a 0%, #13759a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #13759a), color-stop(100%, #13759a));
    background: -webkit-linear-gradient(top, #13759a 0%, #13759a 100%);
    background: -o-linear-gradient(top, #13759a 0%, #13759a 100%);
    background: -ms-linear-gradient(top, #13759a 0%, #13759a 100%);
    background: linear-gradient(to bottom, #13759a 0%, #13759a 100%);
}

#zone-menu-wrapper .menu li.active a,
#zone-menu-wrapper .menu li a:hover {
    background: #13779a;
    background: -moz-linear-gradient(top, #13779a 0%, #13779a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #13779a), color-stop(100%, #13779a));
    background: -webkit-linear-gradient(top, #13779a 0%, #13779a 100%);
    background: -o-linear-gradient(top, #13779a 0%, #13779a 100%);
    background: -ms-linear-gradient(top, #13779a 0%, #13779a 100%);
    background: linear-gradient(to bottom, #13779a 0%, #13779a 100%);
}

#zone-menu-wrapper .menu li ul,
#zone-menu-wrapper .menu li.active li a,
#zone-menu-wrapper .menu li li a:hover {
    background: #004660;
}

#zone-menu-wrapper  .menu li li.active a,
#zone-menu-wrapper  .menu li li a:hover {
    background: #006084;
}

#zone-branding .site-name a,
#zone-branding .block-accessbility-text,
#zone-branding .block-language li.active {
    color: #13779c;
}

/* Base: BaBackground / Text / Link */

.html .center-wrapper {
    background-color: #ffffff;
}

.html .zone-branding,
.html .zone-content-wrapper {
    background-color: #ffffff;
}

.html #section-content a,
.html #page .view-header h2,
.html #page .pane-title,
.not-logged-in.page-user #page .title,
.html #page h1.title,
.html .controls .button,
.html #page label {
    color: #3385a2;
}

.html p {
    color: #3b3b3b;
}

.html p a {
    color: #3284a3;
}

.html .agenda .fancy-month,
.html .agenda .fancy-date {
    background: #00668c;
}

/* Footer bg */

#section-footer {
    background: #13779b;
}