.post.online {
box-shadow: 5px 5px 5px #313131;
border-radius: 15px;
border-color: #313131;
}

.post .preonline.online {
width: 58px;
height: 58px;
position: absolute;
left: 0;
top: 0;
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.post .postprofile {
float: left;
border-width: 0 1px 0 0;
}

.post .postprofile dd, .post .postprofile dt {
margin-right: 8px;
margin-left: 0;
}

.has-profile .postbody {
float: right;
}

.post {
box-shadow: 5px 5px 5px #8B8B8B;
border-radius: 15px;
border-color: #646464;
}