﻿.twitterFeed
{
    width:466px;
    float:right;
    padding-top:16px;
}

.twitterFeed ul.twitterList li
{
    padding:16px 0 16px 0;
    width:100%;
    overflow:hidden;
    clear:both;
    background-color:#FCFCFB;
}

.twitterFeed ul.twitterList li:nth-child(odd)
{
    background-color:#F4F7F8;
}

.twitterFeed h4
{
    float: left;
    display:inline;
    padding-bottom: 8px;
}
.twitterFeed h4 img 
{
    display:block;
}

.twitterFeed ul.twitterList .userAvatar
{
    float:left;
    padding: 0 14px;
}
.twitterFeed ul.twitterList .userAvatar img
{
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: 1px 1px 3px #CFCFCF;
    -moz-box-shadow: 1px 1px 3px #CFCFCF;
    box-shadow:1px 1px 3px #CFCFCF;
}

.twitterFeed .retweet
{
    background: url("cssimages/retweet.png") left center no-repeat;
    padding-left:16px;
    margin-left:1em;
}

.twitterFeed .tweetDetails
{
    line-height:1.6em;
    padding-right:14px;
}

.mainContent .twitterFeed p 
{
    padding:0 0 8px;
}

.twitterFeed .tweetDetails .twitterUsername a,
.twitterFeed .tweetDetails .tweetTime a
{
    color:#666;
    text-decoration:none;
}
.twitterFeed .tweetDetails .twitterUsername a
{
    font-weight:bold;
}

.twitterFeed .tweetDetails .twitterUsername a:hover,
.twitterFeed .tweetDetails .twitterUsername a:focus,
.twitterFeed .tweetDetails .tweetTime a:hover,
.twitterFeed .tweetDetails .tweetTime a:focus
{
    color:#000;
}

.twitterFeed .tweetDetails .tweetTime
{
    text-align:right;
}