/* Start of CMSMS style sheet 'LCC Twitter' */
#twitter{
	color: #8dacc1;
	margin-bottom: 10px;
}
#twitter ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#twitter li span:before{
	content: "LCC ";
}
#twitter li{
	padding: 10px;
	border-bottom: 1px dashed #0c1011;
}
#twitter li.firstTweet{
	color: #dbe6ac;
	font-size: 12pt;
}
#twitter #profileLink{
	display: block;
	height: 50px;
	margin: 10px;
	text-indent: -9999px;
	background: url(images/lcc-twitter) no-repeat 0 bottom;
}
#twitter a#profileLink:hover{
	background-position: 0 2px;
}
/* End of 'LCC Twitter' */

