/* Torrentfreak.com slimmed down					*/
/* (c) 11-2009 by decorator						*/
/*									*/
/* To disable parts of code, move * / after description to end of line. */
/* Disable "Wrap lines" before that.					*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("torrentfreak.com") {

/* Fixed background */			html,body{background-attachment:fixed !important;}
/* Hide sidebar and footer */		#sidebar, #footer, #ingredients, #sidebar+span{display:none !important;}
/* Slimmer body */			#body_wrap{width:640px !important;} #comments{max-width:560px !important;}
/* Expand article and fix corners */	#content{width:auto!important; background:transparent !important;} #main{background-image:none !important; -moz-border-radius:20px; margin-bottom:20px !important;}
/* Reduce navigation */			#navigation>li:first-child, #navigation>li:first-child+li+li{display:none;}
/* Hide crap */				#related_entries, p.previous, p.next, div.digg, div.stumble, div.reddit, #related_entries, #comments>h3:first-child>span, #trackbacks{display:none !important;}
/* Smaller space after article */	div.post{padding-bottom:0 !important; margin-bottom:1em !important;}
/* Smaller response titles */		#comments>h3{font-size:110% !important;}
/* Autohide comments + response */	#comments>h3:not(:hover)+dl:not(:hover), #respond:not(:hover)+form:not(:hover){display:none !important;}
/* Prevent autohide problems */		#comments>h3{height:50px; margin-bottom:-30px !important;}
/* Arrows indicating hidden parts */	#comments>h3:not(:hover):after{content:" \25BC";}
/* Smaller no spam text */		#comment_form>p:last-child{font-size:75%; line-height:125%;}

}
