/**
 * Tweet Display Back Module for Joomla!
 *
 * @copyright  Copyright (C) 2010-2015 Michael Babker. All rights reserved.
 * @license    http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License Version 2 or Later
 */

.TDB-headavatar {
	min-height: 98px;
}

.TDB-header-user,
.TDB-tweet-user {
	text-align: center;
}

span.TDB-header-avatar-left {
	min-height: 48px;
	float: left;
	margin: 1px;
	padding: 3px;
}

span.TDB-header-avatar-right {
	min-height: 48px;
	float: right;
	margin: 1px;
	padding: 3px;
}

.TDB-tweet-avatar-left {
	float: right;
	height: 32px;
	padding: 2px;
}

.TDB-tweet-avatar-right {
	float: left;
	height: 32px;
	padding: 2px;
}

.TDB-tweet-align-left .TDB-tweet-time,
.TDB-tweet-align-left .TDB-tweet-actions {
	text-align: right;
}

.TDB-tweet-align-right .TDB-tweet-time,
.TDB-tweet-align-right .TDB-tweet-actions {
	text-align: left;
}

.TDB-action {
	background: url("../images/icon-sprite.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
}

.TDB-action a {
	background: none repeat scroll 0 0 transparent !important;
	height: 16px;
	left: 0;
	position: absolute;
	text-decoration: none !important;
	width: 16px;
}

.TDB-reply {
	background-position: 0 0;
}

.TDB-reply:hover {
	background-position: -16px 0;
}

.TDB-retweet {
	background-position: -80px 0;
}

.TDB-retweet:hover {
	background-position: -96px 0;
}

.TDB-favorite {
	background-position: -32px 0;
}

.TDB-favorite:hover {
	background-position: -48px 0;
}

.TDB-footer-follow-link {
}

.TDB-footer-follow-link iframe {
	border: 0;
	background-color: transparent;
	overflow: hidden;
}

.TDB-footer-powered-text {
	font-size: 85%;
	text-align: center;
}