@import url("https://www.amasoudfam.ir/thestyle/fonts/sstyle.css?ver=2.1");

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

img {
    max-height: 450px;
}

.container {
    font-family: Vazir;
    max-width: 800px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

a:link, a:visited {
    color: #3333FF;
}

a:active, a:hover {
    color: #cc8800;
}

.PostBody {
    line-height: 200%;
    padding-right: 10px;
    padding-top: 10px;
}

.PostDate {
    font-size: 10px;
    text-align: right;
    padding: 0;
    padding-top: 5px;
}

.PostLinks {
    padding: 7px;
    border-radius: 10px;
    border: dotted 2px lightgray;
    margin: 5px;
}


.PostHeader {
    text-align: justify;
    font-size: 18px;
    font-family: BDavat;
    font-weight: bold;
}

.PostComments {
    font-size: 10px;
    padding-bottom: 10px;
}

    .PostComments a {
        color: Red;
    }

        .PostComments a:visited {
            color: Red;
        }

        .PostComments a:hover {
            color: Blue;
        }

.CommentsTitle {
    font-size: 10px;
    vertical-align: middle;
    text-align: right;
}

.ReplySection {
    background-color: lightgray;
    padding: 10px;
    border-radius: 15px;
}

.CommentsMessage {
    margin: 15px;
    padding: 10px;
    line-height: 175%;
    border: solid 2px gray;
    border-radius: 10px;
}

.CommentsReply {
    direction: rtl;
    line-height: 175%;
    text-align: right;
    color: #446655;
    padding: 10px;
    padding-right: 20px;
}

.CommentsFooter {
    padding-top: 15px;
    margin: 15px;
}

.CommentsAttention {
    padding: 15px;
    color: red;
    line-height: 175%;
    text-align: justify;
}

.ctrl {
    border: #80AFD4 1px outset;
    font-size: 11px;
    color: #486DA6;
    border-radius: 5px;
}

.En {
    direction: ltr;
    font-size: 11px;
}

.Fa {
    direction: rtl;
    font-size: 11px;
}

.MenuTitle {
    padding-bottom: 10px;
    text-align: right;
}

.MenuBody {
    text-align: right;
    padding-right: 10px;
    line-height: 200%;
}

.Links {
    margin: 2px;
    padding-bottom: 5px;
}


.Archive {
    text-align: right;
    padding-bottom: 10px;
}

    .Archive a {
        color: #22AA77;
    }

        .Archive a:visited {
            color: #22AA77;
        }

        .Archive a:hover {
            color: Green;
        }

.makeinvisible {
    display: none;
    visibility: hidden;
}

.rtlright {
    direction: rtl;
    text-align: right;
}

.ltrleft {
    direction: ltr;
    text-align: left;
}

.rtlcenter {
    direction: rtl;
    text-align: center;
}

.ltrcenter {
    direction: ltr;
    text-align: center;
}

.rtljustify {
    direction: rtl;
    text-align: right;
}

.ltrjustify {
    direction: ltr;
    text-align: left;
}

.noPadding {
    padding: 0px;
}
