/*
 * Facebook New - Clean & Neat 
 *
 * Author			: Slax Axe (slax.axe@gmail.com)
 * Released			: July 22 2008
 * Version			: 1.0
 * Website			: http://userstyles.org/styles/8940
 * Details			: Clears Ads and with light blueish purple background which matches the Facebook theme. 
 * Usage			: Use with the 'Stylish' Firefox extension (http://www.userstyles.org/)
 * 
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

body, #home_container, .home_welcome_info, .home_main_item, .minifeedwall, #profile_minifeed,
.date_divider *, .story_body *, .commentable_item collapsed_comments, .story_type_22, .story_type_49, 
.wall_posts, .wallcontent, .wallimage, .story_body *, .caption, .story_type_21, .story_type_12, .story_type_41, .story_type_100, .story_type_1, .story_type_47, .story_type_49, .story_type_20, 
.story .size_1  {
background: #d0d9f0 !important ;
}

.UICompatibilityFrame_SidebarAds, #sidebar_ads, .adcolumn, .adcolumn_header, #ssponsor, .sponsors, .admarket_ad, .social_ad, .sponsor
 {display:none !important ;}

}