@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("eff.org") {
/*This style makes the background, tweets and the breadcrumb gray. */
  body {
    background-color: gray !important;
  }

  #front-follow #tweets {
    background-color: gray !important;
  }

  #front-follow #networks {
    background-color: gray !important;
  }

  .breadcrumb {
    background-color: gray !important;
  }

/* This leaves the home page issues panel white, so the links look better. */
  .hsprite {
    background-color: white !important;
  }

/* This makes the light-blue boxes black just to be sexy. */

  #front-effector {
    background-color: black !important;
  }

  #sign-up {
    background-color: black !important;
  }

  #follow-eff {
    background-color: black !important;
  }

  #projects-title {
    background-color: black !important;
  }

  #tabs ul.links-menu {
    background-color: black !important;
  }

  #front-follow {
    background-color: black !important;
  }

  #front-projects {
    background-color: black !important;
  }

  #footerinner {
    background-color: black !important;
  }

  #sidebar .leftnav ul.menu {
    background-color: black !important;
  }

/*  #block-eff-3 h2 {
    background-color: black !important;
  }*/

  #block-block-1 {
    background-color: black !important;
  }

  #block-eff-3 {
    background-color: black !important;
  }

  #block-eff-5 {
    background-color: black !important;
  }

  .ourworkissues {
    background-color: black !important;
  }

  #block-effsearch-0 {
    background-color: black !important;
  }

/* I made the links in the black boxes red to show up and match the other red already in the website. */
  #sidebar .leftnav ul.menu a {
    color: red !important;
  }

/* making black heading show up on black background */
  .ourworkissues h2 {
    color: gray !important;
  }

  small {
    color: gray !important;
  }

/* light brown headings or gray fonts light red to show up on the gray */
  .staffbio h2 {
    color: brown !important;
  }

  .press h2 {
    color: brown !important;
  }

  .date {
    color: brown !important;
  }

  .msg {
    color: brown !important;
  }

  #whatiseff {
    color: brown !important;
  }

  .docdate {
    color: brown !important;
  }

/* make dark gray font black to show up better on gray background */
  #don8_form .item label {
    color: black !important;
  }

  #don8_form .quantity label {
    color: black !important;
  }

  #don8_form #repeating label {
    color: black !important;
  }

  #don8_form #card-date label {
    color: black !important;
  }
}