div#BlogBox
{
	margin: 20px 10px 20px 10px;
}
#BlogBox h3
{
	font-size: 12px;
	color: rgb(0, 163, 231);
}
#BlogBox h4
{
	font-size: 11px;
}
#BlogBox h4 a
{
	color: black;
}
#BlogBox h4 a:hover
{
	color: rgb(0, 163, 231);
}
#BlogBox span.PubDate
{
	font-size: 9px;
	float: right;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: right;
	color: #555;
}
#BlogBox h4 span.Author
{
	display: block;
	margin-top: 10px;
	font-weight: normal;
	color: #444;
}
#BlogBox div.Entry
{
	margin: 20px auto;
	overflow: hidden;
}

#BlogBox div.Entry img
{
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
#BlogBox div.Entry p
{
	padding-top: 10px;
}
#BlogBox div.Entry p.Controls
{
	text-align: right;
}
#BlogBox div.Entry a.button4
{
	float: right;
	margin-left: 10px;
}
#BlogBox span.Count
{
	color: #00a3e7;
}
