/*JUITTER PLUGIN CSS*/
#juitterContainer{} /*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;margin:0;padding:0px 0 0 0; font-size:1em; line-height:1.2; font-style:italic; color:#000; border-bottom:dotted 1px #000; padding-top:5px; padding-bottom:5px; min-height:50px; clear:both;} 
#juitterContainer .twittList A{color:#000; clear:both; font-size:1em; color:#555; font-style:normal; text-decoration:underline;} /*Links inside the tweets list */
#juitterContainer .twittList A:hover{color:#000; clear:both; font-size:1em; color:#444; font-style:normal; text-decoration:underline; cursor:pointer; background-color:#FFCC00;} /*Links inside the tweets list */


/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:solid 1px #ccc;background:#FFF;margin-right:5px;padding:2px;width:40px;height:40px;}
#juitterContainer .jRM{float:right;} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/