/* footer - background css (custom) */
#tbFooter {
  background: url('http://markshust.com/sites/default/files/background-footer.jpg') no-repeat center center scroll;
}/* header - background css (custom) */
#tbHeaderBox {
  background: url('http://markshust.com/sites/default/files/background.jpg') no-repeat center center scroll;
}/* headerwrapper - background css (color) */
#tbHeadWrapper { background-color:rgb(18, 22, 22 ); /* Color Fallback */ background-color:rgba(18, 22, 22, 0.5 ); }

/* Custom CSS */
.node-blog p {
  font-size: 1.3em;
  line-height: 1.7em;
}
.node-blog h1, .node-blog h2, .node-blog h3, .node-blog h4, .node-blog h5, .node-blog h6, .node-blog p {
  font-family: Georgia, serif;
  color: #4e5860;
}
.node-teaser .comment-add.last {
  display: none;
}
.node-teaser .node-readmore a {
  font-size: 1.2em;
}
.node-teaser header h2 a {
  text-decoration: underline;
}
  .bg-gradient {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-9999;
    background: -moz-linear-gradient(#050f17, #070b0e);
    background: -ms-linear-gradient(#050f17, #070b0e);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050f17), color-stop(100%, #070b0e));
    background: -webkit-linear-gradient(#050f17, #070b0e);
    background: -o-linear-gradient(#050f17, #070b0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050f17', endColorstr='#070b0e')progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#050f17', endColorstr='#070b0e')progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: linear-gradient(#050f17, #070b0e);
    opacity: 1;
  }
