/* Overrides for the Big Data Quarterly pages*/

.featured100 {
    border: 2px dotted rgb(51, 102, 102);
    margin: 5px;
    padding: 10px;
    background-color: #EAFAFA;
    font-size: 15px;
    overflow: auto;
    margin-bottom: 10px;
}

/*.logo_dbta {
    width: 130px;
    height: 35px;
    background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/logo_dbta.png);
    display: block;
    text-indent: -9999px;
    float: left;
}
*/

/* Navigation */
#nav_bg {
    width: 100%;
    position: absolute;
    background: url(/images/bg_nav.png) repeat-x;
    height: 89px;
    top: 50px;
}

ul#nav_main {
    float: left;
    font-weight: 400;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    clear: left;
    margin: 20px 0 0 0;
}

    ul#nav_main li a {
        color: #ed1c24;
    }

        ul#nav_main li a.home {
            text-indent: -9999px;
            display: block;
            background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/bg_nav_home.png) no-repeat 0px 5px;
            width: 21px;
            height: 21px;
        }

ul#social {
    float: right;
    margin: 20px 0 0 0;
}

#logo {
    float: left;
    width: 242px;
    height: 116px;
    background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 30px 0 0 0;
}

h4 {
    font-size: 17px;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 400;
    border-top: solid 3px #ed1c24;
    border-bottom: solid 1px #ed1c24;
    padding: 4px 0;
    margin: 0 0 15px 0;
    clear: both;
}

/* Home page posts */
h1, h1 a {
    font-size: 23px;
    color: #333;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-weight: 400;
    display: block;
}



.post_content {
    float: left;
    margin: 0 0 30px 0;
    width: 636px;
    min-height: 300px;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #eee;
}

    .post_content h1 {
        font-size: 31px;
    }

    .post_content .thumbnail_featured {
        width: 450px;
        height: 240px;
        float: right;
        margin: 0 0 25px 20px;
    }



.content {
    float: right;
    width: 160px;
    min-height: 300px;
}

.post_summary {
    width: 160px;
    min-height: 100px;
    max-height: 115px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    /* commented this for ticket 17913 */
    /*overflow: hidden;*/
}

.post_social {
    margin: 25px 0 25px 0;
}

    .post_social li {
        float: left;
        text-indent: -9999px;
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
    }

        .post_social li.twitter {
            padding: 0;
            background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/post_icon_twitter.png);
        }

        .post_social li.linkedin {
            padding: 0;
            background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/post_icon_linkedin.png);
        }

        .post_social li.google {
            padding: 0;
            background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/post_icon_google.png);
        }

        .post_social li.facebook {
            padding: 0;
            background: url(https://dzceab466r34n.cloudfront.net/BigDataQuarterly/post_icon_facebook.png);
        }

.post_date {
    margin: 15px 0;
    width: 160px;
    clear: none;
    float: left;
}



