#wds-container {
	
}

#wds a {
	background: none;
	text-decoration: none;
}

#wds a:hover {
	text-decoration: underline;
}

.wds-copyright {
	text-align: center;
}

.wds-copyright a {
	color: #999;
	font-size: 9px;
	text-decoration: none;
}

#wds-header {
	padding: 5px;
}

#wds-header a {
	background: none;
	color: #333;
}

#wds-header a:hover {
	text-decoration: none;
}

a .wds-display-name {
	font-weight: bold;
	color: #333;
}

a:hover .wds-display-name {
	text-decoration: underline;
}

a .wds-screen-name {
	color: #999;
	text-decoration: none;
}

a:hover .wds-screen-name {
	color: #666;
}

.wds-avatar {
	border: 0px;
	float: left;
	margin-right: 5px;
}

#wds-tweets a {
	color: #0084B4;
	text-decoration: none;
}

.wds-tweet-container {
	padding:8px 0 8px 30px;
	background: url('../images/twitter-icon.png') no-repeat 0 12px;
}

.wds-last {
	border: none;
}

.wds-tweet-data {
	font-size: 10px;
}

#wds-twitter-icon a {
	background: url('../images/twitter-icon.png') no-repeat;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
}