body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

h2.tut{
	color: #333333;
	font-family: "Courier New", Courier;
	font-size:16px;
	padding:12px 0 0 58px;	
}

#twitter-ticker{
	width:290px;
	height:340px;
	color:#111;
	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:370px;
	width:auto;
	overflow:hidden;
}

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

#top-bar{
	height:1px;
	position:relative;
	margin-bottom:4px;
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px dotted #222;
	width:auto;
	overflow:hidden;
}

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

.tweet .time{
	font-size:11px;
	color:#222;
	white-space:nowrap;
}


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

.tweet .txt{
	clear:both;
}

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

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

a:hover{
	text-decoration:none;
	color:#999;
}

#loading{
	margin:100px 95px;
}

