#searchResult .number, #searchResult .title, #searchResult .category, #searchResult .style, #searchResult .thumbnail {

*text-transform:capitalize;}

.code textarea {
  height: 75px;
}

.randomthumb a img {width:150px;height:90px;}

.emphasis {
  font-weight: bold;
}

/* These are the classes for the search result divs */

.layout {
  background-color: #ffffff;
  padding: 2px;
  width: 600px;
}

.layoutTitle {
  background-color: #000000;
  color: #fff;
  padding: 3px;
  padding-left: 5px;
  font-weight: bold;
  width:600px;
}

.layoutInfo {display:none;
  background-color: #999;
  padding-left: 5px;
  font-size:12px;
}

.layoutMain {
  background-color: #ffffff;
  align:center;
}

.layoutLeft {
  margin: 5px;
}

.layoutLeft img {
}

.layoutRight {

}

.layoutRight textarea {
  margin: 3px;
  height: 91px;
  width: 207px;
}

.layoutBottom {

}

.layoutThumb {

}

/* Tag Cloud Link Classes */
.tagCloudLink:link {

}
.tagCloudLink:visited {

}
.tagCloudLink:hover {

}
.tagCloudLink:active {

}
