@namespace url(http://www.w3.org/1999/xhtml);

/*
 Google Reader - just tree and chrome
 http://userstyles.org/styles/4519
 BEGIN
*/

@-moz-document
 url-prefix(http://www.google.com/reader/view)
,url-prefix(https://www.google.com/reader/view)  
{

body > *:not(#main):not(.goog-menu)
/* uncomment this to hide also "Add a subscription, All items, People you follow"â€¦

, div#nav > *:not(#lhn-subscriptions) 

*/
{ display: none !important 
}
div#main
{ top: 0 !important 
}

}

/*
 END
 Google Reader - just tree and chrome
 http://userstyles.org/styles/4519
*/
