/*JUITTER PLUGIN CSS*/

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{
	width:230px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	/*border:solid 1px #680f0f;*/
	background:#000000 url(../images/tweet_bg1.png) left top no-repeat;;
	/*background:url(../images/tweet_bg1.png) left top no-repeat;*/
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:10px 0px 10px 0px;
	background:#000000;
	border-bottom:dashed 1px #ffffff;
	clear:both;
	/*height:55px;*/
} 
#juitterContainer .twittList SPAN.time{
	color:#777;
	font-size:0.9em;
}
#juitterContainer .twittList A{
	color:#aa1919;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{
	float:left;
	border:solid 1px #ffffff;
	background:#FFF;
	margin-right:5px;
	padding:0px;
	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*/





