/* Layout */
 #posts-loop.home {
    max-width:320px;
    height: 100%;
    margin:0 auto 50px;
    float: left;
    margin-top:0px;
}
div#posts-loop.home .post {
    position: relative
}
div#posts-loop.home .post.advertisement {
    background-color:#eaeaea;
    padding:10px;
    margin-bottom:1em;
    margin-left:-10px;
    margin-right:-10px;
}
div#posts-loop.home .post a.catchall, div#features-loop .feature a.catchall {
    width:100%;
    height:100%;
    z-index:10;
    display: block;
    position: absolute;
}
div#posts-loop.home p {
    display:inline;
    font-size:15px;
    margin:0;
    line-height:21px;
}
div#posts-loop.home blockquote {
    clear: none;
}
div#posts-loop.home p.byline {
    display: block;
    text-transform: uppercase;
    color: #888;
    font-size: 13px;
}


div#posts-loop.home p.byline a {
    color: #888;
}

div#features-loop.home .post-actions {
display:none;
}

div#features-loop.home p.byline {
    display: block;
    text-transform: uppercase;
    color: #888;
    font-size: 13px;
    margin:0 0 .5em 0;
    line-height:13px;
}
div#features-loop.home p.byline a {
    color: #888;
}

div#features-loop p.excerpt {
    overflow:auto;
}


div#posts-loop.home .post-content a,
div#posts-loop.home p a,
div#posts-loop.home strong a,
div#posts-loop.home b a,
div#posts-loop.home i a,
div#posts-loop.home span a,
div#features-loop .feature p a,
div#features-loop .feature strong a,
div#features-loop .feature b a,
div#features-loop .feature i a,
div#features-loop .feature span a {
    z-index:11;
    position: relative;
}
div#posts-loop.home .post-content a:hover,
div#posts-loop.home p a:hover,
div#posts-loop.home strong a:hover,
div#posts-loop.home b a:hover,
div#posts-loop.home i a:hover,
div#posts-loop.home span a:hover,
div#features-loop .feature p a:hover,
div#features-loop .feature strong a:hover,
div#features-loop .feature b a:hover,
div#features-loop .feature i a:hover,
div#features-loop .feature span a:hover {
    background:#0808b0;
    color:#fff;
}
div#posts-loop.home a.main-image:hover {
    background:none;
}

div#posts-loop.home .video-container-yt a {
    z-index: 1;
}
div#posts-loop.home .video-container-yt a:hover {
    background:none;
}

div#features-loop .feature .audio-embed {
    z-index:11;
    position: relative;
}

div#posts-loop.home h1.bar, div#features-loop h1.bar {
    font-size:30px;
    font-weight:bold;
    margin:0 0 20px 0;
    width:100%;
    padding: 20px 0;
    border-bottom: 2px solid #808080;
    text-transform:uppercase;
    display: block !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
div#posts-loop.home h1.bar a, div#features-loop h1.bar a {
    color:#000;
}
div#posts-loop.home h2 {
    display:inline;
    font-size:15px;
    line-height: 19px;
    font-weight:bold;
}
div#posts-loop.home .post {
    position:relative;

    cursor:pointer;
    margin-bottom:1em;
}
div#posts-loop.home .post:hover {
    position:relative;
    z-index:10;
    background:#f9f9f9;
}

div#posts-loop.home .feature {
    display: none;
}
div#posts-loop.home article.first {
    margin-top:0px;
    border-top:0px;
}
div#posts-loop.home article.nothumb {
    padding-bottom:0px;
    min-height:0px
}
div#posts-loop.home article.image {
    padding-bottom:0px;
}
div#posts-loop.home .feature-image {
    height:150px;
    background-size:cover;
    background-position:center center;
    margin-bottom: 10px;
    position: relative;
}
div#posts-loop.home .thumb-square {
    width:100px;
    height:100px;
    background-color:#fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float:right;
    margin:3px 0px 0px 1em;
    border:2px solid black;
}

div#posts-loop.home .thumb-book {
    width:100px;
    height:160px;
    background-color:#fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float:right;
    margin:3px 0px 0px 1em;
    border:2px solid black;
}

div#posts-loop.home .thumb-16x9 {
    width:80px;
    height:45px;
    padding:10px;
    background-color:#fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float:right;
    margin:3px 0px 0px 1em;
    border:2px solid black;
}

div#posts-loop.home .alignnone{
	border:2px solid black;
}

div#posts-loop.home img.thumb {
    width:100%;
    height:auto;
    min-height:200px;
    background-color:black;
    margin-bottom:.5em;
}
div#posts-loop.home .nextprev {
    position: relative;
    border: 1px solid #ddd;

    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    text-align: center;
}
div#posts-loop.home .nextprev:hover {
    background:#f9f9f9;
    border:1px solid #ddd;
    z-index:10;
}
div#posts-loop.home .nextprev a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #000000;
    font-weight: bold;
}

#nextprev {
    margin-bottom: 20px;
}

div#features-loop {
    width:calc(100% - 380px);
    position:relative;
    background-color:white;
    float:right;
    display:inline-block;
    margin-top:0px;
    padding-left: 29px;
    border-left: 1px solid #ccc;
}
.feature-small {
    width:100%;
}

.feature-ad-small {
    width:298px;
}

.ad_300_unit + .feature-small {
    width: 300px;
    min-height: 310px;
}

.feature-medium {
    width:418px;
}

div#features-loop .featurethumb {
	box-sizing:border-box;
    width:100%;
}


div#features-loop h1 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
    margin:0 .25em 5px 0px;
    width:100%;
}
div#features-loop p.tag, div#posts-loop.home p.tag {
    color:red;
    position:absolute;
    right:1em;
    top:1em;
    margin-top: 0px;
    text-transform:uppercase;
    background-color: rgba(0,0,0,.75);
    padding: 5px 5px 2px 5px;
    border:1px solid rgba(50,50,50,.75);
}
div#features-loop .feature {
    position:relative;
    margin-bottom: 1.5em;
    overflow-x: hidden;
    overflow-y: auto;
}
div#features-loop h2 {
    font-weight:bold;
    margin:0px .25em 0px 0px;
    width:100%;
    display:inline;
}

div#features-loop .feature-image {
	width:48%;
	height:auto;
	float:left;
	margin:0 1.5em 0 0;
	position: relative;
}

.feature-image img {
	border:2px solid black;
}


div #features-loop .feature:hover {

    background:#f9f9f9;
}

div#features-loop .feature-small .feature-image {
    /*height:300px;
    width:100%;*/
}



div#features-loop .ad_300_unit + .feature-small .feature-image,
div#features-loop .feature-ad-small .feature-image {
    width:300px;
    /*height:200px;*/
}

div#features-loop .ad_300_unit + .feature-small .feature-image {
    width:300px;
    /*height:200px;*/
}

div#features-loop .feature-medium .feature-image {
    height:260px;
    width:420px;
}

body.home div#features-loop .nextprev {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 10px;

    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin-bottom:30px;
    clear: both;
}

body.home div#features-loop .nextprev:hover {
    background:#f9f9f9;
    border:1px solid #ddd;
    z-index:10;
}

body.home div#features-loop .nextprev a {
    color: #000000;
    font-weight: bold;
}

.feature-byline {
    color:#999;
}

div#promoted-posts{
margin-top:.5em;
}

div#promoted-posts article.featured-1 .inner {
    width: 70%;
    height: 250px;
    position: absolute;
    right: 0;
    top: 20px;
    overflow: hidden;
    line-height: 2em;
    text-align: right;
    padding-right:5px;
}

div#promoted-posts article.featured-1 .inner h2 {
    display: inline;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.5em;
    color: #fff;
    background: #c80838;

}

div#promoted-posts article.featured-1 p.tag {
    display: block !important;
}

div#promoted-posts article.featured-1 .inner p:not(.tag) {
    display: inline !important;
    height: 250px;
    color: #fff;
    padding: 3px 5px;
    display: inline !important;
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.7);
   
}

#posts-loop.home .post .post-bug {
    position:relative;
    max-width: 100px;
    max-height: 100px;
    float: right;
    z-index: 11;
    padding-left: 10px;
    padding-bottom: 5px;
}
#features-loop.home .feature .post-bug {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: auto;
    height: auto;
    z-index: 11;
}
body.home .feature.feature-small .post-bug img, body.home .post-bug-byHeadline {
    max-width: 100px;
    max-height: 100px;
}
body.home .post-bug-byHeadline {
    position: relative;
    max-width: 100px;
    max-height: 100px;
}
.home .post-bug-byHeadline {
    height:auto;
}


