#sections a.blog {
	background: url(../images/tab-on.gif) repeat-x #69c;
	color: #ccc;
	text-decoration: none;
}
#sections a.blog:hover {
	color: #fff;
}

div.post {
	border: #369 dotted;
	border-width: 0px 0px 2px 0px;
}

div.sidebox {
	float: right;
	width: 200px;
	border: solid #eee 2px;
	padding: 5px 10px;
	background: #fff;
}
