
.blog {
}

.blog .title {
	font-size: 18px;
	font-weight: bold;
}

.blog .body {
}

.blog .byline {
	clear: right;
}

.blog .commands {
	clear: right;
}

.blog .image_IE {
	float: right;
	margin: 5px;
	border: 1px solid #00F;
	padding: 5px;
	background: #99F;
}

.blog .image { margin: 5px; float: right; }
.blog .image .rtop b, .blog .image .rbottom b {
	background: #99F;
}
.blog .image .content {
	background: #99F;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

