/* CSS Document */

#special_side_container
{
width:100%;	
}

#special_side
{
position:relative;
display:inline-block;
margin:0 auto;	
}

.side-entry-comment
{
float:right;	
padding:5px 0 0 0;
color:#656565;
}

.image-link .side-entry-date
{
    background-color: #000000;
}

.image-link .side-entry-date 
{
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    top: 0;
    left: 0;
    color: #FFF;
    display: table;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.image-link .side-entry-date .side-entry-date-inner 
{
    display: table-cell;
    vertical-align: middle;
}

.image-link .side-entry-date .side-entry-date-inner span 
{
    display: block;
    line-height: 1;
}

.image-link .side-entry-date .side-entry-date-day 
{
    color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-style: normal;
}