﻿/*
Vietnam+ Stylesheet
Article Styles
Used for articles
*/
.article-list {
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    width: 1000px;
}

    /*article contents*/

    .article-list .next-article {
        border-top: solid 5px #980700;
    }

    .article-list .wrap-article .span8 > article {
        padding-left: 74px;
    }

.container {
    width: 680px;
    float: left;
}

.storyline {
    padding: 15px 0;
    margin: 0 40px;
    border-bottom: solid 1px #eee;
}

    .storyline a {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
        border-right: solid 1px #ddd;
        padding-right: 10px;
    }

        .storyline a:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    .storyline .heading {
        font-size: 0.6875em;
        color: #999;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        line-height: 1em;
        padding-top: 3px;
        margin-bottom: 5px;
    }

    .storyline .title {
        font-size: 0.85em;
        font-weight: bold;
        text-transform: uppercase;
    }

.article-header {
    padding: 0 10px;
    margin-bottom: 15px;
}

    .article-header h1 {
        font-size: 1.6em;
        line-height: 1.2em;
        margin: 0;
        padding: 15px 0;
        border-bottom: solid 1px #eee;
        margin-bottom: 15px;
    }

    .article-header .meta {
        font-size: .65em;
    }

        .article-header .meta .author {
            font-weight: 700;
            color: #980700;
        }

        .article-header .meta .print {
            float: right;
        }

.article-body, .article-extras {
    padding: 0 0px 0px 10px;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

    .article-body p {
        font-size: 1em;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .article-body table {
        font-size: 0.875em;
        margin: 0 auto 20px auto;
        padding: 0;
        border-collapse: collapse;
        border: solid 1px #ddd;
        max-width: 100%;
    }

        .article-body table td {
            border: solid 1px #ddd;
            padding: 5px;
        }

        .article-body table th {
            border: solid 1px #ddd;
            padding: 5px;
            font-weight: bold;
            background: #f8f8f8;
        }


    .article-body img, .article-body iframe, .article-body video {
        width: 100% !important;
    }

    .article-body .galleria-album img {
        width: auto !important;
    }

    .article-extras .fb-like {
        margin-bottom: 15px;
        display: block;
    }

        .article-extras .fb-like iframe {
            display: block;
        }

.article-photo, .article-video {
    text-align: center;
    position: relative;
}

    .article-photo img {
        box-sizing: border-box;
    }

    .article-photo a:hover img {
        opacity: 0.9;
    }

    .article-photo a:hover .slideshow {
        display: block;
    }

    .article-photo .slideshow {
        padding: 5px;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2em;
        color: #fff;
        display: none;
    }




    .article-photo span, .article-video span {
        font-size: 1em;
        color: #999;
        font-style: italic;
        line-height: 1.2em;
        padding: 10px;
        display: block;
    }



.hightlights {
    padding: 0;
    width: 200px;
    margin: 0 40px 0 0;
    float: left;
}

    .hightlights dt {
        font-size: 0.6875em;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: solid 1px #eee;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        line-height: 1.4em;
        display: block;
    }

    .hightlights dd {
        font-size: 0.6875em;
        border-bottom: solid 1px #eee;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        color: #333;
        line-height: 1.4em;
        display: block;
    }

.summarize {
    padding: 15px 20px;
    margin: 0 0 20px 0;
    border-left: solid 3px #980700;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-sizing: border-box;
    color: #333;
}

    .summarize p {
        margin-bottom: 10px;
    }

        .summarize p:last-child {
            margin-bottom: 0;
        }

    .summarize img {
        width: 120px;
        float: left;
        margin: 0 20px 20px 0;
    }

.keywords {
    margin-bottom: 20px;
}

    .keywords ul {
        background: #f4f4f4;
        padding: 10px 10px 0 10px;
        border-top: solid 1px #ddd;
    }

    .keywords li {
        display: inline-block;
        font-size: 0.75em;
        margin-right: 5px;
        background-color: #fff;
        border-radius: 2px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .keywords li.region a {
            color: #980700;
            font-weight: bold;
        }

        .keywords li.subject a {
            color: blue;
            font-weight: bold;
        }
/*article interactive toolbar*/
.toolbars {
    position: absolute;
    top: 0;
    left: -42px;
    width: 42px;
    background-color: #eee;
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 90%, rgba(204,204,204,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 90%, rgba(204,204,204,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 90%, rgba(204,204,204,0.5) 100%);
    background: -webkit-linear-gradient(to right, rgba(238,238,238,1) 90%, rgba(204,204,204,0.5) 100%);
    height: 100%;
}

    .toolbars .wrap {
        position: relative;
    }

ul.tools.affix {
    top: 0;
}

#sidenav-menu {
    background: #686868;
    padding: 13px 10px 12px 10px;
    height: 15px;
    border-bottom: solid 1px #dcdcdc;
}

#sidenav-comment {
    padding: 10px;
    border-bottom: solid 1px #dcdcdc;
}

    #sidenav-comment .count {
        display: block;
        text-align: center;
        font-size: 0.6875em;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        background: #ddd;
        padding: 4px 3px;
    }

#sidenav-share {
    padding: 13px 10px 12px 10px;
    height: 15px;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #f3f3f3;
}

#sidenav-mail {
    padding: 15px 10px 12px 10px;
    height: 13px;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #f3f3f3;
}

#sidenav-print {
    padding: 10px 11px 12px 11px;
    height: 18px;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #f3f3f3;
}

    #sidenav-comment.active, #sidenav-share.active, #sidenav-mail.active, #sidenav-print.active {
        background: #fff;
    }

.w-tool {
    background: #f8f8f8;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    z-index: 7;
    border-top: solid 2px #990700;
    display: none;
}

    .w-tool .heading {
        display: block;
        background: #fff;
        border-bottom: solid 1px #eee;
        padding: 13px 10px 13px 10px;
        font-size: 0.875em;
        line-height: 1em;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
    }

    .w-tool .w-container {
        padding: 10px;
    }

    .w-tool .close {
        position: absolute;
        top: 10px;
        right: 10px;
        opacity: 1;
    }

.w-share {
    position: absolute;
    top: 102px;
    left: 41px;
    width: 240px;
}

.snlist li {
    float: left;
    margin-right: 10px;
}

    .snlist li:last-child {
        margin-right: 0;
    }

.w-mail {
    position: absolute;
    top: 144px;
    left: 41px;
    width: 480px;
}

    .w-mail .control-label {
        width: 80px;
        float: left;
    }

    .w-mail .controls {
        margin-left: 120px;
    }

    .w-mail .w-container {
        padding: 20px 10px;
    }

.w-comment {
    position: absolute;
    top: 40px;
    left: 41px;
    width: 620px;
}

    .w-comment .control-label {
        width: 80px;
    }

    .w-comment .controls {
        margin-left: 100px;
    }

    .w-comment .w-container {
        padding: 0;
        height: 500px;
        overflow: hidden;
    }

.post-form {
    width: 230px;
    float: left;
    padding: 10px;
}




.related-stories {
    padding: 0 10px 0px 0px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

    .related-stories h3 {
        text-transform: uppercase;
        font-size: 1em;
        line-height: 24px;
        margin: 0;
        margin-bottom: 5px;
        color: #980700;
    }

    .related-stories li {
        clear: both;
        font-size: 1em;
        margin-bottom: 5px;
        border-bottom: solid 1px #eee;
        padding-bottom: 5px;
    }

        .related-stories li:last-child {
            margin-bottom: 0px;
            border-bottom: none;
        }


        .related-stories li span {
            color: #999;
            font-size: 0.8em;
            display: block;
        }

    .related-stories .thumbnail {
        width: 100%;
        margin-bottom: 5px;
    }

.mostread {
    padding: 0 20px;
    border-bottom: solid 1px #eee;
}

    .mostread h3 {
        font-size: 0.875em;
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
        border-bottom: solid 1px #ddd;
        padding: 10px 0 5px 0;
        margin: 0 0 0 0;
    }

    .mostread header {
        border-bottom: solid 1px rgba(255,255,255,1);
        padding: 0;
        margin: 0 0 10px 0;
    }

.mostread {
    background: #f4f4f4;
    background: -moz-linear-gradient(left, rgba(204,204,204,0.3) 0%, rgba(244,244,244,1) 1%);
    background: -webkit-linear-gradient(left, rgba(204,204,204,0.3) 0%, rgba(244,244,244,1) 1%);
    background: -ms-linear-gradient(left, rgba(204,204,204,0.3) 0%, rgba(244,244,244,1) 1%);
    background: -webkit-linear-gradient(to right, rgba(204,204,204,0.3) 0%, rgba(244,244,244,1) 1%);
}

    .mostread .story:last-child, .others-publishers .story:last-child {
        padding-bottom: 20px;
        border: none;
    }

/* Event Related*/
.related-events {
    margin-bottom: 15px;
}

    .related-events a {
        background: #eee;
        color: #980700;
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: .9em;
    }

        .related-events a:before {
            content: "";
            color: gray;
            background: #980700;
            padding: 3px 3px !important;
            font-weight: 400;
            margin-right: 10px;
            margin-left: 10px;
            display: inline-block;
        }


.side300x250 {
    padding: 10px;
}

.other-list {
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

    .other-list header {
        height: 15px;
        border-bottom: solid 3px #ddd;
        margin-bottom: 20px;
        padding-left: 20px;
    }

        .other-list header h3 {
            line-height: 2.5em;
            display: inline-block;
            background: #fff;
            padding: 0 10px;
            color: #980700;
            border: 0;
        }


    .other-list article.story {
        width: 23.5%;
        margin-right: 2%;
        float: left;
        height: 205px;
        margin-bottom: 15px;
    }

        .other-list article.story .thumbnail {
            height: 127px;
        }


        .other-list article.story .title {
            font-weight: 400;
        }

        .other-list article.story:nth-child(4n+1) {
            margin-right: 0;
        }


.ads_160x600_cover {
    width: 160px;
    height: 600px;
    z-index: -100;
}

.ads_490x280_cover {
    width: 490px;
    height: 280px;
    z-index: -100;
}

.ads_300x250_cover {
    width: 300px;
    height: 250px;
    z-index: -100;
}

.ads_300x600_cover {
    width: 300px;
    height: 600px;
    z-index: -100;
}

.sidebar .ads {
    margin: 10px 0 0 10px;
}

.jscroll-loading {
    text-align: center;
    padding: 10px;
}

.topicnews-block {
    color: #000;
    padding: 5px;
}

    .topicnews-block .title {
        font-weight: bold;
        border-bottom: solid 1px #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 1.3em;
    }
