@namespace url(http://www.w3.org/1999/xhtml);

/*
	Gazeta.pl - NO CLUTTER - version 1.0
	
	Less cluttered home page of Polish news portal, Gazeta.pl
	I just removed boxes which I don't ever use...
	
	Please note that this is just for the main page of the portal, and this is made just for my preference. Feel free to cutomize it to your needs.
	
*/

@-moz-document url("http://www.gazeta.pl/0,0.html") 
{

	div[id=hpv_col1], 			/* icons on top (Poczta, Forum, Randki, etc) */
	div[id=hpv_col3], 			/* adbox */
	div[id=MTbox], 				/* big box on top of news boxes  */
	div[id=moveable4], 			/* recently introduced news box "Rozrywka" */
	div[id=moveable5], 			/* recently introduced news box "Technologie" */
	div[class=multishow], 		/* some links.. */
	div[id=finder], 			/* search box */
	div[id=videoBox_outer], 	/* video box */
	div[id=banP76],				/* adboxes... */
	div[id=banP77],
	div[id=banP78],
	div[id=banP79],
	div[id=banP3],
	div[class=banB92],
	div[class=HP_smallBox],
	div[class$=ludziePisza], 	/* forum links */
	div[id=autopromocjaEl],		/* some link in left column */
	div[class=hpDev],			/* some Metro crap */
	div[class=HP_ecomm]			/* some superdeal crap */
	{
		display: none !important; 
	} 

	div[id=hpv_col2] 			/* weather box, floated right */
	{
		float:right !important; 
	}

}