.post {
    background-color: #FFFFFF;
    border: 0;
    margin: 5px;
    padding: 0;
    color: #000000;
}


.post .header {
    background-color: #E6B24C;
    padding: 4px;
    margin: 0;
    color: #000000;
    border: 0;
    border-bottom: 2px solid #999999;
}

.post .header .icon {
	display: inline;
}

.post .header .title {
    font-size: 110%;
}

.post .header .datestamp {
	font-size: 90%;
	color: #444444;
}

.post .header .author {
	font-size: 90%;
	color: #555555;
}

.post .header .sig {
	font-size: 90%;
	color: #555555;
}

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

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

.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: #E6B24C; /*#FFF0E6;*/
    border: 0;
    border-top: 2px solid #999999;
    padding: 4px;
    margin: 0;
    color: #000000;
    overflow: auto;
}

.post .footer .options {
    text-align: center;
    width: 50%;
    float: left;
}

.post .footer .options ul {
    list-style: none;
}

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

.post .footer .options ul li a {
    background-color: #E6B24C;
}

.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: 10%; 
    float: right; 
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
}

.post .readmore {
    float: left; 
    width: 20%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #E6B24C;
}

.post .readmore a {
    background-color: #E6B24C;
}

.post .sig {
    background-color: #E6B24C;
}

.post .sig a {
    background-color: #E6B24C;
}

