div h3 a.blog-curvyTitleLink {
	font-weight: bold;
	color: white;
}

.blog-categories ul,
.blog-latestArticles ul {
	list-style-type: none;
	margin-top: 3px;
}

.blog-categories {
	margin-top: 10px;
}

.blog-categories ul li,
.blog-latestArticles ul li {
display: block;
	margin:0px 0px 3px 0px;
	padding: 0px;
}

.blog-postBody,
.blog-postBody p,
.blog-postActions {
	font-size: small;
	margin-right: 10px;
}

.blog-postActions {
	margin-top: 10px;
	text-align: right;
}

.blog-postActions span {
	margin: auto 6px;
}

.blog-postHeader {
	margin-bottom: 10px;
}

.blog-commentHeader {
	border: 1px solid #eee;
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	font-weight: bold;
	font-size: 1.2em;
}

.blog-addComment {
	text-align: right;
	margin: 10px;
}

.blog-comment {
	padding: 10px 20px;
	border: 1px solid #ddd;
	margin: 0 10px 4px 0;
}

.blog-comment-odd {
	background-color: #eee;
}

.blog-comment div {
	text-align: right;
	margin-top: 4px;
}

.blog-comment div a {
	margin-top: 2px;
}

p.blog-about {
	margin-top: 8px;
}
