/*****************************************************************
 * HW-provided Top-level CSS stylesheet for site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 *
 *****************************************************************/

@import url("local-sidebars.css");

#header .bar-inner, #footer .footer-group {
background-color:#ffb702;
}

#header .bar, #footer .bar {
background-color:#ffb702;
}

#col-2 div.sidebar {
background-color:#fff79c;
}

#col-3 #sidebar-current-issue {
background-color:#ffe26f;
}

.toc-level h2 span{
color:#cf9007;
}
