body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

/* generic */
h1{
	font-size:16px;
}
a:link,
a:visited{
	font-size:12px;
	font-weight:bold;
	color:#0066FF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.tiny{
	font-size:10px;
}

/* articles */
.breadcrumbs{
	color:#BBBBBB;
}
.breadcrumbs, .breadcrumbs a{
	font-size:11px;
}

.article blockquote{
	font-size:14px;
	line-height:16px;
	color:#8F8F8F;
}

.contents h4{
	font-size:15px;
}

.contents a:link, .contents a:visited{
	font-size:15px;
}
.contents a:hover, .contents a:active{
	text-decoration:underline;
}

/* blogs and blog post formatting */
a.blogtitle:link, a.blogtitle:visited{
	color:#444455;
	
	letter-spacing:1px;
}
a.blogtitle:hover, a.blogtitle:active{
	color:#FFF;
	background-color:#444455;
	text-decoration:none;	
}
.post, .article{
	font-size:12px;
	line-height:18px;
	color:#222;
}
.thoughts .post{
	font-size:11px;
}
.post a, .article a{
	font-size:10pt;
	font-weight:normal;
}
.post .date{
	font-size:11px;
	color:#888;	
	font-style:italic;
	font-weight:normal;
}

.post .headline, .article h1{
	font-size:18px;
	margin:0;
	line-height:19px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#444;
}

.post a.headline:hover, 
.post a.headline:active{
	color:#FFF;
	background-color:#0370AC;
	text-decoration:none;
}
.post .categories{
	font-size:11px;
}
.post .categories a{
	font-size:11px;
}
.post .author{
	font:11px;
}
.comments .label{
	font-size:24px;
	color:#666666;
	letter-spacing:-1px;
}

.footer{
	font-size:11px;
	color:#888;
		
}
.footer p{
	font-size:10px;
}
.footer address{
	font-style:normal;
}