/*********************************************************
* OFCDesk, LLC - Copyright 2008
* CSS Version: 2.1
**********************************************************
* URL		: http://www.contentcommunity.com
* Filename	: styScreenTagCloud.css
* Version	: 1.0
*
* Author	: OFCDesk, LLC
* Date		: 13/02/2008
*********************************************************/


/********************************************************
=|tag cloud
********************************************************/
div#tagCloud
{
	margin:				0 0 20px 0;
	width:				100%;
}

div#tagCloud div.minorBox
{
	text-align:			justify;
}


div#tagCloud a
{
    color:				#666;
	line-height:		2em;
	text-decoration:	none;
	text-transform:		lowercase;
}

div#tagCloud a:hover
{
	text-decoration:	underline;
}

#tagCloud a.weight100
{
    font-size:			1.9em;
    font-weight:		900;
}
#tagCloud a.weight90
{
	font-size:			1.8em;
	font-weight:		800;
}
#tagCloud a.weight80
{
    font-size:			1.7em;
    font-weight:		700;
}
#tagCloud a.weight70
{
    font-size:			1.6em;
    font-weight:		600;
}
#tagCloud a.weight60
{
	font-size:			1.5em;
	font-weight:		500;
}
#tagCloud a.weight50
{
	font-size:			1.4em;
	font-weight:		400;
}
#tagCloud a.weight40
{
	font-size:			1.3em;
	font-weight:		300;
}
#tagCloud a.weight30
{
    font-size:			1.2em;
    font-weight:		200;
}
#tagCloud a.weight20
{
    font-size:			1.1em;
    font-weight:		100;
}
#tagCloud a.weight10
{
    font-size:			1.0em;
    font-weight:		normal;
}