/* ---------------------------------------------------------------------------------
   file-start: stc/partners/comments.css 
*/

.lj3-comments-wrapper DD,
.lj3-comments-wrapper P {
	margin: 0;
	}
.lj3-iframe IFRAME {
	width: 100%;
	height: 265px;
	border: none;
	}
.auth-block .lj3-iframe {
	background-image: none;
	height: 40px;
	overflow: hidden;
	}

/* COMMENTS */
.lj3-reply-link {
	text-align: center;
	}

.lj3-comments-inner {
	border: 1px solid #D3D3D3;
	border-width: 1px 0;
	}

.lj3-comment {
	margin: 20px 0;
	}

.lj3-comment-header {
	position: relative;
	overflow: hidden;
	}
	.lj3-comment-header .lj3-avatar {
		float: left;
		}
	.lj3-comment-header-inner {
		display: block;
		/* padding: 8px 12px 5px 62px; */ /* return when avatars will be enabled */
		padding: 0 12px 5px 12px;
		}
		.lj3-comment-header .lj3-comment-title {
			display: block;
			margin: 6px 0 0;
			}
		.lj3-comment-header .lj3-comment-title.empty {
			display: none;
			}
		.lj3-comment-meta {
			display: block;
			margin: 6px 0 0;
			}
			/*.lj3-user,*/
			.lj3-user .nickname,
			.lj3-comment-date,
			.lj3-delete-comment,
			.lj3-permalink {
				display: inline-block;
				margin: 0 12px 0 0;
				vertical-align: middle;
				}
			.lj3-comment-meta .lj3-delete-comment {
				margin: 0;
				}
				.lj3-user I,
				.lj3-user IMG {
					display: inline-block;
					margin: 0 3px 0 0;
					width: 16px;
					height: 16px;
					vertical-align: middle;
					background: url(/img/userinfo.gif?v=52588) no-repeat 0 0;
					}
				.lj3-user.lj3-openid IMG {
					background: url(/img/icons/openid-16.gif?v=17127) no-repeat 0 0;
					/* background-position: 0 0; */
					}
				.lj3-user.lj3-livejournal IMG {
					background: url(/img/userinfo.gif?v=52588) no-repeat 0 0;
					/* background-position: 0 -30px; */
					}
				.lj3-user.lj3-facebook IMG {
					background: url(/img/icons/facebook-16.png?v=29916) no-repeat 0 0;
					/* background-position: 0 -60px; */
					}
				.lj3-user.lj3-twitter IMG {
					background: url(/img/icons/twitter-16.png?v=29916) no-repeat 0 0;
					/* background-position: 0 -90px; */
					}

.lj3-comment-content {
	padding: 8px 0;
	line-height: 1.4em;
	}

	.lj3-reply-link {
		padding: 0 8px 0 0;
		}
	.lj3-comment-footer .lj3-thread-link {
		padding-left: 8px;
		border-left: 1px solid #B4B4B4;
		}

/* collapsed comments */
.lj3-comments-collapsed {
	margin: 20px 0;
	}
	.lj3-comments-collapsed .lj3-comment {
		margin-top: 4px;
		margin-bottom: 4px;
		}
		.lj3-comments-collapsed .lj3-comment-header-inner {
			padding-top: 0;
			padding-left: 12px;
			}
			.lj3-comments-collapsed .lj3-comment-title {
				display: inline;
				padding: 0 5px 0 0;
				}
/* .lj3-comment-collapsed {
	margin-top: 4px; */
/* margin-bottom: 4px; */
	}
	.lj3-comment-collapsed .lj3-comment-header-inner {
		padding-top: 0;
/* padding-left: 12px; */
		}
		.lj3-comment-collapsed .lj3-comment-title {
			display: inline;
			/* padding: 0 5px 0 0; */
			}
.lj3-comment-collapsed-last {
	margin-bottom: 20px;
	}
/* indentation */
.lj3-indent1 {
	margin-left: 25px;
	}
.lj3-indent2 {
	margin-left: 50px;
	}
.lj3-indent3 {
	margin-left: 75px;
	}
.lj3-indent4 {
	margin-left: 100px;
	}
.lj3-indent5 {
	margin-left: 125px;
	}
.lj3-indent6 {
	margin-left: 150px;
	}
.lj3-indent7 {
	margin-left: 175px;
	}
.lj3-indent8 {
	margin-left: 200px;
	}

/* PAGINATION */
.lj3-pagination {
	padding: 17px 0;
	text-align: center;
	}
	.lj3-pagination LI {
		display: inline-block;
		margin: 0 3px;
		}
	.lj3-pagination .lj3-prev {
		margin-right: 12px;
		}
	.lj3-pagination .lj3-next {
		margin-left: 12px;
		}
		.lj3-pagination A {
			display: inline-block;
			vertical-align: middle;
			}
		.lj3-pagination .lj3-to-home A,
		.lj3-pagination .lj3-prev A,
		.lj3-pagination .lj3-next A,
		.lj3-pagination .lj3-to-end A {
			overflow: hidden;
			width: 16px;
			height: 16px;
			text-indent: -9999px;
			background: url(../img/pagination.png) no-repeat 0 0;
			}
		.lj3-pagination .lj3-to-home A {
			background-position: 0 -16px;
			}
		.lj3-pagination .lj3-prev A {
			background-position: 0 -32px;
			}
		.lj3-pagination .lj3-next A {
			background-position: 0 -48px;
			}
		.lj3-pagination .lj3-to-end A {
			background-position: 0 -64px;
			}



/* file-end: stc/partners/comments.css 
----------------------------------------------------------------------------------*/
