@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("digg.com") {

/* remove flash ad */
div[id$="_ad_msft"], .sidebar-short {
  display: none !important;
}

/* clean up story */

/* fix comment width to auto */
.comment { width: auto !important; margin: 0 !important;}

.crumb {width: auto !important; margin: 0 !important;}

/* move digg count and buttons left */
.c-diggs {
  float: none !important;
  display: inline !important;
}
/* switch digg up/down buttons */
/* thumbs up, thumbs down :) */
.c-diggs > span > img:first-child {
  position: relative !important;
  left: 20px !important;
}
.c-diggs > span > img:first-child + img {
  position: relative !important;
  left: -20px !important;
}
/* switch digg count and digg buttons */
/* cool thing is, the layout won't mess up anymore if a comment gets over 1000 diggs, it will just push the name forward :) */
.c-diggs > span:first-child {
  padding-left: 43px !important;
}
.c-diggs > span:last-child {
  float: left !important;
  margin: -17px 0 0 -2px !important;
}

/* hide avatars */
.c-img-user {
  display: none !important;
}
.c-head {
  padding-left: 5px !important;
}
/* hide the "below viewing threshold" text */
span[id^="c-reason"],
span[id^="c-reason"] + span {
  display: none !important;
}

.vcard-side a {padding-left: 15px !important;}

#footer, .copyright {display: none !important;}
}