/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1593678705.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

#pun-live-rusff {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

#thiscool.cool1 {
    width: 87px;
    height: 16px;
    padding: 0px 5px 2px 8px;
    color: transparent;
    background: transparent;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    float: right;
    margin-left: 4px;
    margin-right: 1px;
    border: 0px;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;

}

#thiscool.cool2 {
       width: 16px;
    height: 16px;
    color: transparent;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    float: right;
    margin-right: 1px;

}


#thiscool.cool3 {
    width: auto;
    height: 16px;
    padding: 0px 7px 2px 5px;
    color: transparent;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    float: right;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    text-shadow: none;
}

/* 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: 95%;
    padding: 0em 0em 0em 8em;
}
#f-subforums {
  width: 95% !important;
}
.fs-box table {
  width: 100%;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


/* admain menu */
.admain {
    padding-left: 9em !important;
    padding-right: 9em;
    margin-top: 1em;
}
#pun-adnav {
    margin-left: 0 !important;
}
#pun-admain fieldset {
    border-color: #eee !important;
}
#pun-adnav h2 {
    text-align: left !important;
}
.admain .adformal {
    margin-left: 14em !important;
}
#pun-admain1 form.adcontainer, #pun-admain2 form.adcontainer, #pun-admain1 div.adcontainer, #pun-admain2 div.adcontainer {
    padding: 0  !important;
}
#pun-adnav .adcontainer {
    background-color: #eee !important;
    margin-top: 0.7em;
}
.punbb-admin #pun-admain h2 {
    width: 800px !important;
}



 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% tahoma, verdana, arial, helvetica, sans-serif;
  }

/*A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1.1em tahoma, verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1.1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* 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 em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  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 .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 */
#pun {
  width : 1170px;
  margin: 20px auto auto auto;
  position: relative;
background-image: url(http://forumstatic.ru/files/0012/0f/f2/88244.png), url(https://i.ibb.co/SsF14NQ/64560.jpg);
background-repeat: repeat-y, repeat-y;
background-position: top left, top center;
}

/* A5.2 */
.punbb {
  margin: auto;
  width: 100%;
  height: auto;
  }

.adminmain {
    padding-left: 24em  !important;
    width: calc(100% - 32em);
}

#pun-adnav {
    float: left;
    width: 16em;
    margin-left: -15em !important;
    display: inline;
    margin-right: -1em;
}





/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 0 auto;     //îòñòóïû îò êðà¸â ýêðàíà
    width: 100%;     //øèðèíà áëîêà
height: 100%;
    float: none;
    text-align: center;     //âûðàâíèâàíèå òåêñòà
    font-size: 10px!important;     //ðàçìåð òåêñòà
    background: url(http://forumstatic.ru/files/0012/0f/f2/77573.jpg) repeat-x, repeat-y;     //ôîíîâûé öâåò + êàðòèíêà ëîàäåðà
   /* background-position: center; */    //ïîëîæåíèå êàðòèíêè

    }   

#pun-redirect .main-title {     
background: url(http://forumstatic.ru/files/0012/0f/f2/31035.jpg) no-repeat;
     width: 100%;   
height: 500px;
    color: transparent;     //öâåò
    padding: 10em!important;
   margin: 10px 100px 10px 10px;}



/* 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;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  }

#pun-break2 + .section {
  text-align: center;
  margin-top: 10px;
}

/* A5.9 */
.punbb .container {
  border-style: solid;
  }

/* A5.10 */
.punbb .section h2, #pun-debug h2 {
font-family: MORPHEUS;
    padding-top: 1.5em;
    font-size: 25px;
    background-position: center;
    color: #e1b366;
    width: 1065px;
    height: 90px;
    background: url(http://forumstatic.ru/files/0012/0f/f2/70000.jpg);
    margin-left: 2.13em;

}

#pun-main h2 {
font-family: MORPHEUS;
    /* padding-top: 1.5em; */
    font-size: 25px;
    background-position: center;
    color: transparent;
    width: 1065px;
    /* height: 90px; */
    margin-left: 2.13em;

}

#pun-stats h2 {
font-family: MORPHEUS;
    padding-top: 1.5em;
    font-size: 25px;
    background-position: center;
    color: transparent;

    width: 1065px;
    height: 90px;
    
    margin-left: 2.13em;
}

#pun-main h1 {
font-family: MORPHEUS;
    padding-top: 1.8em;
    font-size: 25px;
    background-position: center;
    color: #e1b366;
    width: 1065px;
    height: 90px;
    background: url(http://forumstatic.ru/files/0012/0f/f2/70000.jpg);
    margin-left: 2.13em;
}

.punbb h2 span {

}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

/* B1.2 */
.punbb dl.post-sig {
    clear: both;
}
.punbb .post-sig dt {
background: none repeat scroll 0 0 #482e1a;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 350px;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 0.5em 0;
  line-height: 150%;
  text-align: justify;
  font-size: 1.2em;
}

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

.punbb .post-content img.postimg[alt*="float:right"] {
    float: right;
    padding-left: 12px;
}

.punbb .post-content img.postimg[alt*="float:left"] {
    float: left;
    padding-right: 12px;
}

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin-bottom: .5em;
    color: #170b03;
    border-style: solid;
    border-style: solid;
    border-width: 16px 20px 15px 16px;
    -moz-border-image: url(http://forumstatic.ru/files/0012/0f/f2/22087.png) 16 20 15 16 repeat;
    -webkit-border-image: url(http://forumstatic.ru/files/0012/0f/f2/22087.png) 16 20 15 16 repeat;
    -o-border-image: url(http://forumstatic.ru/files/0012/0f/f2/22087.png) 16 20 15 16 repeat;
    border-image: url(http://forumstatic.ru/files/0012/0f/f2/22087.png) 16 20 15 16 fill repeat;

  }

/* 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: 0 95px 0 95px;
  text-align: justify;
  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 */
.punbb .linkst {
float: left;
    position: relative;
    margin-top: 4em;
    width: 97%;
    font-size: 1.1em;
    height: 0;
margin-left: 3em;
  }

/* B3.2 */
.multipage {
  margin-top: 0.5em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
top: -4em;
    left: 6em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
position: absolute;
    top: -4em;
    right: 9.5em;
    width: 16em;
    text-align: right;
    font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 1em 10em 0.5em 3em;
    font-size: 1.1em;
    margin-top: -1em;
    margin-bottom: 1em;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    margin-left: 6em;
margin-top: 2em;
  }

/* 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: 0em 1em 0em 1em;
margin-top: 1em;
  }

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    background-color: #dbca9c;
    margin: 0 25px;
    padding: 1em !important;
    border-color: rgb(103, 103, 118);
    border-style: solid;
    border-width: 1px;
}

#pun-edit #font-area, #pun-edit #size-area, #pun-edit #color-area, #pun-edit #table-area, #pun-edit #smilies-area, #pun-edit #image-area, #pun-edit #imageup-area, #pun-edit #imageattach-area, #pun-edit #keyboard-area, #pun-edit #video-area, #pun-edit #addition-area {
    margin-top: 20px;
}

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 5.7em;
    margin: 1em 1em 4em 3em;

  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  padding: 0 75px;
margin-top: 1em;
  }

/* 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 -1px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
padding: 1em 3em 1em 2em;
    margin-top: 1em;
}
#messages .fs-box {
  padding: 0;
}

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
      padding: 0 0em 0.8em 0em;
  }

/* 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;
}
.punbb textarea {
    resize: vertical;
}

/* 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: justify;
    /*font-size: 10pt;*/
color: #1a130a;

  }
.main .fs-box .tcl {
  padding-left: 0;
}

/* 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: 25%;
padding-right: 2em;
  }

/* 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;
  padding-left: 1em;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
    position: relative;
    top: -5px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 0px 7px #737272;
}

/* 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 {
  padding: 0.6em 0em;
    border-color: #000;
  }

/* C2.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

 /* C2.14 */
.punbb td div.tclcon {
    margin-left: 13px;
    width: 430px;
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    padding: 10px;

}

 /* C2.15 */
.intd {
 position: relative;
 height: 100%;
}
.punbb div.icon {
float: left;
    display: block;
    width: 47px;
    height: 52px;
    position: relative;
    top: calc(35% - 25px);
}


 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
margin-right: -5px;
  }

/* C3.2 */
.punbb .post h3 {

  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
      margin-left: 25em;
font-weight: bold;
  }
.fs-box .post h3 span {
  margin-left: 18em;
}

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
    margin-right: -4em;
  }

/* C3.5 */
.punbb .post .post-author {
float: left;
    width: 200px;
    margin-top: -1.5em;
    overflow: hidden;
    color: #151007;
    margin-left: 100px;
    background: url(http://forumstatic.ru/files/0012/0f/f2/73706.png);
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 1em 1em;
  line-height: 140%;
  text-align: center;
}

/* C3.7 */
.pa-author {
    font-size: 1.1em;
    font-weight: bold;
    margin-left: -1em;
    margin-top: 1.3em;
}

.post-author ul li{
    text-align: center;
    margin-left: -0.55em;
    padding-top: 0.4em;
    font-size: 12px;
    color: #d1a356;
    text-shadow: 1px 1px 1px #000;
}

.punbb .pa-author a {
  color: #e2c594;
  text-decoration: none;
}

.punbb .pa-respect a {
  color: #e2c594;
  text-decoration: none;
}

.punbb .pl-share a {
float: left;
    position: absolute;
    left: 53px;
}

.punbb .pa-ip a {
  color: #e2c594;
  text-decoration: none;
}

.punbb .pa-fld1 a {
  color: #e2c594;
  text-decoration: none;
}

.punbb .pa-awards a {
  color: #e2c594;
  text-decoration: none;
}

.punbb .pa-gifts a {
  color: #e2c594;
  text-decoration: none;
}



/* C3.8 */
.pa-author a {
  text-decoration: none;

  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 14em;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
 padding: 1em;
    margin-left: 14em;
    margin-right: 9em;
    background-image: url();
    background-color: transparent;
    border-style: solid;
    border-width: 35px 26px 27px 31px;
    -moz-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -webkit-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -o-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 fill repeat;
    background-color: #d9be7b;
    background-clip: content-box;
}
.fs-box .post-box {
  margin-left: 5em;
  margin-right: 0;
}

.pun-modal .container {
 padding: 1em;
    background-color: transparent;
    border-style: solid;
    border-width: 35px 26px 27px 31px;
    -moz-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -webkit-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -o-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 fill repeat;
    background-clip: content-box;
}
.pun-modal h2 {
    display: none;
}
.pun-modal .container, #move_posts_form table.container tbody {
    max-height: unset !important;
}
.modal-inner {
    overflow: auto !important;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 9em;
    margin-bottom: 1em;
}
.fs-box .post .post-author, .fs-box .post-links {
  margin-left: 0;
}

/* C3.15 */
.punbb .post-links ul {
  /* padding: 0 0 0 10em; */
  width: 960px;
  /*height: 90px;*/
  line-height: 2em;
  /* margin-left: -9em; */
  /* margin-right: -32em; */
  background: transparent;
  text-align: right;
}

.punbb .pl-share li {
color: transparent;
}

.fs-box .post-links ul {
  width: 720px;
}


/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.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 {
margin-left: 10em;
    margin-right: 3em;

  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  margin: auto;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 10em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -14.3em;
  display: inline;
margin-top: 1em;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul {
    padding: 0em 18px 0em 108px;
  }
#profilenav ul {
    padding: 0em 18px 0em 80px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    display: none;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
margin-left: -960px;
color: transparent;
  }

/* 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
  }

/* C6.12 */
#profile-signature {
    position: relative;
    left: -35px;
}


/* 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 1.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {

  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
margin-bottom: -100px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {

  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
  border: none;
  height: 867px;
  width: 100%;
  margin-top: 12px;
  margin-left: 2px;
  margin-bottom: 1em;
  background: url(http://forumstatic.ru/files/001a/d3/21/71080.png) no-repeat center 0;
  overflow-y: hidden;}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title .title-logo {background-image : url();
width: 1000px;
height: 20px;
background-position: top center;
background-repeat: no-repeat;
color: transparent;
margin: 11px -90px;
}

#pun-title td.title-logo-tdr {
	border: none;
 
}

/* 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;
  border-width: 0;

  }

/* D3.2 */
#pun-navlinks .container {
   margin-top: -24em;
    text-align: center;
    width: 100%;
    position: absolute;
font-family: MORPHEUS;
}

/* D3.3 */
#pun-navlinks li {
  display: inline-block;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
}

#navindex {
  width: 60px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/88290.png);
}
#navuserlist {
  width: 100px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/53527.png);
}
#navawards {
  width: 0;
}
#navsearch {
  width: 60px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/89020.png);
}
#navregister {
  width: 106px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/29891.png);
}
#navprofile {
  width: 74px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/38577.png);
}
#navpm {
  position: relative;
  width: 96px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/70510.png);
}
#navpm a::after {
    position: absolute;
    top: -20px;
    right: -15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #d4b405;
    background: #64648c;
    border-color: #d4b405;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px 10px 10px 0;
}
#navadmin {
  width: 40px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/27754.png);
}
#navlogin {
  width: 50px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/67266.png);
}
#navlogout {
  width: 60px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/30005.png);
}
#navrid {
  width: 80px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/48371.png);
}
#navpiar {
  width: 90px;
  background-image: url(http://forumstatic.ru/files/0012/0f/f2/54910.png);
}

/* D3.4 */
#pun-navlinks li a span {
  opacity: 0;
  font-size: 15px;
  margin-right: 0.2em;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: -53px;
color: #95683c;
    padding-bottom: 20px;
  }

/* D4.2 */
#pun-ulinks .container {
border-top: none;
    margin-top: -29em;
    text-align: center;
    font-family: tahoma;

}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.2em 0 0.3em
  }

/* 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: 3em 9em 2em 9em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
    margin-left: 11px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0em 1em 0em 7em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  }

/* D6.3 */
#pun-announcement .container {
    margin-left: 9.8em;
    width: 950px;
    height: 430px;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
padding: 1em 1em 1em 1em;
    width: 960px;
    margin-left: 8em;
    /* margin-top: 2em; */
    /* margin-bottom: 1em; */
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    clear: both;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
    border-color: #000;
    font-weight: bold;
}

/* D7.4 */
li#onlinelist {

  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
padding: 1em 0em 0em 0em;
  }

/* 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: center;
  line-height: 150%;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-left: 11;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 7em;
  font-size: 1.1em;

margin-left: 2em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {

  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  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-ulinks li a {
color:#676161
}
#pun-ulinks li a:hover {
color:#676161
}

.category h2{
height: 15px;
}
#pun-stats h2{
/*height: 50px;*/
}


.Show-Hide{
z-index:100;
position:absolute;
padding:0;
    margin-left: 805px;
    margin-top: -53px;
}
.Show-Hide *{
padding:0;
margin:0;
border:none transparent 0!important;
}
.Show-Hide span img{
cursor:pointer;
width:auto;
}
.Show-Hide[alt="#pun-status .container"]{
margin-top: 0px;
}

.topic a.sharelink {
    float: right;
    margin-left: 1em;
    margin-right: 5em;
color: transparent;
}


#pun-reputation .inner.post_reputation {
    background-color: transparent;
    border-style: solid;
    border-width: 35px 26px 27px 31px;
    -moz-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -webkit-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    -o-border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 repeat;
    border-image: url(http://forumstatic.ru/files/0012/0f/f2/23142.png) 35 26 27 31 fill repeat;
}

#pun-reputation h1{
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    color: black;
}

#pun-reputation table{
    width: 100%;
    padding: 0;
}



#pa-avatar img {
    max-width: 173px;
    max-height: 214px;
}

#qpsContainer {
    text-align: center !important;
}

thead {display: none;}

#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: 430px;
    margin-bottom: 10px;
    /* margin-top: 5px; */
    display: inline-block;
    /* background-color: #dac99d; */
    /* box-shadow: 0 0 0 1px rgb(217, 200, 154), 0 0 0 5px #9c895f; */
    margin-left: 35px;
}
#pun-index .category tr .Tems_And_messages {
display: none;
}

    /* ÏÎËÅ ÑÑÛËÊÈ ÍÀ ÒÅÌÓ È ÀÂÒÎÐÀ ÏÎÑËÅÄÍÅÃÎ ÑÎÎÁÙÅÍÈß */
#pun-index .category tr .bottom {
margin-left: 23px;     /* ñäâèã âëåâî */
    line-height: 11px;
    font-size: 11px;
    font-family: arial;
    vertical-align: top;
    background-color: #cebd90;     /* çàëèâêà */
    text-align: right;
    padding: 5px;     /* îòñòóïû */
color: #23211e;     /* öâåò òåêñòà */
margin-top: 10px;
}

    /* ÑÑÛËÊÈ ÏÐÈ ÍÀÂÅÄÅÍÈÈ */
.punbb .category tr .bottom a{
    opacity: 1;
    font-size: 14px;
    font-weight: bolder;
    font-family: arial;
    font-variant: small-caps;
}
.punbb .category tr .bottom a:hover{
  opacity:0.7;
}