.dayTitle {
	width: 100%;
	color: #666;

	font-weight: bold;
	line-height: 1.5em;
	font-size: 110%;
	margin-top: 3px;
	margin-bottom: 10px;

	clear:both;
	border-bottom: 2px solid #333;
	text-align:left;

}

.day .postTitle {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear:both;
        margin-left: 2em;
}