/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1751574744.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%;
font-size: inherit;
  }

/* 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: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 80% Avenir, verdana, arial, helvetica, Tahoma, sans-serif;
  }

.tcl p, .post-sig p, .category tcl, #pun th {
 font-size: 85% !important;
 opacity: 0.7;
}

.hasicon h3, #pun-navlinks {
    font-family: "Palatino Linotype", "Palatino", "Garamond", "Book Antiqua", "Times New Roman", "Times", serif;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  }

/* A3.6 */
.punbb pre {
  font: 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 {
  margin: 0 auto;
  position: relative; 
  width: 900px;
  }


/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
    margin-bottom: 22px !important;
    padding-bottom: 152px !important;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px auto 12px auto;
    width: 50%;
    float: none;
    min-width: 300px;
  }
#pun-redirect h1 {
width: auto;
}

/* A5.4 */
.punbb .section, .punbb .main {
  }

/* A5.5 */

.punbb .category, #pun-stats h2{
width: 100%;
text-align: center;
}
.punbb .category {
  margin-top: 42px;
margin-bottom: 78px;
}

/* A5.6 */

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */

.punbb .forum {
    padding: 1em 2em;
}

.punbb .modmenu {
padding-left: 2em;
padding-right: 2em;
}

/* A5.9 */

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
 text-align: center;
 }

#pun-messages .main, #pun-admain {
padding-bottom: 42px;
padding-top: 16px;
margin-top: 0px;
}

#pun-stats {
padding: 28px 2em 30px 2em;
    margin: -40px 0 20px;
overflow: visible !important;
}

.post {
padding: 0 6px 12px 6px;
}
.post .post-rating {
padding-bottom: 30px;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 30px 0 4px 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {

  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 160%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }
.post-content blockquote span {
max-width: 100%;
}
/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .info-box, .dice-box {
  margin: .5em 0 .5em 12px;
  border-style: solid;
border-width: 16px;
-moz-border-image: url(http://forumstatic.ru/files/000f/3e/d5/18282.png) 16 stretch;
-webkit-border-image: url(http://forumstatic.ru/files/000f/3e/d5/18282.png) 16 stretch;
-o-border-image: url(http://forumstatic.ru/files/000f/3e/d5/18282.png) 16 stretch;
border-image: url(http://forumstatic.ru/files/000f/3e/d5/18282.png) 16 stretch;
    background: rgba(255, 207, 156, 0.1);
    box-shadow: 0px 0px 7px rgba(88, 62, 62, 0.22);
  }
.post-content > .quote-box {
 font-size: 90%;
}
.punbb .post-content .code-box {
  margin: 0.4em 0.9em 1em 1em;
border-style: solid;
border-width: 34px 14px 4px;
-moz-border-image: url(http://forumstatic.ru/files/000f/3e/d5/47104.png) 34 14 4 stretch;
-webkit-border-image: url(http://forumstatic.ru/files/000f/3e/d5/47104.png) 34 14 4 stretch;
-o-border-image: url(http://forumstatic.ru/files/000f/3e/d5/47104.png) 34 14 4 stretch;
border-image: url(http://forumstatic.ru/files/000f/3e/d5/47104.png) 34 14 4 fill stretch;
    background: rgba(255, 235, 175, 0.08);
box-shadow: 0px 0px 7px rgba(88, 62, 62, 0.22);
}

.punbb .post-content .highlight-text {
    background: url(http://forumstatic.ru/files/000f/3e/d5/46064.png) 2px 2px no-repeat rgba(255, 220, 158, 0.28);
    display: inline-block;
    padding: 8px 6px 8px 42px;
    border: 3px double rgba(56, 0, 0, 0.2);
    text-indent: 0;
    min-height: 21px;
    box-shadow: inset 0 0 10px rgba(218, 33, 33, 0.15);
    border-radius: 2px;
}
.punbb .post-content .highlight-text span[style="font-family: reilan"] {
letter-spacing: .4pt;
}
.highlight-text span {
max-width: 100%;
}
#register .punbb .info-box {
margin: 0.4em 0.9em 0.4em 1.5em;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
opacity: .7;
    color: #460202;
font-family: "Georgia", Times, serif;
  }
.punbb .code-box strong.legend {
    margin: -22px 0 0 20px;
}
.punbb .code-box pre {
font-family: 'verdana', sans-serif;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  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 {
  position: relative;
  width: 100%;
  height: 0;
margin-top: -42px;

  }

/* B3.2 */
.main {
margin-top: 42px;
margin-bottom: 20px;
padding-bottom: 22px;
 } 

#pun-index .main {
padding-top: 0px;
padding-bottom: 0px;
background: transparent;
}

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -20px;
    padding: 0 1em 0 2em;
width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -20px;
    padding: 0 2em;
  text-align: right;
right: 0;
    font-family: reilan, georgia, serif;
    font-size: 1.2em;
  }

/* 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;
  padding-left: 2em;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
padding-right: 2em;
    font-family: reilan, georgia, serif;
    font-size: 1.1em;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
padding-right: 2em;
  }




/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 1.3em 1.1em 1.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 {
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0;
border: none;
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both;
  }

/* C1.12 */
.punbb .datafield br {
  display: none;
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold;
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 50%;
  padding-left: 3.6em;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 9%;
    overflow: hidden;
  }
#pun-userlist .main .tc2, #pun-userlist .main .tc3, #pun-userlist .main .tcmod {
  width: 14%;}
.punbb .main .tc2 {
  width: 5%;
}

/* C2.3 */
.hasicon tr {
margin-bottom: 10px;
}
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 25%;
padding-right: 3.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;
  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 {
  font-size: 1.1em;
  font-weight: bold;
    background: rgba(103, 17, 18, 0.21);
    line-height: 24px;
    text-indent: 10px;
  }

/* 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;
font-size: 95%;
  }

/* C2.11 */
.punbb .main td {
  padding:1em;
vertical-align: top;
  }
td.tc2.pmtc24 {
  padding:0.8em;
}
/* C2.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 0.4em;
    font-size: 97%;
  }

/* C2.13 */
.punbb .main .tcl {
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 70px;
    min-height: 68px;
  }

/* C2.15 */
.punbb div.icon {
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb table div.icon {
font-size: 1.05em;
    float: left;
    height: 82px;
    width: 68px;
    margin: -8px 0 0 -70px;
    position: absolute;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
line-height: 15px;
    font-size: 1em;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 210px;

  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 204px;
    margin-top: 30px;
min-height: 80px;
margin-bottom: 10px;
  }

/* C3.6 */
.punbb .post .post-author > ul, .punbb .post .post-author p {
  line-height: 140%;
  font-size: .9em;
  }
.punbb .post .post-author > ul {
  position: relative;
  padding-bottom: 12px !important;
}


/* C3.7 */
.pa-author {
  font-weight: bold;
  text-align: center;
}

/* C3.8 */
.pa-author a, .pa-author {
  text-decoration: none;
    font-size: 1.2em;
}

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-size: 90%;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 32px;
    margin: 0 6px;
}
.pa-avatar {
text-align: center;
position: relative;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 210px;
  padding: 48px 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
padding: 0px 22px 24px 46px;
font-size: 108%;
  }
.punbb #pun-messages .post-box {
padding: 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 210px;
    margin-top: -20px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -210px;
  background: transparent;
  text-align: right;
  }

/* 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;
  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: 1em 2em;
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 15em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -14em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  padding: 1em 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 15em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  }

/* D1.2 */
#pun-title h1 {
  display : none;
  }

/* D1.3 */
#pun-title .container {
  }

/* D1.4 */
#pun-title h1 span  {
  }

#pun-title table {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.1em;
  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 {
    margin: 220px 0 0 0;
    overflow: visible !important;
  }

/* D3.2 */
#pun-navlinks .container {
    height: 50px;
text-align: center;
    line-height: 50px;
  }

/* D.3 */
#pun-navlinks li {
  display: inline-block;
  padding: 0 5px;

  }

/* D3.4 */
#pun-navlinks li a, .category h2, #pun-stats h2, .multipage h1, .main h1, #anno2 div h1, #anno1 ul li a, #post-form h2, h1, .topic h2, .pa-author, .pa-author a, #viewprofile #profile-name, .modal-inner h2 span:nth-of-type(1) {
font-family: Reilan, "Palatino Linotype", "Palatino", "Garamond", "Book Antiqua", "Times New Roman", "Times", serif;
display: block;
letter-spacing: 2px;
  }

#pun-navlinks li a, .category h2, #pun-stats h2, .multipage h1, .main h1, #post-form h2, .topic h2 {
  font-size: 1.3em;
}
/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
}

/* D4.2 */
#pun-ulinks .container {
height: 40px;
text-align: center;
font-size: .9em;
    line-height: 40px;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li {
  display: inline-block;
  padding: 0 4px;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em;
    font-size: .9em;
opacity: .8;
  }

/* 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 {
  padding: 0.8em 1em;
  }

/* D5.6 */
#pun-break1 {
height:2px;
  height: 0;
  position: relative;
  z-index: 1;
  }


/* D6 Announcement
-------------------------------------------------------------*/


/*объявление*/
#pun-announcement {
width: 898px;
    height: 370px;
    margin: 8px 0 -82px;
background: url(/files/000f/3e/d5/19200.jpg) top center no-repeat #1c1311;
}

#pun-announcement .container {
padding: 20px 20px 50px 20px;
color: #926f51;
 font-size: 8.6pt;
}

#anno {
height: 260px;
    display: table-row;
}
.a-section {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.anno-glow {
   color: #e8a644 !important;
    text-shadow: 0 -1px 5px rgb(255, 0, 0) !important;
    font-family: reilan, georgia, serif;
    opacity: .7;
    letter-spacing: .5pt;
-webkit-animation-name: glow; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-direction: alternate;
    animation-name: glow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes glow{
    from {opacity: .9;}
    to {opacity: .6;}
}
@-webkit-keyframes glow{
    from {opacity: .9;}
    to {opacity: .6;}
}
#anno1 {
    width: 150px;
    font-size: 8.6pt;
}
#anno1 ul {
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 180px;
    position: absolute;
    top: 58px;
    left: 5px;
}

#anno1 li {
display: flex;
align-items: center;
margin: 1px 0 0 0;
padding: 0 0 0 16px;
border: 2px solid;
border-top-color: rgba(123, 53, 28, 0.37);
border-right-color: rgba(123, 53, 28, 0.37);
border-bottom-color: rgba(25, 12, 6, 0.29);
border-left-color: rgba(25, 12, 6, 0.29);
box-shadow: -1px 1px 1px #1c110d;
background: -moz-linear-gradient(top, rgba(21,14,14,0.2) 0%, rgba(21,14,14,0.2) 1%, rgba(52,12,14,0.01) 49%, rgba(84,9,14,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(21,14,14,0.2) 0%,rgba(21,14,14,0.2) 1%,rgba(52,12,14,0.01) 49%,rgba(84,9,14,0.3) 100%);
background: linear-gradient(to bottom, rgba(21,14,14,0.2) 0%,rgba(21,14,14,0.2) 1%,rgba(52,12,14,0.01) 49%,rgba(84,9,14,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33150e0e', endColorstr='#4d54090e',GradientType=0 );
}
#anno1 li:first-of-type, #anno1 li:last-of-type {
border-left-color: transparent;
border-right-color: transparent;
}
#anno1 a {
    color: #a5733e;
    width: 122px;
    font-size: 1.2em;
opacity: .8;
background: radial-gradient(ellipse at center, rgba(226,66,18,0) 0%,rgba(138,25,15,0) 100%);
transition: background 1s, color 1s, text-shadow 1s, opacity 1s;
transition-timing-function: ease-out;
-webkit-transition: background .8s, color .8s, text-shadow .8s, opacity .8s;
-webkit-transition-timing-function: ease-out;
}
#anno1 a:hover, #anno1 a:active {
color: #fdde68;
opacity: 1;
text-shadow: 0 0 9px #ff2a00, 0 0 3px red;
background: -moz-radial-gradient(center, ellipse cover, rgba(226,66,18,0.2) 0%, rgba(138,25,15,0) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(226,66,18,0.2) 0%,rgba(138,25,15,0) 100%);
background: radial-gradient(ellipse at center, rgba(226,66,18,0.2) 0%,rgba(138,25,15,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40e24212', endColorstr='#008a190f',GradientType=1 );
}

#anno2 {
padding: 0 2em;
height: 200px;
}
#anno2 > div {
    overflow-y: auto;
    overflow-x: hidden;
    text-indent: 20px;
    background: rgba(1, 0, 2, 0.21);
    box-shadow: inset 2px 2px 4px rgba(1, 10, 0, 0.36);
    border: 1px solid rgba(175, 95, 47, 0.23);
    border-radius: 4px;
    padding: 6px;
height: 164px;
text-align: justify;
margin-bottom: 6px;
}
#anno2 div h1, #anno2 div h1 a {
  font-size: 1.2em;
    text-shadow: -1px -1px 2px #080710;
}
.anno-img { 
max-width: 100%;
box-shadow: 0 0 5px rgba(255, 120, 56, 0.19);
    display: block;
    margin: 2px auto !important;
opacity:.7;
transition: opacity 1s;
-webkit-transition: opacity 1s;
}
.anno-img:hover {
opacity:1;
}
#anno2 ul li {
display: inline;
}
#anno2 a, #anno3 a {
color: #884021; 
    text-shadow: -1px -1px 2px #080710;
transition: color .6s, text-shadow .6s;
-webkit-transition: color .6s, text-shadow .6s;
font-weight: bold;
}
#anno2 a:hover, #anno2 a:active, #anno3 a:hover, #anno3 a:active {
    color: #fdbc68;
    text-shadow: 0 0 9px #ff2a00, 0 0 3px red;
}
.center-feature {
width: 198px;
    height: 64px !important;
    position: absolute;
    padding: 0 !important;
    margin: 0 auto;
    background: url(http://forumstatic.ru/files/000f/3e/d5/94342.png) top center transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.punbb #anno2 .center-feature {
    top: -44px;
    left: 148px;
}
#anno3 {
    width: 209px;
}
#charimg {
margin: 4px 0;
justify-content: space-between;
width:209px;
    height: 50px;
}

#charimg a {   
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    position: relative;
    flex: 0;
margin-right: 3px;
}
#charimg a:last-of-type {
margin-right: 0;
}
#charimg img {
    height: 50px;
    width: 50px;
}
#charimg img, #gameimg img {
    border: 1px solid #5a4227;
    opacity: .6;
    transition: opacity 1s;
-webkit-transition: opacity 1s;
}
#charimg img:hover, #charimg img:active, #gameimg img:hover, #gameimg img:active {
filter: none;
opacity: 1;
}
#charimg a:hover::after, #gameimg a:hover::after {
    content: attr(data-title);
    z-index: 5;
    position: absolute;
    display: block;
    background: rgba(21, 12, 13, 0.88);
    border: 1px solid #50331f;
    padding: 4px;
    color: #a7866d;
    border-radius: 4px;
text-shadow: none;
font-weight: normal;
}
#charimg a:hover::after {
    margin-left: -53px;
    min-width: 150px !important;
}
#gameimg a:hover::after {
margin-left: -10px;
margin-right: -10px;
}
#gameimg {
margin: 2px 0;
}

#gameimg img {
height: 90px;
width: 209px;
}


/* Прокрутка*/

#anno2 div::-webkit-scrollbar, #anno2 ul::-webkit-scrollbar, .punbb .post-content .scrollbox::-webkit-scrollbar, #footer div::-webkit-scrollbar {
    width: 8px; 
height: 8px;
}  
#anno2 div::-webkit-scrollbar-track, #anno2 ul::-webkit-scrollbar-track, #footer div::-webkit-scrollbar-track {
    background-color: rgb(19, 14, 11);
    border: 1px solid #1d1917;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
} 
#anno2 div::-webkit-scrollbar-thumb, #anno2 ul::-webkit-scrollbar-thumb, #footer div::-webkit-scrollbar-thumb {
    background-color: rgb(46, 31, 22);
    border-radius: 6px;
    border: 1px outset rgba(78, 64, 52, 0.68);
}
#anno2 div::-webkit-scrollbar-thumb:active, #anno2 ul::-webkit-scrollbar-thumb:active, #footer div::-webkit-scrollbar-thumb:active {
    background: #38332d; 
    border-radius: 4px;
    min-width: 40px;
    min-height: 40px;
}

.punbb .post-content .scrollbox::-webkit-scrollbar-track {
    background-color: rgba(60, 34, 14, 0.18);
    border: 1px solid #ab8d67;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
.punbb .post-content .scrollbox::-webkit-scrollbar-thumb {
    background-color: #927253;
    border-radius: 6px;
    border: 1px outset #927253;
}

.punbb .post-content .scrollbox::-webkit-scrollbar-thumb:active {
    background-color: #815e42;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.punbb .post-content::-webkit-scrollbar {width: 4px; height: 4px;}  
.punbb .post-content::-webkit-scrollbar-track {background-color: #202c2d;} 
.punbb .post-content::-webkit-scrollbar-thumb {background-color: #9e612b; border-radius: 10px;}
.punbb .post-content::-webkit-scrollbar-thumb:active {background: #928e2d; border-radius: 10px;}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */

/* 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: 2px;
    line-height: 130%;
    padding: 0 10px 8px;
  }

/* D7.5 */
li#onlinelist div {

  padding: 0.7em 0 0 0;
  }

.multipage h1, main h1 {
text-align: center;
}


.category h2, .punbb .main h1 {
height: 64px;
line-height: 64px;
margin-left: -3px;
margin-right: -3px;
padding: 42px 0 0 0;
top: -42px;
position: relative;
margin-bottom: -40px;
}
.category .container {
padding: 74px 2em 30px 2em;
margin-top: -106px;
}


/* 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 {
    position: relative;
    z-index: 91;
  }

/* D8.4 */
#pun-about .container {
    border-top-style: none;
    text-align: right;
    line-height: 150%;
    padding: 0.8em 1em;
    width: auto;
    display: inline-block;
    float: right;
  }

/* 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;
    position: relative;
    z-index: 90;
    display: inline-block;
    float: left;
  }

/* D8.7 */
#pun-crumbs2 .container {
  padding: 0.8em 1em;
  }

/* D8.8 */
#pun-break4 {
  }

/* 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;
  }

hr, .punbb .post-sig dt { 
    height: 14px;
    width: 108px;
    border: none;
    margin: 6px auto !important;
}

/*font*/
@font-face {font-family: Reilan; 
src: local("Reilan"), url(/files/000f/3e/d5/10117.ttf);}

/*mobile*/
@media screen and (min-width: 541px) and (max-width: 900px) {

body {
min-width: 900px !important;
}
}

@media screen and (min-width: 320px) and (max-width: 540px) {

body {
background-size: 920px !important;
}
.punbb {
}
 #pun {
background: url(http://forumstatic.ru/files/0019/90/a6/85806.jpg) bottom center no-repeat;
background-size: 900px !important;
}
#pun #pun-navlinks, #pun #pun-ulinks  {
margin-top: 144px !important;
}
#pun #pun-navlinks {
margin-right: 50px !important;
}
#pun #pun-ulinks, #pun #pun-navlinks .container li a, #pun #pun-navlinks .container li a:hover {
    width: 26px !important;
    height: 26px !important;
    background-image: url(http://forumstatic.ru/files/000f/3e/d5/26209.png) !important;
background-color: transparent !important;
box-shadow: none;
 -webkit-box-shadow: none;
    transition: none !important;
    -webkit-transition: none !important;
margin: 0 2px;
}
#pun .ismoderator #pun-ulinks, #pun .ismoderator #pun-navlinks .container li a, #pun .ismoderator #pun-navlinks .container li a:hover {
    width: 26px !important;
    height: 26px !important;
    transition: none !important;
    -webkit-transition: none !important;
}
#pun-navlinks .container li a span {
display: none;
}
  #pun span.num_msg {
/*display: none;*/
    margin-left: -32px !important;
}
#pun #pun-ulinks {
background-position: center -381px !important;
top: 0px !important;
}
#pun #pun-ulinks li a {
    color: #f5ac5f!important;
    font-size: 14px !important;
    padding: 0 16px !important;
}
#pun #pun-navlinks .container {
padding: 0 !important;
line-height: inherit;}
#pun #pun-ulinks, #pun #pun-navlinks .container li {
line-height: 32px !important;
overflow: visible;
}
#navindex a, #navindex a:hover {
    background-position: center 0 !important;
}
#pun #navuserlist a, #pun #navuserlist a:hover {
    background-position: center -31px !important;
}
#pun #navrules a, #pun #navrules a:hover {
    background-position: center -62px !important;
}
#pun #navprofile a, #pun #navprofile a:hover {
    background-position: center -95px !important;
}
#pun #navsearch a, #pun #navsearch a:hover {
    background-position: center -126px !important;
}
#pun #navpm a, #pun #navpm a:hover {
    background-position: center -159px !important;
}
#pun #navadmin a, #pun #navadmin a:hover {
    background-position: center -189px !important;
}
#pun #navlogin a, #pun #navlogin a:hover {
    background-position: center -222px !important;
}
#pun #navregister a, #pun #navregister a:hover {
    background-position: center -255px !important;
}
#pun #navlogout a, #pun #navlogout a:hover {
    background-position: center -286px !important;
}
#pun #navpr_1 a, #pun #navpr_1 a:hover {
    background-position: center -319px !important;
}

.multipage {
margin-top: 0 !important;
}
#pun-crumbs1 {
background: url(http://forumstatic.ru/files/000f/3e/d5/79831.jpg) top center no-repeat;
}
#pun-announcement {
width: 100%;
margin: 0;
}
#pun-announcement .container, #anno1 li, #pun-announcement div.html-box {
padding: 2px 0 0 !important;
}
#anno2 {
display: none;
}
#anno3, #charimg, #gameimg {
width: 180px !important;
}
#anno3>p {
text-align: right;
}

#charimg img, #charimg a {
height: 40px; width: 40px;
}
#gameimg img {
    height: 74px !important;
    width: 172px !important;
}
.punbb .linkst .pagelink {
margin-top: 0px;
padding-left: 2px !important;
}
.punbb .linkst .postlink {
padding-right: 2px !important;
}
.punbb .FNTslider {
margin: 0 !important;
}
.category .container {
padding-left: 0;
padding-right: 0;
}
.punbb div.icon {
display: block !important;
    margin: -12px -8px -20px -26px !important;
transform: scale(.8) !important;
position: relative !important;
}
#pun-index .tcl h3 {
margin-left: 35px !important;
}

.punbb tbody.hasicon td.tcl, .punbb .main .tcr, .punbb .main td, .category td.tcr, .forum td.tcr  {
    padding: .2em !important;
margin-bottom: 8px;
overflow: visible !important;
}
#pun-index .hasicon td.tcl, #pun-index .main .tcr {
display: block;
} 
.punbb .main .tcr {
width: 98%;
}
#pun-index .user-avatar {
    margin-left: 128px !important;
}
td.tc2.pmtc24 {
    margin-top: 30px;
    display: block;
}
#pun_wrap .punbb .post-box, .punbb .forum {
    padding: 12px 0px 20px 12px;
}

.punbb .linkst .pagelink a {
    padding: 0 1px 1px;
}
.punbb .post h3 {
font-size: .9em;
}
.post h3 span {
background: transparent !important;
}
#pun_wrap .punbb .post-body {
padding-bottom: 10px;
padding-top: 6px;
}
#pun-main .post-author {
    background-color: rgba(27, 7, 7, 0.76) !important;
width: 100%;
height: 92px;
}
#post-preview .post-box {
    padding: 1em !important;
}
#pun-searchposts #pun-main .post-author, #pun-post .post-author {
padding: 8px;
height: 26px;
min-height: 26px;
}
.punbb #profile-uploads {
    width: 100%;
}

.punbb .adflds {display:none;
}

#pun-main .pa-author {
box-shadow: none;
border: none;
background: none;
}
#pun-main .post h3 span {
background: transparent !important;
}

.punbb .pa-author a {
background: none;
}
.punbb .post .post-author {
background-image: none;
}
.online .pa-author:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(56, 155, 34, 0.7);
    margin-left: .6em;
    float: left;
    margin: 5px;

}
.online .pa-author:after {
display:none !important;
}
.punbb .post .post-author ul {
    padding: 4px 20px 1em 96px;
    position: relative;
}
.punbb .post .post-author li{
background: transparent;
}
.post-author .pa-avatar {
    position: absolute;
    top: 4px;
    left: 0px;
    padding: 0 !important;
    margin: 0 !important;
}
.punbb  .post-author .pa-author {
height: auto;
padding: 0 !important;
position:inherit; 
background: transparent;
}
.post-author .pa-avatar img {
max-height: 80px;
max-width: 80px !important;
}
.punbb .pa-respect, .punbb .pa-posts {
margin: 0 !important;
width: auto !important;
display: inline-block !important;
}
.punbb li.pa-title {
margin-bottom: 8px;
line-height: 100%;
}
.punbb .imgON_Off, .punbb img.post-img-Sp, .punbb .topic .pl-email, #messages .user-avatar {
display: none !important;
}
.punbb .post h3 strong {
    width: auto;}
.punbb .post h3 span {
padding: 0.5em 0.5em;
}
.punbb #profile-left #profile-name, .punbb #profile-left #profile-title, #profile-left li:nth-child(3), #profile-left li:last-child, .punbb #profile-right li { 
background-color: rgba(150, 129, 109, 0.298) !important;
border: none !important;

}
#pun #pun-stats {
padding: 28px 2px 30px 2px;
}
#pun #pun-about {
    margin-top: 0px;
    margin-bottom: 64px;
}
div#pun-crumbs2 {
    display: block !important;
    width: 100% !important;
}
#footer .center-feature {
display: none;
}
}

.hidden {
	display: none !important;
}

#button-dice {
	background: url("/files/000f/3e/d5/81483.png") center;
}

form#dice-form {
	width: 340px;
	padding: 18px;
	text-align: right;
	position: absolute;
	top: 40px;
	right: -12px;
	background: rgb(188, 165, 138);
	border: 1px solid;
	border-radius: 2px;
}

form#dice-form input {
	width: 22px;
}

#dice-form label {
	display: block;
	margin: 3px;
	vertical-align: top;
}


#dice-form span {
	font-weight: bold;
	width: 100px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

#dice-form label > span::after {
	content: ":"
}

#dice-form textarea {
	width: 130px !important;
	height: 69px !important;
}

#dice-form > div {
width: 160px;
	display: inline-block;
	vertical-align: top;
}

#dice-form > label {
	display: inline-block;
}

#dice-form > div:nth-child(2) {
	margin-top: -18px;
}

.roll-dice::before, .roll-value::before, .roll-reason::before, .roll-result::before {
  font-weight: bold;
}

.roll-dice::before {
    content: "Бросок: ";
}

.roll-dice::after {
  content: " (бонус)";
  margin-right: -5px;
}

.roll-value::before {
    content: " , с результатом: ";
}

.roll-reason::before {
  content: "Действие: "
}

.roll-result::before {
  content: "Итог: "
}

#pun .roll-result {
  padding-bottom: 0px;
}
