@import url("../css/reset.css");

/* THEME BY JASON T. AMOR */

body { font-family: Arial, Helvetica, sans-serif; background-color: #fafafa; }

a { color: #222; text-decoration: none; }
a:hover { color: #00abc3; }

#wrap { width: 640px; border-top: 8px solid #000; margin: 0px auto 25px auto; }

header h1 { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height:40px; margin: 16px 0 16px 0; }
header h1 a { color: #00abc3; }

header img { margin: 0 12px -5px 0; }

ol#posts img { width: 640px; }
ol#posts li { border-bottom: 1px dotted #999; margin-bottom: 60px; }
ol#posts li h2 { margin-bottom: 20px; }
ol#posts li p { font-size: 12px; line-height: 1.4em; margin-bottom: 13px; color: #777; }
ol#posts li .caption { font-family: Arial, Helvetica, sans-serif; width: 380px; margin-top: 10px; font-size: 14px; color: #777; }
ol#posts li .meta { margin-top: 40px; text-align: right; margin-bottom: 4px; font-size: 9px; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; text-transform: uppercase; }
ol#posts li .meta a { color: #777; font-size: 9px; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; text-transform: uppercase; }
ol#posts li .meta a:hover { color: #00abc3; }
ol#posts li:last-child { border-bottom: 1px solid #000; margin-bottom: 20px; }

ol#posts li.textPost h2 a { font-size: 30px; font-family: Helvetica, Arial, sans-serif; color: #000; }
ol#posts li.textPost h2 a:hover { color: #555; }
ol#posts li.textPost img { margin-bottom: 10px; }
ol#posts li.textPost blockquote { margin:1.5em; color:#363636; padding-left:.75em; border-left: 3px solid #363636; }

ol#posts li.quotePost { font-size: 25px; line-height: 1.2em; font-family: Georgia, Times, serif; color: #000; }
ol#posts li.quotePost .source { font-size: 16px; text-align: right; padding-right: 80px; margin-top: 15px; color: #777; }
ol#posts li.quotePost .meta { font-size: 9px; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }

ol#posts li.chatPost h3 a { font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #444444; }
ol#posts li.chatPost h3 a:hover { color: #777; }
ol#posts li.chatPost ul li { border: none; }
ol#posts li.chatPost ul li:first-child { margin-top: 20px; }

ol#posts li.linkPost a.link { font-size: 22px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
ol#posts li.linkPost .meta  { font-size: 9px; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }

#paging { text-align: center; padding-bottom: 20px; border-bottom: 1px solid #000; margin-bottom: 25px; }
#paging a { font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

footer { color: #999; text-align: right; font-family: Helvetica, Arial, sans-serif; font-size: 11px; }
footer a { color: #999; font-size: 11px; }

#notes { margin-top: -45px; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }
ol#posts .notes { list-style-type: none; border-bottom: none; font-size: 10px; margin-bottom: 15px; font-weight: normal; }
ol#posts .notes li.note { border-bottom: none; padding: 5px; margin: 5px; }
ol#posts .notes li.note img.avatar { vertical-align: -7px; margin-right: 7px; width: 16px; height: 16px; border: 1px solid #ccc; padding: 2px; }
ol#posts .notes li.note span.action { font-weight: bold; }
ol#posts .notes li.note .answer_content { font-weight: normal; }
ol#posts .notes li.note blockquote { border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px; }
ol#posts .notes li.note blockquote a { text-decoration: none; }
