@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader/"), url-prefix("https://www.google.com/reader/") {

/* make entry content use full screen width */
#entries .entry-body, #entries .entry-title {
  max-width: none !important;
  padding-right: 10px !important;
}

/* make nav bar header high enough to stop cropping the refresh button */
#all-subscriptions-header {
  height: 18px !important;
}

/* avoid cropping of go-to button */
#entries.list .collapsed .entry-main .entry-original {
  width: 14px !important;
}

/* kill gaps in nav bar */
#selectors-box, #add-box, #sub-tree-box {
  margin: 1px !important;
}

/* remove padding under nav bar */
#sub-tree-box {
  padding-bottom: 0px !important;
}

/* move nav bar all the way to the left */
#nav {
  margin: 0px !important;
}

/* remove padding at top of chrome */
#chrome {
  padding-top: 0px !important;
}

/* move messages */
#message-area-outer {
  top: 32px !important;
}

/* remove logo */
#logo-container {
  display: none !important;
}
#main {
  margin: 32px 0 0 0 !important;
}

/* move search bar into old logo position */
#search {
  top: 5px !important;
  left: 5px !important;
  margin: 5px 0 0 0 !important;
}

#search-input {
  left: 50px !important;
  width: 150px !important;
}
/* change unselected sub-tree cursor to something much fainter */
#sub-tree .link.cursor {
  background-color: #FFFFFF !important;
}

#sub-tree .link.selected.cursor {
  background-color: #191924 !important;
}

/* remove blue line at top of page */
.gbh {
  display: none !important;
}

/* remove gbar */
#gbar {
  display: none !important;
}

/* hide 'manage friends' (it's in settings anyhow) */
#friends-settings-link {
  display: none !important;
}
/* hide 'Discover Link' */
#add-directory {
  display: none  !important;
}
}