﻿.activity-feed {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	white-space: normal;
	font-size: 13px;
}

.activity-feed .actorlink {
	font-weight: bold;
}

#post-editor {
	font-size: 13px;
	padding: 10px 0;
}

.profile-activity h2 {
	margin-bottom: 0;
}

.activity-feed .activity-feed-row {
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #ECECEC;
}

.activity-feed .activity-feed-row .avatar-small {
	margin-left: 0;
}

#post-editor .wall-item,
.activity-feed .wall-item {
	margin-left: 10px;
}

.activity-feed .action {
	line-height: 1.5;
	color: #7a7a7a;
}

.activity-feed .body {
	line-height: 1;
}

.activity-feed .body .comment-body {
	font-size: 13px;
	padding-top: 8px;
	color: #333;
}

.activity-feed .body img {
	padding-top: 15px;
	padding-bottom: 3px;
	max-width: 100%;
	height: auto;
}

.activity-feed .action-bar {
	color: #aaa;
	font-size: 12px;
	line-height: 1;
	padding-top: 15px;
}

/* .activity-feed .action-bar .separator { */
.activity-feed .separator {
	padding: 0 5px;
	line-height: 1;
}

.activity-feed .action-bar .icon {
	background: url('../img/icons/newsfeedactions.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	padding-right: 2px;
}

.activity-feed .action-bar .add-comment .icon {
	background-position: 0 0;
}

.activity-feed .action-bar .add-comment:hover .icon {
	background-position: -50px 0;
}

.activity-feed .action-bar .share .icon {
	background-position: 0 -50px;
}

.activity-feed .action-bar .share:hover .icon {
	background-position: -50px -50px;
}

ul.comments {
	padding: 0;
	overflow: hidden;
	margin: 15px 0 10px 0;
	font-size: 13px;
}

.comment-box {
	line-height: 1;
	margin: 0;
	padding: 10px 10px 10px 52px;
	border-top: 3px solid #fff;
	overflow: hidden;
	position: relative;
}

.comment-box .avatar-xsmall {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 32px;
}

.comment-box .contents {
	line-height: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.activity-feed .comment-body,
.activity-feed .comment-body p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.5;
}

.activity-feed .comment-box .comment-body,
.activity-feed .comment-box .comment-body p {
	display: inline;
}

.comment-box .timestamp {
	line-height: 1;
	color: #aaa;
	font-size: 12px;
	padding: 6px 0 0 0;
}

.ckeditor_box {
	padding: 5px 0 0;
	min-height: 40px;
	position: relative;
	overflow: visible;
	background: #fff;
	border: 1px solid #ddd;
}

#activity-feed-wrapper .cke_chrome {
	border: none;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

#post-editor .editor,
.comment-box .editor {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 4px 8px;
	font-size: 13px;
	resize: none;
	height: 40px;
	width: 100%;
	min-height: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
}

.comment-box div.form button {
	line-height: 27px;
}

.smallnumber {
	color: #fda215;
	font-size: 12px;
}
