@charset "UTF-8";
/* CSS Document */

#tweets {
	color: #FFFFFF;
}

#tweets a {
	color: #3ebaed;
}

#tweets ul {
	margin: 0px;
	padding: 0px;
}

#tweets img {
	border: 0px none #FFF;
}


#tweets li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 10px;
}

#tweets .hash {
	color:#0066CC;
} 

#tweets .reply {
	color:#0066CC;
}

#tweets .break {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: -10px;
}

#tweets .date {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #9D989C;
	margin-bottom: 2px;
	margin-top: 5px;
}

#community_links {
	color: #FFFFFF;
}

#community_links a {
	color: #3ebaed;
}
