/*************************************************************
A - SETUP
**************************************************************/

/* Дизайн: Nightkhan; / Исходники изображений взяты в интернете, где не были приколочены; / 
Вёрстка собрана на основе материалов свободных источников; свежевзятое снабжено ссылками; / 
Разработка дизайна была брошена в 2017 и повторно в 2019 году и возобновлена в 2025, 
практически минуя новые тренды платформы и языка в кодировании. Вероятно, он полон дыр и мусора 
и, возможно, держится на соплях. Скрипт закладок не работает (ХЗ почему) и отключён. 
Интересующиеся ходоки по коду — лишний раз не дышите. Самаритяне, желающие безвозмездно 
(я беден, как церковная мышь, готовая повеситься на своём хвосте) помочь с чисткой кода 
и доведением его до ума — телеграмируйте @khandarkh или обращайтесь в читательскую форума;
то же справедливо для сообщений об ошибках в работе форума, связанных с текущим кодом.
Если вы хотите что-то взять себе, но не получается вырезать из полотна — обращайтесь туда же, 
но готовый для использования шаблон дизайна существует только в теории будущего.
Совместимость с мобильными устройствами проверялась на базе android и ipad.
-----------------------------------------------------------------------------------------*/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1751257743.css);

@font-face {
    font-family: 'MyCustomFont';
    src: url('https://forumstatic.ru/files/001a/26/12/60438.otf') format('opentype');
}

@font-face {
    font-family: 'Mick Caster';
    src: url('https://forumstatic.ru/files/001a/26/12/81457.otf') format('opentype');
}

@font-face {
    font-family: 'NarzissProCyrillic';
    src: url('https://forumstatic.ru/files/001a/26/12/45489.ttf') format('truetype');
}

@font-face {
    font-family: 'Jellyka Delicious Cake';
    src: url('https://forumstatic.ru/files/001a/26/12/76515.ttf') format('truetype');
}

@font-face {
    font-family: 'Simply Square';
    src: url('https://forumstatic.ru/files/001a/26/12/45791.ttf') format('truetype');
}

@font-face {
    font-family: 'Blender Pro Book';
    src: url('https://forumstatic.ru/files/001a/26/12/83982.ttf') format('truetype');
}


@font-face {
    font-family: 'TT Wellingtons Trl Thin';
    src: url('https://forumstatic.ru/files/001a/26/12/13350.otf') format('opentype');
}





/*  @import url(http://webfonts.ru/import/constantine.css);
  @import url(http://webfonts.ru/import/voronov.css); 
  @import url(http://db.onlinewebfonts.com/c/ecf2edb722bb790456a7199f4b4cfef8?family=Sitka+Heading);
  @import url(http://db.onlinewebfonts.com/c/4cac62b9f31046456d6fa8a29b0d9462?family=Sitka+Small);
  @import url(http://db.onlinewebfonts.com/c/3615a8c3ad6cff2d57d32d0304dff282?family=NarzissProCyrillic);
  @import url(http://db.onlinewebfonts.com/c/8682b980e7f3168a4720fc220dc7c896?family=PT+Bodoni+Cyrillic);
  @import url(http://db.onlinewebfonts.com/c/29dc27977e417a98e56556776f41607c?family=Corbel);
  @import url(http://db.onlinewebfonts.com/c/e6c0e179deb07f3fc7a6d0d7a2a77247?family=Corbel+Italic);
@import url(http://db.onlinewebfonts.com/c/335787aa6f57d71cabe8eb5dc89c6d6b?family=Blender+Pro+Book);
@import url(http://db.onlinewebfonts.com/c/1dc8ecd8056a5ea7aa7de1db42b5b639?family=Gilroy-Regular);
@import url(http://db.onlinewebfonts.com/c/b3977fac9dc9c04726aab95eb9842c17?family=Arno+Pro);
@import url(http://db.onlinewebfonts.com/c/a1faa1cb71713afe0bf24275758ea782?family=Handle);
@import url(http://db.onlinewebfonts.com/c/2b30f2eb690c7e481d0b5a8761aa02a9?family=TT+Wellingtons+Trl+Thin);
@import url(https://db.onlinewebfonts.com/c/82e4d59192f8f0cd47c35c4ff0676e92?family=Hegomoni+Signature);*/

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

html {
filter: sepia(20%);
}

body {
filter: brightness(80%);
}

/* A2.1 бывший красный */
#pun_wrap {
    background-color: transparent;
    margin: 0;
/*    min-width: 1060px!important; */
}

::-webkit-scrollbar {
background-color: #0d0d0d;
}

::-webkit-scrollbar-thumb:vertical {
background-color: #320808;
border: solid #320808;
border-width: 0;
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #320808;
}

::-webkit-scrollbar-corner {
background-color: #320808;
}


html, body {
 /*width: 104%; Где-то ломаная срань урезает на телефоне тело, если значение ниже 104%. Лечится, если указать в пикселях, как ниже. */
min-height: 100%important;
min-width: 1092px;
padding: 0; 
overflow-x: hidden;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
}

#MyBookmarks {
height: 90%!important;
}

/* A2.2 */
.punbb {
  margin: 0;
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 —  страница форумов на главной + поле под профилем? */
.punbb .main table {
  table-layout: fixed;
  width: 99.5%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 1.5em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
/*font-family: 'Times New Roman', Times, serif;*/
    font: normal 70% Verdana; 
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif;
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  padding: 0px!important;
  height: auto;
  
}

/* A3.5 */

/* (Название темы в теме, не ссылка.) */ 
.punbb h1 span {
    font-size: 24px;
    font-weight: normal;
    text-align: left; 
    font-family: Minion Pro;
    font-style: italic;
    height: 0px;
    color: #b9b9b9;
    display: none;
  }

/* Названия категорий на главной и надпись "Быстрый ответ" */
#pun-main h2 span {
  text-align: center!important;
  float: center;
  font-size: 12px;
  font-family: Minion Pro;
  font-style: italic;
  color: #838588;
  padding: 16px;
  }

#topic-users-in .container {
background-color: #0d0d0d;
color: #aaaaaa;
border: solid 1px #424242; /* Тему просматривают: */
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
}

.punbb legend span {
  font-size: 1.1em;
  color: #b9b9b9;
  text-shadow: 1px 1px 1px rgb(181, 182, 181);
  margin-left: 30px;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal;
  }

/* A3.8 */

.punbb .post-content  {
font-size: 14px;
font-family: Verdana;
padding-bottom: 25px!important;
line-height: 1.7;
}

.punbb .post-content em {
  font-style: italic;
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

.bbuline {
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  }


/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .main div.inline:after,
.punbb .links:after,
.punbb .post-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */

/* Низ и срединная развёртка —  основной блок форума т. е.*/
#pun {
    margin: auto;
    border: none;
    padding-bottom: 127px;
    position: relative;
    width: 1060px;
    background-color: transparent;
    background-image: url();
    background-position: bottom center;
    background-repeat: no-repeat;
  }

/* A5.2 — ширина основного блока форума */
.punbb {
  float: center;
  width: 98%;
  height: auto;
  padding: 0 10px!important;
  }

/* A5.3 */

/* Основной фон */

#pun-redirect {
  background: #282828 url() center top no-repeat fixed;
  position: absolute;
  width: 100%;
  height: 0px;
  z-index: 100;
  top: 0px!important;
  left: 0 !important;
  font-size: 0px;
  }

#pun-redirect #pun-main {
  margin: 100px 35% 0px 35%;
  width: 500px;
  float: none;
  position: relative;
  z-index: 1000;
  background: white;
 border-radius: 15px;
  }


/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category {
  margin-top: 0.4em;
  }

.punbb .post {
  margin-top: 10em;
background-color: transparent;
  }


/* A5.6 */

.punbb #pun-category1 {
margin-top: 50px!important;
}

.punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px
  }

/* A5.9 Внешние контейнеры
-------------------------------------------------------------*/
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none none none none;
  border-width: 0 0 0 0;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding:  20px 10px 0 10px; /* — отступы содержимого постов */
  margin: 0;
  width: 100%!important;
  overflow: hidden;
  }

/* B1.2 */

/* РАЗДЕЛИТЕЛЬ МЕЖДУ ПОСТОМ И ПОДПИСЬЮ */

   dl.post-sig {
/*     display: none; */
      order: 2;
      padding: 0px!important;
      position: relative !important;
      width: 736px;
      height: 120px;
      margin-top: 31px!important;
      margin-left: -26px;
      background-color: white;
      z-index: 10;
    }

.punbb .post-sig dt {
  display: none;
  border-top: 1px solid #222222;
  width: 50px;
  margin: 0;
  }

/*БЛОК СОДЕРЖИМОГО ПОДПИСИ */

.punbb .post-sig dd {

font-family: 'Times New Roman', Times, serif;
      width: 830px; /* — ширина подписи в постах; было 860 при аватаре в 120 */
      height: 108px;
      margin-left: 32px; /*+30*/
      margin-top: 2px; /*+30*/
      padding: 4px;
      background-color: #2c2c2c; /*#2c2c2c*/
          opacity: 0;
          overflow-y: auto;
}

.punbb .post-sig dd .bbuline {
text-decoration: underline;
}

#profile-signature .bbuline {
text-decoration: underline;
}


.punbb .post-sig dd:hover {
          opacity: 10;
}

.punbb .post-sig dd p {
margin-top: -3px!important;
padding: 4px;
font-size: 16px!important;
}

/*БЛОК ПОДПИСИ */
.punbb .post-sig {
background: url() no-repeat 0% 0%, url() no-repeat 100% 0%, url() no-repeat 0% 100%, url() no-repeat 100% 100%;
}

/* B1.3 
.punbb .post-content {
  margin-top: 20px;
  padding: 0px 0 1em 0;
  line-height: 150%;
  } */

/* Хуита тут Блоки постов в темах: */

.punbb #pun-main.main.multipage {
width: 100%!important;
}

.punbb #pun-main .topic .post-content {
margin-left: -9px!important;
/* padding-right: 100px!important; — не работает на телефоне*/
width: 98%!important;
/* width: 1010px!important; */
}

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  min-height: 100px;
  overflow: auto;
  }

.punbb .post-content .scrollbox::-webkit-scrollbar {
width: 0;
}

/* B1.8 */

.punbb .post-content .quote-box, .punbb .post-content .code-box {
width: 100%!important;
  margin: 10px 0 10px 0;
  padding: 1em;
  border-left-style: solid;
  border-left-width: 0px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 0.7em 1em 0.7em;
  border-style: none;
  border-width: 0px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
padding-left: 300px!important;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0px;
  }

/* B3.2 Сдвиг тем в форуме на странице их просмотра */
.multipage {
  margin-top: 130px;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -66px;
  left: -17px;
  width: 929px;
  text-align: left;
  font-weight: bold;
  background-color: #282828;
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  color: #aaaaaa;
  padding-left: 24px;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -66px;
  right: 0px;
  width: 80px;
  text-align: center;
  font-weight: bold;
  color: #0d0d0d;
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  }



/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

.punbb .linksb .postlink {
  display: none!important;
  }

.linksb .pagelink {
  float: left;
  width: 940px;
  text-align: left;
  font-weight: bold;
  background-color: #282828;
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  color: #aaaaaa;
  padding-left: 24px;
  margin-left: -29px;
  margin-top: -10px;
  }


/* B3.6 */
#pun-viewtopic #pun-main .linksb .pagelink {
  float: left;
  width: 920px;
  text-align: left;
  font-weight: bold;
  background-color: #282828;
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  color: #aaaaaa;
  padding-left: 24px;
  margin-left: -29px;
  margin-top: -15px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  margin-right: -24px!important;
  width: 85px;
  text-align: center;
  font-weight: bold;
  background-color: #282828;
  color: white;
  padding-right: 3px;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }
.subscribelink a {
position: relative;
background-color: #aaaaaa;
right: -12px;
top: -34px!important;
  color: #000!important;
  font-size: 11px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
  font-weight: normal;
text-shadow: none!important;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: none;
  border-width: 0px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

#pun-profile fieldset legend span {
  background-color: #aaaaaa;
  color: #000!important;
  font-size: 12px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* h3 под названиями форумов на главной */

.tclcon h3 {
height:40px!important;
margin-top: -14px!important;
}

/* C2.8 НАЗВАНИЯ ФОРУМОВ НА ГЛАВНОЙ */

#pun-index .tcl h3 {
text-align: right; /* положение текста */
font-weight: normal; /* начертание */
color: #04193c!important; /* цвет текста */
text-shadow: 1px 0px 1px #000000 !important; /* тень текста */
font-family: 'Constantine' !important; /* импортировать! */
font-size: 19px;
padding-right: 30px;
font-variant: small-caps;
font-style: normal;
letter-spacing: -0.05em;

}

#pun-index .tcl h3:first-letter {
font-style: oblique;
font-family: 'VoronovFont' !important; /* импортировать! */
font-size: 27px;
margin-bottom: 20px;
}

 /* Сдвиг влево названий форумов на главной */

.tclcon h3 a {
margin-right: 10px;
}

#pun-main h3 a{
  text-shadow: 0px 0px 0px transparent !important;
}

#pun-index .tcl h3 a:link {
color: #595854!important; /* цвет текста */
}

#pun-index .tcl h3 a:visited {
color: #595854!important; /* цвет текста */
}

#pun-index .tcl h3 a:active, #pun-index .tcl h3 a:hover {
color: #261f10!important; /* цвет текста */
opacity: 0.8;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 0px 0 0 0px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 0px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.4em;
  padding-top: 10px;
  }

#pun-category1 .container, #pun-category2 .container, #pun-category3 .container, #pun-category4 .container, #pun-category5 .container {
margin-left: 16px!important;
width: 100%;
}


/* C2.15 */
.punbb div.icon {
  border-style: none;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb table Div.icon {float: left; display: block; width: 58px; height: 60px; border-style: none;
background-image: url(https://forumstatic.ru/files/001a/26/12/23814.png);
background-repeat: no-repeat;
position: relative; margin-top: 40px; margin-left: -13px; margin-right: 10px; margin-bottom: 10px;}
TR.inew Div.icon {
background: url(https://forumstatic.ru/files/001a/26/12/26794.gif) no-repeat;}
TR.isticky Div.icon {
background: url(https://forumstatic.ru/files/001a/26/12/34803.png) no-repeat;}
TR.iclosed Div.icon {
background: url(https://forumstatic.ru/files/001a/26/12/31784.png) no-repeat;}
#pun-stats ul.container {background-image: url(""); background-repeat: no-repeat; }


 /* C3 Topics TRBL
-------------------------------------------------------------*/

/* Пост и его оформление */

/* C3.1 */
.punbb .post .container {
  display: flex;
  flex-flow: wrap;
  border-style: none solid solid solid;
  border-width: 0px;
  padding-top: -1px!important;
  padding-bottom: 1px;
  margin-left: 10px;
  margin-right: 10px;
  }

/* C3.2 — дата в постах */
.punbb .post h3 {
  border-width: 0px;
  position: relative;
  margin-left: 150px;
  padding-top: 0px;
  padding-right: 10px;
  margin-bottom: 0px;
  text-align: right;
  background-color: #1f1f1f;
  }

/* C3.3 */

/* Линейка нумерации в постах */

.punbb .post h3 span strong, .punbb .post h3 span strong:after {
content: " post,";
color: #aaaaaa;
margin-right: 2px!important;
}

/* Линейка нумерации в постах предпросмотра */

.topic h3 span a {
background-color: #aaaaaa!important;
margin-right: 2px!important;
color: black!important;
}

.punbb .post h3 span a.permalink {
background-color: #aaaaaa;
margin-right: 0px;
}

#post-preview .fs-box .post-box {
width: 100%!important;
}

/* C3.5 */
.punbb .post .post-author {
  order: 1;
  float: none;
  margin-top: -1.5em;
  overflow: hidden;
  width: 180px;
  }

    .post-rating {
        position:relative;
        padding: 0px !important;
        right: 0px;
        top: -0px;
   margin-top: -40px!important;
   margin-left: 38px!important;
   margin-bottom: 30px!important;
        font-weight: normal !important;
     height: 30px!important;
     width: 30px!important;

    }

.post-rating {
background-color: transparent!important;
     z-index:9;
}

    .post-rating p.container {
    background-image: url(http://forumstatic.ru/files/001a/26/12/32303.png)!important;
background-position: top left; margin-bottom: 0px!important; margin-top: -1px!important; margin-left: -13px!important; overflow: hidden!important; background-repeat: no-repeat!important; padding: 14px!important; background-color: transparent!important;
     height: 50px!important;
     width: 50px!important;
}

    .post-rating p.container a {
        font-size: 10px !important; 
        padding-top: 10px!important;
        padding-left: 5px!important;
        color: #000!important;
        text-shadow: 0px 1px 0px #fff; /* тень текста */
}

    .post-rating p.container a:hover {
        color: #000!important;
        text-shadow: 0px 1px 0px #fff; /* тень текста */
        opacity: 0.8;
}

   .post-vote p {
    position: relative!important;
    background-color: black!important;
    height: 20px!important;
    width: 10px!important;
    margin-top:  -70px!important;
    opacity: 0.5;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  width: 100%;
  }

/* C3.7 */
.pa-author {
    font-size: 24px;
    font-weight: normal;
    text-align: left; 
    font-family: Minion Pro;
    font-style: italic;
    height: 26px;
    margin-top: 7px !important;
    margin-bottom: 0px!important;
    margin-left: -20px!important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 400px;
}

.pa-author::first-letter {
  font-size: 42px;
  font-family: 'Jellyka Delicious Cake';
  color: #703035!important;
  font-weight: bold;
}

.pa-avatar {
    text-align: center; 
    padding-top: 0px !important;
    margin-left: 0px!important;
    background-image: url();
    width: 150px!important;
    height: 150px!important;
    margin-top: -3px!important;
    margin-bottom: 0px!important;
    background-color: transparent;
}

.post-author ul li.pa-avatar img{
    width: 150px!important;
    border-style: solid;
    border-width: 0px;
    box-shadow: #c4c2ba 0;
    padding-top: 3px!important;
 }

li.pa-awards span.mini_awards_label{
display:none!important;
}


li.pa-awards {
    margin-top: -30px;
    margin-left: 100px;
}

.pa-fld1 {
    text-align: justify;
    text-indent: 0px;
    font-style: normal;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin-top: -3px!important;
    margin-left: -2px;
    margin-bottom: 5px;
    background-image: url();
    width: 197px;
}

#profile-right #pa-register-date {
position: absolute;
left: 20px;
top: 290px;
}

#profile-right #pa-register-date span {
width: 90px;
text-overflow: ellipsis;
word-break: break-all;
    white-space: nowrap;  
    overflow: hidden;  
}

#profile-right #pa-register-date strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-time-visit {
display: none;
}

#profile-right #pa-email {
position: absolute;
left: 0px;
top: 479px;
}

#profile-right #pa-email span {
display: none;
}

#profile-right #pa-email strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-email strong a {
  background-color: #6d1d1d;
  font-size: 16px;
  font-family: "Sitka Small";
  color: #fff;
  text-shadow: 1px 0px 1px #0f0e0e !important;
  padding: 3px;
}

#profile-right #pa-about {
display: none;
}

#profile-right #pa-posts {
position: absolute;
left: 20px;
top: 255px;
}

#profile-right #pa-posts strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-last-post {
display: none;
}

#profile-right #pa-sex {
display: none;
}

#profile-right #pa-name {
display: none;
}

#profile-right #pa-birthdate {
position: absolute;
left: 20px;
top: 270px;
}

#profile-right #pa-birthdate strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-location {
position: absolute;
left: 20px;
top: 285px;
}

#profile-right #pa-location strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-fld2 {
position: absolute;
width: 550px;
left: 313px;
top: 340px;
}

#profile-right #pa-fld2 img {
opacity: 0.5;
}

#profile-right #pa-fld2 img:hover {
opacity: 1;
}

#profile-right #pa-fld2 span {
display: none;
}

#profile-right #pa-fld2  strong {
margin-left: -110px!important;
}


#profile-right #pa-last-visit {
position: absolute;
left: 20px;
top: 225px;
}

#profile-right #pa-last-visit span {
width: 90px;
text-overflow: ellipsis;
word-break: break-all;
    white-space: nowrap;  
    overflow: hidden;  
}

#profile-right #pa-last-visit strong {
margin-left: -110px!important;
}

#profile-right #pa-positive {
position: absolute;
left: 200px;
top: 240px;
}

#profile-right #pa-positive strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right #pa-interests {
display: none;
}

#profile-right #pa-respect {
position: absolute;
left: 20px;
top: 240px;
}

#profile-right #pa-respect strong {
margin-left: -110px!important;
margin-bottom: -5px!important;
}

#profile-right span {
padding: 0!important;
}

#pa-fld5 span {
display: none!important;
}

#pa-fld5 img {
height: 100px!important;
width: 100px!important;
float: right;
margin-top: 10px;
}

#profile-right #pa-fld5 {
position: absolute;
   top: 220px;
    left: 400px;
    margin-top: 0;
    margin-left: 0;
    height: 120px!important;
    width: 555px!important;
    background: url(https://forumstatic.ru/files/001a/26/12/72188.png) no-repeat;
    padding: 0!important;
} 

/* #profile-right #pa-fld6 {
position: absolute;
   top: 10px;
    margin-top: 0;
    margin-left: 0;
    height: 100px!important;
} Заготовка для аудио. */

.pa-fld2 {
    display: inline;
    position: absolute;
    text-align: left; 
    margin-top: -27px!important;
    margin-left: 164px!important;
    margin-bottom: 0px!important;
    width: 872px;
}

.pa-fld2 img {
    opacity: 0.5;
}
.pa-fld2 img:hover {
    opacity: 1;
}

.pa-fld3 {
    position: absolute;
    margin-top: 50px!important;
    margin-left: -14px!important;
    height: 50px!important;
    width: 1023px;
    font-size: 9px;
}

.pa-fld4 { 
    margin-left: 181px!important; /*Было 151 при аватаре в 120*/
    margin-top: -147px!important; /*Было -167*/
    position: absolute;
    width: 840px!important; /*Было 870 при аватаре в 120*/
    z-index: 1;
    font-size: 9px;
    opacity: 1;
      height: 116px;
      background-color: #2c2c2c;
}

.pa-fld4:hover {
opacity: 1;
background: rgba(220, 216, 211, 1);
}

.pa-reg, .pa-posts, .pa-respect, .pa-positive, .pa-sex, .pa-age, .pa-icq, .pa-time-visit, .pa-from, .pa-last-visit {
    font-size: 10px;
    text-align: left;
}

.pa-respect {
display: block;
margin-left: 810px!important;
margin-top: -165px;
width: 140px;
  font-style: italic;
 opacity: 0.4; 
position: absolute;
}

.pa-positive {
display: block;
margin-left: 927px!important;
margin-top: -165px;
width: 70px;
  font-style: italic;
 opacity: 0.4; 
position: absolute;
}

.pa-online {
    text-align: center; 
    margin-left: -10px!important;
    display:none;
}

/* C3.8 */
.pa-author a {
  text-decoration: none
  margin-left: -10px!important;
  }

/* C3.9 Статус
-------------------------------------------------------------*/

li.pa-title {
  position: absolute;
  text-align: center; 
  padding: 9px 0 20px 0;
  font-weight: normal;
  font-style: italic;
  margin-left: 0;
  margin-bottom: 5!important;
  width: 1003px;
  height: 10px;
  background-color: transparent;
  font-family: Book Antiqua;
  font-size: 14px;
  font-variant: small-caps;
  opacity: 0.4;
  }

/* C3.14 */
.punbb .post-links  {
  width: 100%;
  order: 3;
  margin-left: 0em;
  margin-top: -20px;
  border-style: solid;
  border-color: #222222;
  border-width: 1px 0 0 0;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  opacity: 0.8;
  }

/* C3.16 */
.punbb .post-links li {
  padding: 5px;
  font-size: 10px;
  font-family: Book Antiqua;
  text-transform: uppercase;
  color: #d5d2cd!important;
  display: inline-block;

  }

/* C3.17 — осторожно: без inline-block на телефоне лепит ВСЕ блоки строки налево, а на ПК — целый ряд */

.pl-email, .pl-website {
float: left;
margin-top: -23px!important;
clear: both;
}

.pl-email.pm {
margin-left: 140px!important;
}

.pl-email.profile {
margin-left: 80px!important;
}

.pl-website.website {
margin-left: 170px!important;
margin-top: -22px!important;
}

.pl-website.website a {
  background-color: #6d1d1d;
padding: 2px;
color: white;
opacity: 0.8;
}

.pl-website.website a:hover {
opacity: 1;
}

.hideprofile .pl-email, .pl-website {
float: left;
margin-top: -24px!important;
clear: both;
}

.hideprofile .pl-email.pm {
margin-left: 60px!important;
}

.hideprofile .pl-email.profile {
margin-left: 0px!important;
}


.pl-edit, .pl-delete, .pl-quote {
float: right;
text-align: center;
margin-top: -24px!important;
clear: both;
}

.pl-quote {
margin-right: 0px!important;
width: 40px;
text-overflow: ellipsis;
word-break: break-all;
    white-space: nowrap;  
    overflow: hidden;  
  }

.pl-edit {
margin-right: 48px!important;
width: 40px;
text-overflow: ellipsis;
word-break: break-all;
    white-space: nowrap;  
    overflow: hidden;  
}

.pl-delete {
margin-right: 100px!important;
width: 40px;
text-overflow: ellipsis;
word-break: break-all;
    white-space: nowrap;  
    overflow: hidden;  
  }

.hideprofile .post-content {
margin-top: -60px!important;
}

.hideprofile  .pl-edit, .pl-delete {
float: right;
margin-top: -24px!important;
clear: both;
}

.hideprofile .pl-quote {
margin-right: 0px!important;
  }

.hideprofile  .pl-edit {
margin-right: 48px!important;
}

.hideprofile  .pl-delete {
margin-right: 100px!important;
  }

.hideprofile .pl-website {
margin-left: 82px!important;
  }

.pl-reports, .pl-email.email {
display: none!important; /*убрано !*/
}

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/*  Параметры поста
-------------------------------------------------------------*/

/* C3.11 */
.punbb .post-body {
  order: 4;
  border-width: 0px 0 0 0px;
  border-style: solid;
  border-color: #1f1f1f;
  padding: 20px 0px 0 0px;
  width: 100%;
  margin-left: 0;
  }

/* C3.12 */
.punbb .post-box {
width: 1034px;
margin-left: -0px;
margin-top: 10px;
padding: 0;
/*  padding: 0em 1em 1em 1em; */
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }




/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Профиль ДОРАБОТАТЬ ЛС
-------------------------------------------------------------*/

/* C6.1 */

#pun-profile #profile {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-profile #profile #profilenav {
float: left;
margin-left: -200px!important;
}

#pun-profile #profile #profilenav a:hover {
background-color: #aaaaaa!important;
text-shadow: none!important;
color: #000!important;
padding: 5px!important;
}

#pun-profile #profile #profilenav a {
padding: 5px!important;
      background: rgba(170, 170, 170, 0.02);
}

#pun-profile #profile #profilenav li {
padding-bottom: 15px!important;
}

#profile .container {
  padding-left: 18.6em;
  }

#profile .container .post.toppost .container .post-author .pa-avatar img {
height: 80px!important;
width: 80px!important;
}

/* Навигация в ЛС */

#profile .container .post.toppost .post-links ul li.pl-email {
display: none;
}

#profile .container .post.toppost .post-links ul li.pl-delete {
display: none;
}

#profile .container .post.toppost .post-links ul li.pl-reports {
display: none;
}

#profile .container .post.toppost .post-links ul li.pl-quote.pl-reply {
background-color: black;
float: left;
font-size: 16px!important;
width: 80px!important;
}

#profile.formal.messages-container .tc2.pmtc24 {
display: none!important;
}

#profile.formal.messages-container #profilenav ul li.item4 {
display: none!important;
}

#profile.formal.messages-container #post-preview {
width: 913px!important;
margin-left: -80px!important;
margin-top: 0px!important;
}

#profile.formal.messages-container #post-form.formal {
width: 873px!important;
margin-left: -80px!important;
margin-top: -9px!important;
}

#profile.formal.messages-container .post-links {
border: 0!important;
}

#profile.formal.messages-container .post-links ul li.pl-quote.pl-reply {
background-color: black;
float: left;
font-size: 16px!important;
}

/* #profile.formal.messages-container .post-links ul {
background-color: gray;
}
#profile.formal.messages-container .post-links ul li.pl-quote.pl-reply {
display: block!important;
background-color: red;
} */

#profile .container .post.toppost .imgON_Off {
height: 0px!important;
display: none;
}

#profile .container .post.toppost .container .pa-avatar {
margin-left: -37px!important;
margin-top: -55px!important;
margin-bottom: 6px!important;
}

#profile h3 span {
background-color: #aaaaaa;
color: #595959;
}


#profile .container .post.toppost .container .post-author .pa-online {
display: none!important;
}

#profile .container .post.toppost .container .post-author li.pa-author {
margin-left: 90px!important;
margin-top: 80px!important;
}

#profile .container .post.toppost .container .post-sig {
display: none!important;
}

#profile .container .post.toppost .post-content {
width: 850px!important;
min-height: 100%!important;
}

#profile fieldset legend strong {
margin-left: -90px!important;
}

/* C6.2 */
#profile  .container #profilenav  {
  float: left;
  margin-top: -15px;
  display: inline; 
  }

/* #profile .container #profilenav li a {
  font-size: 14px!important;
  font-variant: small-caps!important;
  background-color: #6d1d1d;
  padding: 2px;
  } см. нижний маркер с6.2*/

/* C6.3 */
#profilenav li {
  padding-bottom: 0.4em;
  font-weight: bold;
  }

#profile .container fieldset .fs-box .post.toppost h3 {
height: 26px!important;
width: 700px!important;
margin-top: -5px!important;
margin-left: 80px!important;
position: absolute;
background-color: transparent! important;
}

#profile .container fieldset .fs-box .post.toppost {
background: url() no-repeat 0% 0%, url() no-repeat 100% 0%, url() no-repeat 0% 100%, url() no-repeat 100% 100%;
background-color: #0d0d0d!important;
width: 880px!important;
margin-left: -98px!important;
margin-top: -40px!important;
}

#profile .container fieldset #post-form {
background: url() no-repeat 0% 0%, url() no-repeat 100% 0%, url() no-repeat 0% 100%, url() no-repeat 100% 100%;
background-color: #0d0d0d!important;
padding: 20px!important;
width: 839px!important;
margin-left: -97px!important;
margin-top: 0px!important;
}

/* Окно ответа в сообщениях */

#profile #post-form.formal .fs-box.hashelp .areafield.required span.input .resizable-textarea {
width: 835px!important;
}

#profile #messages {
width: 880px!important;
margin-left: -70px!important;
}

#profile #messages .linksb .pagelink {
margin-left: -170px!important;
padding-left: 170px!important;
width: 914px!important;
}

#profile #messages .postlink input.button {
margin-left: -81px!important;
}

#messages .postlink {
background-color: transparent!important;
}

/* Оформление блока профиля */

#viewprofile .container {
background: url(https://forumstatic.ru/files/001a/26/12/30110.jpg) no-repeat 0% 0%;
height: 860px;
}

/* #viewprofile .container {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
} */



/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 0px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* Настройка навигации на странице просмотра профиля, где она отображается сверху блока, а не слева, как на страницах редактирования: */

#viewprofile-next #profilenav ul li {
 
  display: inline-block;
  font-size: 12px!important;
  font-variant: small-caps!important;
  background-color: #6d1d1d;
  opacity: 0.8;
  padding: 10px;
  margin: 0 10px 10px 0;
  color: #0f0e0e;
}

#viewprofile-next #profilenav ul li:hover {
opacity: 1;
}

#viewprofile-next #profilenav ul li.view.isactive a {
color: white!important;
}

#viewprofile #profile-signature {
z-index: 9999999999999999999999999999;
position: relative;
top: -40px;
left: -15px;
width: 989px;
height: 400px!important;
overflow-y: auto;
text-align: justify;
/* display: none; */
}

#viewprofile #profile-signature ul {
border: none!important;
padding: 0 20px 0 0;
color: black;
font-size: 17px;
font-family: 'Times New Roman', Times, serif;
/*    font-family: Arno Pro;*/

}

#viewprofile #profile-signature ul::first-letter {
font-size: 36px;
    font-family: 'Jellyka Delicious Cake';
color: #703035!important;
  font-weight: bold;
position: absolute!important;
top: -20px;
}

#viewprofile #profile-signature ul::first-line {
line-height: 17px;
}

#viewprofile #profile-left {
position: relative;
top: 10px!important;
width: 950px!important;
/* position: absolute;
background-color: gray; 
top: 1000px!important; */
}

#profile-left li#profile-name {
position: absolute;
text-shadow: -2px 2px 0px #292c40 !important; /* тень текста #4c3c24 6d1d1d #5a6265 */
font-family: "NarzissProCyrillic"; 
font-size: 28px;
/* font-variant: small-caps; */
font-style: regular;
top: -13px;
left: -23px;
opacity: 0.9;
}

#profile-left li#profile-name:first-letter {
color: #703035!important;
font-size: 48px;
}


#profile-left li#profile-name strong {
color: #9b9e9f!important;
}

#profile-left li#pa-online {
display: none;
}

#profile-right li#pa-invites {
display: none;
}

/* #profile-right li#pa-respect {
display: none;
}*/

/*#profile-right li#pa-positive {
display: none!important;
} */

#profile-left li#pa-edit {
display: none;
}

#profile-left #profile-title {
position: absolute;
top: -19px;
right: -25px;
width: 950px;
}

#profile-left li#profile-title strong {
color: #899296;
float: right;
font-size: 28px;
    font-family: 'MyCustomFont';
opacity: 0.8;
text-shadow: 1px 1px 0px #000 !important;
}

#profile-left li#pa-avatar {
margin-top: 34px!important;
}

#profile-left li#pa-avatar img {
width: 150px!important;
height: 150px!important;
}

#viewprofile #profile-right {
position: relative;
left: -960px!important;
padding-top: 300px!important;
width: 950px!important;
padding-left: 10px;
/* background-color: black; */
height: 118px; /* Хер знает почему... Это какое-то заполнение блока просмотра профиля под основным блоком просмотра профиля. Если не проставить, отрезается низ содержания. */
}

#viewprofile li#pa-fld1 {
position: absolute;
width: 770px!important;
top: 50px!important;
/* background-color: black; */
height: 150px!important;
overflow-y: auto;
line-height: 21px!important;
}

#profile-right li#pa-register-date {
margin-top: -80px;
}

#profile-right li#pa-email {
margin-top: -152px;
}

#profile-right li#pa-fld1 strong {
padding: 0!important;
background-color: black;
font-size: 17px;
    font-family: 'Times New Roman';
letter-spacing: 0px;
}

#profile-right li#pa-fld1 span {
display: none;
}

/* #profile-right li#pa-fld2 {
position: relative;
top: -315px!important;
padding-right: 150px!important;
}

#profile-right li#pa-fld2 span {
display: none;
}

#profile-right li#pa-fld2 strong {
margin-left: -200px!important;
}

#profile-right li#pa-fld2 strong img {
padding-right: 5px!important;
}

#profile-right li#pa-fld3 {
position: relative;
top: -157px!important;
}

#profile-right li#pa-fld3 span {
display: none;
}

#profile-right li#pa-fld3 table {
margin-left: -187px!important;
width: 980px!important;
font-size: 10px!important;
}

#profile-right li#pa-fld3 table td {
padding: 10px;
} */

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 15px;
  position: relative;
  display: none; /* Убирает надпись "профиль" */
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block!;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 0px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description

Шапка

-------------------------------------------------------------*/

/* D1.1 */


#pun-title table {display: none;}

#pun-title.section {
margin-bottom: -280px!important;
z-index: -1;
}

#pun-title {
  border-style: none none none none;
  border-width: 0;
  font-size: 0;
  position: relative;
  background: url() top center repeat, url() top center no-repeat;
  height: 774px; /*680*/
  width : 200%;
  margin-left: 0;  /* Цепляется relative за начало ленты форума, поэтому нужно сдвинуть влево ровно настолько, насколько шапка заходит в левую часть от центра. */
  margin-bottom: 20px!important; /* (Регулирует отступ от шапки форума снизу.) */
  margin-top: 0;
}

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

/* #pun-title table {
	border: none;
	height: 40px;
	width: 100%;
} */

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

/* #pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
} */

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 Верхняя навигация */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  position: absolute!important;
  border-width: 0;
  width: 1000px;
  text-align: center;
  top:0px;
      }

#pun-navlinks .container span {
  margin:0 0px!important;
  color: #9f9f98;
}

#pun-navlinks #navawards {
display:none;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
/*  font-size: 20px;
  font-family: Minion Pro;
  font-style: italic;
  color: #5c3333; */
font-weight: normal; /* начертание */
text-shadow: 2px 0px 2px #000000 !important; /* тень текста */
font-family: "Sitka Heading"!important; /* импортировать! */
font-size: 19px;
text-transform: uppercase;
  }

li#navindex, li#navindex a {
  padding-bottom: 15px!important;
  height: 30px!important;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 Вторая навигация */
#pun-ulinks  {
  margin-top: 0;
  position: absolute;
  width: 1000px;
  right: 110px;
  text-align:right;
  top:255px;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  font-size: 13px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
  font-weight: normal;
/*  border-left-style: solid;
  border-left-width: 0px;
  font-size: 12px;
  font-family: Minion Pro;
  font-style: italic; */
  color: #fff;
  text-shadow: 0px 0px 0px transparent !important;
  background-color: #6d1d1d;
  }

/* D4.4 */

#pun-ulinks li {
margin-right: 4px;
}

#pun-ulinks li#h-unanswered.item3 {
display: none;
}

#pun-ulinks li a {
  padding-left: 4px;
  padding-right: 4px;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
font-family: "Sitka Small"!important; /* импортировать! */
font-size: 12px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

#pun-status.section p.container span {
margin-top: 0px!important;
}


/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 50px;
font-family: "Sitka Heading"!important;  /*импортировать! */
font-size: 17px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  }


/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;

  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Объявление
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 0px 0;
  position: relative;
  font-weight: bold;
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0;
  height: 0px!important;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */

#pun-stats {
/*font-weight: normal;  начертание */
 /*text-shadow: 1px 0px 1px #000000 !important; тень текста */
font-family: "Sitka Heading"!important; 
font-size: 14px;
font-variant: small-caps;
}

#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 0px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
font-family: "Sitka Heading"!important; /* импортировать! */
font-size: 17px;
font-variant: small-caps;
text-shadow: 2px 2px 0px #000 !important; /* тень текста */
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 0px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#tabl { 
 position: relative;
 width: 233px; 
 border: 0px solid; 
 opacity: 0; 
 overflow: hidden; 
 color: white;
 padding: 10px;
 background: url(); /* могучий пиксель black50 — делал что-то интересное... */
} 

#ashl {
color: transparent;
background-color: transparent;
background-image: url("https://forumstatic.ru/files/001a/26/12/71728.gif");
background-repeat: no-repeat;
opacity: 0; 
height: 279px;
width: 279px;
}

#ashr {
color: transparent;
background-color: transparent;
background-image: url("https://forumstatic.ru/files/001a/26/12/20519.gif");
background-repeat: no-repeat;
opacity: 0; 
height: 340px;
width: 340px;
}

#ashr:hover {
opacity: 1;
}

#ashl:hover {
opacity: 1;
}

#dop1 {
 background-color: #161618;
padding: 20px;
margin-left: -15px!important;
margin-right: -15px!important;
margin-top: -5px!important;
line-height: 1.2; /* line-height */
height: 380px;
    font-size: 21px;
    font-weight: normal;
    text-align: left; 
    font-family: Minion Pro;
    font-style: italic;
}

#dop2 {
 background-color: #161618;
 padding: 6px;
 padding-left: 19px!important;
 padding-top: 2px!important;
 border-radius: 15px;
 line-height: 1.2; /* line-height */
}

#dop3 {
  background-color: #303030;
  font-size: 10px;
  padding-left: 19px!important;
  line-height: 1.2; /* line-height */
}

#dop4 {
  font-size: 10px;
  line-height: 1.2; /* line-height */
  text-align: right;
  padding-right: 5px;
 background-color: #161618;
}

#forumdis {
height: 116px!important;
overflow-y: auto;
}

#forumdis2 {
height: 146px!important;
overflow-y: auto;
}

#forumsa {
margin-top: -5px!important;
margin-bottom: 0px!important;
padding-left: 0px!important;
padding-top: 10px;
padding-bottom: 10px;
height: 20px!important;
background-color: transparent;
}

#forumsa a {
border: 1px solid #282828;
padding: 8px;
background-color: ;
}

#aboutin {
background: url(http://jpegshare.net/images/14/38/1438892ac7bca61a7f71e701faef9265.png) no-repeat 0% 0%, url(http://jpegshare.net/images/43/73/43735f5e38a9c2c4d8dc2011989750e2.png) no-repeat 0% 100%, url(http://jpegshare.net/images/00/55/0055f532734c4b5c722fa5cc54e06d82.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 5px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px;
text-align: justify;
}

#aboutbottom {
background: url(http://jpegshare.net/images/34/63/346316aca5244c536a8078266b2dc82b.png) no-repeat 0% 0%, url(http://jpegshare.net/images/a7/10/a710fdf4b92e58f6fe44ab1fe111c076.png) no-repeat 0% 100%, url(http://jpegshare.net/images/28/65/2865d04bd23d70c74a3f66885b8556a2.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 5px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px;
text-align: justify;
}

#faqin {
background: url(http://jpegshare.net/images/34/63/346316aca5244c536a8078266b2dc82b.png) no-repeat 0% 0%, url(http://jpegshare.net/images/a7/10/a710fdf4b92e58f6fe44ab1fe111c076.png) no-repeat 0% 100%, url(http://jpegshare.net/images/28/65/2865d04bd23d70c74a3f66885b8556a2.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 5px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px;
text-align: justify;
line-height: 1.2; /* line-height */
}

#regulin {
background: url(http://jpegshare.net/images/14/38/1438892ac7bca61a7f71e701faef9265.png) no-repeat 0% 0%, url(http://jpegshare.net/images/43/73/43735f5e38a9c2c4d8dc2011989750e2.png) no-repeat 0% 100%, url(http://jpegshare.net/images/00/55/0055f532734c4b5c722fa5cc54e06d82.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 5px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px;
text-align: justify;
line-height: 1.2; /* line-height */
}


/* ОФОРМЛЕНИЕ ФОРУМОВ НА ГЛАВНОЙ В ДВЕ КОЛОНКИ
-------------------------------------------------------------*/

#pun-index .category tr>.tc2,
#pun-index .category tr>.tc3,
#pun-index .category tr>.tcr,
#pun-index .category tr>th {
  display:none !important;
}

/* ХЗ что */

#pun-index .category tr {
    width: 488px;
    margin-bottom: 50px!important;
    margin-top: -60px;
    display: inline-block;
    margin-left: -20px;
    padding-bottom: 20px!important;
}

#pun-index .category tr .Tems_And_messages {
display: none;}


/* Ссылка на последнее сообщение в форуме */

#pun-index .category tr .bottom {
    margin-left: -53px;
    margin-top: 10px;
    line-height: 12px; /* (Межстрочный интервал.) */
    font-size: 11px;
    margin-right: 0px!important;
    vertical-align: top;
    text-align: left; /* (Расположение текста: по правую сторону.) */
    color: #787878;
    padding-left: 20px;
    padding: 4px;
    width: 300px;
    white-space: nowrap; /* (Запрещает перенос строки.) */
    overflow: hidden; /* (Скрывает прокрутку.) */
    text-overflow: ellipsis; /* (Добавляет многоточие, если название последней темы форума или ник автора сообщения превышают вышеуказанный размер.) */
}

.punbb .category tr .bottom a{
      color: #000!important;
    background-color: #aaaaaa;
    opacity: 1;
    font-size: 14px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
    font-family: Book Antiqua;
    text-shadow: none!important; /* (Тень ссылки на последнее сообщение форума.) */
}
.punbb .category tr .bottom a:hover{
    opacity:0.9;
}

/* СКРЫТЬ: "LIVE RUSFF" В ПОСТАХ, "ОТРЕДАКТИРОВАНО" И "ПОДЕЛИТЬСЯ" (под постом и следом за нумерацией сообщений) */

div#pun-live-rusff {display: none;}
.lastedit {display: none;}

.punbb .post-links li.pl-share {
display: none;
}

a.sharelink {
display: none;
}

/* СКРЫТЬ КОЛИЧЕСТВО ТЕМ И СООБЩЕНИЙ НА ГЛАВНОЙ */
.category .container thead {display: none;}
#pun-index .main .tc2, #pun-index .main .tc3 {display: none;}


/* ТАБЛИЦЫ В ПОСТАХ БЕЗ ГРАНИЦ
-------------------------------------------------------------*/
.post-content td { border:none transparent !important;}


/* ОФОРМЛЕНИЕ ОПИСАНИЙ ФОРУМОВ, СТРАНИЦ И Т. П. (МАРКИРОВКИ DIV)
-------------------------------------------------------------*/

.forums {
background-color: #0d0d0d!important;
border: 0px solid #282828;
background: url() no-repeat 0% 0%, url() no-repeat 100% 0%, url() no-repeat 0% 100%, url() no-repeat 100% 100%;
color: #b9b9b9;
width: 480px; 
height: 166px!important; /* 178px */
padding: 20px 7px 33px 22px;
margin-bottom: -20px!important;
margin-top: -46px!important;
margin-left: -30px!important;
font-size: 15px;
font-family: "Blender Pro Book";
}

/* ОТСТУПЫ ФОРУМОВ: n+1 в ряду, т. е. каждый правый на странице */

.hasicon #forum_f7 {
margin-left: 36px!important;
}

.hasicon #forum_f1 {
margin-left: 36px!important;
}

.hasicon #forum_f10 {
margin-left: 36px!important;
}

.hasicon #forum_f3 {
margin-left: 36px!important;
}

.hasicon #forum_f5 {
margin-left: 36px!important;
}

.hasicon #forum_f12 {
margin-left: 36px!important;
}


.forums a{
font-family: Book Antiqua;
font-style: italic;
font-size: 10px;
font-weight: bold;
color: #fff!important;
  text-transform: uppercase;

}

.forums a:hover, .forums a:active {
opacity: 0.9;
color: #000!important;
background-color: #fff;
}

.plot {
background: url(http://jpegshare.net/images/29/a4/29a4d1372b27be0cc043e8ea01864a92.png) no-repeat 2px -2px, url(http://jpegshare.net/images/05/56/0556988f02dbe62f7dc94a0ab8fe0c76.png) no-repeat 0% 0%, url(http://jpegshare.net/images/03/0f/030f309196c99be089c1e355d9c37a92.png) no-repeat 100% 0%, url(http://jpegshare.net/images/19/70/19702628f9b4a70274e8eeb5f997d17c.png) no-repeat 0% 100%, url(http://jpegshare.net/images/4c/67/4c6727b15eaa81209a3dbe7b0375ee08.png) no-repeat 100% 100%, url(http://jpegshare.net/images/f6/13/f613b73aa4712a60a7f4ec155dc40530.png) repeat-y 100% 0%, url(http://jpegshare.net/images/2f/41/2f41702acea2ffde1db9bd9f5e8551cb.png) repeat-y 0% 0%, url(http://jpegshare.net/images/c2/a1/c2a18840237ec8929f53ca20ffe4f738.png) repeat-x 50% 100%, url(http://jpegshare.net/images/6d/cc/6dcca9b1debeed3fe3bd386e1afee875.png) repeat-x 0% 0%, url(http://jpegshare.net/images/4a/66/4a66250532e707f225d98eb54dd7ee82.png) repeat 0% 0%; 
color: #b9b9b9;
width: 870px;
height:815px!important;
padding: 310px 12px 33px 12px;
font-size: 13px;
line-height: 1.2; /* line-height */
}

.faq {
background: url(http://jpegshare.net/images/05/56/0556988f02dbe62f7dc94a0ab8fe0c76.png) no-repeat 0% 0%, url(http://jpegshare.net/images/03/0f/030f309196c99be089c1e355d9c37a92.png) no-repeat 100% 0%, url(http://jpegshare.net/images/19/70/19702628f9b4a70274e8eeb5f997d17c.png) no-repeat 0% 100%, url(http://jpegshare.net/images/4c/67/4c6727b15eaa81209a3dbe7b0375ee08.png) no-repeat 100% 100%, url(http://jpegshare.net/images/f6/13/f613b73aa4712a60a7f4ec155dc40530.png) repeat-y 100% 0%, url(http://jpegshare.net/images/2f/41/2f41702acea2ffde1db9bd9f5e8551cb.png) repeat-y 0% 0%, url(http://jpegshare.net/images/c2/a1/c2a18840237ec8929f53ca20ffe4f738.png) repeat-x 50% 100%, url(http://jpegshare.net/images/6d/cc/6dcca9b1debeed3fe3bd386e1afee875.png) repeat-x 0% 0%, url(http://jpegshare.net/images/4a/66/4a66250532e707f225d98eb54dd7ee82.png) repeat 0% 0%; 
color: #b9b9b9;
width: 870px;
height:1970px!important;
padding: 17px 7px 33px 17px;
margin-top: 0px!important;
font-size: 13px;
line-height: 1.2; /* line-height */
}

.regul {
background: url(http://jpegshare.net/images/05/56/0556988f02dbe62f7dc94a0ab8fe0c76.png) no-repeat 0% 0%, url(http://jpegshare.net/images/03/0f/030f309196c99be089c1e355d9c37a92.png) no-repeat 100% 0%, url(http://jpegshare.net/images/19/70/19702628f9b4a70274e8eeb5f997d17c.png) no-repeat 0% 100%, url(http://jpegshare.net/images/4c/67/4c6727b15eaa81209a3dbe7b0375ee08.png) no-repeat 100% 100%, url(http://jpegshare.net/images/f6/13/f613b73aa4712a60a7f4ec155dc40530.png) repeat-y 100% 0%, url(http://jpegshare.net/images/2f/41/2f41702acea2ffde1db9bd9f5e8551cb.png) repeat-y 0% 0%, url(http://jpegshare.net/images/c2/a1/c2a18840237ec8929f53ca20ffe4f738.png) repeat-x 50% 100%, url(http://jpegshare.net/images/6d/cc/6dcca9b1debeed3fe3bd386e1afee875.png) repeat-x 0% 0%, url(http://jpegshare.net/images/4a/66/4a66250532e707f225d98eb54dd7ee82.png) repeat 0% 0%; 
color: #b9b9b9;
width: 870px;
height:2040px!important;
padding: 17px 7px 33px 17px;
margin-top: 0px!important;
font-size: 13px;
line-height: 1.2; /* line-height */
}

.about {
background: url(http://jpegshare.net/images/05/56/0556988f02dbe62f7dc94a0ab8fe0c76.png) no-repeat 0% 0%, url(http://jpegshare.net/images/03/0f/030f309196c99be089c1e355d9c37a92.png) no-repeat 100% 0%, url(http://jpegshare.net/images/19/70/19702628f9b4a70274e8eeb5f997d17c.png) no-repeat 0% 100%, url(http://jpegshare.net/images/4c/67/4c6727b15eaa81209a3dbe7b0375ee08.png) no-repeat 100% 100%, url(http://jpegshare.net/images/f6/13/f613b73aa4712a60a7f4ec155dc40530.png) repeat-y 100% 0%, url(http://jpegshare.net/images/2f/41/2f41702acea2ffde1db9bd9f5e8551cb.png) repeat-y 0% 0%, url(http://jpegshare.net/images/c2/a1/c2a18840237ec8929f53ca20ffe4f738.png) repeat-x 50% 100%, url(http://jpegshare.net/images/6d/cc/6dcca9b1debeed3fe3bd386e1afee875.png) repeat-x 0% 0%, url(http://jpegshare.net/images/4a/66/4a66250532e707f225d98eb54dd7ee82.png) repeat 0% 0%; 
color: #b9b9b9;
width: 870px;
height:760px!important;
padding: 5px 7px 33px 17px;
margin-top: 0px!important;
font-size: 13px;
line-height: 1.2; /* line-height */
}

/* BANNERS — вкладка баннеров на главной форума */

.bannersclick {
    cursor:pointer; 
    width: 15px; 
    height: 58px; 
    padding: 0px; 
    margin-left: 903px; 
    margin-top: 4px;
}

.bannerscont {
    height: 322px;
    width: 480px;
    padding: 5px;
    z-index: 9999;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    margin-left: 408px;
}

/*HTML для тегов */

.tag1 {
background: url(http://jpegshare.net/images/14/38/1438892ac7bca61a7f71e701faef9265.png) no-repeat 0% 0%, url(http://jpegshare.net/images/43/73/43735f5e38a9c2c4d8dc2011989750e2.png) no-repeat 0% 100%, url(http://jpegshare.net/images/00/55/0055f532734c4b5c722fa5cc54e06d82.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 20px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px!important;
text-align: justify;
line-height: 1.2; /* line-height */
}

.tag2 {
padding-right: 285px!important;
font-size: 13px!important;
}

.tag3 {
padding-top: 10px;
font-size: 13px!important;
}

.tag4 {
background: url(http://jpegshare.net/images/34/63/346316aca5244c536a8078266b2dc82b.png) no-repeat 0% 0%, url(http://jpegshare.net/images/a7/10/a710fdf4b92e58f6fe44ab1fe111c076.png) no-repeat 0% 100%, url(http://jpegshare.net/images/28/65/2865d04bd23d70c74a3f66885b8556a2.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 20px!important; padding-left: 30px!important; padding-right: 12px!important; 
font-size: 13px!important;
text-align: justify;
line-height: 1.2; /* line-height */
margin-top: -25px;
}

.redlist1 {
background: url(http://jpegshare.net/images/14/38/1438425218fb065a65eef56a8f395ed2.png) no-repeat 0% 0%, url(http://jpegshare.net/images/14/38/1438892ac7bca61a7f71e701faef9265.png) no-repeat 0% 0%, url(http://jpegshare.net/images/43/73/43735f5e38a9c2c4d8dc2011989750e2.png) no-repeat 0% 100%, url(http://jpegshare.net/images/00/55/0055f532734c4b5c722fa5cc54e06d82.png) repeat-y 0% 0%; padding-top: 20px!important; padding-bottom: 20px!important; padding-left: 190px!important; padding-right: 12px!important; 
font-size: 13px!important;
text-align: justify;
line-height: 1.2; /* line-height */
height: 155px;
}

#pun-register #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-register #pun-main fieldset legend span {
  background-color: #aaaaaa;
  color: #000!important;
  font-size: 12px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
}

#pun-userlist #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-userlist #pun-main fieldset legend span {
  background-color: #aaaaaa;
  color: #000!important;
  font-size: 12px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
}

#pun-online #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
padding: 15px!important;
}

/* Активны: */

#pun-online #pun-main.main.multipage {
margin-top: 0;
width: 1006px!important;
}

#pun-userlist #pun-main .linksb .pagelink {
margin-top: 25px!important;
width: 940px!important;
}

#pun-login #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-login #pun-main fieldset legend span {
  background-color: #aaaaaa;
  color: #000!important;
  font-size: 12px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
}

#pun-pages #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
padding: 10px;
margin-top: 0px!important; /* Отрегулировать отступ! */
margin-bottom: 0px!important; /* Отрегулировать отступ! */
margin-left: 0px!important;
z-index: 999999999;
height: 1350px;
}

#pun-pages .banners {
}

#pun-pages #pun-status, #pun-pages #pun-break1, #pun-pages #pun-crumbs1, #pun-pages #pun-break2, #pun-pages #pun-crumbs2 {
display: none;
}



#pun-search #pun-main {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-search #pun-main fieldset legend span {
  background-color: #aaaaaa;
  color: #000!important;
  font-size: 12px;
  font-family: Book Antiqua;
  font-style: solid;
  font-variant: small-caps;
}

#pun-admain {
background: url(https://forumstatic.ru/files/001a/26/12/83623.png) no-repeat 0% 0%, url(https://forumstatic.ru/files/001a/26/12/46148.png) no-repeat 100% 0%, url(https://forumstatic.ru/files/001a/26/12/64084.png) no-repeat 0% 100%, url(https://forumstatic.ru/files/001a/26/12/24858.png) no-repeat 100% 100%;
background-color: #0d0d0d!important;
}

#pun-admain h2 {
  border: 0px!important;
  }

#pun-admain h2 span {
  background-color: #aaaaaa;
}

.punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #b9b9b9;
  border: 0px!important;
  }

.punbb-admin #pun-admain .adcontainer fieldset {
  border: 0px!important;
  background-color: #2c2c2c;
  }

.punbb-admin #pun-admain .adcontainer fieldset legend span {
  background-color: #aaaaaa;
  }

