﻿.view {
    background: url(/App_Themes/Image/viewBlue.png) left no-repeat;
    padding-left: 22px;
}
.DisBlock {
    display: inline-block;
}

.Content h3, .Content p {
    cursor: pointer;
    width: 98%;
    margin: 0 auto;
    direction: rtl;
    line-height: 35px;
    text-align: justify;
    color: #272d33;
}

.Content h3 {
    font-size: 17px;
    margin: 30px auto 10px;
   
}

.Content p {
    font-size: 15px;
}

.Content .ContentImg {
    max-width: 98%;
    display: block;
    margin: 40px auto;
}

.Mt10 {
    margin-top: 10px;
}

.RightDiv {
    float: right;
    width: 66%;
    padding: 0 1% 70px;
    margin: 0 0 0 2%;
}

.MainImage {
    width: 39%;
    float: right;
    text-align: center;
    border: 1px solid #f1f1f1;
    margin: 20px 1%;
}

    .MainImage img {
        max-width: 100%;
        border: 1px solid #f1f1f1;
    }

.PostHeader {
    width: 56%;
    margin: 30px 2% 20px 0;
    float: right;
    direction: rtl;
    text-align: justify;
}

    .PostHeader time {
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
        padding: 0 7px 0 25px;
        background: url(/App_Themes/Image/dateW.png) no-repeat left #004884;
    }

    .PostHeader h1 {
        color: #004884;
        font-size: 19px;
            }

    .PostHeader h4 {
        color: #c6c6c6;
                font-size: 10px;
    }

    .PostHeader .ratingCount {
        float: right;
        background: url(/App_Themes/Image/view.png) no-repeat left center;
        padding: 0 0 0 22px;
        margin: 5px 0 2px;
        color: #979797;
        font-size: 13px;
        min-height: 30px;
    }

.UsrCom, .Div_Com {
    display: none;
    text-align: center;
    clear: both;
    border-radius: 3px;
}

.H5Titr {
    text-align: center;
    background: url(/App_Themes/Image/S_titlebar.png) no-repeat center;
    height: 32px;
    line-height: 26px;
    text-shadow: 0 0 1px #000;
    color: #fff;
}

.Div_Com input[type=text], .Div_Com textarea {
    width: 60%;
    background: #efefee;
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #000;
    outline: 1px solid #ebebeb !important;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}

.Div_Com input[type=text] {
    margin-top: 20px;
}

.Div_Com input[type=button] {
    margin: 10px 0;
    padding: 5px 15px;
}

.UsrCom ul {
    margin-bottom: 20px;
    display: inline-block;
    width: 98%;
}

.UsrCom li {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
    text-align: right;
    font-size: 14px;
}

.UsrCom h6 {
    color: #004884;
    font-size: 13px;
    }

.UsrCom span {
    color: #979797;
    font-size: 11px;
    padding: 0 5px;
}

aside {
    width: 26%;
    padding: 0 2%;
    text-align: right;
    direction: rtl;
    float: right;
    margin-bottom: 50px;
}

    aside header {
        height: 45px;
        line-height: 40px;
        color: #2f2f2f;
        font-size: 15px;
        margin-top: 40px;
        border-bottom: 2px solid #2f2f2f;
        display: block;
        width: 100%;
    }

        aside header:first-child {
            margin-top: 10px;
        }

    aside article {
        border-bottom: 1px dashed #e1dfdf;
    }

        aside article h2 {
            font-size: 14px;
            width: 100%;
            text-align: right;
            display: block;
            color: #272d33;
                        padding-bottom: 5px;
        }

            aside article h2:hover {
                color: #004884;
                text-decoration: none;
            }

        aside article span, aside article time {
            color: #004884;
            text-shadow: 0 1px 1px #fff;
            font-size: 12px;
            margin: 15px 0 5px;
            direction: rtl;
        }

.BackInput {
    padding: 0 30px;
    font-size: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #eeeded;
    transition: all 1s ease 0;
    float: left;
    margin: 10px;
}

    .BackInput:hover {
        border: 1px solid #004884;
        color: #004884;
    }

.KeyDiv {
    padding-top: 5px;
    text-align: right;
}

    .KeyDiv b {
        background: #eee;
        border: 1px solid #e0e0e0;
        margin: 0 3px;
        border-radius: 2px;
        font-size: 11px;
        padding: 0 3px;
        color: #4f4f4f;
    }

.Logo {
    visibility: hidden;
}

@media only screen and (max-width:850px) {
    .RightDiv {
        float: right;
        width: 98%;
    }

    aside {
        display: none;
    }
}

@media only screen and (max-width:550px) {
    .MainImage {
        width: 97%;
        float: none;
    }

    .PostHeader {
        width: 98%;
        margin: 30px 1% 20px;
        float: none;
    }

    .Div_Com input[type=text], .Div_Com textarea {
        width: 90%;
    }
}
