
/* CSS For Kent: css for twitter */

.twitterfeed {
    font-size: 13px;color:#737a9d;
}
.twitterfeed a {
    color:#232D65;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
}
.twitterfeed a:hover {color:#757eac;}

.twitterfeed ul li{
    list-style-type:none;
    margin-bottom: 12px;
    margin-left:0px;
}
.twitterfeed ul li a {
    clear:right;
}
.twitterfeed ul li span a {
}
.twitterfeed .statusContent {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}
.twitterfeed ul li a {
}

.twitterfeed .statusTime a {
    float: right;
    background: url(twitterfeed/twitter-small-icon.png) no-repeat left;
    padding-left:26px;
    height: 17px;
    font-size: 10px;
}

/*
<li>
    <span>
        Apple's Path to Become the First $1T Company - 
        <a href="http://ow.ly/66noS">
           http://ow.ly/66noS
        </a>
    </span> 
    <a style="font-size: 85%;" href="http://twitter.com/INM_/statuses/104177873744695296">
       55 days ago
    </a>
</li>
*/
