/* TAG LIST
--------------------------------------------------------------------------- */

.tag_list {
  padding: 0;
  list-style: none;
}
.tag_list:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.tag_list { /* IE fix */ zoom: 1; }
.tag_list .tag {
  display: block;
  float: left;
  margin: 5px 5px 0 0;
  padding: 3px 5px;
  background: #ddd;
  font-size: 12px;
  line-height: 1em;
  color: #333;
  -webkit-border-radius: 2px;
}

