/*
Theme Name: Helicon Tech Blog Theme
Theme URI: http://www.helicontech.com/blog/
Description: Helicon Tech Blog Wordpress Theme
Author: Ruslan Keba <ruslan@helicontech.com>
Version: 1.0
Tags: blue, white, two-columns
*/


.post {
  margin: 0 0 30px 0;
}

.tag-links .label {
  background-color: #aaa;
}
.tag-links .label a {
  color: inherit;
  text-decoration: none;
}


.widget_categories,
.widget_tag_cloud {
  width: 50%;
  float: left;
  padding: 0 20px 20px 0;
}


.widget_categories ul {
  margin: 10px 0;
  padding: 0;
}
.widget_categories li {
  list-style: none;
}

.tagcloud a {
  text-decoration: none;
}

a[href="http://www.helicontech.com/articles/tag/codeproject/"] {
    display: none;
}


/* comments form */

.form-allowed-tags {
  display: none;
}

.comment-form-comment label {
  display: block;
}

#comment {
  width: 100%;
}

