#tag-cloud-widget {
	border: solid 1px #e9e9e9;
	padding: 20px;
	text-transform: uppercase;
}
	#tag-cloud-widget .title {
		font-size: 18px;
		color: #666;
		margin-bottom: 20px;
	}
	#tag-cloud-widget li {
		display: inline-block;
		color: #0068ad;
		line-height: 30px;
		margin-right: 10px;
	}
		#tag-cloud-widget li:hover {
			color: #7fb3d6;
		}
