body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#dddddd;
}

#twitter-ticker{
	width:800px;
	height:600px;
	background: #93754f;
	color:#666666;
	display:none;
	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

#tweet-container{
	height:600px;
	width:auto;
	overflow:hidden;
	background-color:#eeeeee;
}

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

.tweet{
	padding:3px;
	margin:0 8px 8px;
	
	border:1px solid #dddddd;
	background:url(img/transparent.png);
	
	width:auto;
	overflow:hidden;
}

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

.tweet .time{
	padding:3px;
	text-transform:uppercase;
	font-size:8px;
	color:#333333;
	white-space:nowrap;
}


.tweet .avatar img{
	width:20px;
	height:20px;
	border:1px solid #666666;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
	font-size:10px;
}

.tweet .user{
	font-weight:bold;
	font-size:12px;
}

a, a:visited {
	color:#93754f;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}


