.date
{
float:right;
color: #606060;
}

.item
{
clear:both;
margin: 20px 10px;
height: 200px;
}

#content p.subtitle
{
margin-left: 30px;
}

#content .item > img
{
height: 75px;
width: auto;
float: left;
margin-right: 15px;
margin-bottom: 15px;
border-radius:100%;
}
.item p.descr
{
/*float:right;*/
width: 70%;
}

.item a > img
{
height: 20px;
width: auto;
padding: 2px;
vertical-align: sub;
}

#content h2 > a
{
color: inherit;
}

#content h2 > span
{
border-width: 1px
border-color: black;
border-style: outset;
border-radius: 20%;
padding: 2px;
font-size: 12px;
color: black;
}