#twitter-ticker{
	width:230px;
	height:90px;
	color:#666666;
	display:none;
	text-align:left;
	font-size:10px;
}

/*#twitter-ticker{
	width:260px;
	height:160px;
	color:#666666;
	display:none;
	text-align:left;
	font-size:10px;
}*/


#tweet-container{
	height:110px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

.tweet{
	padding:5px;
	border-bottom:#E7E4D8 1px dotted;
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
	display:none;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#0000FF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}

#twitter-ticker{
	margin:auto;
}

#main{
	margin: auto;
	text-align: center;
	width: 230px;
}
