/* sets colors and thing specific to chestnet.org and differing from the elsevier general skin.
 * may override a few things (likst the background for chest is different).
 */

/* CGH COLORS
 primary: 0068AC
 seconday: BFD5E2
 */
body
{
 background-color: #BFD5E2; /* secondary */
}
#header
{
 background: #0068AC; /* primary */
 color: #FFFFFF;
}

#footer
{
  background: #BFD5E2; /* secondary */
}
body {
  background-image: url(../images/bg_main_noad.png);
}
.slide_link {
  background-color: #5E8FB8;
}

/* FRAGMENTS (Background styles) */
.bgFeatured { background: #D9E7F9; /* tertiary */ }

/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  background-color: #54585A; /* "primary" same as header background */
}
