a, a:active, a:hover {
  color: #888;
}

/*=====================
  Let there be light
======================*/

.light .page_backdrop {
  background: #ededf0;
}
.light .text, .light .fake_backer, .light .introduction {
  background-color: #F8F8FF;
  border: 0;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  color: #444444;
}
.light .fade_top {
  background: url(../images/fade_light_top.png);
}
.light .fade_bottom {
  background: url(../images/fade_light_bottom.png);
}

.light .menu_page {
  background: #f2f2f2;
  border-bottom: 1px solid #dedede;
}
  .light .menu_page.active {
    background: #f6f6fd;
  }
  .light .menu_page:first-child {
    border-top: 1px solid #dedede;
  }
  .light .menu_page .title {
    color: #555;
  }
  .light .menu_page .grabber {
    background: url(../images/grabber.png) no-repeat;
  }
  
.light a.dock_light {
  background: url(../images/lightbulb.png);
}
.light a.dock_page {
  background: url(../images/page.png);
}
.light a.dock_recycle {
  background: url(../images/crumple.png);
}
  .light a.dock_recycle .really_button {
    background: #ededf0;
  }
    
    
/*=====================
  Down in the dark
======================*/

.dark .page_backdrop {
  background: #03030f;
}
.dark .text, .dark .fake_backer {
  background-color: #191010;
  border: 0;
  border-left: 1px solid #232323;
  border-right: 1px solid #232323;
  color: #939693;
}
.dark .fade_top {
  background: url(../images/fade_dark_top.png);
}
.dark .fade_bottom {
  background: url(../images/fade_dark_bottom.png);
}

.dark .menu_page {
  border-bottom: 1px solid #232323;
  background: #101010;
}
  .dark .menu_page.active {
    background: #18181c;
  }
  .dark .menu_page:first-child {
    border-top: 1px solid #232323;
  }
  .dark .menu_page .title {
    color: #dddddd;
  }
  .dark .menu_page .grabber {
    background: url(../images/grabber_dark.png) no-repeat;
  }
  
.dark a.dock_light {
  background: url(../images/lightbulb_dark.png);
}
.dark a.dock_page {
  background: url(../images/page_dark.png);
}
.dark a.dock_recycle {
  background: url(../images/crumple_dark.png);
}
  .dark a.dock_recycle .really_button {
    background: #03030f;
  }