﻿.twscreenName a {
	color: #c1c1c1;
	font-size: 12px;
}

.twTitle {
	line-height: 13px;
}

.twIntents  {
	float: right;
	clear: both;
}

.twDate {
	float: left;
	display: inline-block;
}

	.twIntents a {
		background-image: url(../Images/twitter-intentions-sprite.png);
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		float: left;
		margin: 0 2px;
	}

	.twDate a {
		width: auto !important;
		color: #c1c1c1;
		font-size: 11px;
		background: none !important;
		float: left;
	}

		.twIntents a.twReply {
			background-position: 0 0;
		}

		.twIntents a.twReply:hover {
			background-position: -16px 0;
		}

		.twIntents a.twRetweet {
			background-position: -80px 0;
		}

		.twIntents a.twRetweet:hover {
			background-position: -96px 0;
		}

		.twIntents a.twFavorite {
			background-position: -32px 0;
		}

		.twIntents a.twFavorite:hover {
			background-position: -48px 0;
		}
