@namespace url(http://www.w3.org/1999/xhtml);

/* --------------------------------------------- *
 * Style:   DumpARump - Site cleanup		 *
 * Author:  Diddle				 *
 * --------------------------------------------- *
 * March 5th, 2009:				 *
 * 	- Initial version			 *
 * 						 *
 * --------------------------------------------- */

@-moz-document domain(dumparump.com) {

	body > table { width: 1000px !important; }				/* Header width limited */
	body > div,
	body > table { margin: 0 auto !important; }				/* Center image and header */

}

@-moz-document 
url-prefix("http://www.dumparump.com/view"),
url-prefix("http://www.dumparump.com/random") {


	table.imageview { margin-top: 15px !important; }			/* Space the image from the header */
	table.imageview tr:first-child > td { text-align: center !important; }	/* Center the links above the image */

	/* Removal of elements */
	table.imageview b,							/* Linkcategory before the links above the image */
	td.txt8pt:first-child,							/* Advertisement on the left of the page */
	div:not([align="center"]),						/* Advertisement bottom right impersonating IM contact */
	td.txt8pt > *:not(.imageview):not(.directtitle)				/* Advertisement on the bottom of the page */

	{ display: none !important; }

}