/*
Typography goes in this document
*/

* {
	font-family : verdana, sans-serif;
	font-size : 11px;
}

h1 { font-size : 20px; }
h2 { font-size : 15px; }
h3 { font-size : 14px; }
h4 { font-size : 12px; }
h5 { font-size : 11px; }
h6 { font-size : 11px; }

#sidebar a {
	font-family : 'lucida grande', arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

#footer {
	font-size : 9px;
}

/* --- */
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
}

ul.links li.linkcat h2 { 
	font-size : 14px;
}

#blog_front .blog_post p.blog_header {
	font-style : italic;
	font-size : 10px;
}

#blog_front .blog_post p.blog_header strong {
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	font-style : normal;
}

.nocomments {
	font-size 9px;
	font-style : italic;
	color : #999;
}

.post .post_info {
	font-size : 10px;
	font-style : italic;
}




