/* CSS for the twitter stuff on the HDNet home page*/

#twitter_div {
	text-align: left;
	padding: 6px 12px 6px 12px;
	border: 1px solid #80D4F6;
	background-color: #55A8E3;
}

.sidebar-title {
	color: white;
	font-size: 14px;
	padding-bottom: 6px;
}

#twitter_update_list {
	list-style-type: none;
	margin-left: 12px;
	padding: 0px;
}

#twitter_update_list .li {
	border: 1px solid black;
	background-color: blue;
}

#twitter_div a:link, #twitter_div a:visited {
	color: white;
	text-decoration: none;
}

#twitter_div a:hover, #twitter_div a:active {
	color: white;
	text-decoration: underline;
}
