/*JUITTER PLUGIN CSS*/

#juitterContainer{ margin:0 auto 20px auto;font-family:Georgia, "Times New Roman", Times, serif;} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{list-style:none;background:#E7EDF0; margin:5px 0 0 0;padding:5px 0 0 0;padding:3px;clear:both;/*height:65px;*/} 
#juitterContainer .twittList SPAN.time{font-family: Arial; color:#333;font-size:10px; text-transform: uppercase; }




#juitterContainer .twittList A{color:#2b4381;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin:0 5px 5px 0;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both;font-size:10px;} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/


/* ---------------------------------- */
/* Example News Containers            */
/* ---------------------------------- */
#twitterComponent {width:220px; overflow:hidden; margin:0 auto;
	font-family: georgia,times New Roman,sans-serif; font-size:13px;  
	line-height:18px; 
	color:#333333;
	
	}
	
#twitterComponent #componentHeader {width:220px; height:27px; overflow:hidden;}
#twitterComponent #componentHeader img {border:none;}

