﻿#feeds .title
{
    font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-style: italic;
    font-size: 10.5pt;
    margin-bottom: 5px;
    color: #333333;
}

#feeds .user
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    margin-bottom: 2px;
}

#feeds .user:hover
{
    text-decoration: none;
}

#feeds .date
{
    font-size: 85%;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 15px;
}
