@charset "utf-8";

#main .single {
  border-bottom: dotted 1px #CCC;
}
#main .content .date {
  margin-bottom: 5px;
}
#main .content .category {
  padding-top: 5px;
  border-top: dotted 1px #CCC;
  font-size: 12px;
}
#main .content .tags {
  text-align: left;
}
#main .tag-cloud {
  border: 1px solid #CCC;
  padding: 5px;
}
#main .alignleft {
  float: left;
}
#main .wp-caption {
  padding-top: 3px;
  border: solid 1px #CCC;
  text-align: center;
}
#main .wp-caption-text {
  font-size: 12px;
  color: #555;
}

