/* Containers */
/* For modern browsers */
.container:before, 
.container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom:1;
}

.html5-outliner {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

/* Twitter Feed Structure */
.TwitterFeed {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	font-size: 1rem;
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 0.714285714285714rem;
}
.Tweets {
	height: 500px;
	height: 35.714285714285714rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.TwitterFeed a {
	text-decoration: none;
}
.TwitterFeed a:hover {
	text-decoration: underline;
}
div.TwitterFeed ul,
div.TwitterFeed ol,
div.TwitterFeed ul li,
div.TwitterFeed ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Twitter Header */
.TwitterUser {
	padding: 10px 10px 40px;
	padding: 0.714285714285714rem 0.714285714285714rem 40px;
	background-color: #00ACED;
	background-image: url(../images/twitter-background.png);
	background-repeat: no-repeat;
	background-size: 70px 50px;
	background-size: 5rem 3.571428571428571rem;
	background-position: bottom right;
	color: #fff;
	position: relative;
}
.TwitterUser a,
.widget-area .widget .TwitterUser a {
	color: #fff;
	font-size: 18px;
	font-size: 1.285714285714286rem;
	font-weight: 700;
}
.TwitterUser a:hover,
.widget-area .widget .TwitterUser a:hover {
	color: #fff;
}
.TwitterUser img {
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 0.714285714285714rem 0.714285714285714rem 0;
	max-width: 50px;
	max-width: 3.571428571428571rem;
	max-height: 50px;
	max-height: 3.571428571428571rem;
}
.TwitterUserInfo iframe {
	position: absolute;
	bottom: 10px;
	bottom: 0.714285714285714rem;
	left: 10px;
	left: 0.714285714285714rem;
	margin: 0 !important;
	padding: 0 !important;
}
.TwitterUser .UserIntents {
	clear: both;
}

/* Tweets */
.Tweet {
	border-bottom: 1px dotted #ddd;
	position: relative;
	overflow: hidden;
}
.TweetInfo {
	margin-left: 11%;
	padding: 10px;
	padding: 0.714285714285714rem;
}
.TweetDate,
.CommentDate {
	font-size: 12px;
	font-size: 0.857142857142857rem;
	font-style: italic;
	color: #666;
}
.Tweet img {
	position: absolute;
	max-width: 9% !important;
	top: 10px;
	top: 0.714285714285714rem;
	left: 10px;
	left: 0.714285714285714rem;
}
div.TwitterFeed .TweetIntents li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-right: 0.714285714285714rem;
}
div.TwitterFeed .TweetIntents  a {
	padding-left: 20px;
	padding-left: 1.428571428571429rem;
}
a.Reply {
    background:url("../images/reply-default.png") no-repeat left center;
}
a.Reply:hover {
    background:url("../images/reply-hover.png") no-repeat left center;
}
a.Retweet {
    background:url("../images/retweet-default.png") no-repeat left center;
}
a.Retweet:hover {
    background:url("../images/retweet-hover.png") no-repeat left center;
}
a.Favorite {
    background:url("../images/favorite-default.png") no-repeat left center;
}
a.Favorite:hover {
    background:url("../images/favorite-hover.png") no-repeat left center;
}

/* Misc */
.StatusUp {
	text-align:center;
}
.twitter_error_message {
	line-height:50px;
	font-size:16px;
	font-weight:700;
	margin:0;
	background-color: #F00;
	color:#ffffff;
	min-height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
}
.StatusDown {
	text-align:center;
	min-height:100px;
	background-color:#ffffff;
    background:url("../images/ajax-loader.gif") no-repeat center center;
}

/*.twitter-follow-button
{
	float: right;
}
.StatusUp
{
	text-align:center;
}
.twitter_error_message
{
	line-height:50px;
	font-size:16px;
	font-weight:700;
	margin:0;
	background-color: #F00;
	color:#ffffff;
	min-height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
}
.StatusDown
{
	text-align:center;
	min-height:100px;
	background-color:#ffffff;
    background:url("../images/ajax-loader.gif") no-repeat center center;
}

 For modern browsers 
.twitter-container:before,
.twitter-container:after 
{
    content:"";
    display:table;
}
.twitter-container:after 
{
    clear:both;
}

 For IE 6/7 (trigger hasLayout) 
.twitter-container 
{
    zoom:1;
}
.TwitterFeed
{
	border: 1px solid #ddd;
	-moz-border-radius: 0;
	border-radius: 0;
}
body .TwitterFeed img 
{
	box-shadow:none;
	border-radius:0px;
}
body .TwitterFeed p 
{
	margin-bottom:10px !important;
	line-height:1em !important;
	padding:0;
}
body .TwitterFeed iframe 
{
	margin:15px 1% 0 0;
}
.TwitterUser
{
	border-bottom: 1px solid #ddd;
}
.Tweets
{
	-moz-border-radius: 0;
	border-radius: 0;
	overflow-y:scroll;
	height:500px;
}
.Tweet 
{
	border-bottom:1px solid #ddd;
	-moz-border-radius:0;
	border-radius: 0;
}
.TweetInfo 
{
	padding:10px;
	position:relative;
	padding-left:15%;
	min-height:80px;
}
.TwitterUserDisplayName 
{
	font-size:2em;
	font-weight:700;
	line-height:1em;
}
.TweetAuthor {}
.TweetAuthor img 
{
	position:absolute;
	width:12%;
	height:auto;
	top:10px;
	left:1%;
	margin:0;
	padding:0;
	max-height:80px;
	max-width:80px;
}
.TweetAuthor p 
{
	margin:0px;
	line-height:1em;
}
.TweetDate 
{
	float:right;
	line-height:1em;
}
body .TweetIntents 
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1em;
}
body .TweetIntents li 
{
	list-style:none;
	list-style-type:none;
	float:left;
	margin:0 10px 0 0;
	line-height:1em;
}
.TweetIntents li a 
{
	display:block;
	padding-left:20px;
}
.TweetAuthorUserDisplayName 
{
	font-weight:700;
}

a.Reply 
{
    background:url("../images/reply-default.png") no-repeat left center;
}
a.Reply:hover
{
    background:url("../images/reply-hover.png") no-repeat left center;
}
a.Retweet
{
    background:url("../images/retweet-default.png") no-repeat left center;
}
a.Retweet:hover
{
    background:url("../images/retweet-hover.png") no-repeat left center;
}
a.Favorite
{
    background:url("../images/favorite-default.png") no-repeat left center;
}
a.Favorite:hover
{
    background:url("../images/favorite-hover.png") no-repeat left center;
}

.TwitterUser img 
{
	float: left;
	width:25%;
	max-width: 25%;
	height: auto;
	margin-right: 15px;
}
.TwitterUserInfo 
{
	position:relative;
	font-style:italic;
}
.TwitterNameContainer 
{
	margin-top:15px;
}*/