ul.tagcloud {
	list-style-type: none;
	padding: 0;
	line-height: 2em;
}
ul.tagcloud li {
	display: inline;
	line-height: 2em;
	white-space: wrap;
}
ul.tagcloud li:after {
	content: " ";
}
ul.tagcloud li:last-child:after {
	content: " ";
}
ul.tagcloud .count {
	font-size: 0.875em;
	line-height: 1.714em;
	color: #888;
}

.tagcloud
{
	text-align:center;
	padding:6px 6px 6px 6px;
    margin:15px 4px 15px 4px;
    width:290px;
    overflow:hidden;
}

span.weight1
{
	color: #3C3C3C;
}
span.weight2
{
	color: #2C2C2C;
}
span.weight3
{
	color: #3c78a7;
}
span.weight4
{
	color: #2C2C2C;
}
span.weight5
{
	color: #3c78a7;
}
