@import url(reset.css);
@import url(typography.css);

body,
html > body {font-family:georgia, serif; font-size:12pt;} /* So IE6 can still resize. The percentage notation also fixes a strange quirk where IE dramaticly scales text. */
a {color:#aa0000;}

/* hide things..*/
#header,
#navigation,
.aside,
.h-entry .entry-categories,
h3#respond,
#commentform,
.pagination,
#colophon,
hr.separator {display:none;}
abbr {border:none;}

a{border-bottom:1px solid #eee; color:#aa0000; text-decoration:none;}
a:visited {font-style:normal;}

a:link:after,a:visited:after,a:hover:after,a:active:after {
content: " (" attr(href) ") ";
color: grey;
font-style: italic;
font-weight: normal;
line-height:1.5;
}

.h-entry {border-top:1px dashed grey; padding:1.5em 0;}
.h-entry:first-child {border:none;}
.h-entry .entry-title,
.h-entry .entry-date {font-weight:bold;}

li.comment {background:url(../images/quote.png) no-repeat 0 1.5em; list-style:none; margin-left:-30px; padding-left:30px;}

#footer .feed {display:block;}
