/*JUITTER PLUGIN CSS*/

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{
	width: 425px;
	margin: 0 7px 0 14px;
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

/* #juitterContainer .twittLI{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	border-bottom:dashed 1px #CAF8C9;
	padding:3px;
	clear:both;
	height:55px;
}  */

#juitterContainer .twittLI{
	margin: 9px 0 0;
	padding: 0 0 15px;
	width: 425px;
	font-size: 12px;
	background: url(../img/twitter_hr.gif) bottom center no-repeat;
	color: #fff;
}

#juitterContainer .twittList SPAN.time{
	color:#777;
	font-size:0.9em
}

#juitterContainer .twittList A{
	color:#00a1e9;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer p {
	float:left;
}

#juitterContainer .juitterAvatar{
	border:solid 1px #00a1e9;
	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*/

.juitterimg {
	width: 60px;
}

.juittertxt {
	width: 365px;
}

.juittername {
	color: #00a1e9;
}