<!-- post header -->

.post_title, .post_date { 
border-bottom: 1px solid #DDDDDD; 
}
.post_title { 
font-weight: bold; 
font-size: 14px;
padding:3px;
background:#999999; 
color: #000000; 
}

.post_date {  
background:#999999; 
color: #ffffff;
text-align: right; 
font-weight: bold; 
}

.post_short { 
background:#ffffff;
color:#000000;
text-align: justify; 
padding-bottom: 5px; 
}


<!-- comments header -->
.comment_title { 
font-weight: bold; 
color: #000000;
}

.comment_text { 
color: #000000; 
background: #ffffff; 
border-bottom: 1px solid #cccccc; 
padding-bottom: 15px; 
}

.comment_text { 
border: 1px solid #cccccc; 
}

.comment_info { 
text-align: right; 
color:#000000;
}

.comment_title, .comment_info { 
background: #999999; 
}

