.post {
}

.post .body p { 
    margin: 1.12em 0; 
}

.post .body {
    border: 0;
    border-bottom: 2px solid #999999;
    padding: 2px;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    
}

.post .body ul {
    margin: 1.2em 0;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.post .body ul li {
    display: list-item;
    list-style-type: disc;
}

.post .body h1 {
    font-size: 0.90em;
}

.post .footer {
    background-color: #FFF0E6;
    overflow: auto;
    padding: 2px;
    margin: 0;
    margin-top: 2px;
    color: #000000;
    border: 0;
    overflow: auto;
/*    border-top: 2px solid #999999; */
}

.post .footer .options {
	float: left;
}

.post .footer .options ul {
    list-style: none;
    display: inline;
    padding: 0;
}

.post .footer .options ul li {
    display: inline;
    padding: 0;
    margin: 3px;
}

.replylist {
    list-style-type: none;
    margin-left: 3px;
    margin-top: 2px;
    background-color: #336699;
}

.post .share {
    list-style-type: none;
}

.post .share ul {
}

.post .share ul li {
    display: inline;
}

.post .replycount {
    width: 25%; 
    float: right; 
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
}

.post .readmore {
    float: left; 
    width: 25%;
    margin: 0;
    padding: 0;
    border: 0;
}

