#content_head>h1{
    display:block;
    padding:10px;
    background:#4b000f url(/static/images/v1.footer.background.jpg) no-repeat;
    color:#fff;
    text-align:right;
    font-size:32px;
    line-height:40px;
}
/**/
.articles_row{
    display:block;
    padding:5px;
    margin:5px;
    margin-bottom:0px;
    border-right:solid 3px #4b000f;
    background:#E5E5E5;
    color:#333;
    font-weight:bold;
    text-decoration:none;
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    transition:0.3s;
}
.articles_row:hover{
    padding-right:15px;
    background:#DDD;
    color:#6a1022;
}
.articles_row>span.title{
    float:right;
    display:block;
    width:900px;
}
.articles_row>span.date{
    display:block;
    float:left;
    width:67px;
    font-size:12px;
    text-align:left;
}
.articles_row>span:last-child{
    clear:both;
    display:block;
    font-size:14px;
    font-weight:normal;
    text-align:right;
}