/*
Digg AdBlock Fix
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("digg.com") {

/* Remove Ads */
.single_ad_unit, .item_ad_image, .banner_ad_unit, .tower_ad_unit, .comments_ad_image, .rectangle_ad_unit, .vertical_ad_unit, .top_ad_image, .rectangle_ad_image, .stacked_ad_unit, .sidebar-short, .sidebar {
  display: none !important;
}

/* Adjusts width for news summary on comments page after ad box has been removed */
.news-full, .comment, .main {
  margin-right: 0px !important;
}

}

@-moz-document url(http://digg.com/) {
  .sidebar {
    display: inline !important;
  }
  
  .block_ad_msft {
    display: none !important;
  }

  .main {
    margin-right: 330px !important;
  }
}