@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google.com/reader/view) {

/* hide clutter at the top and maximize vertical space */
#viewer-footer, #chrome-header, #chrome-lhn-toggle, #lhn-add-subscription-section, body.mozilla #logo, #logo-container, #global-info, body.mozilla #gbar, #viewer-top-controls, #search, #gb{
  display: none !important;
}

/* move page up to use the vertical space cleared up above*/
#main{
  top:20px !important;
}

#nav{
  position: relative;
  top: -15px;
}

/* hide highly annoying "N people liked this" feature */
div.entry-likers{
  display: none !important;
}

/* hide everything in sidebar except for subscription list */
#lhn-selectors, #lhn-friends{
  display: none !important;
}

/* uncomment this to move the sidebar to the right  
#nav{
  width: 400px !important;
  float: right !important;
}

#chrome{
  margin-left: 0px !important;
  margin-right: 400px !important;
} */

/* no one underlines links! except google, who seem to be stuck in 1998. */
a{
 text-decoration:none !important;
}

/* space things out a little and decrease contrast */
body, div.entry-body{
  line-height:150%;
  color: #222 !important;
}

}