@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/reader/view/"), url-prefix("https://www.google.com/reader/view/") {

body {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif !important; 
    background: #fff  !important;
}

/* *************** HEADER *************** */

/* Move search elements to the left some more and also further up to reduce wasted space */
#search{
     top: 2em !important;
     left: 150px !important;
}

#search-input {
     padding: 5px 5px 0 5px !important;
}

#search-submit {
     height : 25px !important;
}

/* The following three elements are modified to reduce blank/wasted space. */
#chrome {
   padding-top: 0 !important;
}

#nav {
   margin: 0 0 0 10px !important;
}

#logo-container {
   height: 24px !important;
}

/* Begin Subscriptions Pane (Left Hand Sidebar) */

body.mozilla #sub-tree li a {
    width: 100% !important;
}

a,.link, #sub-tree .name {
    text-decoration: none !important; 
    font-weight:bold;
}

#sub-tree li a .name-unread,
#sub-tree li a,
#selectors-box a {
    color: #000 !important; 
    text-transform: capitalize !important;
    font-weight: normal !important; 
    font-size: 12px !important;
}

/* Adjust spacing between unread count and scroll bar */
#sub-tree li a .unread-count {
    color: black !important;
    font-weight: bold !important;
    position: absolute !important;
    right: 8px;
}

/* Edit here to adjust subscription list spacing */
#sub-tree li a {
    padding: 0px 5px 0px 0 !important;
}

#sub-tree ul li a {
    margin: 1px 0 !important;
    width: 98% !important;
    line-height: 15px !important;
    position: relative !important;
}

body.mozilla #sub-tree li a {
    width: 100% !important;
}

}