/* CSS Document */
#twitter-feed {
	width:260px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:8px;
	padding:0px 25px 0px 5px;
	border-radius:0px;
	background-color:;
	color:#FFF;
	height: 258px;
	overflow-y: scroll;
}
#twitter-feed h1 {
	color:#FFF;
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:18px;
	font-weight:lighter;	
}
.twitter-article, #loading-container {
	width:260px;
	border-top:1px dotted #999;
	float:left;	
	padding:5px 0px 5px 0px;
}
#loading-container {
	padding:5px 0px 5px 0px;
	text-align:center;	
}
.twitter-pic {
	float:left;
}

.twitter-pic img {
	float:left;
	border-radius:7px;	
	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:204px;
	float:left;
	font-size:11px;
	padding-left: 11px;
}

.tweet-time {
	font-size:10px;
	color:#CCC;
	float:right;
}
.tweet-time a, .tweet-time a:hover {
	color:#666666;
}

.backlink {
	font-size:11px;
	text-align:center;
}
.tweetprofilelink a {
	color:#999;
}
.tweetprofilelink a:hover {
	color:#999;
}
.backlink a {
	color:#aaa;
}