@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix( http://www.google.com/reader/), url-prefix( https://www.google.com/reader/) {


/* The new css */

div.collapsed{ padding: 4px !important; }
/* the area with the refresh, x new items, mark as read , feed settings buttons */
#viewer-header  { height:24px !important;}
/* font of the left pane */
#nav * {  font-size: small !important; line-height:10px !important;}
#nav {   margin-top: -4px !important;  }


/* ALL OLD STYLE BELOW */

body, html { 
 font-family:Tahoma, Corbel, arial, sans-serif !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 long bar with triangle that does the same as pressing U */
#nav-toggler,#chrome-lhn-toggle {
 display:none !important; 
} 

#nav * {  font-size: small !important; line-height:13px !important;}
#chrome * {font-size: small !important; line-height:10px !important;  background-color: #DEDEDE !important; }
#viewer-header { line-height:10px !important; }


#entries .entry-body{
  max-width: none !important;
  padding-right: 0px !important;
  text-align:justify !important; 
}


/* PRETTY MUCH JUST COLOR DEFINITIONS BELOW , shades of gray*/


#entries .entry, #entries.list .entry-container{
background-color: #DEDEDE !important;}

#nav {background:#DEDEDE !important;}

#entries.list .read .collapsed {
  background:#DEDEDE none repeat scroll 0 0 !important;
}

.scroll-tree li .tree-link-selected, .scroll-tree li .tree-link-selected:hover {
background:#AEAEAE !important;}

#entries.list .entry .collapsed:hover {background:#AAAAAA !important;border-color:#333333 !important;}

#entries a:hover, #chrome.search-stream .entry a:hover{
color : #909090 !important;
}

/* color of the title of truly visited/opened item in expanded view */
#entries a:visited, #chrome.search-stream .entry a:visited{
color : #909090 !important;
}

.entry-actions{
background-color: #Fbf5f9 !important;
}

body{
background-color : #DDDDEE !important;
}


/* background color of single expanded item in list view*/
#entries.list .entry .entry-container{
background-color: #E0E5E0 !important;}

/* background color of unread item in list view */
#entries.list .entry .collapsed{
background: #E0E0E0 !important;
}

/* background color of read item in list view */
#entries.list .read .collapsed{
background: #a0a0a0 !important;
}

/* background color of read item in expanded view */
.entry-container {background-color: #CCCCCC !important;
}

#no-entries-msg{
background-color: #BBBBBB !important;
}


/* background color of empty area in feed items view */
#entries
{
background-color: #DDDDDD !important;
}

}