/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/




/* A1.1 шрифты bla */



@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Kelly+Slab|Lobster|Neucha|Open+Sans+Condensed:300|Oswald|Pacifico|Pattaya|Play|Playfair+Display|Poiret+One|Press+Start+2P|Rubik+Mono+One|Russo+One|Yeseva+One&display=swap');

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Amatic+SC|Anton|Bangers|Caveat|Dancing+Script|Fjalla+One|Josefin+Sans|Just+Another+Hand|Kaushan+Script|Lobster|Monoton|Mr+Dafoe|Nothing+You+Could+Do|Open+Sans+Condensed:300|Orbitron|Parisienne|Patrick+Hand+SC|Rationale|Shadows+Into+Light|Staatliches|Teko|Unica+One|Yesteryear|ZCOOL+KuaiLe&display=swap');


  @import url(style_cs.1579470870.css);
  @import url(http://forumfiles.ru/files/0019/cd/62/75613.css); /* ENG fonts: baysoirregular, bernardmt-condensedcondensed, besomregular, biraregular, birchstdregular, blanchcaps, blockursivregular, bodonimtpostercompressedRg, borgregular, broadcastmatterregular, brookesmithscriptregular, bubbleboyregular, bubbleboytworegular, chardonsregular, clearlineregular, cocoregular, debbyscript, echinosparkscriptregular, elegantdragonbold, elephantregular, gloucestermtregular, hackedregular, haveagreatdayregular, headcaseregular, higherregular, jellykaloveandpassionregular, komodaregular, liquidofluid, lunaregular, mesquitestdregular, niagarasolidregular, ohsavannahregular, oldenglishtextmtregular, parchmentregular, pinkscriptregular, pirmokasregular, portuguesarcaicolecturaRg, rageitalicitalic, recordascriptregular, reedofloveregular, rupsterscriptregular, saltregular, shorelinesscriptregular, signericaregular, spiffymcgeeregular, spellingnightregular, stereofidelicregular, veniregular, vodkaregular */

 @import url(http://forumfiles.ru/files/0019/cd/62/96364.css); /* RUS fonts: adbscapsregular, anvylregular, basisregular, bebasneueregular, bradobreiregular, bravorgregular, catorzedemibold, celestinaregular, christmasscriptcregular, clutchsansregular, codeproregular, curatorregular, denistinaregular, drinaregular, elfaberegular, highlinerregular, journalismregular, karminaboldbold, katonaiilight, lemontuesdayregular, marketfreshinlineboldbold, marskeregular, sensabrushregular, shlapakscriptregular, solenaregular, spritegraffitiregular, turumregular, unttldregular */

 @import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Alegreya+Sans+SC|Anton|Bangers|Calligraffitti|Caveat|Caveat+Brush|Contrail+One|Crushed|Cuprum|Dancing+Script|Economica|Fjalla+One|Geo|Give+You+Glory|Gloria+Hallelujah|Gravitas+One|Kristi|La+Belle+Aurore|Mr+Bedfort|Mr+Dafoe|Neucha|Nothing+You+Could+Do|Oregano|Oswald|Pacifico|Pirata+One|Playfair+Display+SC|Roboto+Condensed|Ruge+Boogie|Ruthie|Sedgwick+Ave+Display|Six+Caps|Sue+Ellen+Francisco|Teko|Unica+One|UnifrakturMaguntia|Yesteryear);
 @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

/* чтоб айф не ебал мозги */
html {
-webkit-text-size-adjust: none;
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/



/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {

}

/* 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: 100%;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 0.3em;
    box-shadow: none;
}

/* A2.7 чек bla */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
font-family: codeproregular;
    font-size: 8px;
    letter-spacing: 1px;
    color: #a3a3b7;
}


 /* A3 ТЕКСТ
-------------------------------------------------------------*/

/* A3.1 текст bla */
body {
  font-size: 97.01%;
}

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
}

/* A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
}

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
}

/* A3.6 bla */
.punbb pre {
/*  font: 12px monaco, "bitstream vera sans mono", "courier new", courier, monospace*/
font-family: adbscapsregular;font-size: 9.9px;letter-spacing: 0px;
}

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
}

/* A3.8 */
.punbb .post-content em {
  font-style: italic
}

/* A3.9 подчеркнутый текст bla */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: none;
border-bottom: 1px dashed #ad8ea0;
}

/* A3.10 */
.punbb a {
  text-decoration: underline
}

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb: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 ширина форума bla */
#pun {
  margin: auto;
  width : 1030px;
  position: relative;
  margin-bottom: 0px
}

/* A5.2 отступ от рамки bla */
.punbb {
  float: auto;
  height: auto;
  width: 92.5%;
  padding-left: 47px;
}

/* A5.3 окно переадресации bla */
#pun-redirect{
margin: 10% 0 0 21%;
}

#pun-redirect *{
  border:0 none;
}

#pun-redirect .main-title {
    background: #664357;
    position: absolute;
    margin: 7% 0 0 3% !important;
    width: 169px !important;
    padding: 0px 0 5px 0 !important;
    height: 13px;
    color: #ffffff !important;
    font-size: 14px !important;
    text-align: center !important;
    text-shadow: 0 0 3px #fff, 1px 1px 0 #674458;
    font-weight: normal;
    border: 1px solid #664357;
    box-shadow: 0 0 10px #fff inset;
}

#pun-redirect.punbb .info .container{
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    color: #7c7cb1;
    text-shadow: 1px 1px 0 #d9ddf1;
    padding: 20px 10px 20px 10px;
    margin: 10% auto;
    text-align: center;
    font-size: 8px;
    font-family: codeproregular;
    letter-spacing: 3px;
    background: -webkit-linear-gradient(bottom right, #dddeea, #ededf3);
    outline: 1px solid #b4c097;
    border: 2px solid #b7b8ca;
    outline-offset: 5px;
    box-shadow: none !important;
}

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
}

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
}

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
}

/* A5.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 solid none;
  border-width: 0px 0px 2px 0px
}

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
}

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

/* B1.2 полоса между постом и подписью bla */
.punbb .post-sig dt {
    display: block;
    width: 300px;
    margin: 5px 0;
    opacity: .5;
    margin-left: 203px;
    border-top: 1px dashed #a5a5c5 !important;
    height: 1px;
}

dl.post-sig {    margin-left: -42px;}

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 6px 10px 0px;
    line-height: 150%;
    text-align: justify;
}

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
}

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
}

/* B1.6 цитата раз bla */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
margin-left: 0px;
    width: 99%;
    overflow: hidden;
}

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
    font-size: 12px;
    overflow-y: hidden !important;
height: auto !important;
}

/* B1.8 цитаты и т.д. двас bla */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1.4em 1.8em 2.4em 1.8em;
    font-size: 11.5px!important;
    font-family: calibri !important;
    padding: 5px;
    color: #9393ad!important;
    background: -webkit-linear-gradient(bottom right, #dddeea, #ededf3);
    outline: 1px solid #b4c097;
    outline-offset: 5px;
    border: 2px solid #b7b8ca;
}

.quote-box {
    font-size: 11px!important;
    font-family: arial!important;
}

.blockcode {
    overflow: auto !important;
    height: 70px;
}

.post-content .spoiler-box > div {
    font-family: codeproregular;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #5a3549;
    background: url(https://vk.com/images/emoji/D83DDCAD.png) no-repeat left 6px center, #9f7a8f !important;
    padding: 2px 3px 2px 27px !important;
    text-transform: lowercase !important;
    font-size: 11px !important;
}

/* B1.9 фраза "написал/а" bla */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    text-align: left;
    font-family: codeproregular;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #5a3549;
    background: #9f7a8f !important;
    padding: 1px 3px 1px 3px;
    text-transform: lowercase !important;
    font-size: 11px!important;
    padding-left: 13px;
}

.punbb .code-box strong.legend a {
    color: #ffffff;
    text-shadow: 1px 1px 1px #73455f;
}
.punbb .code-box strong.legend a:hover {
    color: #9f7a8f !important;
    text-shadow: 1px 1px 1px #ffffff !important;
    background: #debccf !important;
    font-weight: bold !important;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  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;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 ответить сверху в топике bla */
.punbb .linkst {
  float: left;
  margin-left: -10px;
    margin-top: 20px !important;
  position: relative;
  width: 100%;
  text-decoration: none; 
 z-index: 100 !important;
}

/* B3.2 */
.multipage {
  margin-top: -2em;
}

/* B3.3 страница сверху в топике bla */
.linkst, .pagelink {
    position: absolute;
    float: left;
    position: relative;
    width: 100%;
    margin-left: 20px;
    margin-top: -5px;
}

.linkst { 
  top: -2em;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: 0em;
  right: 2em;
  width: 40em !important;
  text-align: right;
}

/* B3.5 слово ответить в быстром ответе bla */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 3em 0.5em 1em;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
}

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
}

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0px 35px 0 0;
}

/* C1.2 */
.punbb .formsubmit {
    padding: 0 0 0 42px;
    margin: -10px 0 10px 0;
    text-align: center;
}

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
}

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 35px;
  margin: 0 0 1em 0
}

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 10px 11px;
  font-size: 1.1em
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0 0 0 -15px;
    font-family: codeproregular;
    color: #8e9a70;
    text-transform: lowercase !important;
    font-size: 10px !important;
    text-shadow: 1px 1px 0 #fff;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
}

/* C1.8 */
.punbb .fs-box {
  padding: 1em -1px 0.8em 1em;
}

/* 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: 4em;
}

/* C1.11 */
.punbb .inline .infofield {
  clear:both
}

/* C1.12 */
.punbb .datafield br {
  display: none
}

/* C1.13 заголовок, описание темы bla */
.punbb .required label, .punbb .datafield span.input {
font-weight: bold;
    font-family: codeproregular;
    font-size: 8px;
    color: #a3a3b7;
}
.punbb .required label {    letter-spacing: 3px;}
.punbb .datafield span.input {    letter-spacing: 1px;}

/* 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 регулирует ширину графы "форум" bla */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 56%;
}

/* C2.2 регулирует ширину графы "тем" и "сообщений" bla */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    background-color: transparent;
    text-align: left;
    width: 5%;
    font-family: codeproregular;
    color: #9696a5;
}

/* C2.3 регулирует ширину графы "последнее сообщение" bla */
.punbb .main .tcr {
    background-color: transparent;
    overflow: hidden;
    text-align: center;
    width: 34%;
    font-family: codeproregular;
    font-size: 8px;
    letter-spacing: 1px;
    color: #9696a5;
}

.tcr .byuser {
    margin-left: 80px;
    padding-left: 40px;
    display: -webkit-box;
    width: 130px;
}

.tclcon .byuser {
    display: -webkit-box;
}

.tclcon a {    margin-left: 2px;}
.tclcon .stickytext{    margin-left: 3px;}

.punbb .main .tcr a, .punbb .main .tcr a:hover, .punbb .main .tcr a:focus {
    font-size: 10px !important;
}

.punbb .main .tcr a:hover, .punbb .main .tcr a:focus {    letter-spacing: 2.3px;}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 20%
}

#pun-searchtopics .main .tcl,
{background-color: transparent;
  width: 50%}


/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
    width: 20%;
background-color: transparent;
}

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
}

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
}

/* C2.8 шрифт подфорума bla */
#pun-index .tcl h3 {
    font-family: curatorregular;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 26px 0 -10px -6px;
    width: 353px;
    text-align: right;
}

.tcl h3 a {
    color: #8284a6;
    text-shadow: 0 0 3px #bec1e0, 1px 1px 0 #ffffff;
}
.tcl h3 a:hover, .tcl h3 a:focus {
    color: #fbfbfb;
    text-shadow: 0 0 3px #abafd8, 1px 1px 0 #9091bd;
    background: none !important;
}
.tcl h3:first-letter {
    color: #fff;
    text-shadow: 0 0 3px #abafd8, 1px 1px 0 #9091bd;
}


/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
}

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em
}

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 0px;
  padding: 0.2em 0.2em;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
}

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
    font-family: codeproregular;
    color: #9696a5;
    font-size: 9px;
    text-shadow: 1px 1px 0 #fff;
    letter-spacing: 1px;
}

    * html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
    margin-left: 60px;
    padding: 40px 0 0 15px;
}

/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
}

 /* C3 Topics

-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
    border-color:  transparent;
}

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-color: transparent;
    font-style: italic;
    width: 98%;
}

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2 {
    background: url(http://forumfiles.ru/files/0019/d1/83/74695.png);
    color: #7a7c9e !important;
    width: 667px;
    height: 72px;
    margin-left: -7px !important;
    text-align: right !important;
    padding: 21px 284px 0px 0px !important;
    font-family: curatorregular !important;
    letter-spacing: 0px !important;
    font-size: 22px !important;
    text-shadow: 0 0 3px #acadc2, 1px 1px #ffffff;
    text-transform: lowercase;
}

.punbb-admin #pun-admain h2 { 
    background: #f2f2f2 !important;
    border: 1px solid #fff;
    font-size: 8px;
    font-weight: bold;
    color: #868686;
    font-family: codeproregular;
    text-align: center;
    letter-spacing: 3px;
    max-width: 805px;
}

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2 {
    margin: auto;
}

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
    border-color: transparent;
}

/* CS2.5 */
.punbb th {
    border-color: transparent ;
}

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
    border-color: #d6d6d6;
}

/* CS2.7 */
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
    border-color: transparent;
}

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
    border-color: transparent ;
}

.punbb .divider {
    border-color: transparent;
}

.punbb .formal fieldset .post-box, .punbb .info-box {
    border: 1px solid transparent ;
}

li.pa-online, .pa-last-visit {
    border-left-color: transparent ;
    display: none;
}

#pun-title, #pun-navlinks {
    border-color: #202021 ;
}






/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
}

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
}

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 24em;
  border-left-style: solid;
  border-left-width: 1px;
font-family: calibri;
    letter-spacing: 1px;
font-size: 9px;
padding-top: 15px!important;
}

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
}

/* C3.5 профиль bla */
.punbb .post .post-author {
    float: left;
    width: 230px;
    padding: 15px 0px 50px 0px;
    margin-top: -40px;
    overflow: hidden;
    min-height: 100px;
    margin-left: -20px;
    background: url(http://forumfiles.ru/files/0019/d1/83/81615.png) 0px bottom no-repeat, url(http://forumfiles.ru/files/0019/d1/83/91521.png) 0px top no-repeat, url(http://forumfiles.ru/files/0019/d1/83/33251.png) 0px repeat-y;
}

/* время в посте bla */
.permalink {  
    font-size: 8px;
    font-style: normal;
    font-family: codeproregular;
    position: absolute;
    margin: -10px 0 0 567px;
    width: 130px;
    text-align: right;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
}

/* C3.7 шрифт ника (гости) bl */
 .pa-author {
    font-family: curatorregular;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 3px #d7ebb0, 1px 1px 0 #75864e;
    margin: 0 33px 6px 1px;
    width: 208px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: lowercase;
}

/* C3.8 шрифт ника ссылка до наведения и после bla */
.pa-author a {
    color: #ffffff;
    text-shadow: 0 0 3px #d7ebb0, 1px 1px 0 #75864e;
}

.pa-author a:hover {
    color: #83945e;
    text-shadow: 0 0 3px #d7ebb0, 1px 1px 0 #ffffff;
    background: none !important;
}

.pa-author:first-letter {
    color: #83945e;
    text-shadow: 0 0 3px #d7ebb0, 1px 1px 0 #ffffff;
}



/* C3.9 статус bla */
li.pa-title {
    text-align: center;
    width: 195px;
    font-size: 9.4px;
    letter-spacing: .5px;
    color: #999;
    margin: 0px 0 0 5px;
    font-family: calibri;
    text-transform: lowercase;
    text-shadow: 0 0 2px #c1c1c1, 1px 1px 0 #ffffff;
    line-height: 7px;
    vertical-align: middle;
    display: inline-block;
}


/* C3.11 отступ текста от профиля bla */
.punbb .post-body {
    margin-left: 215px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 цвет шрифты bla */
.punbb .post-box {    padding: 2em 0em 1em 1em;
    color:#47443e; }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
}

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
    margin-top: -15px;
  border-left-style: solid;
  border-left-width: 1px;
}

/* C3.15 профиль, емайл и тд внизу профиля в теме bla */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -20em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  font-size: 10px;
  font-style: italic;
  font-family: Arial;
}


/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
}

/* C3.17 емайл, вебсайт bla */
.pl-email, .pl-website {
  float: left;
}

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
}


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 13px 0 0 0;
    text-align: right;
    text-transform: lowercase;
    font-family: codeproregular;
    font-size: 8px;
    letter-spacing: 1px;
}

/* 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 ссылка в переадресации bla */
.punbb .info .container .backlink {
    padding-top: 0.8em;
    font-family: calibri;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: lowercase;
}


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 отступ от рамки где основное, персональный и т.д. bla */
#profile .container {
  padding-left: 16em;
}

/* C6.2 основное, персональный и т.д. bla */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -14em;
  display: inline;
font-family: calibri;
    text-transform: lowercase;
    letter-spacing: 1px;
}

/* C6.3 навигация внутри профиля bla */
#profilenav li {
    padding-bottom: 0.5em;
-webkit-transition-duration: 0.0s; 
-o-transition-duration: 0.0s; 
-moz-transition-duration: 0.0s; 
transition-duration: 0.0s;
}
#profilenav li a:hover, #profilenav li a:focus, #profilenav li a:active {text-shadow: none;
-webkit-transition-duration: 0.0s; 
-o-transition-duration: 0.0s; 
-moz-transition-duration: 0.0s; 
transition-duration: 0.0s;}

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  box-shadow: none !important;
  width: auto;
}

/* C6.6 слово профиль bla */
#viewprofile h2 span, #profilenav h2 span {
    padding: 0 5px;
    position: relative;
    text-align: center;
    color: #a07f91;
    font-size: 30px;
    text-shadow: 1px 1px 0 #fff;
    font-family: curatorregular;
    letter-spacing: -1px;
}

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
}

/* C6.8 профиль на странице bla */
#viewprofile li span {
    float: left;
    width: 18em;
    margin: 0px 0 0px -166px;
    padding: 0.5em 1em;
    font-family: codeproregular;
    font-size: 7px;
    letter-spacing: 1px;
    background: #9f9db5;
    border: 1px solid #9f9db5;
    border-radius: 6px;
    box-shadow: inset 1px 3px 15px #fff, 0px 3px 3px #ada9d8 inset;
    color: #fff !important;
    text-shadow: 0 0 3px #fff, 1px 1px #79759e;
}

#viewprofile li span a, #viewprofile li span a:hover {    color: #fff !important;    text-shadow: 0 0 3px #fff, 1px 1px #99455a !important !important;}

/*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
}

/* C6.12 профиль на странице ник bla */
#profile-left li {
    padding-top: 0 !important;
    font-family: codeproregular;
    font-size: 8px;
    letter-spacing: 1px;
    background: #b2a6ad;
    text-align: center;
    width: 200px;
    border: 1px solid #b2a6ad !important;
    box-shadow: inset 1px 3px 15px #fff, 0px 3px 3px #d0a7bf inset;
    border-radius: 6px;
    color: #532e42 !important;
    text-shadow: 1px 1px 0 #ffffff;
}

#profile-left li strong {
     color: #884e6d !important;
    text-shadow: 1px 1px 0 #dac9d3;
}

#profile-right li strong {
    font-family: codeproregular;
    font-size: 8px;
    letter-spacing: 1px;
    color: #9696a5;
    text-shadow: 1px 1px 0 #fff;
}


/* 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: 1px;
}

/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
}

/* 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;
}

/* D1.4 */
#pun-title h1 span  {
  display: none;
}

#pun-title h1 span  {
  font-size: 1.5em;
}


/* D2 Page navigation СТРАНИЦЫ В ТЕМЕ bla
-------------------------------------------------------------*/

/* 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;
  border-width: 0;
  margin: 0;
}

/* D3.2 регулировка по высоте пользовательских ссылок, высота форума bla */
#pun-navlinks .container {
    text-align: center;
    width: 950px;
    margin-left: -7px;
    margin-top: -80px; /* отступ текста от шапки */
    margin-bottom: 0px; /* отступ от улинков*/
    padding-top: 0px;
}

.navsearch, .navlogout {    word-spacing: 3px !important;}

/* D.3.3 */
#pun-navlinks li { 
display: inline; 
padding-right: 1em; 
}

/* D3.4 пользовательские ссылки bla */
#pun-navlinks li a {
    font-size: 25px;
    font-family: curatorregular;
    text-transform: lowercase;
}

/* D4 User links
-------------------------------------------------------------*/


/* D4.1 регулировка по высоте новых соо и тд bla */
#pun-ulinks  {
    margin-top: -8px;
    margin-left: 0px;
    font-size: 6px;
    margin-bottom: -15px; /* отступ от форума*/
    letter-spacing: 2px;
}

/* D4.2 Новые сообщения и т.д. */
#pun-ulinks .container {
  text-align: center;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
/*  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;*/
}

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 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 {
text-align: center;
    padding: 80px 0 12px 0;
    font-family: calibri;
    color: #9696a5;
    text-transform: lowercase !important;
    font-size: 7px !important;
    font-family: codeproregular;
    letter-spacing: 1px;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 5px;
}

/* D5.5 Названия тем, ролки bla */
#pun-crumbs1 p.container {
border-top: none;
    margin-top: 0px;
    font-family: codeproregular;
    font-size: 11px;
    letter-spacing: 1px;
    color: #9696a5;
}
#pun-crumbs1 p.container span, #pun-crumbs1 p.container a {
}


/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
}





/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 слово объявление bla */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 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: 1px;
}

/* D6.3 высота объявы */
#pun-announcement .container {
  padding: -2em 1em 1em 1em;
height: auto;
}





/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  text-align: center;
}

/* D7.2 всего тем, сообщений bla */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    clear: both;
    line-height: 150%;
    border-left: 3px solid #ccb9c4;
    padding-left: 5px;
    font-family: codeproregular;
    letter-spacing: 1px;
    font-size: 8px;
    color: #9696a5;
}

/* D7.3 последним зарегистрировался bla */
#pun-stats li.item3, #pun-stats li.item4 {
    margin-left: 685px !important;
    width: 170px;
    line-height: 150%;
    text-align: right;
    border-right: 3px solid #ccb9c4;
    padding-right: 5px;
    font-family: codeproregular;
    letter-spacing: 1px;
    font-size: 8px;
    color: #9696a5;
}

/* D7.4 */
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 94%;
    line-height: 130%;
    text-align: justify;
    color: #9696a5;
}

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  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: 0em 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;
}

/* D8.7 название форума внизу bla */
#pun-crumbs2 .container {
    border-top: none;
    margin-top: 0px;
    font-family: codeproregular;
    letter-spacing: 1px;
    font-size: 11px;
    color: #9696a5;
    text-align: center;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
}





/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  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: 1px;
  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;
}






#pun-messages #profile .fs-box .post {
  display:inline-block!important;
 max-width:665px;
}





/*Типа Антиблюр*/
#pun-about p.container, /* Картинка в Футере(если не блюрит, - строку удаляем )*/
.category h2,  /* Для Категорий */
#pun-stats  h2, #pun-stats ul.container, div#form-buttons { /* Статистика */
  image-rendering: pixelated;
}

.punbb.punbb-admin #pun-about {
  margin-bottom:0px!important;
}

html{min-width: 1200px!important;}/*для мобил*/