@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("del.icio.us") {

/* BODY */
  body {
    font-family: courier, monospace !important;
    background-color: #225 !important;
    color: #bb6 !important;
  }

/* LINKS */
  a:link {
    text-decoration: none !important;
    color: #6c0 !important;
  }
  a:visited {
    text-decoration: none !important;
    color: #6c0 !important;
  }
  a:hover {
    background-color: black !important;
  }
  a:active {
    background-color: white !important;
  }

/* NOTIFY BAR */
  #notifybar {
    border: none !important;
  }

/* HEADER */
  #header {
    background-color: white !important;
  }

/* INFO BAR */
  #infobar {
    background-color: #447 !important;
    border: none !important;
  }
 /* search */
  .nom input, .nom select {
    border: solid #bb6 1px !important;
    background-color: #447 !important;
    color: #bb6 !important;
    font-family: courier, monospace !important;
  }

/* GETTING RID OF RED NO-EMAIL BAR */
  #header-warning {
    display: none !important;
  }

/* TAGS */
  #sidebar {
    border: none !important;
    margin: 0em !important;
  }
  .sidebar-inner {
    background-color: #447 !important;
    border: none !important;
    margin: 2.7em 1.2em 1.2em 0em !important;
  }
  a:link.ten {
    color: #cc0 !important;
  }
  a:link.cur {
    color: red !important;
  }

/* LIST OF ENTRIES */
 /* entry container */
  .post {
    background-color: #447 !important;
    margin: 1em 0em 1em 0em !important;
  }
 /* title */
  .desc a {
    color: orange !important;
    background-color: black !important;
  }
 /* extra description */
  .notes {
    color: #bb6 !important;
  }
 /* saved by other people */
  a:link.pop {
    font-size: .8em !important;
    color: #225 !important;
  }
  a:hover.pop {
    font-size: .8em !important;
    color: orange !important;
  }

}