/*
 * @file
 * Print Styles for blogposts
 */
body.toolbar.node-type-blogpost {
  padding-top: 0;
}

.node-type-blogpost #toolbar,
#messages-help-wrapper,
#block-views-exp-search-page-page-1,
#skip-link,
#nav-wrapper,
#tasks,
.node-blogpost .group-header ul,
.node-blogpost .group-right,
.node-blogpost .field-name-blog-title,
.node-blogpost .field-name-field-authors,
.node-blogpost #block-ces-social-buttons-horizontal,
#footer-top-content-wrapper,
#block-menu-menu-footer-links,
.created,
#sb-container,
#block-block-9
{
  display: none;
}

.node-blogpost .group-header div.field-name-title,
.node-blogpost .group-left {
  width: 100%;
  display: block;
  float: none;
}

.node-blogpost .field-name-field-ces-tags ul li{
  display: inline;
  margin-right: 5px;
}

.print-content .node-blogpost .node-blogpost .field-name-field-authors {
  display: block;
}

.print-content .node-blogpost .node-blogpost .field-name-field-authors h2{
  font-size: 1em;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  font-weight: bold;
}
