/* === Tagcloud === */

div.tagcloud_wrapper {
	width: 131px;
	background-color: #000;
	padding: 5px 10px;
	margin: 15px 0px 15px 0px;
	text-align: center;
	color: #ffcc00;
}

div.tagcloud_wrapper h3 {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffcc00;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffcc00;
}

a.tagcloudlink,
a.tagcloudlink:link {
	color: #ffcc00;
	line-height:normal;
	text-decoration: none;
 }

a.tagcloudlink:visited {
	color: #ffcc00;
	line-height:normal;
}

a.tagcloudlink:hover, a.tagcloudlink:active {
	color: #000;
	background: #ffcc00;
	line-height:normal;
}