/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1612365549.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* 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: 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
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 116.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% tahoma;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3 {
  font-size: 1em;
  font-weight: bold;
  }

.punbb th   {
  font-size: 0.9em;
  font-weight: bold;
  }
.punbb h4, .punbb table {
  font-size: 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: 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 */
#pun {
    margin: 0px auto -220px auto;
    width: 1150px;
    padding: 400px 50px 30px 50px;
    border: none;
}

/* A5.2 */
.punbb {
  float: left;
  width: 1000px;
  height: auto;
padding: 0 74px;
  }

/* A5.3 */
      #pun-redirect {
      background: black url(https://i.pinimg.com/originals/25/db/e2/25dbe28454da04c320ea5e8f1e15111f.gif) center top no-repeat fixed;
      position: absolute;
      height: 100%;
      z-index: 100;
      top: 0 !important;
      left: 0 !important;
      }
    #pun-redirect #pun-main {
display: none;
      }
#pun-redirect .main-title { 
    text-align: center;
    font-size: 1.1em;   
    font-family: 'Wash'; 
    font-weight: bold;  
    color: black;     
    text-transform: uppercase; 
    text-shadow: 0px 0px 5px black;
    padding: 10px!important;
    margin-bottom:0px!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;
  }

/* 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;
  border-width: 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 6px 1em 6px 1em;
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  }

#pun-main h2, #pun-main h1 {
  padding: 6px 1em 6px 1em;
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
}

/*************************************************************
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 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #5B6061;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-top
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  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: 0.5em 2em 1.4em 1.8em;
  padding: 0.5em;
  border-style: solid !important;
  border-width: 1px;
  color: #252525;
  background-color: rgba(68, 68, 68, 0.06);
  box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175);
  }

/* 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 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 */
div#pun-viewtopic .linkst {margin-top: -30px;}
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -1.8em;
  left: 0.4em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -6.6em;
  right: 0.4em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.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: 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: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0 0 0 0;
    font-size: 1.1em;
    text-align: center;}
div#pun-messages fieldset legend {
    padding: 20px 10px 0 0;
  margin: 0 0 -20px 0;}
div#pun-viewtopic div#post-form legend {text-align: center;padding: 20px 0 0 0;
    margin-bottom: -16px;}
div#pun-post legend {margin: 0 0 34px 0;}


/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* 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 4em 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;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* 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;
  width: 500px;
  }

#pun-index #pun-category3 .tcl h3>a {margin: 0;}
#pun-index #pun-category3 .tcl a {margin-left: -320px;}

.punbb .main .tcl a {
  font-variant: small-caps;
  font-family: Wash;
  text-decoration: none !important;
  font-size: 0.9em;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 14px;
  font-family: Palatino Linotype;
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    height: 60px;
    width: 250px;
    padding-left: 25px;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 250px;
  height: 60px;
  padding-left: 0px;
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left !important;
  width: 150px;
  }

/* 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 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* 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: 1px 0 0 1px;
  }

/* C2.12 */
.punbb .main th {
  padding: 0 1em 0 1em;
  border: none;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {

}

/* C2.15 */
.punbb div.icon {
position: absolute;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* 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 {
  width: 800px;
  margin-left: 210px;
  font-size: 15px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
    box-shadow: 0 0 8px 2px black, 0 0 12px 4px black;
    float: left;
    width: 200px;
    height: 367px;
    margin-top: 0.8em;
    margin-left: -123px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    border-radius: 3px;
    background-color: #131313;
    border: 0px;
    border-top: 2px #444444;
    border-style: ridge;
  }
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  margin-left: 8px;
  margin-top: -2px;
  }

/* C3.7 */
.pa-author {
    margin-top: 0px;
    color: #cedae4 !important;
    font-size: 15px!important;
    font-variant: small-caps!important;
    font-weight: 100!important;
    letter-spacing: 1.5px!important;
    font-family: Palatino Linotype;
    position: relative;
    top: 5px;
   }

/* C3.8 */
.pa-author a {
  font-family: serif;
  font-weight: 100;
  font-size: 15px !important;
  letter-spacing: 1.5px !important;
  text-shadow: 0px 0px 6px white !important;
  color: #d3c4e2 !important;
  }

/* C3.9 */
li.pa-title {
    padding-bottom: 0.4em;
    color: #b9afca !important;
    font-size: 1.1em;
    font-family: Palatino Linotype;
    position: absolute;
    margin-top: 15px;
    width: 200px;
    line-height: 1em;
    z-index: 100;
  }
li.pa-online strong {color: black !important;}
li.pa-online {
    font-size: 0.9em;
    line-height: 1em;
    border-left-style: solid;
    border-left-width: 0.7em;
    padding-left: 0.4em;
    margin-top: 32.4em;
    margin-left: 100px;
    position: absolute;
    width: 90px;
    text-align: end;
    color: black !important;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 8em;
  margin-top: 10px;
  margin-right: 10px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0px 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  text-align: justify;
  font-size: 1.06em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  margin-top: 20px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  margin-right: -8px;
  }

/* 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 {
  padding: 0.5em 1em;
  margin-top: 10px;
  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 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -17.3em;
  display: inline;
  padding-top: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.19);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.19);
  }
#profilenav h2 {text-align: center;}

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* 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;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: auto;
  margin-left: 0;
  padding: 0.5em 1em;
  font-weight: bold;
  height: 50px;
  }

/*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: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
  margin-bottom: -330px;
}

/* D1.2 */
#pun-title h1 {
  display: none;
  height: 180px;
}

/* D1.3 */
#pun-title .container {
  border: 0;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 */
#pun-title h1 span {
  font-size: 1.2em;
  color: #111;
  display: block;
  padding: 110px 0 0 30px;
  width: 400px;
}

#pun-title TABLE {
  height: 180px;
  width: 100%;
  margin: 0px 0px 0px -1px;
}

#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
}

#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
  vertical-align: top;
  padding-top: 98px;
  padding-right: 10px;
}

/* 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 {
  border: none;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding-top: 4px;
  padding-left: 4px;
  text-align: right;
}

/* D.3 */
#pun-navlinks .container {
  padding-top: 7px;
  padding-bottom: 8px;
}

/* D.3 */
#pun-navlinks li {
  display: block;
  font-size: 1.4em;
  margin: 2px;
  margin-right: -70px;
  margin-top: 3px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: -22px;
  margin-bottom: 20px;
  border: none;
  width: 250px;
  margin-left: 825px;
  font-size: 1.4em;
  }

/* D4.2 */
#pun-ulinks .container {
  height: 20px;
  font-weight: normal;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: block;
  border-left-style: none;
  border-left-width: 0px;
  white-space: nowrap;
  text-align: left;
  height: 23px;
  margin-top: 2px;
  }

/* D4.4 */
#pun-ulinks li a {
  }

/* 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;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0 1em 0 1em;
  font-size: 1.1em;
  position: absolute;
  margin-top: -20px;
  }

/* 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 */
#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;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#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: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* 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: 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;
  }

/* D8.7 */
#pun-crumbs2 .container {display: none;
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #736679;
  }

/* 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;
  }


.punbb .main thead th.tc3, #pun-userlist .main thead th.tc2 {
    font-size: 0.9em !important;}
td.tc2.pmtc22 {
    position: absolute;
    margin-left: -50px;
    width: 70px;}
td.tc2.pmtc22 a {
    padding-left: 0px;
    padding-right: 80px;}
td.tcl.pmtcl1 a {
    font-family: serif !important;
    font-size: 1.2em;
    font-weight: bolder;}
#profile fieldset .fs-box div#p1.post.toppost .container .post-author {
    display: none;}
li.pl-email {
    margin-left: -9px;}
div#pun-crumbs2 p.container.crumbs a {display: none;}
div#profile h3 {width: 540px;}

.ob {
    text-align: center;
    font-size: 1.2em;}
.admain {padding-bottom: 240px;}
.punbb-admin div#pun-status {margin-top: 220px;}
div#pun-ulinks li.item5 {display: none;}
div#pun-ulinks li.item6 {display: none;}
div#pun-navlinks li#navextra1 {
    padding-bottom: 0px;
    top: 2px;
    position: relative;}
.forms {
    position: absolute;
    margin-top: -40px;
    margin-left: 350px;}
div#pun-online td.tc3 {padding: 0px;}
div#pun-messages .post-author {display: none;}
div#pun-status p.container span.item2 {display: none;}
div#pun-searchtopics thead {display: none;}
div#pun-searchtopics h1 {
    top: -30px;
    position: relative;
    color: black !important;
    text-shadow: 0 0 2px black !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
    font-family: 'Wash',Sans-Serif !important;
    font-variant: small-caps !important;
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: -40px !important;
    margin-left: -10px !important;}
div#pun-status p.container span.item1:after {content: ' Давно не виделись.';}

/*----Настройка внешнего вида профиля---*/
div#pun-profile #profile-left {
    width: 250px;
    padding-top: 0 !important;
    left: -30px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.19);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.19);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile #profile-left:hover {
    background-color: rgba(255, 255, 255, 0.39);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.39);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile div#profile-signature:before {
    font-weight: bold;
    content: 'Текст подписи персонажа:';
    top: -8px;
    left: 12px;
    position: relative;}
div#pun-profile div#profile-signature {
    padding: 1.5em 1.5em 1em 1.5em;
    text-align: justify;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.19);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.19);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile div#profile-signature:hover {
    background-color: rgba(255, 255, 255, 0.39);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.39);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile #profile-right {padding-top:30px !important;width: 680px;background-color: rgba(255, 255, 255, 0.19);box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.19);}
div#pun-profile #profile-right:before {
    font-weight: bold;
    content: 'Общая информация об игроке и персонаже:';
    position: absolute;
    margin-top: -30px;
    margin-left: 190px;}
td#profile-right li {
    display: inline-table;
    background: rgba(255, 255, 255, 0.31);
    box-shadow: inset 0 0 10px 6px rgba(209, 209, 209, 0.5);
    margin-bottom: 4px !important;
    width: 330px !important;
    padding-left: 0 !important;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
td#profile-right li:hover {background: rgba(255, 255, 255, 0.50);
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile td#profile-left img {opacity: 0.8;box-shadow: 0 0 9px 3px black;border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-profile td#profile-left img:hover {
    box-shadow: 0 0 12px 4px black;
    opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
/*----Настройка скроллбара---*/
::-webkit-scrollbar{width:12px;}
::-webkit-scrollbar-thumb{border-width: 1px 1px 1px 2px;border-color: #cbcbcb;
    background-color: rgb(156, 156, 156);}
::-webkit-scrollbar-thumb:hover{border-width:1px 1px 1px 2px;rgb(112, 112, 112);
  transition: 0.5s 0s;}
::-webkit-scrollbar-track{border-width:0;background-color: #454348;}
::-webkit-scrollbar-track:hover{background-color: #454348; } 
/*---Новое сообщение---*/
.punbb div.icon {
    float: left;
    height: 33px;
    width: 25px;
    background-color: transparent;
    margin-left: -35px;
    margin-top: 2px;}

TR.inew Div.icon {background-color: #000000;box-shadow: 0 0 5px 2px black;border-radius: 2px;}
tr#forum_f18 div.icon {height: 121px !important;}
#pun-index tr.alt1 div.icon {float: left;
    height: 103px;
    width: 37px;
    margin-left: -44px;
    margin-top: -3px;}
#pun-index tr.alt2 div.icon {float: right;
    height: 103px;
    width: 37px;
    margin-left: 485px;
    margin-top: -3px;}

#pun-index #pun-category3 tr.alt1 div.icon {float: left;
    height: 103px;
    width: 37px;
    margin-left: -44px;
    margin-top: -12px;}
#pun-index #pun-category3 tr.alt2 div.icon {float: right;
    height: 103px;
    width: 37px;
    margin-left: 326px;
    margin-top: -12px;}

div#pun-messages TR.inew Div.icon {display: none;}

div#pun-messages .icon.inew {        background-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0px 3px 4px 4px rgb(209, 209, 209);
    border-radius: 3px;}

/*---Страница наград---*/
div#pun-mod tbody#awards-content tr.alt1 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-mod tbody#awards-content tr.alt1:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.21);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.21);}
#navawards {display: none !important;}
div#pun-mod div#pun-crumbs2 p {margin-bottom: 14px;}
div#pun-mod div#pun-main.main.mod-page {padding-bottom: 30px;}
div#pun-mod div#pun-status {margin-top: 176px;margin-bottom: -8px;}
div#pun-mod .container table {margin-top: 60px;}
div#pun-mod .container {margin-top: -8px;}
div#pun-mod h2 a {-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    margin-left: 22px;
    text-align: center;
    position: absolute;
    font-size: 0.8em;
    width: 300px;
    color: black;
    text-shadow: 0 0 2px black;}
div#pun-mod h2 a:hover {color: #4d1254;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;}

/*---Приятные мелочи---*/
div#pun.ru.isguest.gid3 p.lastedit, div#pun.ru.isuser.gid4 p.lastedit {display: none;}
div#pun-viewtopic .linkst .postlink {display: none;}
::selection {background: #242424;color: gainsboro;}
::-moz-selection {background: #242424;color: gainsboro;}
p.lastedit {font-size: 0.8em;}
div#pun-profile div#profile form#profile4 p.datafield:before {
content: 'Размер аватара должен составлять 200х300 пикселей.'; font-size: 20px;display: block;}
div#pun-userlist td.tcl a {margin-left: -25px;}
div#pun-viewforum div#forum_f18 img.ava {opacity: 0;}
div#pun-profile p.areafield.hashelp span.input {padding-top: 20px;}
div#pun-messages .user-avatar img.on_ {display: none !important;}
hr.line {margin-left: 10%;margin-right: 10%;}
div#topic-users-in p.container a:not(:last-of-type):after {content: ',';}
div#topic-users-in p.container a:last-of-type:after {content: '.';}
div#pun-admain .resizable-textarea {margin-top: 0 !important;}
div#pun-profile fieldset legend {margin: 0;padding-top: 10px;}
div#pun-viewtopic form#post .fs-box.hashelp {margin-top: 30px;}
div#pun.ru.isguest.gid3 .linksb {margin-top: 10px;}
div#pun-post h1, div#pun-post .topic h2 {display: none;}
div#pun.ru.isguest.gid3 div#pun-main h1 {display: none;}
div#pun.ru.isguest.gid3 form#post legend {text-align: center;padding-left: 30px;}
div#pun.ru.isguest.gid3 form#post p.inputfield.required {margin-top: 20px;text-align: center;}
div#pun-userlist h1, div#pun-search h1, div#pun-message div#pun-main h1 {display: none;}
div#pun-respect h1, div#pun-positive h1, div#pun-searchposts h1 {display: none;}
div#pun-invitation h1 {display: none;}
div#pun-viewtopic div#post-form h2, div#pun-viewtopic div#pun-main h1 {
    color: black !important;
    text-shadow: 0 0 2px black !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
    font-family: 'Wash',Sans-Serif !important;
    font-variant: small-caps !important;
    padding: 0 !important;
    text-align: center !important;}
div#pun-viewtopic div#pun-main h1 {margin-left: 80px !important;margin-top: -20px !important;}
div#pun-viewtopic div#post-form h2 {margin-bottom: -40px !important;margin-left: -10px !important;}
div#pun-searchtopics em.user-avatar {margin-top: -13px;height: 60px;}
#pun-searchtopics .main .tcr:before {content: 'Последнее сообщение:';position: absolute;margin-top: -6px;margin-left: 47px;}
@-moz-document url-prefix() {#pun-searchtopics .main .tcr:before {margin-left: 0px;}}
#pun-searchtopics .main td.tcr a{margin-top: 10px;}
div#pun-messages .post-content {width: 740px;margin-left: -100px;}
div#pun-status p.container span.item1 {float: right;margin-bottom: -20px;}

/*---Кнопки---*/
input.button, button.button {font: 1em verdana, arial, helvetica, sans-serif;
    background: rgba(48, 52, 52, 0.19);
    border: rgb(80, 79, 79);
    color: #0F1415;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.46, 1, 0.52);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 4px 10px;
    box-shadow: 0 0 6px -1px black, inset 0 0 3px 1px #c9c9c9;
    border-radius: 2px;
    cursor: pointer;}
input.button:hover, button.button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 4px 10px;
    box-shadow: 0 0 6px 0px black, inset 0 0 3px 1px white;
    border-radius: 2px;
    cursor: pointer;
    background: #c7c7c7;}
input.button[value="Бросить кубик"] {position: absolute;
    right: 2px;
    bottom: -29px;}
div#pun-viewtopic .formsubmit {margin: -1em 0 0 0;}

/*---Шапка---*/
.alhora, .aley, .kaosa, .kera, .lladem, .pax, .taet, .echo, .yahaar {
    display: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    position: absolute;}
.alhora {
    width: 100px;
    height: 80px;
    margin-top: -296px;
    margin-left: 38px;
    animation: blinkColor 7s ease-in-out infinite;
    -moz-animation: blinkColor 7s linear infinite;
    -webkit-animation: blinkColor 7s ease-in-out infinite;}
.aley {
    width: 100px;
    height: 122px;
    margin-top: -98px;
    margin-left: -58px;
    animation: blinkColor 5.5s cubic-bezier(0.4, 0, 1, 1) infinite;
    -moz-animation: blinkColor 5.5s cubic-bezier(0.4, 0, 1, 1) infinite;
    -webkit-animation: blinkColor 5.5s cubic-bezier(0.4, 0, 1, 1) infinite;}
.kaosa {
    width: 60px;
    height: 60px;
    margin-top: -400px;
    margin-left: 250px;
    animation: blinkColor 5s ease-in-out infinite;
    -moz-animation: blinkColor 0.5s linear infinite;
    -webkit-animation: blinkColor 5s ease-in-out infinite;}
.kera {
    width: 102px;
    height: 120px;
    margin-top: -380px;
    margin-left: 412px;
    animation: blinkColor 6.5s cubic-bezier(0, 0.24, 1, 0.73) infinite;
    -moz-animation: blinkColor 6.5s cubic-bezier(0, 0.24, 1, 0.73) infinite;
    -webkit-animation: blinkColor 6.5s cubic-bezier(0, 0.24, 1, 0.73) infinite;}
.lladem {
    width: 80px;
    height: 96px;
    margin-top: -148px;
    margin-left: 692px;
    animation: blinkColor 6.2s ease-in-out infinite;
    -moz-animation: blinkColor 6.2s ease-in-out infinite;
    -webkit-animation: blinkColor 6.2s ease-in-out infinite;}
.pax {
    width: 90px;
    height: 110px;
    margin-top: -32px;
    margin-left: 550px;
    animation: blinkColor 4s cubic-bezier(0.4, 0, 1, 1) infinite;
    -moz-animation: blinkColor 4s cubic-bezier(0.4, 0, 1, 1) infinite;
    -webkit-animation: blinkColor 4s cubic-bezier(0.4, 0, 1, 1) infinite;}
.taet {
    width: 50px;
    height: 50px;
    margin-top: -370px;
    margin-left: -40px;
    animation: blinkColor 4.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;
    -moz-animation: blinkColor 4.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;
    -webkit-animation: blinkColor 4.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;}
.echo {
    width: 64px;
    height: 59px;
    margin-top: 32px;
    margin-left: 266px;
    background-color: rgba(0, 0, 0, 0.70);
    animation: blinkColor 5s ease-in-out infinite;
    -moz-animation: blinkColor 5s linear infinite;
    -webkit-animation: blinkColor 5s ease-in-out infinite;}
.yahaar {
    width: 50px;
    height: 50px;
    margin-top: -82px;
    margin-left: 558px;
    background-color: rgba(0, 0, 0, 0.80);
    animation: blinkColor 5.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;
    -moz-animation: blinkColor 5.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;
    -webkit-animation: blinkColor 5.5s cubic-bezier(0.79, 0.02, 0.69, 1.31) infinite;}

/*---Шапка конец ---*/

/*---Подфорумы---*/
.subforums {position: absolute !important;font-size: 0.9em !important;margin: 1px 0 0 0 !important;}
.subforums span{display: inline-block !important;margin-right: 6px;}
.subforums span:not(:last-of-type):after{content: "|";margin-left: -4px;}
.subforums .d_title{display:none;}
.Icon_LastPost > img {display: none;}
img.Icon_LastPost.O {opacity: 0 !important;box-shadow: 0 0 1px 1px black !important;width: 0px !important;height: 8px !important;}

/*---Смена имиджа---*/
div#My input { padding: 4px 10px;
    position: absolute;
    box-shadow: 0 0 6px -1px black, inset 0 0 3px 1px #c9c9c9;
    border-radius: 2px;
    cursor: pointer;
    border: 1px black;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#My input:hover {background: #c7c7c7;
box-shadow: 0 0 6px 0px black, inset 0 0 3px 1px white;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#My input#imgNIK-SIG {margin-top: -24px !important;margin-left: 210px !important;}
input.iblank.mem {
    font-size: 0.9em;
    height: 24px;
    margin-left: 362px;
    width: 130px;
    padding: 0 0 2px 0 !important;}
input.iblank.Galleri {margin-left: 280px;}
input.iblank.AVA {margin-left: 206px;}
input.iblank.SGN {margin-left: 123px;}
input.iblank.STA {margin-left: 52px;}
input.iblank.NIC {margin-left: -2px;}

div#avtrChang-area {
    width: auto !important;
    background: #e9e8ff;
    box-shadow: inset 0 0 10px 1px black, 0 0 5px 1px black;
    margin-right: 10px;}
div#avtrChang-area img {
    box-shadow: 0 2px 5px 1px black;
    height: 75px !important;
    margin: 0 3px;
    cursor: pointer;
    opacity: 0.8;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#avtrChang-area img:hover {opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#pun-messages div#My {display: none;}
div#stTs {
    padding: 0 !important;
    margin-top: -24px;
    margin-left: 340px;
    width: 400px!important;
    height: 24px !important;}
div#pun.ru.isguest div#My {
    display: none;}

/*---кнопка цитаты---*/

div#Bubble img {
    opacity: 0.8 !important;
    box-shadow: 3px 3px 5px -1px black, -3px 3px 5px -1px black !important;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#Bubble img:hover {opacity: 1 !important;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

/*---Объяснения для форумов---*/
div#forum_f29 .container:before, div#forum_f46 .container:before, div#forum_f32 .container:before, div#forum_f30 .container:before, div#forum_f31 .container:before, div#forum_f10 .container:before, div#forum_f8 .container:before, div#forum_f19 .container:before, div#forum_f6 .container:before    {
    width: 800px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px !important;
    display: block;
    position: relative;
    top: 20px;
    left: 90px;
    border-width: 1px;
    border-color: #000000;
    background-color: rgba(68, 68, 68, 0.06);
    box-shadow: 0 0 0 1px rgb(224, 221, 218), 0 0 1px 5px rgb(175, 175, 175);
    color: #333333;}

div#forum_f29 .container:before {content: 'Уголок для записей и отрывков, не вошедших в официальные сводки. Стилистика повествования может быть любой – в виде дневника, журнала, истории от третьего лица и во множестве других вариантов, позволяющих как можно лучше раскрыть и понять персонажа. Если же требуется вести краткие заметки, записывать полезную информацию и вести учет эпизодов – вам не сюда, а в «Заметки», ссылка на которые расположена ниже.';}
div#forum_f46 .container:before {content: 'Место для важных мелочей. Здесь можно вести хронологию эпизодов, держать списки знакомств и отыгрышей, записывать цитаты, мысли и отрывки постов - все на ваше усмотрение. Ограничения на количество символов в этом разделе отсутствуют.';}
div#forum_f32 .container:before {content: 'Никто не знает, какое будущее его ждет, но почему бы не пофантазировать на эту тему? Тут можно построить пару воздушных замков и помечтать о светлом (или не очень светлом) будущем на пару с соигроком.';}
div#forum_f30 .container:before {content: 'Надоели скучные и унылые будни в прописанных мирах? Хочется отдохнуть от собственного персонажа, превратив его во что-то другое? Добро пожаловать в раздел, существующий, по сути, везде и нигде. Тут вы можете не соблюдать лор, не следовать собственной анкете и играть во что угодно с кем угодно.';}
div#forum_f31 .container:before {content: 'Раздел для особых ценителей близких контактов с окружающими. Если надо протестировать непонятную боевую систему, попользоваться умениями без ограничений, решить кто круче или просто размять соигроку лицо – вам будут здесь рады. Сюжет – ничто. Мордобой – все!';}
div#forum_f10 .container:before {content: 'Все мы когда-то делали первые шаги. Вся информация, размещенная в этом разделе, позволит вам лучше понять нашу ролевую и сделать первый (и не только первый, но еще пару сотен последующих) шаг по спирали миров. В случае, если что-то остается неясным, туманным и запутанным – пишите в «Возникающие вопросы», и вам обязательно ответят.';}
div#forum_f8 .container:before {content: 'Раздел с объявлениями, заявлениями, просьбами, требованиями, воплями, криками о помощи и речами о всеобщей несправедливости. Если нашли ошибку – вам сюда. Сотворили что-то невероятное – вам сюда. Хотите награду – сюда. Хотите штраф – тоже сюда.  Ищете объявления или обновления – таки они тоже здесь, ага. ';}
div#forum_f19 .container:before {content: 'Место для ищущих. Тут можно поискать соигрока (или нескольких), вписаться в эпизод, полюбоваться доступными ролями и подать заявку на отыгрыш. Лучший раздел на форуме, чесслово.';}
div#forum_f6 .container:before {content: 'Путешествия по мирам и сражения во имя чего-нибудь бывают довольно утомительными и изматывающими. Для особо уставших всегда есть наша Столовая, где можно говорить, слушать музыку и творить непотребства.';}

/*---Форумы заметок и пробников---*/
tr#forum_f9 .subforums, tr#forum_f29 .subforums {margin: 10px 0 0 4px !important;}
tr#forum_f46 td.tc2, tr#forum_f46 td.tc3, tr#forum_f46 td.tcr {display: none;}
tr#forum_f49 td.tc2, tr#forum_f49 td.tc3, tr#forum_f49 td.tcr {display: none;}
tr#forum_f49 h3 a, tr#forum_f46 h3 a {font-family: Wash !important;letter-spacing: 1.5px!important;}
tr#forum_f46 .tclcon, tr#forum_f49 .tclcon {
    width: 976px !important;
    text-align: center;
    position: absolute;
    padding: 10px;
    margin-top: -16px;
    background: rgba(255, 255, 255, 0.31);
    box-shadow: inset 0 0 10px 6px rgba(209, 209, 209, 0.5), 0 0 10px 6px rgba(209, 209, 209, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
tr#forum_f46 .tclcon:hover, tr#forum_f49 .tclcon:hover {-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
background: rgba(255, 255, 255, 0.50);}

/*---Хронологии и События---*/

div#p22878 .post-author, div#p20408 .post-author, div#p20407 .post-author, div#p20406 .post-author, div#p20405 .post-author, div#p20404 .post-author, div#p20403 .post-author, div#p20402 .post-author, div#p20401 .post-author, div#p20400 .post-author, div#p20399 .post-author, div#p20398 .post-author, div#p20397 .post-author, div#p20396 .post-author, div#p20395 .post-author, div#p20394 .post-author  {display: none !important;}

div#p22878 dl.post-sig, div#p20408 dl.post-sig, div#p20407 dl.post-sig, div#p20406 dl.post-sig, div#p20405 dl.post-sig, div#p20404 dl.post-sig, div#p20403 dl.post-sig, div#p20402 dl.post-sig, div#p20401 dl.post-sig, div#p20400 dl.post-sig, div#p20399 dl.post-sig, div#p20398 dl.post-sig, div#p20397 dl.post-sig, div#p20396 dl.post-sig, div#p20395 dl.post-sig, div#p20394 dl.post-sig {display: none !important;}

div#p22878 .post-body, div#p20408 .post-body, div#p20407 .post-body, div#p20406 .post-body, div#p20405 .post-body, div#p20404 .post-body, div#p20403 .post-body, div#p20402 .post-body, div#p20401 .post-body, div#p20400 .post-body, div#p20399 .post-body, div#p20398 .post-body, div#p20397 .post-body, div#p20396 .post-body, div#p20395 .post-body, div#p20394 .post-body {margin-left: 10px;}


div#p22878 hr, div#p20408 hr, div#p20407 hr, div#p20406 hr, div#p20405 hr, div#p20404 hr, div#p20403 hr, div#p20402 hr, div#p20401 hr, div#p20400 hr, div#p20399 hr, div#p20398 hr, div#p20397 hr, div#p20396 hr, div#p20395 hr, div#p20394 hr {
    width: 80%;
    height: 2px;
    margin: 8px 10% 20px 10%;
    border-style: hidden;
    background: linear-gradient(to right, transparent 0%, #000000 50%, transparent 100%);}

#pun-index #pun-category3 tr.alt2 .tclcon span {
    position: absolute;
    margin-top: 28px;
    margin-left: 242px;
    font-size: 0.9em;}
#pun-index #pun-category3 tr.alt1 .tclcon span {
    position: absolute;
    margin-top: 28px;
    margin-left: 4px;
    font-size: 0.9em;}

@-moz-document url-prefix() {
#pun-index #pun-category3 tr.alt1 .tclcon span {
    margin-top: 20px;
    margin-left: -154px;
    font-size: 0.8em;}
#pun-index #pun-category3 tr.alt2 .tclcon span {
    margin-top: 20px;
    margin-left: 82px;
    font-size: 0.8em;}}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#pun-index #pun-category3 tr.alt1 .tclcon span {
    margin-top: 20px;
    margin-left: -154px;
    font-size: 0.8em;}
#pun-index #pun-category3 tr.alt2 .tclcon span {
    margin-top: 20px;
    margin-left: 82px;
    font-size: 0.8em;}}
@supports (-ms-accelerator:true) {
#pun-index #pun-category3 tr.alt1 .tclcon span {
    margin-top: 22px;
    margin-left: -154px;
    font-size: 0.75em;}
#pun-index #pun-category3 tr.alt2 .tclcon span {
    margin-top: 22px;
    margin-left: 82px;
    font-size: 0.75em;}}
@supports (-ms-ime-align:auto) {
#pun-index #pun-category3 tr.alt1 .tclcon span {
    margin-top: 20px;
    margin-left: -154px;
    font-size: 0.75em;}
#pun-index #pun-category3 tr.alt2 .tclcon span {
    margin-top: 22px;
    margin-left: 82px;
    font-size: 0.75em;}}

div#forum_f22 tr.isticky td:nth-child(1n+2), div#forum_f16 tr.isticky td:nth-child(1n+2), div#forum_f17 tr.isticky td:nth-child(1n+2) {display: none;}
div#forum_f22 tr.isticky span, div#forum_f16 tr.isticky span, div#forum_f17 tr.isticky span {display: none;}
div#forum_f22 tr.isticky a, div#forum_f16 tr.isticky a, div#forum_f17 tr.isticky a {font-family: Wash !important;letter-spacing: 1.5px!important;}
div#forum_f22 tr.isticky .tclcon, div#forum_f16 tr.isticky .tclcon, div#forum_f17 tr.isticky .tclcon {width: 976px !important;text-align: center;padding: 10px;margin-top: -30px;background: rgba(255, 255, 255, 0.31);box-shadow: inset 0 0 10px 6px rgba(209, 209, 209, 0.5), 0 0 10px 6px rgba(209, 209, 209, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
div#forum_f22 tr.isticky .tclcon:hover, div#forum_f16 tr.isticky .tclcon:hover, div#forum_f17 tr.isticky .tclcon:hover {background: rgba(255, 255, 255, 0.50);
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}

/* Стили для дайсов */
div#post-form fieldset#post-preview .post-box {padding: 10px 0 0 0;margin: 0;}
div#post-form fieldset#post-preview {margin: 0;}
div#post-form fieldset#post-preview .post-box p {text-align: center;margin: 10px 0 -10px 0;}
div.post.Dise button.button {position: absolute;margin: -22px 0 0 25px;}

div.post.Dise .fs-box img {filter: brightness(88%);padding-top: 10px;margin-bottom: -40px;}
div.post.Dise .fs-box {text-align: center !important;}

div#post-form fieldset#post-preview em.bbuline {text-decoration: none;font-weight: bold;}
div.post.Dise em.bbuline::before, div.post.Dise em.bbuline::after {content: '';
    margin-top: 2px;
    height: 16px;
    width: 6px;
    background-color: #d1d1d1;
    position: absolute;}
div.post.Dise em.bbuline::after {margin-left: -5px;}
div.post.Dise em.bbuline {text-decoration: none;font-weight: bold;}

div.post.Dise .post-author, div.post.Dise li.pa-online, div.post.Dise a, div.post.Dise h3 {display: none;}
div.post.Dise .post-body {margin-left: 10px;}
div.post.Dise .post-content > p {text-align: center;padding: 0;}
div.post.Dise .post-box {padding-bottom: 0;padding-top: 0;}
div.post.Dise .quote-box, .fs-box .quote-box {border-style: solid !important;
    border-width: 1px;
    border-radius: 2px;
    border-color: #e2e2e2;
    background-color: rgba(255, 255, 255, 0.2) !important;
    background-attachment: fixed;
    color: #252525;
    box-shadow: 0 0 6px -1px #555 !important;
    padding: 10px 0 6px 0;
    text-align: center;}

.post-content .quote-box > blockquote span[style$=" dise"]>span.highlight-text {
    padding: 2px 6px;
    background: #aaabab;
    box-shadow: 0 0 3px 1px #aaabab;
    font-family: Century Gothic;
    color: #131313;
    text-shadow: 0 0px 1px #000000;
    font-size: 13px;}
div.post.Dise .quote-box .highlight-text {
    padding: 2px 4px 2px 0;
    background: #646565;
    box-shadow: 0 0 3px 1px #aaabab;
    font-family: Century Gothic;
    color: #d1d1d1;
    text-shadow: 0 0px 1px #d1d1d1;
    font-size: 13px;}

#pun.gid1 .post.Dise .post-links li.pl-delete a {display: inline !important;}
#pun.gid1 .post.Dise .post-links {position: absolute;margin-top: -62px;margin-left: 78.7em;}
.dice1 button.button {
    margin: 15px 5px !important;
    width: 290px;}
.dice1 input[type="text"] {padding: 2px 1px;background-color: #dddddd;box-shadow: inset 0 0 6px -1px black;}
.dice1 input.button {width: 292px;}
.dice1 {display: none;
    padding: 4px;
    text-align: center;
    position: absolute;
    right: 64px;
    width: 300px;
    height: 100px;
    background-color: black;
    bottom: -18px;
    background: #e3e3e3;
    box-shadow: inset 0 0 4px 0px white, 0 0 5px 0px black;}

div#pun.gid5 div#pun-profile div#profile, div#pun.gid8 div#pun-profile div#profile {opacity: 0.4;pointer-events: none;}
abbr[title] {text-decoration: none;}