/* Hack to default S5 stylesheet for Mozilla */
/* GRM 2005-06-23 */
/* Include as <link> after all other sheets */
/* Don't forget mozilla.png */

body {
  background: #FFF url(../../images/pacman.jpg) 0px 0px no-repeat;
  background-color: black;
  color: white;  
}

div#header, div#footer {
  color: white;
  background-color: transparent;
}

div#header {
  background: none;
}

div#footer {
  border-top: 2px grey dotted;
}

.slide {
  top: 30px;
}

.slide h1 {
  left: 150px; 
  background-color: transparent;
  top: 10px;
}

.slide ul ul li {margin: .5em;}

#slide0 h1 {
  color: white;
}

#controls #navLinks a {
  background-color: black;
}

#slide0 {
  text-align: center;
}

#slide0 h4 {
  margin-top: 1em; font-size: 0.8em;
}

.incremental, .incremental *, .incremental *:after {visibility: hidden;}

h2 {
  font-size: larger;
}

.illustration {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2em;
  display: block;
}

.attribution {
  font-size: 9px;
}
