/*************************************************************
НАСТРОЙКИ СТИЛЯ
**************************************************************/
/* Шапка
-------------------------------------------------------------*/
#pun-title table {
  background: url(https://funkyimg.com/i/2YYfS.png) no-repeat top right;
  height: 666px;
  width: 1490px;
  margin-left: -290px;
}

/* Иконки сообщений
-------------------------------------------------------------*/
.punbb div.icon {
  float: right;
  display: block;
  width: 100px;
  height: 100px;
  padding-right: 0px;
  margin-left: 0px;
  }
/* Старые сообщения */
table Div.icon { 
  background: url(https://funkyimg.com/i/2YZa6.png) no-repeat top center;
  }
/* Новые сообщения */
TR.inew Div.icon {
  background : url(https://funkyimg.com/i/2YZa4.png) no-repeat top center;
  }
/* Важная тема */
#pun-viewforum TR.isticky Div.icon {
  background: url(https://funkyimg.com/i/2YZa3.png) no-repeat top center;
  }
/* Закрытая тема */
#pun-viewforum TR.iclosed Div.icon {
  background: url(https://funkyimg.com/i/2YZa5.png) no-repeat top center;
  }

/* Футер
-------------------------------------------------------------*/
#pun-about p.container {
  background: url(https://funkyimg.com/i/2YYgV.png) bottom center no-repeat;
  height: 280px;
  width: 1050px;
  margin-left: -100px;
  padding-top:20px;
  margin-bottom:-66px;
  }

/* Картинка в категорию-статистику
-------------------------------------------------------------*/
#pun-stats.section h2 { 
  background: url("https://funkyimg.com/i/2Z7vS.png") no-repeat;
  padding-bottom:0px;
  margin-top: 29px;
  margin-left: -30px;
  margin-bottom: -30px;
  width:923px;
  height: 150px;
  }
#pun-stats h2 span { 
   display:none;
  }


/* Быстрый ответ
-------------------------------------------------------------*/
#post-form h2 span {
   display:none;
  }
#post-form h2 {
   background: url(https://funkyimg.com/i/2Z7xz.png) no-repeat;
   width: 923px;
   height: 98px;
   margin-left: -160px;
   margin-top: 20px;
   margin-bottom: -10px;
  }

/* Полоса прокрутки
-------------------------------------------------------------*/
::-webkit-scrollbar {width: 7px; height: 7px;}  
::-webkit-scrollbar-track {background-color: #e5e5e5;} 
::-webkit-scrollbar-thumb {background-color: #b15252; border-radius: 10px;}
::-webkit-scrollbar-thumb:active {background: #c07c7c; border-radius: 10px;}

/* Ширина колонок в списке активных пользователей
-------------------------------------------------------------*/
div#pun-online.punbb .tc3 {
  text-align: left; /*текст справа*/
  width: 20%; /*ширина третьей колонки*/
  }
div#pun-online.punbb .tcl {
  text-align: left; /*текст слева для первых двух колонок*/ 
  }
#pun-online th.tcl, #pun-online th.tc3 {
   font-size:0%;
  }

/* Время отправки и рейтинг поста
-------------------------------------------------------------*/
.permalink{
  font-size: 12px;
  font-family: cuprum;
  text-transform: lowercase;
  text-align: left;
  font-weight: normal!important;
  color: #adadad;
  text-transform: lowercase;
  text-shadow: #ffffff 1px 1px!important;
  }

/* Всплывающие подсказки
-------------------------------------------------------------*/
.tooltip, .tooltip1 {
  position: relative;
  }
.tooltip em, .tooltip1 em {
  display: none;
  }
.tooltip:hover em {
  font-style: normal;
  display: block;
  position: absolute;
  width: 130px;
  top: 10px;
  right: -20px;
  padding: 10px;
  background: url(http://funkyimg.com/i/29GVo.png);
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  border: none;
  }
.tooltip1:hover em {
  font-style: normal;
  display: block;
  position: absolute;
  width: 130px;
  margin-top: 14px;
  right: -20px;
  padding: 10px;
  background: url(http://funkyimg.com/i/29GVo.png);
  border-radius:20px;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3), 0px 0px 3px 0px #fefbf6;
  border: none;
  }

.desbox1 {font-size: 10px; text-align: justify;}


/*************************************************************
РАЗНОЕ
**************************************************************/
#pun-main div.catleft, #pun-main div.catright, #pun-announcement h2, .lastedit, .mini_awards_label, .mini_awards, .title-logo span, li#navawards, #topic-modmenu .container span {
  display: none;
  }

/* Название категорий */
.category h2 span {
  visibility:hidden!important;
  }

.hoverbox a {
  cursor: default;
  }
.hoverbox a .preview {
  display: none;
  }
.hoverbox {
  cursor: default;
  list-style: none;
  }
.hoverbox a:hover .preview {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  }

hr {
  border: none;
  border-top: dashed 1px #747e79;
  }

.punbb th {
  background: transparent;
  color: transparent;
  }

