@charset "UTF-8";

#blog_content {
  margin-left: 225px;
  width: 560px;
}

.commentlist, .children {
  list-style-type: none;
}

.comment {
  border: 2px solid  black;
  color: #000;
  margin-bottom: 1px;
  padding: 0 5px;
}

.even {
  background-color:  #CCC;
}

.odd {
  background-color:  #FFF;
}

.comment-num {
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.avatar {
  float: left;
}

.reply {
  font-weight: bold;
}

.depth-1 {
  width: 500px;
}
.depth-2 {
  width: 450px;
}
.depth-3 {
  width: 400px;
}
.depth-4 {
  width: 350px;
}

.bypostauthor {
  background-color: #006;
  color: #FFF;
}

.alignleft {
  float: left;
  margin-right: 5px;
}

.alignright {
  float: right;
  margin-left: 5px;
}

a[class^=tag] {
  color: #006 !important;
  font-size: 12px !important;
  text-decoration: none;
}
a[class^=tag]:after {
  content: " |";
}
