@-moz-document url-prefix(http://www.google.com/reader/view), url-prefix(https://www.google.com/reader/view)  {
body, html { 
 font-family:Tahoma, Corbel, arial, sans-serif !important;
} 

/* moves the whole thing up a bit */
#chrome { 
 margin-top:-7px !important; 
 margin-left:0px !important; 
 padding:0px 0px 0px 0px !important; 
 overflow:auto !important; 
} 

/* In the sidebar, hides the area with home, all/starred/shared items, trends */
#selectors-box{
display:none !important
}

/* Hides the expanded/list view buttons usually found in the top right next to feed/folder settings */
#view-cards , #view-list{
display:none !important
} 

/* hides the area that normally holds the feed name or folder name and the 2+1 buttons referred to just above, some of them will reappear */ 
#chrome-stream-title  { 
 display:none !important; 
}

/* makes the feed settings button reappear */
#viewer-controls {
 margin-right:-8px !important; 
 position:absolute; top:2px;
 overflow:visible !important; 
} 


/* does this actually do anything useful anymore , dunno */
#chrome-stream-title a { 
 display:none !important; 
} 


/* forgot what this does as well */
.sub-tree-item {
 display:none !important; 
} 

/* moves the search text-field to where it'll be */
#search {
 margin:-26px 0px 0px 30px !important; 
} 

/* the same for the button that selects where to search */
#search-restrict {
 margin:-1px 0px 0px 30px !important; 
} 

/* makes the left sidebar a little narrower */
#nav { 
 margin:-5px 0px 0px -5px !important; 
 padding:0px !important; 
 max-width:220px !important; 
}

/* tells the rest of the contents of the sidebar that fact */
#nav * { 
 text-decoration:none !important; 
 max-width:220px !important; 
} 

/* hides the bottom bit that shows the total number of items */
#chrome-footer-container { 
 display:none !important; 
} 

/* from the top right, hides the account name/settings/help/sign out etc links */
#global-info { 
 display:none !important 
} 

/* at least at some point, hid stuff in the top left */ 
#ogspacer {
 display:none !important; 
} 

/* hides um footers, and the google reader logo */ 
#logo-container , #footer , #chrome-footer-container {  
 display:none !important; 
} 

/* moves one of the small floating texts that show eg. when manually refreshing something or moving a feed to a different folder. I think */
#message-area-outer { 
 position:absolute; top:32px;
}

 /* and somewhat more of the same */
#message-area-inner {
float:left !important; 
} 

/* hides the long bar with triangle that does the same as pressing U */ 
#nav-toggler {
 display:none !important; 
}  

/* for an expanded item, hides the add star/share/email/mark as read/edit tags button making the item footer a bit smaller */
.entry-actions { 
 display:none !important; 
} 

/* hides the corresponding buttons at the top of a feed */
#viewer-refresh, #mark-all-as-read {
 display:none !important; 
}  

/* does the same for a certain button in search view as did earlier for the expanded/list view buttons. Press 1/2/3 to toggle views instead */ 
#view-search {
 display:none !important; 
} 

 /* hides the links to various google services, among other things */
#gbar, #gbh, .gbh {
display:none !important
}

 /* hopefully hides something somewhere */
#hide-nav-min-toggle-icon , #hide-nav-min-toggle{
display:none !important
} 

 /* when adding/search for new feeds, moves things about to make things more readable */
#discover-header-box {
 margin-top:16px !important; 
} 

 /* more space in expanded view by hiding most of the headers/footers/frames around an item */
.cb , .cbl, .cbr, .cr
{ 
 display:none !important; 
} 

/* From Google reader - post tweaks  , style 3090*/

#entries .entry-body{
  max-width: none !important;
  padding-right: 0px !important;
  text-align:justify !important; 
}

#entries .entry-title{
  max-width:1400px !important;
  text-align:justify !important;
}

/* From Google reader - grey reading background , style 4136 */
#current-entry.read .entry-container {
background-color: #e7e7e7 !important;
} 

}