/*******************************/
/*   normal cloud (homepage)   */
/*******************************/
.homecloud {
   margin-left: 350px;
   width: 500px;
   height: 110px;
   margin-top: 20px;
}

.homecloud .cloud_item {
   font-size: 22px;
   margin-top: -8px;
   line-height:30px; /* fix for Ie7 lineheight cutoff */
   font-weight: bold;
}
.homecloud #cloud_item0 {
   text-align: left;
   margin-left: 120px
}
.homecloud #cloud_item1 {
   text-align: right;
   margin-right: 40px
}
.homecloud #cloud_item2 {
   text-align: left;
   margin-left: 160px
}
.homecloud #cloud_item3 {
   text-align: right;
   margin-right: 100px
}
.homecloud #cloud_item4 {
   text-align: left;
   margin-left: 80px
}

.homecloud .cloud_item a.color0 {
   color: #5bd2ee;
}
.homecloud .cloud_item a.color1 {
   color: #00bce8;
}

.homecloud .cloud_item a:hover {
   color: #ed1165;
}
.homecloud .cloud_item a {
   text-decoration: none;
}

/*******************************/
/* smaller (sidebar) tagcloud  */
/*******************************/
.tagcloud {
   padding:5px;
}

.tagcloud .cloud_item {
   font-size: 12px;
   margin-top: 8px;
   font-weight: bold;
   position:relative;
   overflow: hidden;
   padding-bottom:20px;
   padding-top:5px;
   display:block;
}
.tagcloud #cloud_item0 {
   text-align: left;
   margin-left: 5px
}
.tagcloud #cloud_item1 {
   text-align: right;
   margin-right: 15px
}
.tagcloud #cloud_item2 {
   text-align: left;
   margin-left: 5px
}
.tagcloud #cloud_item3 {
   text-align: right;
   margin-right: 5px
}
.tagcloud #cloud_item4 {
   text-align: left;
   margin-left: 15px
}

.tagcloud .cloud_item a.color0 {
   color: #fff;
}
.tagcloud .cloud_item a.color1 {
   color: #736e6a;
}

.tagcloud .cloud_item a.size0 {
   font-size: 12px;
}
.tagcloud .cloud_item a.size1 {
   font-size: 14px;
}
.tagcloud .cloud_item a.size2 {
   font-size: 18px;
}

/*******************************/
/*        generic              */
/*******************************/
.tagcloud .cloud_item a:hover {
   color: #ed1165;
}
.tagcloud .cloud_item a {
   text-decoration: none;
}



