/* +++ changelog +++
01-01-2009
 - finally fixed comment issue first reported by beigelogic,
   also blocked annoying toolbar ad
29-08-2006
 - blocked new ad, thanks to Valacar for pointing it out!
24-06-2006
  - changed the width and centering of browse page
02-04-06
  - added centering to headers
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("thepiratebay.org") {
  #adbrite-banner, #sky-banner, #tp_frame1,
  .ad, .ads, .spons-link, [href*="thepiratebaytoolbar"],
  #header > object, #foot > object {
    display: none !important;
  }

  #q, #detailsframe #title, .download, #details h4 {
    text-align: center !important;
    height: auto !important
  }

  H2, H2 SPAN {
    text-align: center !important;
    float: none !important
  }

  #main-content, #detailsouterframe, 
  #comments .comment, #details p, .nfo {
    width: auto !important;
    margin-left: 5pt !important;
    margin-right: 5pt !important;
  }

  #categoriesTable {
    width: 90% !important;
  }
  #browseContainer, #browseContainer DT, 
  #browseContainer DD  {
    text-align: center !important;
    float: none !important;
    padding: 5pt !important;
  }
  
}