@charset "utf-8";

#twitter-ticker{
	width:170px;
	height:300px;
	color:#666;
	display:none;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
	background-color: #f5f5f5;
	background-image: url(../social/twitterImage/slickbg.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 10px;
}

#tweet-container{
	height:270px;
	width:auto;
	overflow:scroll;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
	background-image: url(../social/twitterImage/twitter_64.png);
}
.tweettite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}


#top-bar{
	height:45px;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	-moz-border-radius:6px 6px 0 0;
	background-image: url(../social/twitterImage/top_bar.png);
	background-repeat: repeat-x;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #F0F0F0;
	width:auto;
	overflow:hidden;
	background-image: url(../social/twitterImage/transparent.png);
}

.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;
}

.tweet .txt{
	clear:both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
}

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

a, a:visited {
	color:#00F;
	text-decoration:underline;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

#main{
	text-align:center;
	width:420px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
