.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:#EDF7FF!important; //reCaptcha widget background color
}
#recaptcha_widget_div{
  margin-bottom:10px;
}
.extract {
  line-height:1.5em;
}
.postmetadata {
  background-color:#d2e7f9;
  margin:10px 0 40px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:10px;
  text-align:center;
}
.archivetitle {
  text-align:center;
  color:#3a67b1;
  font-size:1.3em;
  font-weight:bold;
  margin-bottom:20px;

}
.readnext{
  margin: 10px 0;
}

ul.pagination {
  margin-top:20px;
}
ul.pagination li {
  list-style-type:none;
  display: inline;
}
ul.pagination li a,
ul.pagination li.current {
  float:left;
  color:#3a67b1;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-decoration:none;
  padding:1px 6px;
  margin: 0 5px 0 0;
}
ul.pagination li a {
  border:1px solid #d2e7f9;
}
ul.pagination li a:hover {
  border:1px solid #3a67b1;
}
ul.pagination li.current {
  border:1px solid #3a67b1;
  background-color: #d2e7f9;
  font-weight:bold;
}

h3 {
  background-color:#d2e7f9;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:5px 10px;
}
.related_posts ul {
  padding-left:10px;
}
.comment_form form {
  padding-left:10px;
}
.comment_form label {
  font-weight:bold;
  width:180px;
  display:block;
}
.comments_template {
}
.c_left {
  display:block;
  float:left;
  width:155px;
  background-color:#d2e7f9;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:10px;
  margin:3px 10px 10px 0;
}
.comments_template .commentlist li {
  list-style-type:none;
}
.comments_template .commentlist li .c_left img {
  float:right;
  margin:0 0 0 5px;
}

.comments_template .commentlist li .c_left strong {
  display:block;
  margin-bottom:3px;
}

.comments_template .commentlist li .c_left small {
  display:block;
  font-size:0.8em;
}

.c_right {
  padding-left:185px;
  padding-top:5px;
}
