/*************************************************************
A - SETUP
**************************************************************/


/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1429266152.css);

input:-webkit-autofill {
        color: #2a2a2a !important;
}

      /* Убираем */
li#navawards, #pun-main .container thead, #pun-live-rusff {
display: none!important;
}


/* A1.2 */
@font-face {
  font-family: "AugustaTwo";
  src: url("/files/0014/cc/a3/69412.svg"),
url("/files/0014/cc/a3/91757.svg") format("truetype");
}

@font-face {
  font-family: "Decor";
  src: url("/files/0014/cc/a3/25708.svg"),
url("/files/0014/cc/a3/14629.svg") format("truetype");
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0;
}

/* A2.2 */
.punbb * {
  margin: 0px;
  }

/* 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: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 69% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
  font: 1.3em Trebuchet Ms, verdana, arial, helvetica, sans-serif;
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.6em;
  font-family: Decor;
  }

.punbb h1 {
/* margin-left: 88px; */
  color: #201B13;
}

#pun-edit fieldset> legend>span {
margin-left: 20px!important;
}

#login fieldset> legend>span {
font-size: 44px;
}

#pun-search fieldset> legend>span {
font-size: 32px;
}

#pun-edit #pun-main>h1 {
display: none;
margin-left: 65px!important;
}

#pun-post h1 {
margin-left: 48px;
}

#pun-userlist #pun-main>h1{
margin-left: 93px;
}

#pun-online #pun-main>h1 {
padding-top: 18px;
font-size: 22pt;
margin-bottom: -4px;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-respect #pun-main>h1 {
padding-top: 18px;
font-size: 16pt!important;
margin-bottom: 23px;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-register #pun-main>h1 {
padding-top: 18px;
font-size: 22pt;
margin-bottom: -8px;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-profile #pun-main>h1 {
padding-top: 8px;
font-size: 18pt;
margin-bottom: 0px;
margin-left: 64px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-upavatar #pun-main>h1 {
padding-top: 8px;
font-size: 18pt;
margin-bottom: 0px;
margin-left: 64px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-message #pun-main h1 {
margin-top: 13px;
margin-bottom: 0px;
font-size: 22pt;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-searchtopics #pun-main h1 {
margin-top: 13px;
margin-bottom: 8px;
font-size: 22pt;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-searchposts #pun-main h1 {
margin-top: 13px;
margin-bottom: 8px;
font-size: 22pt;
margin-left: 62px;
text-shadow: 1px 1px 0px rgba(228, 222, 213, 0.34), 1px 1px 28px rgba(0, 0, 0, 0.68)!important;
}

#pun-message #pun-main .info .container {
padding-bottom: 72px;
margin-left: 20px;
}

#pun-respect #pun-main .section {
margin-bottom: 28px;
}

#pun-online #pun-main .container {
padding-bottom: 46px;
}

#pun-messages #pun-main .container {
margin-top: 28px;
}

#pun-search #pun-main .container {
margin-top: 18px;
}


/* 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;
  }

/*A3.12*/
.resizable-textarea {
 font-size: 95%;
 font-family: Trebuchet Ms;
 }

/* 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;
display: none;
visibility: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 0px auto;
  width: 933px;
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
}

/* A5.2 */
.punbb {
  float: left;
  width: 978px;
  height: auto;
  margin-left: -18px;
position: relative;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 0px;
  width: 850px;
  text-align: center;
  float: none;
  background: #1c1815 url(http://savepic.org/6888607.jpg) repeat top left;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  border-bottom: 0px dashed #4e4d45 !important;
padding-bottom: 4px;
  }

/* 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 none solid none;
  border-width: 0px 0px 2px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-debug h2, #pun-viewtopic h1 {
background: url("http://savepic.org/6912531.png") center top no-repeat;
padding: 26px 1em 0px;
border-style: none solid solid none;
border-width: 0 1px 3px 0;
  }

#pun-stats h2, #pun-viewforum h1, .punbb .main #post-form h2 {
background: url("http://savepic.org/6899226.png") center top no-repeat;
padding: 26px 1em 0px;
  border-style: none solid solid none;
  border-width: 0 1px 3px 0;
letter-spacing: -1px;
  }

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
overflow: visible!important;
  }

/* B1.2 */
.punbb .post-sig dt {
  margin: 0 0;
  }

/* Оформление подписи */
    .punbb .post-sig dd {
               opacity: 0.8;
    }

/* 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-bottom;
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* убрать тень картинок */
#p40 .post-content img.postimg, #p25 .post-content img.postimg, #p769 .post-content img.postimg, #p865 .post-content img.postimg {
box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0), 0px 0px 4px 0px rgba(0, 0, 0, 0)!important;
}

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 102%;
/* overflow: visible!important; */
margin-top: -6px;
margin-bottom: -18px;
margin-left: -8px;
margin-right: -6px!important;
  }

/* 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 0.9em 1.3em 1.6em;
padding: 0em;
  }

/* 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;
  margin-top: -5px;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 0px;
  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;
  width: 100%;
  font-size: 1.1em;
  height: 28px;
  }

/* B3.2 */
.multipage {
/*  margin-top: 1em; */
  }

/* B3.3 */
.linkst .pagelink {
position: absolute;
top: 0.5em;
left: 1.3em;
width: 24em;
color: rgba(20, 18, 18, 0.48);
}

#pun-userlist #pun-main .linkst .pagelink {
left: 64px!important;
}

/* B3.4 */
.linkst .postlink {
position: absolute;
top: 0.5em;
right: 1.3em;
width: 18em;
text-align: right;
font-weight: bold;
color: rgba(54, 54, 54, 0.78);
}

/* 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;
color: rgba(20, 18, 18, 0.48);
  }

/* 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 2px 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0.6em 0.6em 0 0;
  cursor: pointer !important;
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 0px;
  padding: 0 18px 0 18px;
  margin: -25px 0 1em 0;
  }

#pun-viewtopic fieldset {
  margin: -25px 0 -28px 0;
  }

/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0px 0px -5px 11px;
font-size: 1.5em;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 0px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  }

span.input a {
margin-left: 23px;
}

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0em 0;
margin-left: -15px;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
margin-top: 3px;
margin-bottom: 8px;
  }



/* 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 {
  overflow: visible;
  text-align: left;
  width: 50%;
  }

#pun-index .tcl {
  overflow: visible;
  text-align: left;
  width: 98%!important;
  }

#pun-online #pun-main .tcl {
  overflow: visible;
  text-align: left;
  width: 8%!important;
  }

#pun-userlist #pun-main .tcl {
  overflow: visible;
  text-align: left;
  width: 8%!important;
  }

#pun-searchtopics #pun-main .tcl {
width: 35%;
}

#pun-searchtopics #pun-main .tcl a {
font-size: 14px;
}

#pun-searchtopics #pun-main .tc2 {
width: 15%;
padding: 0px 0px 0px 0px;
text-align: center;
}

#pun-searchtopics #pun-main .tcr {
width: 18%;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

#pun-index #pun-main .tc2, .tc3, .tcmod {
  text-align: center;
  width: 4%!important;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: center;
  width: 30%;
  }

/* 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: 5%;
  }

/* 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.5em!important;
  font-weight: bold;
  }

.punbb .main .tcl a {
/* font: small-caps 700 11pt/0px "Book Antiqua"; */
font-family: 'Book Antiqua';
font-variant: small-caps;
font-weight: 700;
}

#pun-viewforum .tcl a {
font: small-caps 700 11pt/0px "Book Antiqua";
/* font-family: 'Book Antiqua'; */
/* ont-variant: small-caps; */
/* font-weight: 700; */
}

/* 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: 8px 0 0 1px;
padding: 0.4em 0em 0.4em 0.5em;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 2em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
/* margin-right: 15px; */
}

.punbb td div.tclcon {
margin-left: 38px;
/* padding-top: 5px; */
}


/* C2.15 */
.punbb div.icon {
float: left;
display: block;
margin: -12px 8px 2px 3px;
}

#pun-index #pun-main .icon {
margin-top: 0px;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -2px;
  padding-bottom: 1px;
  margin-right: 5px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
font-weight: normal;
/* margin-top: 14px; */
margin-right: 5px;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 236px;
  margin-top: 0px;
  margin-left: 3px!important;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  line-height: 140%;
  text-align: center;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;
  }

.pa-author a:hover {
color: #BDB3A0!important;
-webkit-transition: color 0.8s ease;
-khtml-transition: color 0.8s ease;
-moz-transition: color 0.8s ease;
-o-transition: color 0.8s ease;
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  margin-top: 20px;
color: rgba(94, 88, 81, 0.93) !important;
  }


li.pa-online {
line-height: 50px;
border-left-style: solid;
border-left-width: 0.7em;
padding-left: 0.4em;
margin-top: -18px;
margin-left: -8px;
color: rgba(3, 3, 3, 0.47);
  }

/* C3.11 */
.punbb .post-body {
margin-left: 230px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 0.6em 1em 1em 1em;
  }

/*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;
  }

/* 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;
  }

/* 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: 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.2em;
/* padding-top: 0.3em!important; */
padding-left: 0.4em;
padding-right: 0.4em;
font-weight: bold;
font-family: "Georgia", "Times New Roman", "Times", serif;
/* text-transform: uppercase; */
line-height: 16px!important;
  }

#profilenav li a:link, #profilenav li a:visited {
color: rgb(104, 97, 89);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.78), 1px 1px 4px rgba(0, 0, 0, 0.28)!important;
}

#profilenav li a:hover { 
/* color: #000000; */
}

/* 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;
  }

#pun-messages h2 {
margin: 0 2px -2.4em 14px;
height: 48px;
}

/* 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 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-style: none none none none;
  border-width: 0px 0px 0 0px;
height: 346px !important;
  }

/* D1.2 */
#pun-title h1 {
  display : none;
  height : 0px;
  padding: 0px;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
height: 150px;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title table {
	border: none;
	height: 368px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
    border: none;
    width: 100%;
}

#pun-title table tbody tr .title-logo-tdr {
    border: 0 solid #EFEFEF;
    left: 440px;
    position: relative;  
}

/* 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
-------------------------------------------------------------*/

/* D.3 */
#pun-navlinks li
{  position:absolute;
}

#pun-navlinks #navindex {
margin-top: 8px;
margin-left: -544px;
}

#pun-navlinks #navuserlist {
margin-top: 8px;
margin-left: -583px;
}

#pun-navlinks #navsearch {
margin-top: 8px;
margin-left: -613px;
}

#pun-navlinks #navprofile {
margin-top: 8px;
margin-left: -160px;
}

#pun-navlinks #navpm {
margin-top: 8px;
margin-left: 314px;  
}

#pun-navlinks #navlogout {
margin-top: 8px;
margin-left: -258px;
}

#pun-navlinks #navlogin {
margin-top: 8px;
margin-left: -186px;
}

#pun-navlinks #navregister {
margin-top: 8px;
margin-left: -157px;
}

#pun-navlinks #navadmin {
margin-top: 78px;
margin-left: -1153px;  
}

#pun-navlinks #navpiar {
margin-top: 9px;
margin-left: -202px;
cursor: pointer;
}

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
position:relative;
  }

#pun-navlinks {
left: 37px;
margin-top: 0px;
}

/* D3.2 */
#pun-navlinks .container {
text-align: center;
padding-top: 0px!important;
height: 38px;
z-index: 2;
top: -345px;
left: 25px;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 0.3em;
  }

/* D3.4 */
#pun-navlinks li a {
position: absolute;
}

#pun-navlinks li a:hover, #pun-navlinks li a:focus, #pun-navlinks li a:active {
}

#navawards a {
display: none;
}

#navadmin a { 
color: #C19B66 !important;
background-image: none !important;
left: 650px;
top: -40px;
text-indent: 0px !important;
height: 0px !important;
}

#navindex a{
background-position: 0px 0px;
left: 0px;
}

#navindex a:hover, #navindex a:focus, #navindex a:active{
background-position: 0px -38px;
}


#navuserlist a{
left: 129px;
background-position: -129px 0px;
}

#navuserlist a:hover, #navuserlist a:focus, #navuserlist a:active{
background-position: -129px -38px;
}


#navsearch a {
left: 258px;
background-position: -258px 0px;
}

#navsearch a:hover, #navsearch a:focus, #navsearch a:active{
background-position: -258px -38px;
}

#navprofile a, #navregister  a {
left: 387px;
background-position: -387px 0px;
}

#navprofile a:hover, #navprofile a:focus, #navprofile a:active, #navregister  a:hover, #navregister  a:focus, #navregister  a:active {
background-position: -387px -38px;
}


#navlogin a {
left: 516px;
background-position: -516px 0px ;
}

#navpm a:hover, #navpm a:focus, #navpm a:active, #navlogin a:hover, #navlogin a:focus, #navlogin a:active{
background-position: -516px -38px;
}

#navlogout a, #navpiar a {
left: 645px;
background-position: -645px 0px ;
}

#navlogout a:hover, #navlogout a:focus, #navlogout a:active, #navpiar a:hover, #navpiar a:focus, #navpiar a:active{
background-position: -645px -38px;
}







/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  padding: 0 2px 0 0.2px;
position: absolute;
z-index: 2;
  }

/* D4.2 */
#pun-ulinks .container {
border-top: none;
padding: 0px 0em 37px;
text-align: center;
margin-top: -106px!important;
margin-left: 100px!important;
width: 315px!important;
height: 0px!important;
font-size: 94% !important;
padding-top: 20px;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: solid;
border-left-width: 6px;
white-space: nowrap;
line-height: 1.4;
  }

#pun-ulinks li:nth-child(6) > a { 
position: absolute!important;
margin-left: 588px;
margin-top: 18px;
/* display: none !important; */
/* font-size: 0; */
/* height: 21px; */
/* top: 218px; */
/* width:116px; */
}

/* D4.4 */
#pun-ulinks li a {
padding: 0 2px 0 2px;
color: #726C69;
text-shadow: 1px 1px 2px black, 0 0 1em black, 1px 1px 2px black;
  }

#pun-ulinks li a:hover, #pun-ulinks li a:focus, #pun-ulinks li a:active {
color: #a6916f;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 3px;
position: relative;
z-index: 2;
  }

/* D5.2 */
#pun-status .container {
padding: 0px 12.2em 0px;
margin-left: 5px;
margin-top: -7px;
color: #271F18;
}

#pun-status  a {
color: #645E51;
font-weight: 700;
  }

#pun-status  a:hover, #pun-status  a:focus, #pun-status  a:active {
color: #A6916F;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  margin-left: 68px;
  width: 838px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 12px 1em 2px;
  font-size: 1.1em;
position: relative;
z-index: 2;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 0;
  height: 0;
  margin: -0px 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 0px 0;
  position: relative;
  font-weight: bold;
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0em 0em 0em 0em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0em 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: 0.3em;
  border-top-style: solid;
  border-top-width: 0px;
  float: left;
  /* text-align: right; */
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
padding: 0.4em 0 1em 0;
float: left;
  }

/* 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: 1.8em 2em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: visible!important;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 1.8em 60px;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 0px 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;
  }


#font-area, #size-area, #color-area, #smilies-area, #imageup-area, #keyboard-area, #video-area {
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
background-color:rgba(78, 78, 78, 0.188);
box-shadow: inset 3px 3px 15px rgba(78, 78, 73, 0.688);
border:1px solid #9c9c9c;
color: #555555;
position: absolute;
right: 1%;
top: 43px;
}

#tieser-bottom.container {
width: 790px;
}

#title-logo-tdl.title-logo-tdl .title-logo span {
color: transparent;
}


/***** Sub-Forums *****/

.subculleus div {
display: table-cell;
vertical-align: middle;
}

.subculleus .nomen {
width: 150px;
 padding-right: 25px;
 text-align: center;
}

.subculleus .iconum {
  height: 8px; width: 8px !important;
  border: 1px solid rgba(123, 101, 78, 0.6); border-radius: 4px;
  transform: rotate(45deg); -webkit-transform: rotate(45deg);
  box-sizing: border-box; -moz-box-sizing: border-box;
  display: block; float: left; margin-top: 5px; background: #d2b46d;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.3), inset 0px 0px 3px rgba(0,0,0,0.1);
}

.subculleus.novus .iconum {
background: #00fc16;
 box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 1px 2px #00d200;
}

.culleus {
padding-top: 9px;
}

*:focus {
outline: none;
}



#pun-live-rusff {
z-index: 98;width: 440px;
 height: 19px;
 margin: auto 19px 0 auto !important;
  background: transparent;
 text-align: right;
line-height: 17px;
position: relative;
}

#pun-about p.container {
margin-top: 42px!important;
}


div.postimg {
margin: 10px!important;
}

a {
  color:#F7F7F7;
}

a:hover {
  color:#00FFFF;
}


/*Стикер */
#pun-navlinks {
left: 9px!important;
}

div#defwrap {
margin-left: 10px!important;
margin-top: -38px;
}

textarea#Sticker {
min-width: 458px!important;
min-height: 210px;
}

.spanWrap1 {
padding-right: 3px!important;
min-height: 268px!important;
}







#pun-index .category
{
	display: inline-block;
	width: 978px;
	margin-top: 0px;
}

#pun-index .category TR {
width: 488px;
display: inline-block;
/* margin: 5px; */
/* background-color: #D3C4AA; */
/* border-radius: 10px; */
/* -webkit-border-radius: 10px; */
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}


#pun-index .main TD {
display: inline-table;
width: auto;
/* text-align: center; */
}


#pun-index .main .tc2, #pun-index .main .tc3, #pun-index .main .tcmod
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
display: none;
}
#pun-index .main .tc2
{
	background: url(http://magicbritain.f-rpg.ru/files/0014/82/ad/56041.png) center no-repeat rgba(137, 125, 148, 0.513);
	margin-left: 5px;
	padding-left: 90px;
	width: 113px;
}
#pun-index .main .tc3
{
	background: url(http://magicbritain.f-rpg.ru/files/0014/82/ad/57607.png) center no-repeat rgba(137, 125, 148, 0.513);
	padding-left: 95px;
	padding-right: 0px;
	width: 115px;
}

#pun-index .main .tcl {
/* width: 416px; */
/* margin-left: 5px; */
/* color: #3F334A; */
/* font-family: 'Lobster'; */
/* font-size: 14px; */
}


#pun-index .main .tcr {
width: 368px;
text-align: center;
border-top: 1px outset rgba(2, 2, 2, 0.28);
/* background-image: url(http://magicbritain.f-rpg.ru/files/0014/82/ad/55992.png); */
-moz-border-radius-bottomright: 10px;
/* -webkit-border-bottom-right-radius: 10px; */
/* border-bottom-right-radius: 10px; */
-moz-border-radius-bottomleft: 10px;
/* -webkit-border-bottom-left-radius: 10px; */
/* border-bottom-left-radius: 10px; */
margin-left: 77px;
/* margin-right: 88px!important; */
}