/*** CSS 2.1 Style Sheet ***/

/***************************
 * customizes the twtr-search-widget to look a little more old skool
 * keeps the styling of the tweets themselves the same tho
 *
 **************************/
div#twtr-search-widget {
    width: 260px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0.5em;
    position: static;
}

div#twtr-search-widget.twtr-widget h3, div#twtr-search-widget.twtr-widget h4, div#twtr-search-widget.twtr-widget div.twtr-ft div a span {
    font-family: "Times New Roman", Georgia, Serif;
}

.twtr-ft a {
    text-decoration: underline;
}

.twtr-ft a:link, .twtr-ft a:hover, .twtr-ft a:active {
    color: #0000FF;
}

.twtr-ft a:visited {
    color: #FF0000;
}