﻿/*JUITTER PLUGIN CSS*/

#juitterContainer{
	height: auto;
	padding-top: 140px;
}
/*Juitter container*/

#juitterContainer .twittList{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #E5E5E5;
}
/* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{
	list-style: none;
	border-bottom: dashed 1px #CAF8C9;
	padding: 5px 5px 5px 5px;
	clear: both; /*	height: 65px; */;
	border-bottom-color: #808080;
}
#juitterContainer .twittList SPAN.time{
	font-size: 12px
}
#juitterContainer .twittList A{
	color: #C0C0C0 !important;
	font-size: 12px !important;
	text-decoration: underline;
}
/*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{
	float: left;
	border: 1px solid #C0C0C0;
	background: #FFF;
	margin-right: 5px;
	padding: 2px;
	width: 40px;;
	height: 40px;
	margin-bottom: 0px;
	vertical-align: top;
	text-align: center;
}
#juitterContainer .jRM{
	float: right;
	clear: both;
	font-size: 12px !important;

}
/*read it on twitter link*/

#juitterContainer .extLink{
	font-size: 12px !important;
	color: #C0C0C0;
}
/*CSS for the external links*/

#juitterContainer .hashLink{
}
/*CSS for the hash links*/

/*end of Juitter CSS*/




