/*
Section: Typography
*/

/* HTML Tag selectors
-----------------------------------------*/

body { font: normal 12px/16px Helvetica, Arial, sans-serif; }
input, select, option, textarea { font: normal 12px/16px Helvetica, Arial, sans-serif; }
blockquote { font-style: italic; }

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }



/* Header
-----------------------------------------*/

div#top .box-socialnet p a:link, div#top .box-socialnet p a:visited  { 
	font: normal 11px/38px Verdana, Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
}
div#top .box-socialnet p a:hover, div#top .box-socialnet p a:active { text-decoration: none; }



/* Featured
-----------------------------------------*/



/* Body
-----------------------------------------*/

div#body .box h3 { 
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px; line-height: 18px; text-transform: uppercase; font-weight: normal;
}
div#body .box ul li a:hover, div#body .box ul li a:active { text-decoration: none; }

div#twitter { font: normal 22px/30px Georgia, 'Times New Roman', sans-serif; }



/* Post 
-----------------------------------------*/

.post-group h1 { font: bold 18px/22px Georgia, 'Times New Roman', serif; text-transform: uppercase; }
.post-group h2 { font: bold 18px/22px Georgia, 'Times New Roman', serif; text-transform: uppercase; }
.post-group h2 a:link, .post-group h2 a:visited, .post-group h2 a:hover, .post-group h2 a:active { text-decoration: none; }

.post-single h1 { font: bold 24px/28px Georgia, 'Times New Roman', serif; text-transform: uppercase; }
.post-single h1 a:link, .post-single h1 a:visited, .post-single h1 a:hover, .post-single h1 a:active { text-decoration: none; }


.post-box h2 { font: normal 18px/50px Georgia, 'Times New Roman', serif; text-transform: uppercase; }



/* Comments
-----------------------------------------*/

.comment .comment-author .author, .comment .comment-author .author a { font-weight: bold; }
.comment .comment-author, .comment .comment-actions { font: normal 12px/18px Helvetica, Arial, sans-serif; }



/* Sidebar
-----------------------------------------*/

div#sidebar .box-popular-posts .interior ul li span.wpp-post-title { font: bold 12px/18px Helvetica, Arial, sans-serif; }
div#sidebar .box-popular-posts .interior ul li span.post-stats { font: italic 12px/16px Helvetica, Arial, sans-serif;  }

table#wp-calendar th { font: bold 14px/18px Helvetica, Arial, sans-serif; }



/* Footer
-----------------------------------------*/

div#footer  { font: normal 10px/14px Helvetica, Arial, sans-serif; }


