.tag_clouds h2 {
  color: #AAA; }
.tag_clouds .more_link {
  margin-bottom: 2em; }

ul.tag_cloud {
  line-height: 1.5em;
  margin: 0;
  text-align: left; }

ul.tag_cloud li {
  list-style: none;
  display: inline; }

.tag_cloud_tag a {
  font-weight: normal;
  padding: 0 5px 0 0;
  white-space: nowrap; }

.tag_cloud_tag.tc1 a {
  font-size: 0.9em;
  opacity: 0.8; }

.tag_cloud_tag.tc2 a {
  font-size: 0.9em; }

.tag_cloud_tag.tc3 a {
  font-size: 1.1em; }

.tag_cloud_tag.tc4 a {
  font-size: 1.15em; }

.tag_cloud_tag.tc5 a {
  font-size: 1.25em; }

.tag_cloud_tag.tc1 {
  display: none; }

.tag_cloud.expanded .tag_cloud_tag.tc1 {
  display: inline; }

.tag_cloud + .more_link {
  background-image: url("/images/expand_down.png"); }

.tag_cloud.expanded + .more_link {
  background-image: url("/images/expand_up.png"); }
