/* +++ changelog +++
25-06-2006
  - fixed "top stories" pages, big thanks to pile0nades for
    finding this bug
23-06-2006
  - changed the sidebar ratios a bit, and reduced some
    padding, should fit most resolutions and fonts now... I hope
  - added some padding to the user's "all stories dugg" list.
  - centered some titles and blocked another ad space
10-06-2006 
  - initial release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("digg.com") {
  div[id^="google"], iframe, #blogged div { display: none ! important; }

/* remove max-width, why punish those with widescreens */
  #container { max-width: none !important; }

/* more content, less sidebar */
  #contents, #contents-user,
  #home #contents, #post #contents { 
    width: 85% !important;
    margin-right: 1% !important;
  }
  #sidebar, #home #sidebar, #post #sidebar {
    width: 14% !important;
    margin-right: 0 !important;
  }
  .tab-contents {
    padding: 3px !important;
  }

/* highlight alternating frontpage news stories, until nth-child is supported? */
  #enclosure0, #enclosure2, #enclosure4,
  #enclosure6, #enclosure8, #enclosure10,
  #enclosure12, #enclosure14 {
    background-color: #FFFFD1 !important;
  }

/* number of diggs counter was a little high */
  .news-digg {
    top: 1em !important;
  }

/* center titles */
  h2 {
    text-align: center !important;
  }

/* tweak some spacings */
  #nav-string {
    margin-bottom: .5em !important;
  }
  #contents-user .news-short-summary {
    padding-left: 1em !important;
  }
  .news-short-summary .news-digg {
    left: 1em !important;
  }
}

/* fix spacing for top stories spacing */
@-moz-document url-prefix("http://www.digg.com/topstories"),
               url-prefix("http://digg.com/topstories")
 {
  .news-short-summary .news-body {
    padding-left: 5em !important;
  } 
}