﻿.smackPost {
	background-color: #fff;
    padding: 5px;
    margin: 7px 0px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.smackAddNewPost {
	background-color: #fff;
    padding: 5px;
    margin: 7px 0px;
    border: solid 1px #ccc;
    border-radius: 3px;
	padding-bottom: 10px;
}
.smackAddNewHeader {
	border-bottom: solid 1px #ccc;
    margin: 5px 0px 10px 0px;
    padding: 0px 5px;
}
.smackHeader {

}
.smackProfilePic, .replyProfilePic  {
	display: inline-block;
}
.smackProfilePic > img, .replyProfilePic > img {
	vertical-align:bottom;
}
.replyProfilePic > img {
	max-width: 34px;
	max-height:34px;
	margin-right: 5px;
	margin-top: 5px;
}
.smackUser {
	display: inline-block;
}
.smackUserName {
	font-weight: 700;
	color:#000;
}
.smackPostTime, .replyPostTime {
	font-weight: 700;
    font-size: .8em;
    color: #999;
}
.smackBody {
	margin: 8px 0px;
}
.smackReplies {
}
.smackReply {
	display: flex;
	background-color: #f7f7f7;
}
.replyContent {
	display: inline-block;
	padding: 3px 0px;
}
.replyName {
	font-weight: 700;
	color:#000;
}
.replyMessage {

}
.smackAddReply {
	padding-top: 5px;
}
.newReplyContent {
	display: block;
    position: relative;
    margin-left: 40px;
    top: -30px;
    margin-bottom: -30px;
	border: solid 1px #ccc;
	min-height: 30px;
}

.newReplyContent > span {
	position: absolute;
    top: 3px;
    left: 3px;
    color: #888;
}

.newReplyContent > p {
	    padding-left: 3px;
    margin: 0px;
    padding-top: 3px;
}