/* 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).
 */
body
{
 background-color: #EEECE5; /* secondary */
}
#header
{
 background: #EFECE5; /*#1B49A7; /* primary */
}

#footer
{
  background: #EEECE5; /* secondary */
}
body {
  background-image: url(../images/bg_main_chestnet.png);
}
#header .logo {
    margin: 35px;
}

/* 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 */
}

/********** title area *************/
#title_area_positioner {
  width: 623px;
  margin-top: 15px;
  margin-left: 325px;
}
