#twitter {
    background: transparent url(/userfiles/twitter/images/twitter_background.jpg) repeat-y scroll 0 0; 
    font-size: 12px;
    line-height: 1.2;
    width: 300px;
}

#twitter_canvas {
    margin: 0 14px;
    background: #3b2c3b url(/userfiles/twitter/images/purple-on-white-corners.png) top left no-repeat;
}

#twitter #twitter_canvas h3 {
    background: none;
    border: none;
    color: #fff;
}

#twitter #twitter_canvas h4 a {
    background: none;
    border: none;
}

#twitter .top, #twitter .bottom {
    display: block;
    width: auto;
    margin:0;
}

#twitter .top {
    background: url(/userfiles/twitter/images/twitter_top.png) top right no-repeat;
    height: 49px;
    text-indent: -9999px;
    padding: 0;
}

#twitter .bottom {
    background: url(/userfiles/twitter/images/twitter_bottom.jpg) top right no-repeat;
    height: 30px;
}


#twitter .TwitterView {
     position: relative;
     background: url(/userfiles/twitter/images/white-on-purple-corners.png) top left no-repeat; 
     padding-top: 9px;
     width: 272px; /* for ie6 */
     margin: 0;
}

#twitter .footer {
     background: url(/userfiles/twitter/images/footer.png) top left no-repeat;
     margin: 0;
     height: 25px;
}

#twitter .streamInfo {
    padding: 10px;
}

#twitter .streamInfo:after {
    clear: both;
    display: block;
    content: '.';
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

#twitter .streamInfo .name {
    color: white;
    display: block;
}

#twitter .streamInfo .screen_name:link,
#twitter .streamInfo .screen_name:visited {
    font-size: 1.3em;
    color: white;
}

#twitter .streamInfo .screen_name:hover,
#twitter .streamInfo .screen_name:active {
    text-decoration: underline;
}


#twitter img.profileImage {
    height: 31px;
    width: 31px;
    margin: 0 10px 10px 0;
    float: left;
}


#twitter .tweet {
    background: #FFF;
    border-bottom: 1px dotted #dddddd;
    margin: 0 1px;
    padding: 6px 8px;
}

.tweet img { display: block; }

.tweet p { margin: 0; }

.tweet .date {
    color: #444444;
    font-size: 0.7em;
    display: block;
}
