.rail .share_tools ul li {
  background-image: none;
}

.weblogs table {
  width: 100%;
}

.weblogs td.actions {
  text-align: left;
}

.weblogs .list h3 {
  line-height: 28px;
}

.weblogs .list h3 a {
  border-bottom:none;
}

div.post_avatar { 
  display:none !important; 
  margin-bottom:10px !important; 
}

.weblogs .list .post {
  margin-bottom: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #dae2e8;
}

ul.post_tools, ul.post_info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:12px;
}

ul.post_tools a.comment_count {
  color:#125a95;
}

ul.post_info li.byline { 
  font-size: 12px;
  line-height: 17px;
}

div.list div p { 
  font-size:14px;
  margin:inherit;
  padding:inherit; 
}

/* CONTENT TABS */
.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; 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; }

.tabbed-content .tabs .ui-tabs-selected a,
.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs .ui-tabs-selected:hover a,
.tabbed-content .tabs .ui-tabs-selected a:hover,

.draft_post_list .tabbed-content .static_tabs #draft a,
.published_post_list .tabbed-content .static_tabs #published a,
.dashboard .tabbed-content .static_tabs #news_feed a,
.timeline .tabbed-content .static_tabs #user_activity a,
.draft_post_list .tabbed-content .static_tabs #draft a:hover,
.published_post_list .tabbed-content .static_tabs #published a:hover,
.dashboard .tabbed-content .static_tabs #news_feed a:hover,
.timeline .tabbed-content .static_tabs #user_activity a:hover {
  background: #125A95;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -moz-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -webkit-transition: none;
}

.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs li:hover a,
.tabbed-content .static_tabs li:hover a {
  background: #97C9F2;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(114,152,183,0.5);
  -moz-box-shadow: inset 0 0 10px rgba(114,152,183,0.5);
}

#repost_interface {
  border-color: #C0CDDF;
}