/*****
 *
 * blog_post_item.tpl.php
 *  Commentaries and Blogs
 *
 * blog_author_item.tpl.php
 *  About the Author
 *  Featured Authors
 *  Authors (related by topic)
 *
*****/
.block-penton_blog  { overflow: hidden; zoom: 1; }
.penton-blog-teaser { border-bottom: 1px solid #999; clear:both; overflow:hidden; padding: 10px 0; }
.penton-blog-teaser:after { clear: both; content: " "; display: block; height: 0; visibility: hidden; }
.penton-blog-teaser:last-child { border: none; }
.penton-blog-teaser .avatar { float: right; width: 60px; height: 70px; overflow: hidden; background: url("/sites/all/themes/pisces_core/images/sprite-icon-sprint25.png") no-repeat scroll -9px -78px transparent; }
.penton-blog-teaser .avatar img { margin: 0; }
.penton-blog-teaser .title { font-size: 12px; margin: 0; }
.penton-blog-teaser .blogger-name { font-size: 12px; font-weight: bold; padding: 3px 0; }
.penton-blog-teaser .blogger-name a { color: #333; }
.penton-blog-teaser .meta { font-size: 11px; color: #666; }
.penton-blog-teaser .blogname { font-weight: bold; }
.author-topics { clear: left; margin: 10px 0 10px 0; }

.view-penton-blog-contributors .views-row { padding: 0 !important; background-image: none !important; }

/* hides page title 'Blogs' on /blogs page */
.page-blogs .page-title {
  background: none !important;
  height: inherit !important;
  text-indent: inherit !important;
  position: absolute;
  left: -9999px;
}