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

.clear {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.tagcloud-container {
	float: left;
	width: 100%;
	
	margin-top: 20px;
	margin-bottom: 20px;
}
.tagcloud {
	background-image: url(corner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	text-align: center;
	padding: 5px;
	padding-bottom: 30px;
	font-size: 70%;
	font-family: arial;
	font-size: 1.1em;
	
	position: relative;
	
	z-index: 3;
}
.tagcloud h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}
.tagcloud ul {
	margin: 0;
	padding: 0;
}
.tagcloud ul li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 35px;
	position: relative;
}
.tagcloud ul li a {
	text-decoration: none !important;
}
.tagcloud ul li a:hover {
	text-decoration: underline !important;
}
.tagcloud .taginfo {
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid;
	
	top: -5px;
	left: -5px;
	
	z-index: 4;
}
.tagcloud .taginfo ul li { height: auto; display: block; float: none; text-align: left; }
.tagcloud .taginfo a {
	font-size: .9em;
	font-weight: bold;
	text-decoration: none !important;
	white-space: nowrap;
}
.tagcloud .taginfo a:hover {
	text-decoration: underline !important;
}
.tagcloud .taginfo p {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}