/* 
    Document   : twitter-feed.css
    Created on : 29-jan-2010, 11:58:46
    Author     : Floris Weijenburg
    Description: Styling the Twitter feed, white version (frontpage).
*/

.twitterfeed
{
    list-style-image: url('../../lib/images/home/white/bullet.gif');
    margin-left: 5px;
}

.twitterfeed h4, .twitterfeed h4 a
{
    color:#000;
    margin:15px 0 0 0;
    padding:0;
    text-decoration: none;
}

.twitterfeed h4 a:hover
{
    border-bottom: 1px solid #EC008C;
}

.twitterfeed .chunk
{
    margin:10px 0 0 0;
    padding:0 0 5px 0;
    border-bottom:1px solid #ccc;
    font-size: 12px;
}

.twitterfeed .chunk .footnote
{
    font-style: italic;
}