/* ++++ Changelog ++++
23-11-2006
  - blocked search agent, thanks to Drew42 for pointing it out,
    Pls post on the mozillazine thread for the line issue, I can't
    replicate
03-07-2006
  - initial rewrite, decided to expand out the tables even
    with the stubby text
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("torrentspy.com") {
  a[href*="college"],  a[href*="pcsafe"],
  *[class^="adspace-"], .ShoutFrameBody, #searchagent,
  #fiSearchForm, #search p:first-child, iframe {
    display: none !important;
  }
  body, #container, #page {
    background-position: 0px -95px !important;
  }
  h1, h2, h3, h3 + p + p, h3 + p, h4, .meta {
    text-align: center !important;
  }

/* manipulating the table widths, etc. */
  #search-nav {
    text-align: left !important;
  }
  #search {
    padding-left: 15px !important;
  }
  #col-right {
    position: absolute !important;
    right: 6px  !important;
  }
  #col-left, .content table.list, #col-left .content:last-child { 
    width: 900px !important; 
  }
  .content > h1, .content > h2, .content > h3, .content > h4,
  .content > p, .content > form, .sub-cols {
    width: 720px !important;
  }
  .content > h3 {
    margin-top: 15px !important;
  }
}

@-moz-document url-prefix("http://torrentspy.com/directory"),
               url-prefix("http://www.torrentspy.com/directory") {
  table.list {
    margin-top: 75px!important;
  }
  table.directory {
    margin: 0 !important;
  }
  table.details {
    margin-left: 120px !important;
  }
}

@-moz-document url-prefix("http://torrentspy.com/torrent"),
               url-prefix("http://www.torrentspy.com/torrent") {

  .content table, #form1 {
    margin: auto !important;
  }
  .comment {
    overflow: auto !important;
  }
}
