body{
	font-family:"Trebuchet MS",Verdana, Sans-serif;
	color:#555;
}

/* generic */
h1{
	font-size:16px;
}
a:link,
a:visited{
	font-size:12px;
	font-weight:bold;
	color:#0370AC;
	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:16px;
	line-height:22px;
	color:#8F8F8F;
}

.contents h4{
	font-size:15px;
}

.contents a:link, .contents a:visited{
	font-size:15px;
}
.contents a:hover, .contents a:active{
	color:#FFF;
	background-color:#0370AC;
	text-decoration:none;
}

#right .date{
	
}
#right .headline{
	font-size:18px;
	line-height:18px;
	letter-spacing:-1px;
}
.one{
	position:relative;
	width:45%;
	float:left;	
}
.one .headline a:link,
.one .headline a:visited{
	font-size:18px;
	line-height:18px;
	letter-spacing:-1px;
}
.one .headline a:hover,
.one .headline a:active{
	color:#FFF;
	background-color:#0370AC;
	text-decoration:none;
}

/* blogs and blog post formatting */
a.blogtitle:link, a.blogtitle:visited{
	color:#444455;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.blogtitle:hover, a.blogtitle:active{
	color:#FFF;
	background-color:#444455;
	text-decoration:none;	
}
.post, .article{
	font-size:10pt;
	line-height:20px;
	color:#777;
}
.post a, .article a{
	font-size:10pt;
	font-weight:normal;
}
.post .date, .post em{
	font-size:11px;
	color:#CCC;
	text-transform:uppercase;
	letter-spacing:2px;
	font-style:normal;
}
.post .headline, .article h1{
	font-size:26px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#0370AC;
}
.portfolio a:link, .portfolio a:visited,
.portfolio a:hover, .portfolio a:active{
	font-size:inherit;
	text-decoration:none;
}
.portfolio h1{
	font-size:20px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#0370AC;
}

.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:#0066CC;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer p{
	font-size:10px;
}
.footer address{
	font-style:normal;
}