/* TorrentFly.org simplified */
/* (c) 10-2009 by decorator  */

/* This style is licensed under a "Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported" license. */
/* More information here: http://creativecommons.org/licenses/by-nc-sa/3.0/                                      */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("torrentfly.org") {
/* all pages */
	/* hide crap */
		#head_bottom_text, #footer_block
		{display:none;}
	/* center searchform again */
		#head_bottom_wrap
		{padding-top:41px!important;}
	/* top space */
		#wrap_head
		{margin-top:10px;}
	/* top rounded corners */
		#head_top, #wrap_head
		{-moz-border-radius-topleft:7px; -moz-border-radius-topright:7px;}
	/* background image */
		body
		{background: fixed url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEVouuBkp9zsNbJYAAAAG0lEQVR4XgXAgRAAAAgDwMcII6ThhDW0zqlY8wyaAfGLAxVBAAAAAElFTkSuQmCC')!important;}
		#footer_bottom
		{-moz-border-radius-bottomleft:7px; -moz-border-radius-bottomright:7px;}
}

@-moz-document url("http://www.torrentfly.org/") {
/* mainpage */
	/* hide crap */
		#wrap
		{display:none;}
	/* center vertically */
		body>div
		{margin-top: -195px; margin-left:-497px; position: absolute; top: 50%; left:50%;}
}

@-moz-document url-prefix("http://www.torrentfly.org/torrents/") {
/* search results */
	/* hide crap */
		#related, #results_show_2, #torrent_desc, #joinnow
		{display:none;}
}
