Here's the CSS:
/* Post - Title */
#content .post .post-title {
width: 554px;
height: 51px;
color: #0078FF;
font: bold 11px "Trebuchet MS", Verdana;
}
#content .post .post-title a {
color: #0078FF;
text-decoration: none;
}
#content .post .post-title a:hover {
text-decoration: underline;
}
#content .post .post-title .post-date {
float: left; background: url("images/post_date.gif") repeat-x;
width: 50px;
height: 51px;
color: #999999;
text-align: center;
text-transform: uppercase;
margin-right: 10px;
font: bold 10px/15px "Trebuchet MS", Verdana;
}
#content .post .post-title .post-date span {
margin-bottom: 2px;
display: block;
font: bold 16px/34px "Trebuchet MS", Verdana;
}
#content .post .post-title h2 {
padding: 4px 0 3px 0;
color: #0078FF;
font-weight: bold;
font: 17px "Verdana", Verdana;
}
#content .post .post-title h2 a {
color: #FFFFFF;
text-decoration: none;
}
#content .post .post-title h2 a:hover {
text-decoration: underline;