/* @override 
	https://www.nationalteachersalliance.org/?css=include/twit-stream.v.1299196948
	https://www.nationalteachersalliance.org/?css=include/twit-stream.v.1299188718
	https://www.nationalteachersalliance.org/?css=include/twit-stream.v.1299292981
*/

.twitStream{
	margin-bottom: 20px;
	border-radius: 7px;
	-moz-border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #f0f8ff;
	color: #666;
	padding: 15px;
}

.tweet{
	height: 55px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}

.tweet-left{
	float: left;
	margin-right: 10px;
}
.tweet-left img{
	border: 1px solid #ccc;
	margin-top: 3px;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}

.tweet-user, .tweet-time {
	font-size: 10px;
}

.tw_bird {
	float: right;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: -15px;
}