/** 
 * @subsection post 
 */
 .sf_blog_post {
    border: 1px solid #cccccc;
    background-image: url(images/post_flower_1.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
 }

 .sf_blog_posttitle {
 }

 .sf_blog_posttitle a {
 }

 .sf_blog_postmeta {
 }

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

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

 .error a {
    color: #CC0000;
 }

 /** 
 * @subsection comments, trackbacks, etc. 
 */
 .trackbacklist li, .commentlist li {
    border: 1px dotted #cccccc;
 }

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

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

 
