/* Afterburner2 tweaks: prevent large headings inside blog-list excerpts */
.list-item .list-blog-padding h1 { font-size: 1.6rem; line-height: 1.25; margin: 0.6em 0 0.3em; }
.list-item .list-blog-padding h2 { font-size: 1.3rem; line-height: 1.25; margin: 0.6em 0 0.3em; }
.list-item .list-blog-padding h3 { font-size: 1.15rem; line-height: 1.25; margin: 0.6em 0 0.3em; }
.list-item .list-blog-padding h4,
.list-item .list-blog-padding h5,
.list-item .list-blog-padding h6 { font-size: 1.05rem; line-height: 1.25; margin: 0.6em 0 0.3em; }

/* Replace Afterburner logo mark with text */
#logo {
  background: none !important;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}
#logo:hover { text-decoration: none; opacity: 0.9; }

/* Header: remove the red accent circle */
#header .logo-accent { display: none !important; }

/* Make the site title behave like a link */
#header #logo { cursor: pointer; }

/* Home/blog listing: remove the big header block entirely */
.blog-header { display: none !important; }
