@namespace url(http://www.w3.org/1999/xhtml);

/* ------------------------------------	*
 * Style:   Demonoid - Site cleanup	*
 * Author:  Diddle			*
 * ------------------------------------	*
 * October 28th, 2009:			*
 * 	- Fixed navbar removal		*
 * 	- Removed #1 porn site text	*
 * 	- Removed similar topics link	*
 * 					*
 * March 5th, 2009:			*
 * 	- Small fixes for site changes	*
 * 					*
 * February 13th, 2008:			*
 * 	- Fix page numbers below title	*
 * 					*
 * January 30th, 2008:			*
 * 	- Initial version		*
 * ------------------------------------	*/

@-moz-document domain("pornbb.org") {

	/* Limit forum width to 1000px */
	body > table { width: 1000px !important; }

	/* Remove navbar margins */
	.navBar,
	td.bodyline > div.cont { margin: 0 !important; }

	/* Create space around topic titles */
	td.bodyline > table > tbody > tr > td[valign="bottom"][align="left"][colspan="2"] { padding: 10px 0 !important; }

	/* Removal of various items */
	div#headertabs,											/* Headers on Top		*/
	div[style^="float: right; width: 335px;"],							/* #1 Porn Forum Motivational	*/
	td.bodyline > table:first-child,								/* Big ass header (image + ads)	*/
	td.bodyline > div:not(.cont),									/* Everything except the navbar	*/
	.navBar > .rightNav > ul > li:not(:last-child),							/* Ads in navbar		*/
	td.bodyline > br,										/* New Lines below header	*/
	td.bodyline > table > tbody > tr > td[valign="bottom"][align="left"][colspan="2"] > .mainmenu	/* Similar Topics text		*/
	{ display: none !important; }

}