
/*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;background:#000;margin:0;padding:7px 0 0 0;border-bottom:dashed 1px #333;padding:3px;clear:both;height:55px;} 
#juitterContainer .twittList SPAN.time{color:#ededed;font-size:0.9em}
#juitterContainer .twittList A{color:#ededed;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:right;border:solid 1px #D3EECA;background:#FFF;margin-left:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:left;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*/





/*BELOW HERE IS THE JUITTER WEBSITE CSS*/
body{margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;color:#fff; 
	direction:rtl;
	font-size: 0.9em;
	text-align:center;
		background: #000 url(images/bodybd-2.png) no-repeat 50% 0;
}

#wrapper{
	text-align: right;
	margin: 0 auto;
	width: 500px;

}

#header{text-align:center; margin-top: 20px;}

h1{color:#ededed;font-size:2.2em;margin:0;padding:0;}

#content{
	margin: 40px 0;
}

.transparent_class {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
