@charset 'utf-8';

body.posts #posts.list .for-list {
	display: inherit;
}

body.posts #posts.list .post {
	margin: 1em 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: white;
	overflow: visible;
	height: auto;
	min-height: 65px;
	padding: 7px;
	font-size: 12px;
}

body.posts #posts.list .post.is_freezed {
	padding: 0;
	border: none;
	min-height: 0;
	background: transparent;
	margin: 7px 0;
}

body.posts #posts.list.loading .post.nextanchor {
	border:none;
	background: transparent;
}

body.posts #posts.list .post .pinned {
	top: -7px;
	left: -2px;
}

body.posts #posts.list .post {
}

body.posts #posts.list .post.double {
}

body.posts #posts.list .post_manip.for-list {
	position: absolute;
	top: 11px;
	left: 11px;
}

body.posts #posts.list .post_main {
	width: auto;
	margin-left: 44px;
	margin-right: 160px;
}

body.use-hover body.posts #posts.list .post_main_link:hover .post_title {
	text-decoration: underline;
}

body.posts #posts.list .post_user {
	position: absolute;
	width: 150px;
	right: 0;
	top: 50%;
	margin-top: -18px;
}

body.posts #posts.list .post_user_link img {
}

body.posts #posts.list .post_user_name {
}

body.posts #posts.list .post_user_link {
	float: left;
	width: 100%;
	margin-right: -52px;
}

body.posts #posts.list .post_user_manip {
	float: left;
}


body.posts #posts.list .post .post_info .post_created_at {
}

body.posts #posts.list .post .post_info .message {
	max-height: 10em;
	overflow-y: auto;
}

body.posts #posts.list .heads_markers {
	position: relative;
	overflow: hidden;
	margin: 7px -7px -7px -7px;
	white-space: nowrap;
	height: 18px;
}

body.posts #posts.list .heads_marker {
	display: inline-block;
	height: 18px;
}

@media ( min-width: 568px ) {
	body.posts #posts.list .heads_marker.marker {
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	body.posts #posts.list .heads_marker.marker+.marker {
		-webkit-border-bottom-left-radius: 0;
		-moz-border-bottom-left-radius: 0;
		-ms-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	body.posts #posts.list .heads_marker.user_type {
		float:right;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-ms-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}


body.posts #posts.list .heads_marker.user_type>div {
	padding: 0 7px;
}


/* @media ( max-width:568px ) { */
	
	
	html.is-mobile body.posts #posts.list .post_main_link {
		margin-right: 10px;
	}
	html.is-mobile body.posts #posts.list .post_user {
		position: relative;
		top: 0;
		margin-left: 47px;
		margin-top: 10px;
		padding: 0;
		overflow: visible;
		width: auto;
	}
	html.is-mobile body.posts #posts.list .post_user .user_type {
	}
	html.is-mobile body.posts #posts.list .post_user .user_type > div{
	}
	
	html.is-mobile body.posts #posts.list .post .post_title {
		/* font-weight: bold; */
	}
	html.is-mobile body.posts #posts.list .post {
		display: block;
		float: none;
		width: auto;
	}
	html.is-mobile body.posts #posts.list .post.double {
		font-size: inherit;
		line-width: inherit;
		width: auto;
	}
	html.is-mobile body.posts #posts.list .post .post_info .message {
		max-height: none;
		overflow-y: auto;
	}
	
	html.is-mobile body.posts #posts.list .heads_markers {
		position: relative;
		overflow: hidden;
		margin: 7px -7px -7px -7px;
		height: auto;
		
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		-ms-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		-ms-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		
		/* border-top: 1px solid #ccc; */
	}
	
	html.is-mobile body.posts #posts.list .heads_marker {
		display: block;
		height: 18px;
	}
	
	html.is-mobile body.posts #posts.list .heads_marker.marker {
		border-top: 1px solid #ddd;
	}
	
	/* body.posts #posts.list .heads_marker.marker+.marker { */
	html.is-mobile body.posts #posts.list .heads_markers>*+* {
		/* border-top: 1px solid #ddd; */
	}
	
	html.is-mobile body.posts #posts.list .heads_marker.user_type {
		float:none;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-bottom-right-radius: 0;
		-ms-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	html.is-mobile body.posts #posts.list .heads_marker.user_type>div {
		padding: 0 7px;
	}
	html.is-mobile body.posts #posts.list .heads_marker:last-chile {
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-ms-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;

	}
	
	/*********/
	
	html.is-mobile body.posts.nav-media #posts.list .post .for-mixed,
	html.is-mobile body.posts.nav-user #posts.list .post .for-mixed {
	}
	
	html.is-mobile .for-mixed {
		display: none;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .for-mixed,
	html.is-mobile body.posts.nav-user #posts.list .post .for-mixed {
		display: block;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_info.for-list,
	html.is-mobile body.posts.nav-user #posts.list .post .post_info.for-list {
		display: none;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_title,
	html.is-mobile body.posts.nav-user #posts.list .post .post_title {
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 120%;
		overflow: hidden;
	}

	html.is-mobile body.posts.nav-media #posts.list .post a.post_main_link,
	html.is-mobile body.posts.nav-user #posts.list .post a.post_main_link {
		position: relative;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_pic,
	html.is-mobile body.posts.nav-user #posts.list .post .post_pic {
		position: relative;
		overflow: hidden;
		margin-bottom: 7px;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_pic {
		max-height: 171px; /* override script */
	}
	
	/************/
	html.is-mobile body.posts.nav-media #posts.list .post.has_image {
		-webkit-border-top-left-radius: 0;
		-moz-border-top-left-radius: 0;
		-mx-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
		-mx-border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post.has_image .post_pic {
		/* img size */
		margin-left:-51px;
		margin-right: -17px;
		margin-top: -14px;
	}

	html.is-mobile body.posts #posts.list .post.has_image .post_manip.for-list {
		position: relative;
		/* top: 11px;
		left: 11px;
		*/
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}
	
	html.is-mobile body.posts #posts.list .post.has_image .post_manip.for-list>.btn-group-vertical {
		position: absolute;
		left: 4px;
		bottom: 0;
	}
	html.is-mobile body.posts #posts.list .post .post_manip.for-list>.btn-group-vertical .btn-mini {
		padding: 2px 7px;
	}
	
	/*************/
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_info .post_score,
	html.is-mobile body.posts.nav-user #posts.list .post .post_info .post_score {
		float: none;
		font-weight: bold;
		font-size: 150%;
		line-height: 150%;
		margin-left: 0;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_info.for-mixed .post_comment_count,
	html.is-mobile body.posts.nav-user #posts.list .post .post_info.for-mixed .post_comment_count {
		border-left: 1px solid #ccc;
		padding-left: 7px;
	}
	
	html.is-mobile body.posts.nav-media #posts.list .post .post_info.for-mixed div.post_score,
	html.is-mobile body.posts.nav-user #posts.list .post .post_info.for-mixed div.post_score {
		float: right;
	}
	
	/************/
	
/* } */

