@charset "UTF-8";

/* tagscloud */

#tagscloud {
	position: relative;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#tagscloud a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-family: Arial;
	text-decoration: none;
	margin: 0 10px 15px 0;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	padding: 1px 5px;
	display: inline-block;
	border-radius: 3px;
}

#tagscloud a.tagc0 {
	background: #666;
}

#tagscloud a.tagc1 {
	background: #de9818;
}

#tagscloud a.tagc2 {
	background: #F16E50;
	color: #fff;
}

#tagscloud a.tagc3 {
	background: #006633;
	color: #fff;
}

#tagscloud a:hover {
	color: #fff;
	background: #0099ff;
}