
#twitter {
	colors: #658097;
	color: navy;
	position: relative;
	width: 222px;
	height: 122px;
	background-color: white;
	border: 1px solid #414040;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
#twitter-bird{
	background-image: url('../images/bird/twitter2.png');
	background-position:top;
	position: relative;
	float: right;
	margin-top: 65px;
	margin-right: -60px;
	width: 101px;
	height: 60px;
	background-repeat: no-repeat;
}
#twitter:hover #twitter-bird {
	background-position: bottom;
}
#twitter ul{
	font-family: georgia;
	font-size: 10px;
	font-weight:bold;
	margin-top:10px;
	margin-left:0px;
	padding-left:0px;
	line-height:120%;
	overflow: hidden;
}

#twitter ul li{
	overflow: hidden;
}
#twitter-link {
	color: #696969;
	font-weight:bold;
	text-decoration: none;
	position: absolute;
	top: 100px;
	left: 10px;
}
#twitter-link:hover {
	color: black;
}
#twitter .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;

}
#twitter .tweet_list li {
    overflow: auto;
}
#twitter .tweet_list li a {
	color: #696969;
	text-decoration: none;
}
