/* 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; }

/* Dark menu bar */
div#menubar_container { background-color:#333 !important; }

/* default all content background to gray */
div#content { background-color:#ddd; }
div.UIIntentionalStream_Content { background-color:#ddd !important; }

/* now set various content boxes to white background */
div.UIIntentionalStory, 
div.GenericStory
{ 
background-color:#fff !important; 
padding-top:1em !important; padding-bottom:1em !important; 
margin-bottom:.5em !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; 
}

/* 
div#boxes_left_moveable
div#profile_stream_container

div#feedwall_with_composer {
float:none !important;
}
*/

div.box, div.info_section, div#profile_blurb {
background-color:#fff !important;
margin-bottom:1em;
border-right:1px solid gray; border-bottom:1px solid gray;
-moz-border-radius:10px !important;
}

/* get rid of ads */
div#ssponsor, div#sidebar_ads, div#footer_ads, .ad_capsule {
display:none !important; }
	/* div#expandable_more { display:block !important; } */

}