﻿#tagcloud 
{
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    background-color: #292929;
    border: solid 3px #669f41;
    width: 100%;
	font: normal 100%/2.0em 'Trebuchet MS', Tahoma, sans-serif;
    font-weight: bold;
    color: #669f41;
}

#tagcloud p 
{
    text-align: justify;
}

#tagcloud a { background: inherit; }

#taginfo-left
{
    float: left;
    width: 55%;
    position: relative;
    height: 80px;

    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    background-color: #292929;
    border: solid 3px #669f41;
}
#taginfo-right
{
    width: 40%;
    float: right;
    height: 80px;

    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    background-color: #292929;
    border: solid 3px #669f41;
	font: normal 100%/2.0em 'Trebuchet MS', Tahoma, sans-serif;
    font-weight: bold;
    color: #669f41;
}
#taginfo-right a:hover { background: inherit; color:#669f41; border-bottom: dotted 2px; text-decoration: none;}

.vertcenter
{
        vertical-align: middle;
}

.tagtitle 
{
    font-size: 16px;
    color: White;
    font-weight: bold;
}

.clear 
{
    clear:both;
}

/* account for less than 10% of the tags */
.smallestTag
{
    color: #efefef;
    font-size: 12px;
    white-space: nowrap;
}
a.smallestTag:hover { background: inherit; color:#efefef; border-bottom: dashed 2px; text-decoration: none;}

/* 10-30% of the tags */
.smallTag
{
    color: Lime;
    white-space: nowrap;
}
a.smallTag:hover { background: inherit; color: Lime; border-bottom: dashed 2px; text-decoration: none;}

/* 30-60% of the tags */
.mediumTag
{
    color: #CCBB00;
    font-size: 15px;
    white-space: nowrap;
}
a.mediumTag:hover { background: inherit; color: Lime; border-bottom: dashed 2px; text-decoration: none;}

/* 60-90% of the tags */
.largeTag
{
    color: Fuchsia;
    font-size: 16px;
    white-space: nowrap;
}
a.largeTag:hover { background: inherit; color: Fuchsia; border-bottom: dashed 2px; text-decoration: none;}

/* 90-100% of the tags */
.largestTag
{
    color: Fuchsia;
    font-size: 18px;
    white-space: nowrap;
}
a.largestTag:hover { background: inherit; color: Fuchsia; border-bottom: dashed 2px; text-decoration: none;}



/* ADMIN CSS */

#adminbox
{
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    background-color: #292929;
    border: solid 3px #669f41;
    width: 100%;
	font: normal 100%/2.0em 'Trebuchet MS', Tahoma, sans-serif;
    font-weight: bold;
    color: #669f41;
}
