/*JUITTER PLUGIN CSS*/

#juitterContainer{
	margin-top: 	10px;
	margin-bottom: 	10px;
	margin-left:	5px;
	width: 			98%;
} /*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;
	margin-left: 	5px;	
	padding:		5px 0 0 0;
	border-bottom:	dashed 1px #CAF8C9;
	padding:		3px;
	clear:			both;
	height:			55px;
	color: 			#4587c9;
} 

#juitterContainer .twittList SPAN.time{
	color:#FFFFFF;
	font-size: 10px;
	font-family:Arial;	
}

#juitterContainer .twittList A{
	font-family:Arial;
	color:#dfb331;
	font-size: 12px;
	text-decoration: none;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{
	float:left;
	border:solid 1px #FFFFFF;
	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*/