
#footer,#footer ul:after,#top-threads .meta:after,.actions:after,.auth-section .connect .services li.sso button.no-image,.auth-section .connect .services:after,.clearfix:after,.moderate .actions,.moderate:after,.nav-comment:after,.nav>ul,.nav>ul:after,.notice:after,.post-content .post-body .media-activated .media-content-placeholder,.post-content .post-menu:after,.post-content .post-message:after,.post-content footer,.post-content footer menu:after,.post-content:after,.post-list .post:after,.row:after,.textarea-wrapper:after,.tooltip footer:after
{
	clear: both;
}
/*
a,abbr,acronym,address,blockquote,button,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,pre,q,s,samp,small,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
}*/
h3,p
{
	margin: 0 0 1.5em;
}
.btn
{
	background: #778289;
	background: rgba(29,47,58,.6);
	border: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	padding: 10px 16px;
	transition: background .2s;
}
.btn:hover
{
	background: #606d75;
	background: rgba(29,47,58,.7);
	color: #fff;
}
.btn.active,.btn:active
{
	background: #2e9fff;
	transition: none;
}
.btn.busy
{
	background: #ebeef2;
	color: #bbb;
}
.btn.busy:active,.btn.busy:hover
{
	background: #ebeef2;
	cursor: not-allowed;
	text-shadow: none;
}
.btn.btn-small
{
	background-position: 0 -10px;
	font-size: 12px;
	padding: 8px 10px;
}
.btn.btn-small.follow
{
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0,0,0,.07);
	font-size: 10px;
	font-weight: 400;
	padding: 1px 4px;
}





#no-posts
{
	line-height: 107px;
	opacity: .6;
	text-align: center;
}

.textarea-wrapper
{
	background: #fff;
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0,39,59,.2);
	border-radius: 4px;
	margin: 0 0 0 60px;
	position: relative;
}
.textarea-wrapper:focus
{
	border: 2px solid #cbd2d6;
	border: 2px solid rgba(0,39,59,.35);
}
.textarea-wrapper:after,.textarea-wrapper:before
{
	content: "";
	display: table;
	line-height: 0;
}
.textarea-wrapper .textarea
{
	border: 0;
	color: #3f4549;
	cursor: text;
	display: block;
	font-family: "Helvetica Neue",arial,sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 1.4;
	margin: 0;
	min-height: 44px;
	overflow-y: scroll;
	padding: 6px 10px 8px;
	resize: none;
	transition: all .15s ease-in-out;
	width: 100%;
}
.textarea-wrapper .textarea div,.textarea-wrapper .textarea p
{
	line-height: 1.4;
	margin: 0;
}
.textarea-wrapper .placeholder
{
	color: #a5b2b9;
	color: rgba(0,39,59,.35);
	cursor: text;
	font-size: 18px;
	left: 10px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	text-overflow: ellipsis;
	top: 7px;
	white-space: nowrap;
}
.textarea-wrapper.error
{
	border-color: #f55567;
}
.postbox
{
	position: relative;
}
.postbox .edit-alert .alert
{
	border-color: #cbd2d6;
	border-radius: 0;
	border-top: solid 2px;
	margin: -36px -2px 36px;
}

.avatar
{
	float: left;
}
.avatar img
{
	height: 48px;
	width: 48px;
}
.avatar .user
{
	background: rgba(0,39,59,.2);
	position: relative;
	z-index: 100;
}
#form .avatar,#top-threads .avatar,.notifications .avatar,.tooltip .avatar
{
	left: 0;
	position: absolute;
	transition: left .2s linear;
}
.post .avatar
{
	margin-right: 12px;
}
#form .postbox
{
	margin: 0 0 24px;
}
@media (max-width:500px)
{
	#form .avatar
	{
		display: none;
	}
	#form .textarea-wrapper
	{
		margin-left: 0!important;
	}
	#form .textarea-wrapper .textarea .placeholder
	{
		font-size: 15px;
		line-height: 1em;
		position: relative;
		top: 2px;
	}
	#form.expanded .textarea-wrapper .textarea
	{
		min-height: 60px;
	}
}




.post-list
{
	list-style-type: none;
	margin: 0;
}
.post-list .post:after,.post-list .post:before
{
	content: "";
	display: table;
	line-height: 0;
}
.post-list .post.collapsed .children,.post-list .post.collapsed>.post-content .post-menu .collapse
{
	display: none;
}
.post-list .post .postbox .avatar .user img
{
	height: 36px;
	width: 36px;
}
.post-list .post .postbox .auth-section,.post-list .post .postbox .textarea-wrapper
{
	margin: 0 0 0 48px;
}
.children .post,.post-list>.post>.post-content .reply-form-container .postbox
{
	margin-left: 60px;
}
.post-list .post.collapsed>.post-content .post-menu
{
	top: 12px;
}
.post-list .post.collapsed>.post-content .post-menu .expand
{
	display: inline;
}
.post-list .post.collapsed>.post-content .post-body-inner
{
	display: none;
}
.post-content
{
	margin-bottom: 24px;
	position: relative;
	transition: all .2s ease-in-out;
}
.post-content .bullet
{
	color: #ccc;
	font-size: 75%;
	line-height: 1.4;
	padding: 0;
}
.post-content header
{
	color: #777;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 3px;
	padding-right: 46px;
}
.post-content header .bullet
{
	padding: 0 4px;
}
.post-content header .author,.post-content header a
{
	font-weight: 700;
}
.post-content header .parent-link,.post-content header .state-byline,.post-content header .time-ago
{
	color: #a5b2b9;
	color: rgba(0,39,59,.35);
	font-size: 12px;
	font-weight: 500;
}
.post-content .post-body
{
	overflow: hidden;
}
.post-content .post-message-container
{
	overflow: hidden;
	position: relative;
	width: 100%;
	zoom: 1;
}
.post-content .post-message
{
	line-height: 21px;
}
.post-content .post-message:after,.post-content .post-message:before
{
	content: "";
	display: table;
	line-height: 0;
}
.post-content .post-message p
{
	line-height: 21px;
	margin: 0 0 15px;
}
.post-content .post-message p:last-child
{
	margin: 0;
}
.post-content footer
{
	color: #768187;
	color: rgba(29,47,58,.6);
	margin: 4px 0 0;
}
.post-content footer menu
{
	margin: 0;
	padding: 0;
}
.post-content footer menu:after,.post-content footer menu:before
{
	content: "";
	display: table;
	line-height: 0;
}
.post-content footer menu li
{
	float: left;
	font-size: 13px;
	line-height: 15px;
	list-style-type: none;
	margin: 0 7px 0 0;
	padding: 0;
}
.post-content footer menu li .icon-mobile
{
	display: none;
}
.post-content footer a
{
	color: #a5b2b9;
	color: rgba(0,39,59,.35);
	font-weight: 500;
}
.post-content footer a:hover
{
	color: #768187;
	color: rgba(29,47,58,.6);
}



.nav
{
	margin: 0 0 -6px;
	padding: 0;
}
.nav>ul:after,.nav>ul:before
{
	content: "";
	display: table;
	line-height: 0;
}
.nav>ul>li
{
	float: left;
}
@media (max-width:480px)
{
	.nav>ul>li #community-tab .community-name
	{
		display: none;
	}
	.nav>ul>li #community-tab .community-name-placeholder
	{
		display: block;
	}
}
.nav>ul>li>a,.nav>ul>li>div a
{
	color: #7f929c;
	color: rgba(0,39,59,.5);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all .2s ease-in-out;
}
.nav-comment
{
	border-bottom: 2px solid;
	border-color: #eaedee;
	border-color: rgba(0,39,59,.08);
	margin: 0 0 24px;
	padding: 0;
}
.nav-comment:after,.nav-comment:before
{
	content: "";
	display: table;
	line-height: 0;
}
.nav-comment>ul>li>a
{
	font-size: 15px;
	font-weight: 700;
	margin: 0 15px;
	padding: 12px 0;
}
@media (max-width:480px)
{
	.nav-comment>ul>li>a
	{
		margin: 0 15px 0 0;
	}
}
.nav-comment>ul>li.active>a
{
	color: #3f4549!important;
}
.nav-comment>ul>li.active>a:after
{
	background: #2e9fff;
	bottom: -2px;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}
.nav-comment>ul>li.tab-conversation a
{
	margin-left: 0;
	text-transform: capitalize;
}