/*
Google Reader - Clean, Minimalist and Readable

By Matt Busse
http://mattbusse.com

Description: Changes Google Reader to a clean, minimalist style that uses larger serif fonts and more whitespace.

Suggestions, bug reports, etc.: mbusse@gmail.com

*/

@namespace url(http://www.w3.org/1999/xhtml);

/* to appear in Google sub-category of userstyles.org */
@-moz-document domain("google.com") { }

@-moz-document url-prefix("http://www.google.com/reader/view/"), url-prefix("https://www.google.com/reader/view/") {

/* change the fonts */
html, body, input
{font-family: Georgia,"Times New Roman",Sans-serif !important}

p,
.scroll-tree li,
.item-body li,
.item-body div,
.feed-result-row .result-snippet,
.item-snippet,
.recent-item,
#team-messages
{line-height:1.8}

p, .item-body li, .item-body div, .item-snippet
{font-size:1.2em}

/* hide stuff */

.star,
.like,
.read-state,
.broadcast,
.broadcast-with-note,
.note-delete,
.email,
.item-link,
.tag,
.star,
.selector-icon,
.scroll-tree .sub-icon,
.icon,
.subscribe-button,
#recent-activity .recent h4
{background-image:none !important}

.entry-likers-n,
.entry-title-go-to,
.chevron,
.friend-icon img
{display:none !important}

/* remove colors */
#chrome-lhn-toggle,
#viewer-container,
#viewer-header,
.card-common .card-actions,
#entries .entry,
#chrome-header,
#chrome-title,
#chrome-view-links,
#viewer-footer,
.preview-interruption,
#quick-add-success,
#rec-preview,
#tips
{background-color:#fff !important}

/* change the borders, padding and more colors*/

.scroll-tree .name
{padding:0px !important}

#chrome
{border-left:1px dotted #404040 !important}

#chrome-title
{margin:30px 0 0 30px !important}

#viewer-header,
#chrome-header
{margin-left:12px !important; border-bottom:3px double #404040 !important}

#viewer-top-controls
{font-size:90%;margin:5px 0 5px 30px !important}

#viewer-top-controls,
.entry .card,
#current-entry .card
{border:0 !important}

/* fix a padding "wobble" as an entry is toggled #current-entry */
.card .card-content,
#current-entry .card .card-content
{padding:10px 1px 5px 5px !important}

#viewer-footer, .lhn-section
{border-top:1px dotted #404040 !important}

.card-bottom
{padding: 0 1px 20px !important; border-bottom:1px dotted #404040}

.entry-title,
.entry-author,
.feed-result-row .result-snippet,
.feed-result-row .feed-info
{margin:10px 0 !important}

.lhn-section .lhn-section-footer a,
.lhn-section .lhn-section-footer .link,
#friends-tree .friends-tree-item-action,
.feed-result-row .feed-info,
a, a:visited, .link
{color:#3E568F !important}

#recent-activity .recent h4
{padding:2px 0 2px 0 !important}

#entries.list .collapsed .entry-secondary {
top:4px !important;
}

/* next three styles appear when adding a feed */

.preview-interruption
{border:3px double #000}

.interruption-header
{color:#000 !important}

.subscribe-button
{padding:5px}


}