/* CSS Document */ /* tagscloud */ #tagscloud{width:216px; height: 18px; position: relative; font-size: 12px; color: #333; text-align: center; padding-left: 30px; float:left; margin-top:86px;} #tagscloud span{position:absolute;top:0px;left:0px;color:#333;font-family:Arial;text-decoration:none;margin:0 10px 15px 0;line-height:18px;text-align:center;font-size:12px;padding:1px 5px;display:inline-block;border-radius:3px;} #tagscloud span a{color:#fff;} #tagscloud span.tagc1{background:#666;color:#fff;} #tagscloud span.tagc2{background:#F16E50;color:#fff;} #tagscloud span.tagc5{background:#006633;color:#fff;} #tagscloud span:hover{color:#fff;background:#0099ff;}