div.blog_bc {
  font-size: 130%;
  font-weight: bold;
}
div.blog_bc span {
  color: #3366ff;
}

dl.results dt {
  text-decoration: underline;
  color: #3366cc;
  padding-bottom: 4px;
  font-size: 130%;
}

dl.results dd {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
}

dl.results dt a {
  color: #3366cc;
}

dl.results dd div.info {
  font-size: 90%;
  margin: 2px 0px;
}
dl.results dd div.info span {
  font-weight: bold;
}
dl.results dd div.post_content {
  font-size: 110%;
  margin: 10px 0px 5px 0px;
}

dl.results dd div.post_content p {
  margin: 0px;
}

div#blog_comment fieldset {
  width: 675px;
  border-style:solid none #cccccc;
}

#tag_cloud_column {
  float:right;
  margin: 0px 5px;
  padding: 0px;
  white-space: normal;
  width: 150px
}
#tag_cloud_column #tag_cloud {
  margin-top: 50px;
  background: #f2f2f2;
  padding: 5px;
}
#tag_cloud_column #tag_cloud h2{
  text-align: center;
}

.subscribe_link {
  float: right;
  margin: 5px 0px;
  padding-left: 20px;
  background: url(/images/feed.png) no-repeat;
}

/*dd ul {
  list-style-type: none;
  margin: 0px;
  padding-bottom: 20px;
}*/

.hTagcloud { background: #fff; text-align: center;}
.hTagcloud .popularity 		{ margin:0; padding:0; }
.hTagcloud .popularity li	{ display:inline; text-decoration:none; }
.hTagcloud .popularity .popular				{ font-size:1.0em; }
.hTagcloud .popularity .v-popular 		{ font-size:1.2em; }
.hTagcloud .popularity .vv-popular 		{ font-size:1.4em; }
.hTagcloud .popularity .vvv-popular		{ font-size:1.6em; }
.hTagcloud .popularity .vvvv-popular	{ font-size:1.8em; }