/* stylish script for Facebook */
/* Created by Steve Thomas     */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

/* set bacground color to mid-gray */
html { background-color:#999 !important; }
body { background-color:#999 !important; }

/* set body width to something reasonable for widescreens */
body {
width:1000px !important; margin:auto !important; }
/* ... except the share bookmarklet */
body.UISharer_BookmarkletPage { width:auto !important; }

/* default all content background to white */
div#content { background-color:white; }

/*
div.UIIntentionalStream_Content { background-color:#ddd !important; }
*/

div.UIProfileBox_Container
{
background-color:#fff !important; 
margin-bottom:.5em !important;
}
div#home_filter_list,
div.event_profile_title, div.event_profile_information,
div.note_body {
background-color:#fff !important; 
}

/* get rid of ads */
div#ssponsor, div#sidebar_ads, div#footer_ads, .ad_capsule {
display:none !important; }
	/* div#expandable_more { display:block !important; } */

}