@-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:-3px !important; 
 margin-left:0px !important; 
 padding:0px 0px 0px 0px !important; 
 overflow:auto !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; 
} 

/* moves the search text-field to where it'll be */
#search {
 margin:-5px 0px 0px 80px !important; 
} 

#nav { 
 margin:-8px 0px 0px -8px !important; 
 padding:0px !important; 
 max-width:203px !important; 
}

#nav * { 
 text-decoration:none !important; 
 max-width:203px !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; 
}


/* 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;
}


/* hides the long bar with triangle that does the same as pressing U */
#nav-toggler {
 display:none !important; 
} 

/* hides the corresponding buttons at the top of a feed */
#viewer-refresh, #mark-all-as-read {
 display:none !important; 
}

 /* hides the links to various google services, among other things */
#gbar, #gbh, .gbh {
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 */
#logo-container, #global-info , .cb , .cbl, .cbr, .cr
{ 
 display:none !important; 
}

#sub-tree li a .unread-count {
    color: black !important;
    font-weight: bold !important;
    text-align:justify !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;
} 


/* ------------- Cut down and slightly modified google reader sweetface, style 3507 ------------------- */

body{
background-color : #fff8ff !important;
}

div, p {color: #515459 !important;}

a, a:visited, ul#reading-list li, .link{
color : #4a7f6a !important;
}

a:hover,.link:hover{
color : #4a7f6a !important;
}

h2{color : #db7093 !important;}

/* *************** NAVIGATION *************** */

#add-box{margin : 0 !important;}
#sub-tree .name, #sub-tree [class="link"]{
color : #4d5753 !important;
}


#sub-tree li a.cursor,
.scroll-tree li a.tree-selected{
background-color : #f3d5f3 !important;
}

#sub-tree li a.updated{
background-color : #e4f8df !important;}

#sub-tree-footer{
border-bottom : 1px solid #e9c5dd !important;}

/* ---------------HOME,TRENDS VIEW--------------- */
#selectors-box li.selected{
background-color: #f3d5f3 !important;}

#home-header,#trends-header-box .c{
color : #db7093 !important;
}



/* --------------- ENTRY VIEW --------------- */

#entries .entry, #entries.list .entry-container{
background-color: #fbf5f9 !important;}

.tab-header td.s, .tab-header td.c{
background-color: #fdeffd !important;
color : #db5984 !important;}

.tab-header-selected td.s, .tab-header-selected td.c,
#chrome.search-stream #viewer-header .tab-header-selected td.s,
#chrome.search-stream #viewer-header .tab-header-selected td.c{ 
background-color: #f8dff8 !important;}



#entries a, #chrome.search-stream .entry a{
color : #5b6d82 !important;
}

#entries a:hover, #chrome.search-stream .entry a:hover{
color : #909060 !important;
}

#entries a:visited, #chrome.search-stream .entry a:visited{
color : #A04060 !important;
}

.entry-actions{
background-color: #fbf5f9 !important;
}


#entries.list .entry .entry-container{
background-color: #fbf5E9 !important;}

#entries.list .entry .collapsed{
background: #f0f2Ec !important;
}

#entries.list .read .collapsed{
background: #f0D8E7 !important;
}


#no-entries-msg{
background-color: #fbf5f9 !important;
}




}