.weblogs .content {
  margin-top: 0;
}

.content_tabs {
  margin: 0 0 10px 0;
  padding: 2px 0;
  background: #f1f1f1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.content_tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.content_tabs ul li {
  float: left;
}

.content_tabs ul li a {
  display: block;
  float: left;
  margin: 0 2px 0 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #00497d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.weblogs .list .post:first-child { margin-top: 20px; }

.weblogs .list h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.weblogs .list h3 a {
  color: #444;
}
.weblogs .list h3 a:hover,
.weblogs .list h3 a:focus {
  text-decoration: underline;
  color: #A4CF0E;
}
.weblogs .list .post {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.weblogs .list .post p { line-height: 22px; }
 
.weblogs .list .post:hover {
  background: none;
  border-top-color: #fff;
  border-bottom-color: #eee;
}
.weblogs .list .after_post_tools {
  padding-bottom: 1.75em;
  border-bottom: 1px solid #eee;
}
.weblogs .list .post .post_meta a.avatar {
  padding-bottom: 0;
}

/* Tags */
.content .weblogs tr:nth-child(2n+1) {
  background-color: #f4faff;
}
.content .weblogs tr:hover {
  background-color: #e1ecf2;
}
.content .weblogs th, .weblogs td {
  padding: 5px;
}
.content .weblogs .num_data {
  text-align: right;
}


/* Tabs */

.ui-tabs-nav li {
  display: inline;
}
.ui-tabs-nav li a {
  padding: 0 5px;
}


/* Index pages */

.weblogs .extracted-embed {
  float: none;
  margin-top: 0;
  padding-top: 0;
  clear: right;
}
.weblogs .extracted-embed .object {
  padding: 0;
  line-height: 0;
  float: none;
  margin: 15px 0 25px 0;
}
.weblogs .loner .extracted-embed {
  float: none;
}
.weblogs .extracted-embed a {
  display: block; 
  text-align: center;
  font-weight: bold;
}
.weblogs .list .after_post_tools {
  clear: both;
}

.weblogs .post_meta {
  margin-bottom: 1em;
}

.weblogs .extracted-embed.extracted-photo { float: none; padding: 0; }
.weblogs .extracted-embed .object img { width: 100%; height: auto; }

.weblogs .extracted-embed.extracted-photo.vertical { float: right; margin-left: 20px; }
.weblogs .extracted-embed.extracted-photo.vertical .object img { width: auto; max-width: 275px; height: auto; }

.weblogs .list .post h3 { font-size: 24px !important; line-height: 30px; padding-top: 0; }

.comment_count { font-size: 13px; float: right; background: url(../../images/comment-icon.png) no-repeat; background-size: 39px 34px; color: #fff !important; display: block; text-align: center; line-height: 28px; width: 39px; height: 34px; margin: 0 7px 0 15px; font-weight: normal; }
.comment_count:hover { text-decoration: none; color: #fff !important; }
.weblogs .post a.comment_count { font-weight: normal; }
.post_meta h5 { margin: 4px 0 5px 0; padding: 0; }
.post_meta h5 a { color: #333; }
.post_meta .avatar_img { border-radius: 50%; }
.continue_reading { clear: both; }
