.content
{
	width: 725px;
	height: 533px;
}

.content .gutter
{
	padding: 7px;
}

/*
=====
Tag Cloud
=====
 */

/* Don't let superlong search keywords break the home page in IE */
.tagcloud
{
	width: 155px;
	overflow: hidden;
}

.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:active
{
	text-decoration: none;
}

.tagcloud a:hover
{
	text-decoration: underline;
}

/* Low Search Count */

.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:hover,
.tagcloud a:active
{
	color: #597e4d;	
}

/* Medium Range Search Count */

.tagcloud a:link.medium,
.tagcloud a:visited.medium,
.tagcloud a:hover.medium,
.tagcloud a:active.medium
{
	color: #2d5660;
	font-size: 110%;	
}

.tagcloud a:link.mediumhigh,
.tagcloud a:visited.mediumhigh,
.tagcloud a:hover.mediumhigh,
.tagcloud a:active.mediumhigh
{
	color: #2d5660;
	font-size: 125%;	
}

/* High Search Count */

.tagcloud a:link.high,
.tagcloud a:visited.high,
.tagcloud a:hover.high,
.tagcloud a:active.high
{
	color: #528ca7;
	font-size: 150%;	
}

/* Max Search Count */

.tagcloud a:link.max,
.tagcloud a:visited.max,
.tagcloud a:hover.max,
.tagcloud a:active.max
{
	color: #97b7c8;
	font-size: 170%;	
}
