﻿/******************************************************************************
    GLOBAL
******************************************************************************/
aside ul li ol li ol li {
    display: list-item;
    list-style: none; 
    padding: 0px;
    margin: 0px;
}


.post-message a {
    color: #a33333;
    font-style:oblique;
}

.postMessage a {
    color: #a33333 !important;
}


img {
    -ms-interpolation-mode: bicubic;
}

div {
    border: solid 0px;
}

a {
    text-decoration: none;
    color: black;
}

div.clear {
    clear: both;
}

strong {
    font-weight: bold;
}

.text-editor {
    font-size: 16px;
    border-radius: 5px;
}

.text-editor:focus {
    outline: none !important;
    border-radius: 5px;
    border-color: gray;
    border-width: 1.5px;
}

/******************************************************************************
    BANNER
******************************************************************************/

.Banner {
    position: relative;
    height: 382px;
    width: 950px;
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
    top: 4px;
}

/******************************************************************************
    Influence
******************************************************************************/
.influence-banner {
    position: relative;
    box-sizing: border-box;
    background: url("/Content/Images/influence-header.png") no-repeat top center;
    background-size: contain;
    width: 815px;
    height: 317px;
    padding: 20px 25px;
    margin-top: -50px;
}
.influence-banner .gen-header { font-size: 3rem; }
.influence-table {
    border-collapse:collapse;
    width: 100%;
    font-size: 1.2em;
}
.influence-table .header { font-weight: bold; }
.influence-table .row { position: relative; }
.influence-table .row:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+25,000000+50,000000+75,000000+100&0.25+0,0.75+25,0.25+50,0.75+75,0.25+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=1 ); /* IE6-9 */
}
.influence-table .row:nth-child(even) { background: #CCB889; }
.influence-table .row div:first-child, .influence-table .row div:last-child { text-align: center; }

/******************************************************************************
    FONTS
******************************************************************************/

.legal-font {
    font-size: 0.8em;
}

.news-header-font {
    font-size: 1em;
}

.faq-nav-font {
    font-size: .8em;
}

/******************************************************************************
    Community
******************************************************************************/

#CommunityNav li {
    list-style: none;
    display: table-cell;
    padding: 0px 30px;
}

#CommunityNav {
    display: table;
    padding: 0px;
    margin: 0px;
}

/******************************************************************************
    LOGIN
******************************************************************************/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.email {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("/Content/Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/Content/Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("/Content/Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("/Content/Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("/Content/Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("/Content/Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("/Content/Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("/Content/Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("/Content/Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("/Content/Images/orderedList9.png") no-repeat;
        }

/* login page */
#loginForm {
    background: rgba(0,0,0,0.5);
    border: solid 1px gray;
    padding: 20px 10px;
    margin-bottom: 30px;
    width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

    #loginForm label.checkbox {
        font-size: 16px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #715e4c;
    background: #fff;
    color: #333;
}

textarea {
    width: 100%;
    min-height: 200px;
    resize: none;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

#Subject {
    width:400px;
    background:#e0ddd6;
    font-size:18px !important;
    transition:all .5s;
}
    #Subject:focus {
    background:#fff;
    }

#Message {
    background:#e0ddd6;
    transition:all .5s;
}
    #Message:focus {
    background:#fff;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}



td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-view-body {
    width: 674px;
    list-style: none;
}

.message-view-username {
    width: inherit;
}

.message-view-username-label {
    background-color: #D1C9B5;
    padding-left: 5px;
    padding-right: 23px;
}

.message-view-username-content {
    background-color: #CAC1AC;
    padding-left: 5px;
    width: 100px;
}

.message-view-subject {
    width: inherit;
}

.message-view-subject-label {
    background-color: #D1C9B5;
    padding-left: 5px;
    padding-right: 10px;
}

.message-view-subject-content {
    background-color: #CAC1AC;
    padding-left: 5px;
    width: 100px;
}

.message-view-content {
    width: inherit;
    overflow-wrap: break-word;
    background-color: #CAC1AC;
}

.message-view-buttons {
    align-content: center;
    margin: 0;
    float: left;
}

.message-view-button {
    position: relative;
    margin: 0;
    float: left;
}

.message-view-back-button {
    float: none;
    position: relative;
}

.message-creation-body {
    list-style: none;
    display: block;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.validation-summary-valid {
    display: none;
}

/******************************************************************************
    COLORS
******************************************************************************/

.fire-red {
    color: #D92626;
}

.blood-red {
    color: #721110;
}

.chocolate {
    color: #513418;
}

.charcoal {
    color: #2E2F2F;
}

.tan {
    color: #AC8D62;
}

.peach {
    color: #D3CBB8;
}

.goldenrod {
    color: #FFC444;
}

.gun-metal-blue {
    color: #B6BECD;
}

.Title a:hover {
    font-weight: bold;
    text-decoration: none;
}

/******************************************************************************
    NEWS
******************************************************************************/

/* Pagination */
.pagination-wrapper {
    align-content: center;
    align-items: center;
    align-self: center;
    background-position-y: 20px;
    text-align: right;
}

.pagination-link {
    background: url("../Content/Images/COE_ForumThread_NumberTab.png") no-repeat top center;
    background-size: 35px 59px;
    padding: 7px 15px 45px 12px;
    border: hidden;
    color: white;
    cursor: pointer; cursor: hand;
}

.pagination-link:hover {
    background: url("../Content/Images/COE_ForumThread_NumberTab_Selected.png") no-repeat top center;
    background-size: 35px 59px;
    padding: 7px 15px 45px 12px;
    border: hidden;
    color: white;
}

.pagination-ellipses {
    font-size:40px;
    padding-top:80px;
}

.pagination-link-selected {
    background: url("../Content/Images/COE_ForumThread_NumberTab_Selected.png") no-repeat;
    width: 43px;
    height: 71px;
    padding: 10px 20px 45px 17px;
    border: hidden;
    color: white;
}

/******************************************************************************
    FORUM TOPIC VIEW
******************************************************************************/

.forum-signature {
    max-height: 130px;
    width: 100%;
    text-overflow: clip;
    overflow: hidden;
}

.signature-container {
    float: right;
    width: 80%;
    margin-right: 20px;
}

.forum-signature p:first-child {
    float:right;
}

.forum-button-short {
    border: solid 1px #513418;
    background: #C4BAA1;
    padding: 5px 7px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #721110;
}

    .forum-button-short:hover {
        background: #B2A894;
    }

/******************************************************************************
    FORUM  TOPIC
******************************************************************************/

.book-seperator-bottom {
    background: url("/Content/Images/COE_BookSeparator_VeryBottom.png") -148px;
    height: 12px;
    width: 952px;
    margin-left: -49px;
    z-index: 1;
}

.book-seperator-top {
    background: url("/Content/Images/COE_BookSeparator_VeryTop.png") -148px;
    height: 12px;
    width: 952px;
    margin-left: -49px;
    z-index: 1;
}

.post-seperator {
    background: url("/Content/Images/Influence_HorizontalLine.png") no-repeat;
    padding: 1px 0px 1px 0px;
    height: auto;
}

/******************************************************************************
    FORUM  POSTS
******************************************************************************/

.username {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

.username-employee {
    color: #FFC444;
    text-shadow: 1px 1px 6px black;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.watermark-employee {
    background: url("/Content/Images/COE_Watermark.png") no-repeat;
    background-size: 100% auto;
}

.username-original-poster {
}

.post-header {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;;
    font-weight: bold;
    width: 95%;
    margin-left: 2.5%;
}

.post-controls {
    display: none;
    float: right;
}

/******************************************************************************
    USER MESSAGING
******************************************************************************/

.messaging-table {
    width: 100%;
    border: solid 0px;
    border-spacing: 2px;
    border-collapse: separate;
    border-color: none;
    padding: 2px;
}

.messaging-row {
    width: inherit;
    border: solid 1px;
    background-color: #CAC1AC;
    border-color: none;
}

.messaging-cell {
    background: none;
    margin: 10px;
}

.messaging-c1 {
    text-align: center;
    background-position-x: 0px;
}

.messaging-c2 {
    padding-left: 30px;
    font-size: 20px;
    text-align: left;
}

.messaging-c3 {
    padding-left: 10px;
    text-align: left;
}

.messaging-c4 {
    padding-left: 10px;
    text-align: left;
}

.messaging-link:hover {
    color: #D92626;
    text-decoration: underline;
}

.messaging-username-column {
    width: 150px;
    text-align: left;
    padding-left: 40px;
}

.messaging-date-column {
    text-align: left;
    padding-left: 20px;
}

.messaging-subject-column {
    text-align: left;
    padding-left: 20px;
    width: 300px;
}

.messaging-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.messaging-button {
    float: right;
}



.message-creation-body {
    width: 674px;
}

.NewsContent a {
    color: #840808;
}

    .NewsContent a:hover {
        color: #CC0E0E;
    }


/******************************************************************************
    WIKI
******************************************************************************/

.wiki-search-list {
    font-family: Verdana, Arial, sans-serif;;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: -10px;
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 25px;
}

    .wiki-search-list li {
        padding: 8px 5px;
        border-bottom: 1px solid black;
    }

.wiki-search-title {
    color: #721110;
    font-weight: bold;
    line-height: 20px;
    display: block;
    font-size: 17px;
}

    .wiki-search-title:hover {
        color: #BE1B1B;
    }

.wiki-search-info {
    line-height: 20px;
    font-size: 16px;
    display: block;
}

.wiki-search-date {
    line-height: 16px;
    font-size: 16px;
    display: block;
}

/******************************************************************************
    Forum Search
******************************************************************************/

.forum-search-list {
    font-family: Verdana, Arial, sans-serif;;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: -10px;
    overflow-y: scroll;
    max-height: 300px;
    padding-right: 25px;
}

    .forum-search-list li {
        padding: 8px 5px;
        border-bottom: 1px solid black;
    }

.forum-search-title {
    color: #721110;
    font-weight: bold;
    line-height: 20px;
    display: block;
    font-size: 17px;
}

    .forum-search-title:hover {
        color: #BE1B1B;
    }

.forum-search-info {
    line-height: 20px;
    font-size: 16px;
    display: block;
}

.forum-search-date {
    line-height: 16px;
    font-size: 16px;
    display: block;
}

.forum-search-description {
    line-height: 20px;
    font-size: 16px;
    display: block;
    color: #666666;
}

/******************************************************************************
    Media & Lightbox
******************************************************************************/

.mediaSection {
    height: 150px;
    border: solid 0px;
}
.fa {
    display: inline-block;
}
.fa-search {
    content: "";
    background: url('/Content/Images/icons/magnifying-glass.png') no-repeat 0 0;
    width: 13px;
    height: 14px;
    margin-top: 14px;
}
.fa-bars {
    content: "";
    background: url('/Content/Images/icons/magnifying-glass.png') no-repeat 0 0;
    width: 13px;
    height: 14px;
    margin-top: 14px;
}

.mediaLabel {
    height: 150px;
    line-height: 50px;
    text-align: left;
    float: left;
    margin: 0;
    font-size: 18px;
}

.mediaContainer {
    color: darkgoldenrod;
    float: right;
    text-shadow: 1px 1px 1px black;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* You can set flex-wrap and flex-direction individually */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Or do it all in one line with flex flow */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /* tweak the where items line up on the row */
    /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.mediaContainer.screens a:nth-child(4n) .ImageWrapper {
    margin-right: 0;
}

.NewsContent .lb-overlay img {
    cursor: pointer;
}

.NewsContent .lightbox-content {
    max-width: 1440px;
}

.lb-overlay {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 99;
    text-align: center;
    background-color: rgba(52,45,34,.6);
}

    .lb-overlay:target {
        width: auto;
        height: auto;
        bottom: 0px;
        right: 0px;
        padding: 75px 100px 120px 100px;
    }

.lightbox-content {
    max-width: 1280px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.img-border {
    padding: 1px;
    background: tan;
    border: 1px solid black;
}

.img-border-dark {
    padding: 3px;
    background: white;
    border: 1px solid rgb(42,35,24);
    width: 100%;
    height: 100%;
}

.close-text {
    color: white;
    display: block;
    text-align: right;
    width: auto;
}

.prev-text {
    color: white;
    float: left;
    width: auto;
    line-height: 20px;
    margin-top: -135px;
}

.next-text {
    color: white;
    float: right;
    width: auto;
    line-height: 20px;
    margin-top: -135px;
}

.detail-text {
    padding: 15px;
    color: white;
    width: inherit;
    line-height: 20px;
    height: 100px;
    top: -145px;
    left: 5px;
    background: RGBA(0, 0, 0, 0.5);
    word-wrap: break-word;
    position: relative;
}

.code-of-conduct {
    margin-top: 20px;
}

.search-magnifier {
    float: right;
    margin-left: 5px;
    margin: -5px;
    width: 43px;
    height: 44px;
    background: url(/Content/Images/but_search.png) no-repeat;
    overflow: visible;
}

    .search-magnifier input {
        margin: 0px 0px 0px 0px;
        padding: 1px;
        border: 0px;
        width: inherit;
        height: inherit;
        opacity: 0;
        width: inherit;
        height: inherit;
        border-bottom: 0px;
    }

.news-comment-box:after {
    content: "";
    display: block;
    clear: both;
}

.parent-news-comment, .child-news-comment {
    border: solid 1px #b0a382;
    margin-top: 15px;
    border-top: solid 2px #b0a382;
    background: rgba(196, 186, 161, 0.32);
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.child-news-comment {
    margin-left: 45px;
}

.comment-info {
    border-bottom: solid 1px #b0a382;
    padding: 5px 0px;
}

.comment-author {
}

.comment-body {
    padding: 10px 0px;
}

#CommentHoverPanel {
    text-align: right;
    margin: 0px;
    margin-bottom: 7px;
    visibility: hidden;
}

    #CommentHoverPanel button {
        height: 20px;
        line-height: 0px;
        outline: none;
        border: solid 1px #513418;
        background: #C4BAA1;
        padding: 5px 7px;
        color: #721110;
    }

        #CommentHoverPanel button:hover {
            background-color: gainsboro;
        }

.news-comment-deleted {
    /*background-color: #C1AE7F;*/
    background-color: #BFBAAF;
    /*background-color: rgba(0,0,0,0);*/
}

.news-deleted-text {
    float: right;
}

/******************************************************************************
    Account Management
******************************************************************************/

.FriendCodeRegion {
    border: 1px solid;
    padding: 10px 20px;
    width: 210px;
    margin-top: 50px;
}

.FriendCodeRegionText {
    margin-bottom: 20px;
}

.ReferrerCodeRegion {
    border: 1px solid;
    padding: 10px 20px;
    width: 210px;
    margin-top: 50px;
}

.ReferrerCodeRegionText {
    margin-bottom: 20px;
}

/******************************************************************************
    Page pagination
******************************************************************************/

.page-pagination-bar {
    overflow: visible;
}

.page-pagination-button {
    text-align: center;
    width: 42px;
    height: 60px;
    overflow: visible;
}

.page-pagination-button-current {
    text-align: center;
    width: 42px;
    height: 71px;
    overflow: visible;
}

    .page-pagination-button-current .page-pagination-button-text {
        color: gold;
        font-size: 20px;
    }

.page-pagination-button-text {
    text-align: center;
    position: absolute;
    width: inherit;
    height: inherit;
    margin-top: 4px;
    color: white;
    font-size: 16px;
}

.page-pagination-button-image {
}

/******************************************************************************
    Forum CSS
******************************************************************************/
.smallThumb {
    width:203px !important;
    height:114px !important; 
}


.search-result-item {
    border-bottom: solid 1px #513418;
    min-height:75px;
    list-style: none;
    padding: 20px 0;
    margin-bottom: 20px;
}
.search-result-item:last-of-type { border: none; }

.search-content {
    clear:both;    
    display:block;
    color:#333;
}
.search-date_author {
    float:right;
    text-align:right;
    color:#333;
}
.search-forum {
    color:#333;
}

.search-info {
    width:550px;
    float:left;
    margin-bottom:10px;
}
.search-result-item h2 {
margin:0;
}
.style_button {
    padding: 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#671514), to(#a33333));
    background-image: -webkit-linear-gradient(#671514 0%, #a33333 100%);
    background-image: -moz-linear-gradient(#671514 0%, #a33333 100%);
    background-image: -o-linear-gradient(#671514 0%, #a33333 100%);
    background-image: linear-gradient(#671514 0%, #a33333 100%);
    color: #FFF;
    text-transform: uppercase;
    text-shadow: #000 0px 1px 5px;
    border: 1px solid #000;
    opacity: 0.7;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.2)));
    cursor: pointer; cursor: hand;
}

.login_to_vote {
    padding-top:20px;
}
.disableMobile {
    
}

.post_user_border {    
    width: 150px;
    top:10px;    
    position:absolute;
}

.post_user_icon {
    width: 150px;
    height:146px;
    margin-top:-12px;
    margin-left:-12px
}

button {
        cursor:pointer;
}

blockquote {
    border: solid 1px #666;
    padding: 10px 0px 10px 16px;
    text-align: left;
    border-left:solid 5px #666;
    margin-left:0;
}


.post-author-info {
    position:relative;
}

.post_user_border {
    position:absolute;
}

.influence-c3 {
    text-align: right;
}

#Description {
width:525px;
background: #e0ddd6;
transition:all .5s;
}

    #Description:focus {
    background:#fff;
    }

#Comments {
    padding: 0px 50px;
}