#newstweet-container{
background: transparent;
margin:0px;
color:#FFF;
text-align:left;
}

#newstweet-container a { -moz-outline-style: none;} /* Removes ugly dotted lines in Firefox */
#newstweet-container a img{border:0;} /* Removes borders from images in IE */

/* Style for the header */
div#newstweet-header{float:left; margin:0px 0px 10px 0px; padding:0px ;} 

/* Container where the posts are displayed */
#newstweet-container div#twitterwrapper{float:left; width:auto; margin:0px auto; padding:0;} 

/* Interior container where the posts are displayed */
#newstweet-container div#tweetholder{float:left; margin:0 auto; padding:0;} 

/* Boxes where each post is displayed */
div.tweet{float:left; margin:0 0 40px 0; padding:0; display:none;}

/* Info of Poster */

	/* Avatar - Standard size is 48 x 48 */
	#newstweet-container img.avatar{float:left; margin:0 10px 0 0; padding:0; border:3px solid white; width:32px; height:32px;} 
	
	/* Name of tweeter */
	#newstweet-container p.posted{float:left; width:114px; margin:0;  padding-top:7px; border-top:3px solid #fff;}
	#newstweet-container p.posted a { text-transform:capitalize} 
	
	/* Time & Date of tweet */
	#newstweet-container span.date{ margin-top:2px; line-height:10px; float:left; font-size:11px;} 

/* Style for the main text of the tweet */	
	#newstweet-container p.posttext {float:right; overflow:hidden; width:320px; margin:0 0 8px 23px;  padding-top:8px; border-top:1px solid #fff; } 
	#newstweet-container p.posttext em { font-style:normal;}


/* Container where "View All" and "Tweet It" links are displayed */
	#newstweet-container p.newstweet-viewall{float:left; margin:30px 0 0 0; padding:0;} 
	#newstweet-container p.newstweet-viewall a {margin:0 0 10px 0; } 



/* Used to clear out elements so the display nicely */
	.newstweet-clear{width:100%; height:1px; clear:both;} 

