/*JUITTER PLUGIN CSS*/

#juitterContainer{} /*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;
	width: 100%;
	height: 92px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	clear:both;
} 
#juitterContainer .twittList SPAN.time{
	color:#666666;
	font-size:0.9em;
	float:right;
	clear:both;
}
#juitterContainer .twittList A{
	color:#4298de;
	font-weight: bold;
	font-size: 10px;
} /*Links inside the tweets list */
#juitterContainer .twittList A:hover{
	color:#236ca7;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{
	float:left;
	border: none;
	background:#FFF;
	margin: 0;
	padding:0;
	width:48px;
	height:48px;
}

#juitterContainer a.JRM{
	color:#4298de;
	font-weight: bold;
	font-size:0.9em;
	float:right;
	clear:both;
} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*CALLOUT BLOCK*/

#juitterContainer .twittLI .left{
	height: 92px;
	background: url(../images/twitter/callout_left.gif) no-repeat left;
} 

#juitterContainer .twittLI .right{
	padding: 10px 10px 0 0;
	height: 92px;
	background: url(../images/twitter/callout_extend.gif) no-repeat right;
} 

.twitter-content {
	float: left;
	height: 60px;
	overflow: hidden;
}

/*end of Juitter CSS*/