@namespace url(http://www.w3.org/1999/xhtml);

/* -------------------------------------------------------- *
 * Style:   All-In-One Distractions Remover For Facebook    *
 * Author:  Filius - veryhugebox at gmail                   *
 * -------------------------------------------------------- */

@-moz-document domain("facebook.com") {

/* --- Delete any of the following sections to prevent the style from removing an element --- */

/* Remove Advertisements */
#ad_0, #ad_1, #ad_2, #ad_3, #ad_4, #ad_5, #ad_6, #ad_7, #ad_8, #ad_9, #ssponsor, .advert, .ad_body, .ad_capsule, .ad_media, .comments_ad_image, .invitefriends, .sponsors, .sponsor_absolute, .social_ad
{
    display: none !important;
}

/* Remove New Stuff and Next Steps*/
#new_stuff_content, .nextstep
{
    display: none !important;
}

/* Remove Non-Standard Applications from Profile Pages - thanks to aliumalik for inital idea *
 * View the source code to work out the box_app id number of any application you wish to include *
 * The easiest way to do this is install the firebug add-on and choose 'inspect element' */

div[id^="box_app"]:not(#box_app_10698955342):not(#box_app_17343487608):not(#box_app_2200123456):not(#box_app_2297529396):not(#box_app_2305272732):not(#box_app_2309869772):not(#box_app_2327158227):not(#box_app_2341989679):not(#box_app_2344061033):not(#box_app_2347471856):not(#box_app_2356318349):not(#box_app_2361831622):not(#box_app_2373072738):not(#box_app_2392950137):not(#box_app_2407511955):not(#box_app_2468813376):not(#box_app_2503140832):not(#box_app_2719290516):not(#box_app_4727653471):not(#box_app_4818548774):not(#box_app_4998688431):not(#box_app_5766521571)
{
    display: none !important;
}

/*  Remove Application Stories from the Minifeed */
#minifeed > div[class*="story_type_"], #minifeed > div[class*="fbpage"]
{
    display: none !important;
}

/* Remove Application Icons and Show More Profile Boxes Links */
.app_icon_row, #toggle_profile_apps_link_wide, #toggle_profile_apps_link_narrow
{
    display: none !important;
}

/* Remove Attach Items (on new wall post), Attach a Gift  */
#attachment_buttons_list, .wall_contextual_extra
{
    display: none !important;
}

/* Expand all boxes */
.profile .flex_shut .inside_the_box, .profile .flex_shut .box_subhead, .profile .collapsed_mode .inside_the_box, .profile .collapsed_mode .box_subhead
{
    display: block !important;
}
                

}