/*****************************************************************
 * HW-provided Top-level CSS stylesheet for PAS site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 * 
 *****************************************************************/
 /** requires sidebar styles **/
@import url("hw-sqb-sidebars.css");

#header .header-buttons, #header .header-buttons a, #header #hdr-login {
    color: #333333;
}

#header .bar-inner, #footer .footer-group, #footer .footer-buttons  {
        background-color: #990033; /*override in local*/
}

div.hw-gen-page a {
    text-decoration: none;
}

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

#col-2 {
    background-color: #FFF8DC;
}

#content-block #toc-header h1 {
    color: #990033;
    font-weight: bold;
}

#content-block #toc-header h1 span.cite-info {
    color: #404040;
    font-size:0.5em;
}