/* 
    Document   : article_col
    Created on : 2014年5月8日, 下午06:14:35
    Author     : Pong
    Description:
        Purpose of the stylesheet follows.
*/
#page_wrapper{
    border-left: 1px dotted #333;
    border-right: 1px dotted #333;
}

#right_showcase_div{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #333;
}

.left_col{
    float:left;
    width:70%;
    border-right: 1px dotted #333;
    border-top:1px dotted #333;
}

.right_col{
    min-width:200px;
    float:right;
    width:30%;
    margin-left:-1px;
    border-top:1px dotted #333;
}

.left_col_header {
    border-bottom: 1px dotted #000;
    padding-left: 15px;
    color: black;
    line-height: 2.5;
    letter-spacing: 2.5px;
    font-size:22px;
    font-weight: bold;
    margin-bottom: 10px !important;
    padding-left:38px;
    text-align:left;
}

#related_header{
    text-align: center;
}

#related_header.bottom{
    border-top:1px dotted #333;
}

.left_col_header, .comment_header, #related_header{
    border-top:0px;
    height: 50px;
    line-height: 50px;
    clear:both;
}

.wp{
    width:100%;
}

#feature_text{
    padding:10px 3%;
    text-align:left;
}

#comment_title{
    width:66%;
}

#keyword_div{
    width:33%;
}

.grid_widget{
    width:80%;
}

#related_div{
    width:100%;
}

.grid_widget{
    margin-bottom:10px;
}

#feature_text img{
    max-width:640px;
    height:auto;
}

.near_article{
    margin:0 auto;
    border-left:1px #333 dotted;
}

.near_article .grid_widget{
    margin:0 auto;
    display:block;
    margin-top:10px;
}

#comment_div{
    overflow: hidden;
    width:66%;
    margin-right: 0px;
}

.fb_iframe_widget span{
    width:auto !important;
}

.social_share {
    width: 100px;
    margin-right: 5%;
    margin-bottom: 15px;
    float: right;
}