html, body {
  background-color: white;
  color: black;
}

div.sidenav, #directing_nav, #stunts_nav {
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
}

div.sidenav h2, div.sidenav p.subheader { display: inline; }
div.sidenav p.subheader:before { content: '('; }
div.sidenav p.subheader:after { content: '):'; }

ul.navlist, ul.navlist li, ul.navlist li a {
  display: inline;
  border: 0px;
}

ul.navlist li+li a:before { content: '/ '; }

#header_bar img { display: none; }

#header_bar {
  border-bottom: 3px solid #336699;
  margin-bottom: 10px;
}

#picture_bar { display: none; }
p.update_emphasized { color: #882200; }
embed, object.video { display: none; }
