/** 
 * @subsection post 
 */
 .sf_blog_post {
    border-bottom: 1px dotted #D2D4BF;
 }

 .sf_blog_posttitle {
    background-color: #d2d4bf;
    color: #603910;
 }

 .sf_blog_posttitle a,
.sf_blog_posttitle a:link, 
.sf_blog_posttitle a:hover {
    color: #603910;
 }

 /** 
 * @subsection error page 
 */
 .error {
    background-color: #FFCFCF;
    border: 1px solid #CC0000;
    color: #CC0000;
 }

 /** 
 * @subsection comments, trackbacks, etc. 
 */
 h6#trackbackslabel, 
h6#commentslabel, 
h6#leavecommentlabel, 
#surveytitletext, 
.header {
    background-color: #D2D4BF;
    color: #603910;
 }

 .trackbacklist li, 
.commentlist li {
    border-color: #CCCCCC;
 }

 /**  
 * @subsection calendar 
 */
 .calendar {
    background-color: #454F27;
    border: 1px solid #BFCF8E;
 }

 .calendar caption {
    background-color: #454F27;
    border: 1px solid #BFCF8E;
 }

 /** 
 * @subsection entries 
 */
 .recentdate {
    color: #BFCF8E;
 }

 
