#tag_cloud ul {
  list-style-type: none;
  text-align: justify;
}

#tag_cloud li {
  display: inline;
  margin: 0 .5em;
  line-height: 2em;
}

#tag_cloud li a {
  color: white;
  text-decoration: none;
}

#tag_cloud li a:hover {
  color: #1A77B2;
  text-decoration: underline;
}

#tag_cloud .size1  { font-size: 100%; } /* 13px */
#tag_cloud .size2  { font-size: 114%; } /* 15px */
#tag_cloud .size3  { font-size: 129%; } /* 17px */
#tag_cloud .size4  { font-size: 144%; } /* 19px */
#tag_cloud .size5  { font-size: 159%; } /* 21px */
#tag_cloud .size6  { font-size: 174%; } /* 23px */
#tag_cloud .size7  { font-size: 1.6em; }
#tag_cloud .size8  { font-size: 1.7em; }
#tag_cloud .size9  { font-size: 1.8em; }
#tag_cloud .size10 { font-size: 1.9em; }
#tag_cloud .size11 { font-size: 2.0em; }

#selected_tags ul {
  display: inline;
  list-style-type: none;
}

#selected_tags li {
  display: inline;
  margin: 0 .25em;
}

#selected_tags a {
  color: white;
  text-decoration: none;
}

#selected_tags a:hover {
  color: #1A77B2;
  text-decoration: underline;
}

#categories li, #results li {
  display: inline;
  float: left;
  width: 187px;
  margin: 10px;
}

#categories a, #results a {
  position: relative;
  display: block;
  width: 185px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}

#categories a:hover, #results a:hover {
  border-color: #E20B89;
}

#categories .thumbnail img, #results .thumbnail img {
  display: block;
  width: 185px;
  height: 185px;
}

#categories .name, #results .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 3px 0;
  color: #FFF;
  background-color: #000;
  text-align: center;
  font-size: 114%;
}

#categories a:hover .name, #results a:hover .name {
  color: #FFF;
  background-color: #E20B89;
}

#preview img {
  display: block;
  margin: auto;
  max-width: 826px;
}

#preview .pattern {
  display: block;
  margin: auto;
  width: 826px;
  height: 300px;
}

#code textarea {
  overflow: hidden;
  width: 796px;
  padding: 5px;
  border: 1px solid #1EBD0B;
  background-image: url(../images/application/textarea_background.png);
}