/*
 * Facebook Ad Nuker
 *
 * TO INSTALL: CLICK ON THE STYLISH ICON IN THE BOTTOM RIGHT OF THE BROWSER WINDOW AND CHOOSE "Add script to stylish" 
 * 
 *
 * Author			: Jesse E. Wilkinson
 * Updated			: September 18 2008
 * Version			: 0.1.0
 * Website			: http://jessewilkinson.com/development/facebook-ad-removal/
 * Details			: Nukes ads for the new facebook
 * 
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") 
{
	.profile_two_columns .right_column 
	{
		width:720px !important;
	}

	#sidebar_ads, .UIStandardFrame_FooterAds, #fbnew_preview_bar
	{
		display:none !important;
	}
	.UIStandardFrame_Content, .message_rows, .UIStandardFrame_Content
	{
		width:940px !important;
	}
	.ubersearch .result .info
	{
		width:680px !important;
	}
	.fbpage_is_group #moveable_wide, .fbpage_is_group #profilewidecolumn
	{
		width:720px !important;
	}
}