.hfeed .hentry .headline, 
.hfeed .hentry h1, 
.hfeed .hentry h2, 
.hfeed .hentry h3, 
.hfeed .hentry h4, 
.hfeed .hentry h5, 
.hfeed .hentry h6, 

.hentry .headline, 
.hentry h1, 
.hentry h2, 
.hentry h3, 
.hentry h4, 
.hentry h5, 
.hentry h6 
{
    background-image : url("/image/background.png");
    padding-top : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 5px;

    border-top : 1px solid #505050;
    border-bottom : 1px solid #505050;

    text-decoration : none;

}



.hfeed .hentry .content,
.hentry .content
{
    background-color : #404040;


    padding-top : 2px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 2px;

    -moz-border-radius : 15px;
}


.hfeed .hentry .content a,
.hentry .content a
{
    color : inherit;
}
.hfeed .hentry .content a:hover,
.hentry .content a:hover
{
    color : #0c0;
}

.hfeed .hentry .content h1,
.hfeed .hentry .content h2,
.hfeed .hentry .content h3,
.hfeed .hentry .content h4,
.hfeed .hentry .content h5,
.hfeed .hentry .content h6,

.hentry .content h1,
.hentry .content h2,
.hentry .content h3,
.hentry .content h4,
.hentry .content h5,
.hentry .content h6
{
    background-image : none;
    border : 0;
    padding:0;
}






.hentry .comment
{
    background-color : #404040;


    padding-top : 2px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 2px;

    -moz-border-radius : 15px;

    margin-bottom : 24px;
}

.hentry .comment .headline,
.hentry .comment h1,
.hentry .comment h2,
.hentry .comment h3,
.hentry .comment h4,
.hentry .comment h5,
.hentry .comment h6
{
    border : 0;
    background-image : none;
}

