	/*JUITTER PLUGIN CSS*/

#juitterContainer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	} /*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;
	padding:5px 0 0 0;
	border-bottom:solid 1px #CACC9A;
	padding:3px;
	clear:both;
	/*height:55px;*/} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList a{
	color:#6D7139;
	font-size:11px;
	text-decoration:none;
	
	} /*Links inside the tweets list */

#juitterContainer .twittList a:hover {
	text-decoration:underline;
	}

/* 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{
	color:#6D7139;
	text-decoration:none;
	
	} /*CSS for the external links*/

#juitterContainer .hashLink{	
	color:#6D7139;
	text-decoration:none;
	
	} /*CSS for the hash links*/
#juitterContainer .profileLink {
	color:#6D7139;
	text-decoration:none;
	font-weight:bold;
	}
	
#juitterForm p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	color:#CACC9A;
	}
	
#juitterForm input {
	border:1px solid #ccc;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	color:#6D7139;
	width:160px;
	}		
/*end of Juitter CSS*/