input[type='button'],
button,
.catListPostCategory li a,
a[href='#top'],
#main .comment_actions a,
.comment_digg,
.comment_bury,
span.comment_date+a {
  border: 0;
  outline: 0;
  padding: 2px 12px;
  background: #70aeef;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 3px 0 #bfd1e8;
  box-shadow: 0 1px 3px 0 #bfd1e8;
  cursor: pointer
}

input[type='button']:hover,
button:hover,
.catListPostCategory li a:hover,
a[href='#top']:hover,
#main .comment_actions a:hover,
.comment_digg:hover,
.comment_bury:hover {
  -webkit-box-shadow: 0 3px 5px 1px #bfd1e8;
  box-shadow: 0 3px 5px 1px #bfd1e8;
  opacity: .9
}

a {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #3086f2
}

a:hover {
  color: #ef6b6b
   text-decoration: none;
}

a[id|='a_comment'] {
  color: red
}

.catListPostCategory li:nth-child(2n) a {
  background: #999
}

 #blogTitle h1 a, #blogTitle h2{
font-size:36px;
}