
#TwitterFeedContainer {
	margin:.8em
}

#TwitterFeedContainer h1 {
	color: #0400A1; 
	margin: 0;
}

#TwitterFeedContainer h2 {
	font-size: 1em;
	margin: 0;
}

#TwitterAccountSelectors  {
	border-top: 1px solid #B1BA5D;
	border-bottom: 1px solid #B1BA5D;
	text-align: center;	
	text-transform: uppercase;
	margin: 1.2em 0 1.2em 0;
	padding: .5em;	
}

#TwitterAccountSelectors a {
	margin: 0 .6em 0 .6em;	
	font-size: .65em;
	padding: .4em;
}

.twitterAccountSelected {	
	font-weight: bold;	
	background-color: #FFFAAA;
}


/*  --------------------------------------------------------------------------------------------------------------------------- */


#TweetsContainer {
	font-size:.8em
}

.tweet {
	padding: 1.6em 0 1.6em 0;
	border-bottom: 1px solid #B1BA5D;
	clear: both;
	display: block;
	display:none;
}

.tweetProfileImageContainer {
	float: left;
	width: 48px;
	display: inline;	
}

#tweetProfileImageContainer img {
	border: 0px;
	max-width: 48px;
	max-height: 48px;
}

.tweetTimestamp {
	font-size: .8em;
	color: gray;
	display:block;
}

.tweetBody {
	margin-left: 65px;
	min-height: 40px;
	text-align: left;
}

.tweetUserName a {
	font-weight: bold;
	text-decoration: none;
}

.tweet a {
	color: #A10B0A;
	text-decoration: underline;
}

#Updating {
	display: none;
	float: right;
}

#GettingMore {
	display: none;
	float: right;
}
