﻿/* BASIC TYPOGRAPHY */
/* Base Font, Weight & Sizes *
/*alternate accent color #CC3300 orange #CC3300*/
html body{color:#444;font:100 70%/1.6 Helvetica,Arial,sans-serif;}
h1{font-weight:900;font-size:2.4em;}
h2{font-weight:900;font-size:2em;}
h3{font-weight:900;font-size:1.8em;}
h4{font-weight:900;font-size:1.6em;}
h5{font-weight:900;font-size:1.4em;}
h6{font-weight:900;font-size:1.2em;}
h1,h2,h3,h4,h5,h6{font-family:Georgia,serif; font-style:italic; font-weight:900;}

/* Base Links */
a{ text-decoration: none; color:#282828; }
a:hover{ color:#CC3300; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */
strong, th, thead td { font-weight:900; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
.container { line-height: 1.6em; }


/*Navigation*/
div#navigation ul { font-size:1.1em; }
div#navigation ul li a{ text-decoration:none; color:#b1b1b1; }
div#navigation ul li a:hover{ color:#999; }
div#navigation ul li a.currentpage{ color:#666; }

/*Blog*/
div#featuredpost p{ font-size:1.1em;  color:#444; margin-bottom:15px; line-height:1.7em;}
div#featuredpost p.fpdate{ font-size:1.1em; letter-spacing:0.1em;  margin-bottom:15px; color:#777;}
div#recentpost h3 { color:#bbb; font-size:1.1em; }
div#recentpost ul li h4 { font-size:1.25em; line-height:1.25em; margin: inherit; }
div#recentpost ul li p { color:#aaa; margin-bottom:inherit; }
div#recentpost ul li p.comments { font-family:Georgia,serif; color:#656565; font-style:italic; text-align: center; }
div#recentpost ul li p.audience { color:#bbb; font-size:0.9em;text-align: center; margin:5px 0 0; }

/*Feeds*/
div.feeds h3 { color:#bbb; font-size:1.1em; }
div.feeds ul li h4 { font-size:1.25em; line-height:1.25em; margin: inherit; }
div.feeds ul li p{ color:#aaa; margin-bottom:inherit; }
div.feeds h3.head a span { text-decoration:underline; }
div.feeds h3.head * { color:#CC3300; }
div.feeds h5{ font-size:1.1em; font-style:normal; margin:inherit;}
div.feeds a{ color:#BBBBBB; }
div.feeds a:hover{ text-decoration:underline; }

/*Footer*/
div#footer h6,div#footer p{ padding-left:45px; color:#ccc; margin: inherit; }

/* TEXT CLASSES */
.small { font-size:.8em; margin-bottom:1.875em; line-height:1.875em; }
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em; }
.hide { display:none; }
.quiet { color:#666; }
.loud { color:#000; }
.highlight { background:#ff0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.thin { font-weight: lighter; }
.error, .notice, .success { padding:.8em; margin-bottom:1.6em; border:2px solid #ddd; }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4; }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324; }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880; }
.error a { color:#8a1f11; background:none; padding:0; margin:0; }
.notice a { color:#514721; background:none; padding:0; margin:0; }
.success a { color:#264409; background:none; padding:0; margin:0; }
.center { text-align: center;}
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold; padding:0 2px; }
