
/* For Tag Cloud Changes */
#tagCloud {
	/*background-color:pink;*/
	padding:5px 10px 5px 10px;
	margin:0px;
	list-style-position:inside;
}
#tagCloud li {
	display:inline;
	line-height:1.5em;
	padding: 0 8px 0 0;
}
.weight0 {
	color: #ccc;
	font-size: 1.8em;
}
.weight1 {
	color: #000;
	font-size: 1.7em;
}
.weight2 {
	color: #333;
	font-size:1.6em;
}
.weight3 {
	color: #666;
	font-size: 1.4em;
}
.weight4 {
	color: #999;
	font-size: 1.2em;
}
.weight5 {
	color: #aaa;
	font-size: 1em;
}
.weight6 {
	color: #bbb;
	font-size: 0.8em;
}
.weight7 {
	color: #ccc;
	font-size: 0.6em;
}
.weight8 {
	color: #ddd;
	font-size: 0.4em;
}