/*$Id: views_bonus_tag_cloud.css,v 1.1.2.2 2007/03/11 19:16:13 weitzman Exp $*/
/* Tagadelic default example stylesheet **/

.tagadelic {
	font-family:arial, sans-serif;
  text-align : justify;
  /*margin-right: 1em;*/
  font-weight:bold;
}

a.tagadelic , a.tagadelic:link, a.tagadelic:visited, a.tagadelic:active {
   text-decoration:none;
   color:#4779BD;
   white-space:nowrap;
 }
 
a.tagadelic:hover {
   text-decoration:underline;
   white-space:nowrap;
   color:#3B58A1;
 }


.tagadelic.level1 {
  font-size : 0.8em;
  line-height:0.1em;
}
.tagadelic.level2 {
  font-size : 1em;
  line-height : 0.2em;
}
.tagadelic.level3 {
  font-size : 1.2em;
  line-height: 0.4em;
}
.tagadelic.level4 {
  font-size : 1.4em;
  line-height: 0.6em;
}
.tagadelic.level5 {
  font-size : 1.6em;
  line-height : 0.8em;
}
.tagadelic.level6 {
  font-size : 1.8em;
  line-height: 1em;
}
.tagadelic.level7 {
  font-size : 2em;
  line-height: 1.2em;
}
.tagadelic.level8 {
  font-size : 2.2em;
  line-height: 1.4em;
}
.tagadelic.level9 {
  font-size : 2.4em;
  line-height: 1.6em;
}
.tagadelic.level10 {
  font-size : 2.7em;
  line-height: 1.8em;
}
