﻿#tweetwrap
{
    width: 90%;
    height: 340px;
    border: solid 0px #a0a0a0;
    background-color: #333333;	
}

#tweettitle
{
    background-color: #333333;
    color: #ffffff;
    padding-left: 10px;
    height: 30px;
    *height: 35px;
    padding-top: 5px;
    font-size: 16px;
    padding-right: 0px;
}

#tweettitle img
{
    vertical-align: middle;
    border: 0;    
}

#tweettitle:after
{
    clear: both;
}

#tweettitle a, #tweettitle a:visited, #tweettitle a:active, #tweettitle a:link
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#tweettitle a:hover
{
    text-decoration: underline;
}

#tweet
{
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 15px;
    overflow: auto;
    height: 300px;    
}

#tweet a, #tweet a:visited, #tweet a:active, #tweet a:link
{
    font-size: 11px;
    color: #666BA2;
    text-decoration: none;
}

#tweet a:hover
{
    text-decoration: underline;
}

.tweettime
{
    color: #a0a0a0;
    font-size: 9px;
}

.tweettime a, .tweettime a:visited, .tweettime a:active, .tweettime a:link
{
    font-size: 9px;
    color: #a0a0a0 !important;
    text-decoration: none !important;
}

.tweettime a:hover
{
    text-decoration: underline !important;
}

#tweet ul
{
    margin-left: 0;
    text-indent: 0;
    padding-left: 0;
}

#tweet li
{
    list-style: none;
    margin-left: 0;
    padding-bottom: 8px;
}
