
/*  #tagcloud-wrapper - the wrapper around the tagCloud. This is in place, in the
 *                   event of wanting a gradient/rounded corners, as provided in
 *                   the javascript(tagcloud.js). Effects like that are applied to
 *                   the wrapper, rather than the tagcloud directly.
 */
div.ez-tagcloudMod-tagcloud .tagcloud-wrapper{
	height: auto;
}
/*  #tagcloud - the tagcloud specifically. These settings are what determine
 *              the size of the gradient, and if the browser has JS off, the
 *              background color of the tagcloud.
 */

.tagcloud-wrapper .top,
.tagcloud-wrapper .bottom {
    height: 12px;
    overflow: hidden;
}
.tagcloud-wrapper .corner_tl,
.tagcloud-wrapper .corner_bl {
    height: 12px;
    overflow: hidden;
    text-align: left;
}
.tagcloud-wrapper .corner_tr,
.tagcloud-wrapper .corner_br {
    height: 12px;
    overflow: hidden;
    text-align: right;
    position: relative;
    top: -12px;
}

div.ez-tagcloudMod-tagcloud .tagcloud {
  background:transparent;
  font-size: 9pt;
}

div.ez-tagcloudMod-tagcloud a{
  line-height: 20px;
  letter-spacing:-0.02em;
  padding: 5px;
  float: left;
}
            
div.ez-tagcloudMod-tagcloud .s_1 { font-size: 77%;}
div.ez-tagcloudMod-tagcloud .s_2 { font-size: 100%;}
div.ez-tagcloudMod-tagcloud .s_3 { font-size: 123.5%;}
div.ez-tagcloudMod-tagcloud .s_4 { font-size: 153.9%;}
div.ez-tagcloudMod-tagcloud .s_5 { font-size: 188%;}

