/************************************************************

	Typography.css - Define fonts, styles and spacing.
	
	Copyright (c) 2006 Craig Cook and Focal Curve

*************************************************************/

body { font: 62.5% "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif; }

h1 { text-indent: -9999px; overflow: hidden; }
h1 a { text-decoration: none; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

code, pre { font-size: 109%; }
abbr, acronym { border-bottom: 1px dotted #aaa; cursor: help; }
address.vcard {font-style: normal; }

input, select, textarea { font: inherit; }

#primenav { list-style: none; }
#primenav a { height: 35px; text-indent: -9999px; }

#content { font-size: 1.2em; line-height: 1.5; }

#content a:link { text-decoration: underline; }
#content a:visited { text-decoration: underline; }
#content a:hover { text-decoration: none; }

#subnav p { font-size: 1.2em; }
#subnav ul { list-style: none; }
#subnav ul li { font-size: 1.5em; margin: .5em 0; }
#subnav a:link, #subnav a:visited, #subnav a:hover { font-weight: bold; text-decoration: none; }

#subnav ul li ul li { font-size: .9em; }

#sitemeta { font-size: 1.1em; }


ul.skillcloud li { display: inline; margin: 2px 6px; line-height: 1.2; vertical-align: middle; }
ul.skillcloud li.level1 {font-size: 100%; }
ul.skillcloud li.level2 {font-size: 130%; }
ul.skillcloud li.level3 {font-size: 160%; }
ul.skillcloud li.level4 {font-size: 190%; }
ul.skillcloud li.level5 {font-size: 220%; }

/*** =Home ***/
body.home #recentposts h3 { font-size: 1.1em; }
body.home #featured ol { list-style: none; text-align: center; }
body.home .post h4 { font-size: 1.3em; }
body.home div.postmetadata p { font-size: .95em; }
body.home div.postmetadata a.read { font-weight: bold; }

