/************************************
* This file contains the bare minimum CSS to make Tweet This look good!  Its purpose
* is to setup the layout.  Coloring and what not goes in a theme CSS file!
*************************************/

/* RESET STYLES */
.TT_wrapper,
.TT_wrapper div,
.TT_wrapper a,
.TT_wrapper p,
.TT_wrapper img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}

/* Layout and some base styles */
div.TT_wrapper {
	font-family: sans-serif;
	padding: 10px;

	margin: 8px 0;

	width: auto;
	height: auto;
}
	div.TT_wrapper div.TT_text {
		font-size: 26px;
		line-height: 1.45;
	}
	div.TT_wrapper div.TT_tweet_link_wrapper {
		text-align: right;

		display: block;
		max-width: 45%;
		float: right;

		padding: 2px 5px;
	}
		div.TT_wrapper div.TT_tweet_link_wrapper img {
			max-width: 50px;
			max-height: 25px;

			margin-right: 2px;
			margin-bottom: -4px;

			display: inline;  /* In case themes override default img display */
		}

	div.TT_wrapper div.TT_byline {
		display: block;
		max-width: 45%;
		float: left;

		font-size: 11px;

		padding-top: 7px;
	}

	div.TT_wrapper div.TT_footer {
		padding: 4px 0 0 0;
		margin-top: 8px;

		width: auto;
		height: auto;
	}

span.TT_wrapper {
	font-family: sans-serif;
}
	span.TT_wrapper img {
		max-width: 50px;
		max-height: 20px;

		margin-right: 2px;
	}