@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader/"), url-prefix("https://www.google.com/reader/") {

/* use better font size and segoe */
html, body {
  font-size: 8pt !important;
}

html, body, input {
  font-family: "Segoe UI", Tahoma, Verdana !important;
}

/* use larger font size and segoe for entry content */
.entry-body {
  font-size: 10pt !important;
}

/* kill underlined links */
.link, #sub-tree .name {
  text-decoration: none !important;
}

/* make entry content use full screen width */
#entries .entry-body, #entries .entry-title {
  max-width: none !important;
  padding-right: 10px !important;
}

/* change nav bar background and text colours */
#selectors-box td, #sub-tree-box td {
  background-color: #e8e8e8 !important;
}

#sub-tree .name {
  color: #0000cc !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;
}

#chrome {
  margin-left: 100px !important;
}

/* make nav bar narrower */
#nav {
  width: 200px !important;
}

#sub-tree {
  width: 185px !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 toggler */
#nav-toggler {
  display: none !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;
}

#search-input {
  width: 190px !important;
}

/* change unselected sub-tree cursor to something much fainter */
#sub-tree .link.cursor {
  background-color: #d8d8d8 !important;
}

#sub-tree .link.selected.cursor {
  background-color: #A4C5FF !important;
}

/* remove blue line at top of page */
#gbh {
  display: none !important;
}

/* remove gbar */
#gbar {
  display: none !important;
}

}