/* @override http://www.digico.biz/jquery-twitter-feed/twitter-styles.css */

/* CSS Document */





#twitter-feed {
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 25px 5px 10px;
	border-radius:12px;
	background-color:#FFF;
	color:#333;
	overflow:auto;
}
#twitter-feed h1 {
	color:#5F5F5F;
	font-size:18px;

	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 10px;
}
.twitter-article, #loading-container {
	border-top:1px dotted #CCC;
	float:left;	
	padding:8px 0px 8px 0px;
}
#loading-container {
	padding:16px 0px 16px 0px;
	text-align:center;	
}
.twitter-pic {
	float:left;
}

.twitter-pic img {
	float:left;
	border-radius:7px;	
	border:none;
	
}
 
 
.twitter-text p {
	margin:0px;
	line-height: 18px;
}
.twitter-text a,  h1 a {
	color: #008ed7;
	text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
	text-decoration: underline;
	color: #008ed7;
}

.twitter-text {
	font-size: 12px;
	padding-left: 60px;
}

.tweet-time {
	font-size:10px;
	color: #ffffff;
	float:right;
}
.tweet-time a, .tweet-time a:hover {
	color: #ffffff;
}

.backlink {
	font-size:11px;
	text-align:center;
}
.tweetprofilelink a {
	color: #008ed7;
}
.tweetprofilelink a:hover {
	color: #008ed7;
}
.backlink a {
	color: #008ed7;
}