/*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;background:#EEFDEA;margin-bottom:5px; margin-left:0px;padding:5px 0 5px 0;border-bottom:dashed 1px #656565;clear:both;} 
#juitterContainer .twittList SPAN.time{color:#656565;font-size:0.9em}
#juitterContainer .twittList A{color:#dd7c32;} /*Links inside the tweets list */
#juitterContainer .twittList A:hover{color:#dd7c32;text-decoration:none;border-bottom:1px dashed #ee8907;}


/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:40px;;height:40px;}
#juitterContainer .jRM{float:right;clear:both;margin:0px;} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/





