﻿.tweet
{
display: block;
background: transparent;
clear: both;
padding: 10px;
margin: 0;
height: 80px;
overflow: hidden;
position:relative;
}

.tweetSeparator
{
display: block;
background: transparent;
clear: both;
padding: 10px;
margin: 10px;
overflow: hidden;
position:relative;
text-align: center;
font-weight: bold;
}

.tweet img
{
float: left;
margin-right: 1em;
border: 0;
background: transparent;
}

.tweet div
{
margin: 0;
padding: 0;
margin-left: 60px;
}

.tweet span.twAuthor
{
position: absolute;
left:60px;
bottom: .5em;
 font-weight:bold;
}

.tweet span.twDate
{
    position:absolute;
    right: 1em;
    bottom: .5em;
    font-weight:bold;
}

.monitter 
{
float: left;
/*width: 280px;*/
margin: 0;
border: 0;
background: transparent; 
overflow:hidden;
}

.tweet a 
{

}

#tweets
{

}

/* This class is dynamically added to the search input box */
.searchbox
{
    margin: .3em;
    width: 25em;
    color: #aaa;
}

.twSearch a, .twSearch a:link, .twSearch a:active, .twSearch a:visited
{
color: #efefef;
}

.twSearch a:hover
{
color: #c00;
}
