body{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

/* generic */
h1{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h3{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

a:link,
a:visited{
	color: #0066CC;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

/* text content - posts and articles */
.post, .article{

}

.post .headline, .article h1{

}

.post .date, .post em{
	
}

.breadcrumbs{
	display:none;
}

.breadcrumbs, .breadcrumbs a{
	
}

.contents {
	
	
}


.post .author{

}


/* footer and other */
.footer{


}
.footer p{
	color: #999;
	font-size: 9px;
}
.footer address{
	
}