div.entry {
    clear: both;
    margin-bottom: 2em;
    margin-right: 1em;
}
.a_none {
    text-decoration: none;
}

.s_button {
    float:right;
    padding: 4px 10px 3px 10px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bkg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    height: 26px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.s_button:hover {
    color: #8AB134;
}
.a_button {
    padding: 4px 14px 3px 14px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bkg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

}
.d_button {


}
.a_button:hover {
    color: #8AB134;
}

.a_button_delete {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
    display: block;
    width: 61px;
    height: 15px;
    color:#fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;
    background: url(images/delete.png) 0 0 no-repeat;
}

.a_button_edit {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
    display: block;
    width: 47px;
    height: 15px;
    color:#fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;
    background: url(images/edit.png) 0 0 no-repeat;
}

.a_button_quote {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
    display: block;
    width: 58px;
    height: 15px;
    color:#fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;
    background: url(images/quote.png) 0 0 no-repeat;
}

.a_button_reply {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
    display: block;
    width: 56px;
    height: 15px;
    color:#fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;

    background: url(images/reply.png) 0 0 no-repeat;
}

.a_button_topic {
    z-index: -1;
    background-image: url(images/topic.png);
    background-repeat: no-repeat;
}


div.a_buttons {
    overflow: hidden;
}
div.person-info {
    float: left;
    position: relative;
    left: 4px;
    margin-top: 25px!important;
    padding: 0 20px 30px 0;
    width: 120px;
    text-align: center;
}

div.person-info a {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #666;
}
p.user-name {

    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    clear: both;
}
div.post {
    border: solid 1px;
    color: #000;
    margin-left: 140px;

}

div.post2 {
}

div.post-contents {
    padding: 0 25px 0 25px;
    margin-right: 10px;
    overflow: auto;
}

div.post-contents p {
    line-height: 140%;
    margin-top: 1em!important;
}

div.post-contents blockquote {
    color: #666;
    line-height: 150%;
}

div.post-contents:after {
    content: "";
    display: block;
    clear: both;
}

h4.post-title, div.post-title {
    margin-top: 1em;
    padding-bottom:0;
}

h4.post-title a, div.post-title span {
    display: block;
    padding: 22px 25px 0 25px;
    font-weight: normal;
    font-size: 140%;
    text-decoration: none;
}

h4.post-title a:hover {
    text-decoration: underline;
}

div.post-title span {
    display: block;
    height: 20px;
    font-size: 100%;
}

div.post-title {
    display: block;
}

div.post-header {
}
div.post-links  {
    text-align: right;
    clear: both;
}
p.post-signature  {
    text-align: right;
    clear: both;
}
span.post-signature  {
    text-align: right;
    clear: both;
}

div.post-footer {
}

div.post-footer p {
    margin: 0;
}

div.post-footer p a {
    display: block;
    padding: 15px 20px 20px 25px;
    text-align: right;
    font-size: 85%;
    color: #999;
    text-decoration: none;
}

div.post-footer p a:hover {
    color: inherit;
    text-decoration: underline;
}

h2.date {
    color: #666;
    font-weight: normal;
    font-size: 130%;
    padding-left: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
}