.ce_tweet_holder {
	 
}

.ce_tweet * {
	padding: 0;
	margin: 0;
}

.ce_tweet {

	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 6px 12px;
	margin: -1px 0 0 0;
	display: block;
	line-height: 18px;
	clear: both;
	color: #444;
	font: 15px/15px 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	position: relative;
	min-height: 54px;
	z-index: 1;
}

.ce_tweet:hover {
	background-color: rgba(0, 166, 231, .1);
	border-bottom: 1px solid rgba(0, 166, 231, .15);
	border-top: 1px solid rgba(0, 166, 231, .15);
	z-index: 2;
}

.ce_tweet a {
	color: #00A6E7;
	text-decoration: none;
}

.ce_tweet a:hover span {
	text-decoration: underline;
}

.ce_tweet:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ce_tweet_row {
	margin: 0;
	clear: both;
}

.ce_tweet_left {
	width: 48px;
	position: absolute;
	top: 9px;
	left: 12px;
}

.ce_tweet_left img {
	display: block;
}

.ce_tweet_right {
	float: left;
	margin-left: 60px;
}

a.ce_tweet_username {
	color: #333333;
	font-weight: bold;
}

.ce_tweet:hover a.ce_tweet_username {
	color: #00A6E7;
}

.ce_tweet:hover a.ce_tweet_username:hover {
	text-decoration: underline;
}

.ce_tweet_name {
	color: #999;
	font-size: 12px;
}

.ce_tweet .ce_tweet_text {
	font-family: Arial, "Helvetica Neue", sans-serif;
	line-height: 18px;
	padding: 0 0 2px 0;
	word-wrap: break-word;
}

a.ce_tweet_time,
a.ce_tweet_reply,
a.ce_tweet_retweet,
a.ce_tweet_favorite {
	color: #999999;
	font-size: 11px;
	display: block;
	float: left;
	margin-left: 5px;
	position: relative;
	padding-left: 19px;
	visibility: hidden;
}

a.ce_tweet_time {
	visibility: visible;
}

.ce_tweet:hover a.ce_tweet_time,
.ce_tweet:hover a.ce_tweet_reply,
.ce_tweet:hover a.ce_tweet_retweet,
.ce_tweet:hover a.ce_tweet_favorite {
	visibility: visible;
	color: #00A6E7;
}

a.ce_tweet_time:hover,
a.ce_tweet_reply:hover,
a.ce_tweet_retweet:hover,
a.ce_tweet_favorite:hover {
	text-decoration: underline;
}

.ce_tweet_time {
	margin-left: 0;
}

.ce_tweet_time span,
.ce_tweet_reply span,
.ce_tweet_retweet span,
.ce_tweet_favorite span {
	display: block;
	float: left;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(/themes/third_party/ce_tweet/images/everything-spritev2.png) no-repeat 0 0;
	margin-right: 3px;
	left: 0;
	bottom: 1px;
}

.ce_tweet_time span {
	background: transparent url(/themes/third_party/ce_tweet/images/bird_16_blue.png) no-repeat bottom left;
}

.ce_tweet_reply:hover span {
	background-position: -16px 0;
}

.ce_tweet_retweet span {
	background-position: -80px 0;
}

.ce_tweet_retweet:hover span {
	background-position: -96px 0;
}

.ce_tweet_retweet.ce_tweet_retweeted span, .ce_tweet_retweet.ce_tweet_retweeted:hover span {
	background-position: -112px 0;
}

.ce_tweet_favorite span {
	background-position: -32px 0;
}

.ce_tweet_favorite:hover span {
	background-position: -48px 0;
}

.ce_tweet_favorite.ce_tweet_favorited span, .ce_tweet_favorite.ce_tweet_favorited:hover span {
	background-position: -64px 0;
}