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

 .sf_blog_posttitle {
 }

 #divline {
    border-top: 1px dotted #AA934E;
 }

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

 .error a {
    color: #CC0000;
 }

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

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

 /**  
 * @subsection calendar 
 */
 .calendartitle td {
    background-color: #AA934E;
    color: #ffffff;
 }

 .calendar .calendarcell {
    border: 1px solid #AA934E;
 }

 
