﻿/* ARTiSHOCK*/
#picture-search {
  position:fixed;
  display:inline-block;
  top:50%;
  left:50%;margin-left:433px;
}
.img-hover{cursor:pointer}
img.postimg.remember{border:red solid 4px;}
body .post-content .Выбор strong {
  display:inline-block!important;
  margin:0 0 0.4em;
}
#remember-pictures {
  color:#930F1A;
  margin-left:23px;
}
#remember-pictures img{
  margin-right:2px;
  margin-bottom:-5px;

}
 #picture-search img{
 opacity:.5;
 /*-webkit-filter: grayscale(80%);
 filter: grayscale(100%);*/
 transition: ease-out .4s;
}
#pun-searchposts .pa-author{margin-top:70px!important;}
#pun-searchposts .pa-author>strong{color: rgba(25,25,25,.62)!important;}
#picture-search{margin-left:491px!important}
#picture-search img:hover{
  /*-webkit-filter: grayscale(0%);
  filter: grayscale(6%);*/
  opacity:.8;
}
#pun-searchposts div.fnt{display:none!important;}