/* 
    Document   : tweetFeed
    Created on : 02/10/2009, 8:43:43 PM
    Author     : Adam
    Description:
       Style up the Twitter feeds
*/

/* TWITTER FEED */



#tweets
{
   
     float: left;
     color:#000000;
font-family:arial,sans-serif;
font-size:11px;

}

#twitterTop
{

    height: 5em;

}

#twitterLink
{
      padding-top: 1em;
}

#twitterLink a
{
    position: relative;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration:none;
}

#twitterLink a:hover
{
    position: relative;

    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration:underline;
}


#tweets ul
{
    list-style-type:none;
    padding-left: 1px;
    float: left;
    margin: 0;
}

#tweets h2
{
    font-size:medium;
    color: #FF0000;

    display:inline;

}

#tweets img
{
    float: left;
    padding-right: 10px;
}


#tweets #time
{
    color:red;
}

