#left_content_area .news_element {    
    margin-right:5px;
    margin-bottom:15px;
    background-image: url('/images/element_middle.png');
    background-position:top left;
    background-repeat:repeat-y;
         
}

#left_content_area .news_element .news_element_header {
    background-image: url('/images/element_top.png');
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:4px;    
    
}

#left_content_area .news_element .news_element_header .standard {
    background-image: url('/images/news_back.png');
    background-position:top left;
    background-repeat:repeat-x;
    /*background-color:#d4e6f8;*/
    margin-left:4px;
    margin-right:8px;

    padding-left:3px;
    margin-bottom:10px;
       
}

#left_content_area .news_element .news_element_header .relacja {
    background-image: url('/images/news_back_relacja.png');
    background-position:top left;
    background-repeat:repeat-x;
    margin-left:4px;
    margin-right:8px;
    padding-left:3px;
    margin-bottom:10px;
       
}

#left_content_area .news_element .news_content .clearer{
    width:100%;
    height:1px;
    padding-bottom:10px;
    clear:both;
}

#left_content_area .news_element .news_content p {
    margin:0 13px 10px 10px;
    text-align:left;
    line-height: 18px;
    font-size:11px;
    
    color:#6c6c6c;   
    
}


#left_content_area .news_element .news_content div.photo {
    width:130px;
    background-image: url('/images/photo_top.png');
    background-repeat:no-repeat;
    padding-top:5px;
    margin-left:10px;
    margin-right:5px;
    margin-top:4px;
    float:left;
    
}

#left_content_area .news_element .news_content div.photo a {
    width:130px;
    display:block;
    background-image: url('/images/photo_bottom.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    text-align:center;
    padding-bottom:5px;
    
}




#left_content_area .news_element .news_element_header h2 {
    font-size:12px;     
    color:#5d656d;
    margin-left:5px;
    margin-right:10px;
    padding-top:5px;
    margin-bottom:3px;   
}
#left_content_area .news_element .news_element_header h2 a {
    color:#5d656d;
}

#left_content_area .news_element .post_info {
    color:#7a858f;    
    padding-bottom:5px;    
    margin-left:4px;
    margin-right:10px;
    font-size:10px;       
    border-bottom:1px solid #dedede;
    
}

#left_content_area .news_element .post_info .read_more{
    
    /*background-image: url('/images/read_more_background.png');
    background-position:bottom left;*/
    height:18px;
    width:75px;
    float:right;
    
    
    text-align:right;
    padding-right:0px;
    line-height:18px;
    color:#8a8e92;   
    font-size:9px;
    margin-right:0;
    margin-top:-15px;
    
}

#left_content_area .news_element .post_info .read_more a {
    color:#8a8e92;
}

#left_content_area .news_element * {
    
}
#left_content_area .news_element .news_element_footer {
    background-image: url('/images/element_bottom.png');
    background-position:bottom left;
    background-repeat:no-repeat;
    padding-bottom:10px;
    clear:both;

}

#left_content_area .news_element .news_element_footer .footer_information {
    background-image: url('/images/news_background.png');
    background-position:bottom left;
    background-repeat:repeat-x;
    
    color:#8c8c8c;
    font-size:10px;
    margin-left:4px;
    margin-right:8px;
}

#left_content_area .news_element .news_element_footer .footer_information div.post_stats{
    border-top:1px solid #dedede;
    margin-left:5px;
    margin-right:5px;
    padding-top:5px;
    height:18px;
    display:block;
        
}
#left_content_area .news_element .post_stats {
    position:relative;
    color:#8a8e92;
    
}
#left_content_area .news_element .post_stats a {
    color:#8a8e92;
}

#left_content_area .news_element .post_stats .add_comment {
    position:absolute;
    right:0;
    top:5px;
}