/*JUITTER PLUGIN CSS*/

#juitterContainer{
width:180px;
} /*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:0;
	padding:7px 0 7px 0;
	border-bottom:dashed 1px #FFA6A6;
	clear:both;
} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/








.cb{clear:both}

.nmt{margin-top:0;padding-top:0;}

.code{color:#006600;background:#FEFDED;margin:0;padding:0;}