.emogi {
	cursor: pointer;
	font-size:25px;
}
.emogi:hover {
	opacity:0.6;
}
.commentBox {
    margin-left: -50px;
}
.commentBox h2 { margin-left: 50px; }
.commentBox h2 span {
    color: gray;
}
.hentry {
    margin: 8px 0 8px 50px;
}
.hentry li {
    margin-bottom:10px;
}
.hentry .depth0 {
	margin-left:15px;
}
.hentry .depth1 {
    margin-left:100px;
}
.hentry .depth2 {
    margin-left:185px;
}
.hentry .depth3 {
    margin-left:270px;
}
.hentry .depth4 {
    margin-left:355px;
}
.hentry .avatar, .comment-block .avatar {
    float: left;
}
.hentry .avatar img, .comment-block .avatar img  {
    border: 0px solid #878787;
    border-radius: 6px;
	    width: 70px;
	height: 70px;
}
.avatar img{
	float: left;
    border-radius: 6px;
	    width: 90px;
	height: 90px;
		margin-right:5px;
}
.avatar2 img{
	float: left;
    border-radius: 6px;
	    width: 50px;
	height: 50px;
		margin-right:5px;
}

 .remark {
 margin-left:14px;
}

.liamgradient {
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #F8F8F8 15%, #CCCFF8 50%, #FFD255 100%);
	    border: 1px solid #bec7c9;
    margin: 0 0 0 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.commentContent {
    background-color: #E6EFF8;
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #C2D6E6 15%, #E6EFF8 50%, #E4E4E4 100%);
    border: 1px solid #bec7c9;
    margin: 0 0 0 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.commentContent:hover {
   box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 10px rgba(0, 0, 0, .1) inset;
}
.commentContentParent {
   box-shadow:
   0 1px 4px rgba(0, 0, 80, .3),
   -23px 0 20px -23px rgba(0, 0, 80, .8),
   23px 0 20px -23px rgba(0, 0, 80, .8),
   0 0 10px rgba(0, 0, 80, .1) inset;
}
.wrapper{
	padding-left:4px;
}
.commentform {
    background: #fffff;
    border: 1px solid #bec7c9;
    margin: 0 0 0 81px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hentry .meta {
    background: url(../img/comment-arrow.gif) 0 8px no-repeat;
    height: 15px;
    margin: 0 0 0 -8px;
    padding: 5px 5px 5px 20px;
    overflow: hidden;
    position: relative;
    font-size:11px;
}
.hentry .meta .nickname {
    float: left;
}
.hentry .meta .nickname a {
    color: navy;
	font-size:17px;
	font-weight:bold;
}
.deletecomment{
	font-size:15px;
	float:right;
	color:red;
}
.deletecomment a {color:#D45252;}
.deletecomment a:hover {color:red;}

.hentry .meta .title a {
	color: #C6A2C8;
	
	    margin: 0 10px;
    float: left;
    
	font-size:16px;
	
}
.hentry .meta ul {
    float: right;
}
.hentry .meta ul li {
    float: left;
}
ul .vote {
    padding: 10px 10px 0 0;
    font-size:11px;
}
ul .vote .buttons {
    margin-left: 5px;
    font-size:11px;
}
ul  .plus {
    color: grey;
    text-decoration: none;
    font-size:13px;
}
.votecount {
    text-decoration: none;
    font-size:15px;	
	padding-left:2px;
	margin-right:2px;
}
 .minus {
    color: grey;
    text-decoration: none;
    font-size:13px;
} 
.plus:hover {
    color: DarkCyan;
}
.plus:visited {
    color: green;
}

.minus:hover {
    color: DeepPink;
}
.hentry .meta .date {
    margin: 0 10px;
    float: left;
    color:#888;
    padding-top:2px;
	font-size:15px;
}
.hentry .meta .bookmark {
    position: relative;
    top: -3px;
    float: left;
    font-size: 14px;
    padding-top:2px;
	color:blue;
}
ul .vote strong {
    margin-left: 5px;
    font-size:13px;
}
.answerTo {
    float:left;
}
.otvet
{
	color:blue;
	font-size: 14px;
}

.answerTo a {
    display: inline-block;
    width: 13px;
    height: 14px;
    margin: 0 0 0 5px;
    background: url(img/arrow-top.png) no-repeat;
}
.positive .meta ul .vote strong {
    color: #11a305;
}
.negative .meta ul .vote strong {
    color: #b71111;
}
.negative-2 .fadeable, .negative-3 .fadeable {
    opacity: 0.6;
    filter: Alpha(opacity=60);
}
.negative-4 .fadeable, .negative-5 .fadeable {
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.negative-6 .fadeable, .negative-7 .fadeable {
    opacity: 0.4;
    filter: Alpha(opacity=40);
}
.negative-8 .fadeable, .negative-9 .fadeable {
    opacity: 0.3;
    filter: Alpha(opacity=30);
}
.negative-10 .fadeable {
    opacity: 0.2;
    filter: Alpha(opacity=20);
}
.negative-10:hover .fadeable,.negative-2:hover .fadeable, .negative-3:hover .fadeable,.negative-4:hover .fadeable, .negative-5:hover .fadeable,.negative-6:hover .fadeable, .negative-7:hover .fadeable,.negative-8:hover .fadeable, .negative-9:hover .fadeable{
    opacity: 1;
    filter: Alpha(opacity=100);
}
.author_sComm .commentContent {
	    background: #f7eef5;
	background-image: radial-gradient(ellipse farthest-corner at right bottom, pink 0%, #f7eef5 50%, #E4E4E4 100%);
}
.author_sComm .meta {
    background-image: url(../img/comment-arrow2.gif);
}
.author_sComm .meta .nickname a {
    color: #BD33A4;
	font-weight:bold;
	font-size:
}
.guest .commentContent{
	
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #FAF4AF 0%, #FFFFFF 50%, #FFFFFF 100%);
}
.guest .meta .nickname a {
    color: #000;
	font-weight:bold;
}
.commentText {
    border-top: 1px solid #e6eced;
    padding: 1px 12px;
    margin-bottom: 5px;
    font-size:13px;
}
.commentText p {
    margin:10px 0 0 0;
}
.textcomm
{
	font-size:16px;
	margin-top:3px;
}
.menu, .hentry .meta ul .vote .buttons                  { font-size: 13px; }
.hentry .meta ul .bookmark                              { font-size: 151%; }
.hentry .meta ul .vote strong                           { font-size: 13px; }
.menuF a:hover, .textCut a:hover, .pNavig a:hover, .hentry .meta .nickname a:hover,
kbd a:hover { text-decoration: underline; }
.vote a, .stat tr th, .userName  { font-weight: normal; }
.cl { clear: both; font-size: 0pt; line-height: 0px; height: 0; }
 li {
    list-style-type: none; /* Убираем маркеры */
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }
.sex{float:right; width:12px;height:12px;}
.comment_answer
{
	float:left;text-decoration:underline;font-size:17px;
}
.edit_comment
{
	color:grey;font-size:17px; margin-left:7px;
}
.comment_answer
{
	float:left;font-size:15px;color:navy;text-decoration:underline;
}
.comment_answer:hover
{
	text-decoration:underline;color:#1E64AE;
}
/* Џ…ђ…Љ‹ћ—Ђ’…‹њ —…ЉЃЋЉ‘ ‘’€‹€‡Ћ‚ЂЌЌ›‰ */
	#anonimswitch  {
		float:right; margin:0 24px 2px 0;font-size:16px;color:#7676C5;
	} 
    .switch input, .switchTheme input { display: none; /* Прячем исходный флажок */ }
   .switch label, .switchTheme label {
	cursor:pointer;
    display: inline-block; /* Строчно-блочный элемент */
    position: relative; /* Относительное позиционирование */
    width: 60px; height: 23px; /* Размеры прямоугольника */
	border-radius:50px;
	box-shadow: inset 0 1px 1px rgba(124, 122, 124, 0.175);
    background: #DEE1E6; /* Серый цвет фона */
    transition: 0.5s; /* Время смены цвета фона */
	top:6px;
   }
   .switch label:hover, .switchTheme label:hover {background:#DCDCDC;}
   .switch label::before, .switchTheme label::before {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    background: #fff; /* Цвет фона квадратика */
    width: 20px; height: 19px; /* Размеры квадратика */
	border-radius:50px;
    left: 5px; top: 2px; /* Положение квадратика */
    transition: 0.5s; /* Время движения квадратика */
   } 
   .switch input:checked + label, .switchTheme input:checked + label {
    background: #51A2F3; /* Синий цвет фона */
   }
   .switch input:checked + label:hover, .switchTheme input:checked + label:hover {
	  background: #1976D2; 
   }
   
   .switch input:checked + label::before, .switchTheme input:checked + label::before {
    left: 35px; /* Квадратик слева */
   }
   .switchTheme input:checked + label::before {
    left: 29px; /* Квадратик слева */
   }
   .switchTheme label {
	   height:19px;
	   width:50px;
	   top:3px;
   }
    .switchTheme input:checked + label {
    background: #F9F9F9; /* Синий цвет фона */
   }
    .switchTheme input:checked + label:hover {
	  background: #51A2F3; 
   }
   .switch label, .switchTheme label {
	background:#F9F9F9;
   }
    .switchTheme label:hover {
	  background: #F4F4F4; 
   }
    .switchTheme input:checked+ label::before {
	   background-image:url(/img/moon.png);
	   background-color:#FFF;
	   background-repeat:no-repeat;
	   height:20px;
   }
   .switchTheme label::before {
	   background-color:#FFF;
	   background-image:url(/img/sun.png);
	   background-repeat:no-repeat;
	   height:20px;
	   left: 3px; top: 0px;
   }
   
@media (max-width:750px){
.comment-block .avatar {display:none;}
.commentform {margin: 0 0 0 0;}
.hentry .depth1,.hentry .depth2,.hentry .depth3,.hentry .depth4 {
    margin-left:25px;
}
.hentry .depth0 {
	margin-left:0px;
}
.hentry .avatar img, .comment-block .avatar img  {
    border-radius: 6px;
	    width: 55px;
	height: 55px;
}
.commentContent {
    margin: 0 0 0 67px;
}
}