/*JUITTER Twitter AJAX CSS*/

#twitterfeed{} /*Juitter container*/

#twitterfeed .twittList {margin: 0; padding: 0; font-size: 0.9em;} /* UL that will contain list of tweets */

/* list of tweets "<li>" */
#twitterfeed .twittLI {list-style:none; background: transparent; margin: 0 0 10px 0; padding: 0; clear: both; height: 30px; font-size: 0.9em} 
#twitterfeed .twittList SPAN.time {display:none;}
#twitterfeed .twittList A {color: #000;} /*Links inside the tweets list */

/* avatar image  */
#twitterfeed .juitterAvatar {float: left; background: #fff; padding: 0; margin-right:15px; width:30px;; height:30px;}

#twitterfeed .jRM {float:right; clear:both} /*read it on twitter link*/

#twitterfeed .extLink{} /*CSS for the external links*/

#twitterfeed .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/
