﻿/* TagCloud
----------------------------------------------------------*/

.TagCloud			/* Applies to the entire tag cloud */
{
	
	
	text-align:center;
	font-weight: 300;

}
.tag-cloud-container{
	border: 1px solid #CCC;
margin-bottom: 10px;
padding:20px; 
margin-top: 10px;
}
.tag-cloud-container h2{
color: #114a7c;
font-weight: 300;
margin-top: 0px;
margin-bottom: 20px;
	
}

.TagCloud a{
		padding:3px;
		}

.TagCloud a:hover{
	background-color:#124a7b;
	color:#ffffff;
	padding:3px;
	-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
}

.TagCloud > span	/* Applies to each tag of the tag cloud */
{
	margin-right:3px;
	text-align:center;
	
	
}

.TagCloud > span.TagWeight1	/* Applies to the largest tags */
{
	font-size:32px;
	color;#0A2C49;
}

.TagCloud > span.TagWeight2
{
	font-size:24px;
	
}

.TagCloud > span.TagWeight3
{
	font-size:20px;
	color:#666;
}

.TagCloud > span.TagWeight4
{
	font-size:16px;
	color:#666;
}

.TagCloud > span.TagWeight5	/* Applies to the smallest tags */
{
	font-size:12px;
	color:#efefee;
}

