/* CSS Document */

#twitter-feed {
	float: left;
	height: 232px;
    width:296px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 0 0 0;
	margin: 0 0 0 2px;
    color:#333;
    overflow-y:auto;
	overflow-x:hidden;
	background-image:url('../img/mainBkgd.png');
	border-radius: 5px;
	border: 1px #000 solid;
}
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding: 5px 0px 5px 0px;
    font-size:18px;
    font-weight:lighter;
}
.twitter-article, #loading-container {
    width:296px;
    float:left;
    padding:0px 0px 0px 2px;
}
#loading-container {
    padding:0 0 0 0px;
    text-align:center;
}
.twitter-pic {
    float:left;
	display: none;
}
 
.twitter-pic img {
    float:left;
    border-radius:0px;
    border:none;
 
}
 img  {
     border:none;
 }
.twitter-text p {
    margin:0px;
    line-height:15px;
}
.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}
 
.twitter-text {
    width:276px;
    float:left;
    font-size:11px;
    padding-left: 5px;
}
 
.tweet-time {
    font-size:10px;
    color:white;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}
.tweetprofilelink a {
    color: #e00b03;
}
.tweetprofilelink a:hover {
    color:#444;
}
.backlink {
    font-size:11px;
    text-align:center;
}
 
.backlink a {
    color:#aaa;
}