/* CSS Document */
div.blogEntry {
	font: 11px Verdana;
	line-height: 15px;
	color: #989898;
	text-align: left;
	margin: 5px 0 25px 0;
}
div.blogEntry div.title {
	display: block;
	float: left;
	font: bold 15px Arial;
	color: #b2c598;
}
div.blogEntry div.photo {
	clear: both;
	display: block;
	padding: 5px 0 0 0;
	margin: 15px 0 15px 0;
}
div.blogEntry div.date {
	display: inline;
	font: 10px Verdana;
	color: #cf6f6c;
}
div.blogEntry p {
	clear: both;
}