/* A1.1 */
  @import url(style_cs.1591256258.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
margin: 0; 
padding: 0;
min-width:1040px!important

}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */

.punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

.punbb ul {
  list-style: none;
  padding: 0;
  }


/* A2.4 */
.punbb img {
  border:none
  }


/* A2.5 */
.punbb .main table {
  border-color:  transparent;
  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: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea {
  font: 14px verdana, arial, helvetica, sans-serif
  }

.punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }
/* A3.4 */
.punbb h1, .punbb h2, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* 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
-------------------------------------------------------------*/
#pun {
position: relative;
width: 1010px;
margin: auto;
}

#pun_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
}

.punbb {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 8.5em;
  }



#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  background: #d9cdb7;
  box-shadow: inset 1px 1px 5px #c2ac94;
    border-style: solid;
    border-width: 1px;
    border-color: #bca68f;
  }

.punbb .section{
  padding: 0;
  margin: 0;
  }

.punbb .container, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post, .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2, .punbb #pun-category1, .punbb .toppost, .punbb .topicpost, #pun-post .topic, .punbb .section,  .punbb .main   {
  border-style: none;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    margin: 0;
    overflow: hidden;
    text-align: justify;
  }

/* B1.2 */
.punbb dl.post-sig {
  display: block;
  width:100%;
  margin-top: 3em;
  color: #5f4e47;
  text-align:right;
  font-size: 12px;
  font-style: italic;
  }

.post-rating a {
  color: #5f4e47 !important;
padding-right: 0.5em; 
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  line-height: 140%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .code-box {
  margin: 0;
  padding: 1em;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  font-size: 12px;
  margin: 0;
  font-style: italic;
  padding: 10px;
  color: #5f4e47 !important;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-color:  transparent;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  font-size: 1.1em;
  }

/* B3.2 */
.multipage {
  margin: 0;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  width: 24em;
  left: 2em;
  margin-top:-1.8em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  right: 4em;
  width: 16em;
  text-align: right;
  top: -0.5em;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 3em 2em 3em;
  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.2 */
.punbb .formsubmit {
  padding: 0 3em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .button, [type="submit"], input [type="file"], #jGrowl #closet, .fs-box input[type="button"] {
   margin: 0 0.6em 0 0;
    box-shadow: inset 1px 1px 5px #4b140d;
    padding: 5px 10px;
    background: url(http://forumstatic.ru/files/001a/14/51/19791.png) center repeat;
    color: #876f67;
    border-style: outset;
    border-width: 2px;
    border-color: #824139;
  }

.punbb .button:hover, [type="submit"]:hover, .fs-box input[type="button"]:hover {
 color: #a48c74 !important;
 text-shadow: 0 0 3px #000;
 cursor: pointer;
}

.punbb fieldset {
  border-style: none;
  padding: 0;
  }

.punbb fieldset legend {
  padding-top: 1em;
  font-size: 1.1em;
  }

.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  }

.punbb .fs-box {
  padding-left: 3em;
  }

.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,  .punbb .selectfield label {

  }

/* 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: 99%  !important;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  padding: 1em 3em;
  }

/* 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: 54%;
 padding: 0.5em 0 0.5em 2em;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  font-size: 11px;
  text-align: center;
  width: 8%;
 vertical-align: middle !important;
  }

/* C2.3 */
.punbb .main .tcr {
 font-size: 11px;
  overflow: hidden;
  text-align: left;
 padding-left:1em;
  width: 32%;
 vertical-align: middle !important;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-modviewforum .main .tcl {
  width: 30%;
  }

.punbb em.user-avatar {  float: left; height: 50px !important; width: 45px  !important; }
.punbb em.user-avatar .ava {width: 45px  !important;    height: 45px !important;}
#pun-userlist .main .altstyle {background: #c6b68b !important;  }
#pun-userlist .main .usersname a { font-weight: bold;   font-size: 12px;  letter-spacing: 0.08em;
    font-family: alice, Palatino Linotype, Book Antiqua;  }

#pun-searchtopics .main {
 vertical-align: middle !important;
  text-align: center  !important;
  }

#pun-searchtopics .main .tcl {
  vertical-align: middle !important;
  width: 35%
  }

#pun-searchtopics .main .tcl a {   vertical-align: middle !important;
   padding-left:1em;  padding-top:2em;
  }
#pun-searchtopics  .tcl .byuser, #pun-searchtopics  .tc3 {display: none !important;}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: center;
  width: 20%;
  }

#pun-userlist .main .tc3, #pun-searchtopics .main .tc3 {
  text-align: center;
  width: 12%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }


/* 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-color:  transparent;
  }

/* C2.12 */
.punbb .main th {
  border-color:  transparent;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #60523d;
  }

/* C2.13 */

.tclcon {
 font-size: 12px;
 color: #171515;
 margin-left: 65px;
 min-height: 50px;
 vertical-align: middle !important;
 }

/* C2.14 */
.punbb tbody.hasicon td.tcl {

  }

/* C2.15 */
.punbb table div.icon {
    font-size: 1.05em;
    float: left;
    height: 80px;
    width: 60px;
}

.punbb div.icon {
    height: 0;
    line-height: 0.0;
    margin-top: 0.1em;
    width: 0;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
   border-style: none;
   padding: 0.5em 0.7em;
}

/* C3.2 */
.punbb .post h3 {
  border-color:  transparent;
  }

/* C3.3 */
.punbb .post h3 span {
    display: block;
    text-align: right;
   padding-top: 1em;
   padding-right: 2em;
  }

/* C3.4 */
.punbb .post h3 strong {
  color: #5f4e47 !important;
  float: right;
  width: 3em;
  text-align: right;
  font-weight: normal;
  }

.punbb .post h3 a { 
color: #5f4e47 !important;  
}


/* C3.5 */

.topic .post {
background: url(http://forumstatic.ru/files/001a/76/8e/43658.jpg) top center no-repeat, url(http://forumstatic.ru/files/001a/76/8e/70698.jpg) bottom center no-repeat, url(http://forumstatic.ru/files/001a/76/8e/50839.jpg) top center repeat-y;
min-height: 200px;}


/* profile */

.punbb .post .post-author {
  float: left;
  width: 250px;
  min-height: 300px;
  margin-top: -2.2em;
  }

.punbb .post .post-author > ul {
  width: 250px;
  position: relative;
  color: #535050;
}

/* C3.7 */
.post-ul-Sp  {
 padding-left: 2em !important;
 padding-bottom: 2em !important;
 padding-top: 0.5em !important;
 font-size: 12px;
 color:#8c6d56!important;
 display:inline-block;
}


.pa-author  {
  font-weight: bold;
  color:#fffd6e !important;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.10em;
    font-family: alice, Palatino Linotype, Book Antiqua;
  }


.pa-avatar {
margin-top: 1.7em;
text-align: center;
position: relative;
}

.pa-avatar img[alt] {
    max-width: 250px!important;
    height: auto;
    border: 1px  #3f392d;
}

.pa-avatar:after {
  content: "";
  display:block;
  width:250px;
  height: 25px;
  background: url(http://forumstatic.ru/files/001a/76/8e/37465.jpg) no-repeat 0 0;

}

/* C3.8 */
.pa-author a, pa-author {
  color:#fffd6e !important;
  font-weight: bold;
  text-decoration: none;
  }
.post-author a {
  color:#fffd6e !important;
  font-weight: bold;
  text-decoration: none;
  }

/* C3.9 */
li.pa-title {
margin-top: 0.7em;
text-align: center;
font-style: italic;
padding: 0 2em;
color:#535050;
  }

.punbb .pa-respect {
    position: absolute;
    line-height: 13px;
    vertical-align: top;
    text-align: center;
    padding-bottom: 1em;
    width: 65px;
    margin-left: 165px;
    padding-top: 2em;
}


.punbb .pa-fld2 {   
  position: absolute;
  text-align: center;
  width: 50px;
  margin-left: 30px;
  padding-top: 2em;
  color:#8c6d56 !important;
  font-weight: bold;
}


li.pa-respect a, li.pa-respect span, li.pa-fld2  {
  color:#8c6d56 !important;
  font-weight: bold;
  text-decoration: none;
  }

.pa-online {
 text-align: center;
 color: #8c6d56 !important;
 padding-bottom: 2em;
 font-weight: normal !important; 
 font-style: italic;
  }

.pa-positive a {   
color: #8c6d56 !important; 
font-weight: normal !important; 
}

.post-img-Sp{
padding-top: 70px;
padding-bottom: 15px;
margin-left: 1.7em;
}

/* C3.11 */
.punbb .post-body  {
margin-left: 260px;
}


/* C3.12 */
.punbb .post-box { 
  font-size: 13px;
  padding:  1em  1em 0  1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  border-color:  transparent;
  }

/* C3.15 */
.punbb .post-links ul {
  text-align: right;
  padding: 0.4em 0;
  }

/* C3.16 */
.punbb .post-links li a, .punbb .post-links ul a {
  color: #25160c;
  }

.punbb .post-links li  {
  display: inline;
  }

 .pl-edit, .pl-delete {
  padding-right: 1.5em;
  }

.pl-quote {
  padding-right: 3em;
  }

.pl-email, .pl-website {
  float: left;
  padding-left: 3em;
  color: #8c6d56 !important;
  }

.pl-email a, .pl-website a {
  color: #8c6d56 !important;
font-weight: bold;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 3em;
  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: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-color:  transparent;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
display: none;
  }

/* 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: 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 1.8em 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: none;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/
#pun-title h1 span  {
display: none;
  }

#pun-title {
border: none;
height: 338px;
}




/* 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
-------------------------------------------------------------*/

#pun-navlinks, #pun-navlinks .container {
  font-weight: bold;
  text-align: right;
  }

#pun-navlinks li {
  display: inline;
  padding-right: 1.7em;
  }

#pun-navlinks li a { 
  font-family: alice, Palatino Linotype, Book Antiqua;
  font-size: 12px;
  font-weight: bold;
  }


/* ulinks */
#pun-ulinks  {
   text-align: center;
  margin-top: 3.7em;
  }

#pun-ulinks .container {
  margin-bottom: 0;
  }

#pun-ulinks li, #pun-ulinks li a {
  display: none !important;
  }



/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container, #pun-status  {
 position: absolute;
 margin-left:  60px;
 text-align: left;
 margin-top: -5.8em;
 
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  color: #5f4837;
  overflow: hidden;
  padding-top: 0.7em;
  margin-left: 2em;
  }


/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border: none;
  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: none;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border: none;
  }

/* 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: none;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  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: 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 {
  color: #5f4837;
  font-weight: bold;
  overflow: hidden;
  padding-top: 1em;
  margin-left: 2em;
  }

/* D8.7 */
#pun-crumbs2 .container {
  margin-top: 2em;
  margin-bottom: 2em;
  }



/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border: none;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border: none;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  border: none;
  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;
  }



.tema  {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: alice, Palatino Linotype, Book Antiqua;
  font-weight: bold;
  }

.tema  a {
padding-right: 15px;
  }


td, th {  vertical-align: top !important;}

.tab3 {
position: absolute;
top: 306px;
margin-left: 120px;
width: 250px;
line-height: 1.5 
}

.tema3  { 
display: inline-block; 
width: 110px;
height: 20px;
text-align: center;
padding-right: 10px;
padding-bottom:8px;
}


.punbb .user-avatar .avatar-image{
    border-radius: 0 !important;
    opacity: .8;
margin-right: 0.5em;
    border-color: #c0ad81 !important;}


.punbb .user-avatar .isonline {
display: none !important;}


.statscon {
padding:0 2em;
}

.tab1 {
font-size: 12px;
position: absolute;
top: 207px;
margin-left:8px;
}


.bottom1, .bottom2, .bottom3, .bottom4, .bottom5, .bottom6, .bottom7, .bottom8  {
 display: inline-block;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 height: 35px;
 width: 85px;
margin-right:5px;
padding-top: 7px;
}


.bottom1 a, .bottom2 a, .bottom3 a, .bottom4 a, .bottom5 a, .bottom6 a, .bottom7 a, .bottom8 a {
 font-size: 12px;
 color: #b7a883 !important;
 letter-spacing: 0.15em;
  font-family: alice, Palatino Linotype, Book Antiqua;
 text-transform: uppercase;}
.bottom1 a:hover, .bottom2 a:hover, .bottom3 a:hover, .bottom4 a:hover, .bottom5 a:hover, .bottom6 a:hover, .bottom7 a:hover, .bottom8 a:hover {
 font-size: 12px;
 color: #e5ddaf !important;
 opacity: 1;

}

.banner {
position: absolute; 
width: 100%;
height: 70px;
overflow-y: auto;
padding-top: 20px;
}


.banner img {opacity: 0.4; 
     -webkit-transition: opacity 0.5s ease-in-out 0s;
     -moz-transition: opacity 0.5s ease-in-out 0s;
     -o-transition: opacity 0.5s ease-in-out 0s;
     transition: opacity 0.5s ease-in-out 0s;
}

.banner img:hover {opacity: 1;}


/******************************************************************
  Cтиль:"таблица с вкладками"
******************************************************************/

/*Правки для Цвета фона и бордюров таблицы*/
.s-tabs>.stab,.s-tabs>span{
background: transparent;
}
.s-tabs {
width: 355px;  /*ширина таблицы*/
display:block;
}

.s-tabs>.stab{
height:115px; 

}

.s-tabs>.stab a{
color: #641811;
}

/* Стиль "Ушка" вкладок */
.s-tabs>span{
font-size: 12px;
letter-spacing: 0.11em;
font-family: alice, Palatino Linotype, Book Antiqua;
font-weight: bold;
color: #a58469;
width: 105px;
z-index:100;
cursor:pointer;
display:inline-block;
height:45px;
text-align:center;
padding-top:13px; 
}


/* Активное "Ушко" */
.s-tabs>span.selected{
color: #fffeab;
border-color:transparent!important;
background: url("http://forumstatic.ru/files/001a/14/51/29863.jpg") top center no-repeat;
}

/* Стиль вкладки(LI)*/
.s-tabs>.stab{
width: 497px;
height: 115px;
display:none;
overflow-y:auto;
overflow-x:hidden; 
vertical-align:middle;
text-align: left;
}

.s-tabs ::-webkit-scrollbar{
  background:#9b733b;
  width:6px;
}

.s-tabs ::-webkit-scrollbar-thumb{
  background:#754b25;
}

#MyBookmarks .container   {
background: url("http://forumstatic.ru/files/001a/05/79/80233.jpg") top center no-repeat, url("http://forumstatic.ru/files/001a/05/79/24418.jpg") bottom center no-repeat, url(http://forumstatic.ru/files/001a/05/79/96561.jpg) center repeat-y;
}


.blockright {
position: absolute;
top: 200px;
margin-left: 410px;
font-size: 11px;
text-align: center;
}

#MyBookmarks h2, #MyBookmarks h1 {
    padding-left: 3em !important;
}

#BookmCntToggle.default-style {
    background: #785d48 !important;
    color: #60110d !important;
}

div.post-rating  {
 margin-bottom: 3em !important;
}


textarea, body, HTML  {
   -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


.punbb h1 span a {
   margin-right: 3em;
}

span.num_msg {
       background: #213c55 !important;
}

#notify-settings {
   margin: 2em;
}

.post-content .highlight-text {
    background-color: #af9b71 !important;
    color: #000;
}

.spirit-navigation, .spirit-navigation2, .spirit-navigation3 {
  background: url(http://forumstatic.ru/files/001a/76/8e/48344.jpg) center no-repeat;
   color: #a58469;
   width: 115px;
    padding: 5px 0 5px 30px;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-family: alice, Palatino Linotype, Book Antiqua;
    font-weight: bold;
}

#navigblock, #navigblock2, #navigblock3 {
width: 135px;
position: absolute;
z-index: 999;
}

.sslka {
   background: url(http://forumstatic.ru/files/001a/76/8e/83747.jpg) center repeat-y;
   color: #a58469;
   width: 135px;
   display: block;
   padding: 5px;
}

#pun .sslka a {
  text-align: center;
  display: block;
  padding: 2px;
   color: #a58469;
}

#pun .sslka a:hover  {
   color: #b79d78;
  background-color: #3a2b1e;
}


.vstuplenie, .matchast, .igrokam {
margin-bottom: 10px;
margin-left: 12px;
 display: inline-block;
}

#option img {
width: 64px;
height: 64px ;
border-radius: 50%;
object-fit: cover;
}


.lastedit, .newtext{display:none;}
li#navawards, li#navrules, .pl-share, .pl-reports, .lastedit,  .closedatafield, .topic a.sharelink, .linkst .postlink, .punbb legend span, .stickytext, li#navadmin, .modlist, div#pun-live-rusff,button.button, #pun-about  {display: none !important;}

 .leftimg {
    float:left; 
    margin-right: 5px;
   }

hr  {
    margin: 5px  !important;
    background: #271e15  !important;
  color: #271e15  !important;
   }
.tclcon {
padding: 10px;
}
.tclcon:hover {background: #c6b68b !important;
padding: 10px;
}

.intd{
padding-bottom: 5px;
}

#poll-special td {
  padding-left: 2em!important;
}


.poisk {
width: 160px;
height:60px;
display:inline-block;
padding-bottom: 5px;
}


.sujet  {
 line-height: 1;
padding-bottom: 10px;
padding-right: 5px;
    text-align: justify;
 }
