/***************************************
A - SETUP
***************************************/

/* A1 Import the colour scheme
------------------------------------------------------*/
/* A1.1 */
  @import url(style_cs.1622235653.css);



/* A2 Deal with browser defaults and wonkiness
------------------------------------------------------*/

#font-area {height: 300px;
    overflow: auto;}

.move_posts_form .modal-inner>.container {
    padding: 0!important;
    background-color: #aa9579;
}

#main-reply {width: 100%;
    height: 200px;}

.topic .post {
    background: url(http://forumstatic.ru/files/0019/ea/05/68949.png) top center no-repeat, url(http://forumstatic.ru/files/0019/ea/05/60562.png) bottom center no-repeat, url(http://forumstatic.ru/files/0019/ea/05/46486.jpg) top center repeat-y #9c9583;
    min-height: 200px;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
    /* margin: 0 -11px; */
    padding-top: 5px;
    margin-bottom: -5px;
    width: 914px;
}

.permalink {
font-size:11px;
}

.topic {
    background: url(http://forumstatic.ru/files/0019/ea/05/90654.png) center bottom no-repeat;
    padding-bottom: 87px;
    margin-left: -3px;
    margin-right: -3px;
    width: 914px;
    position: relative;
    left: -18px;
    margin-bottom: -1px!important;
}


/* A2.1 */


body, html {
background: url(http://forumstatic.ru/files/0019/ea/05/50124.png) repeat-x 50% 0% ,
                #0f0909 url(http://forumstatic.ru/files/0019/ea/05/98576.jpg) repeat-y 50% 0 ; 
  }

#footer {      
    max-width: 960px!important;
    height: 201px;
/*    background: #200B0B url(http://forumstatic.ru/files/0019/ea/05/55204.jpg) top center no-repeat; */
    overflow: visible;
}

#pun-admain .adcontainer th,
#pun-admain .adcontainer td,
.adcontainer, .adformal {
  border: none!important;
  background-color: transparent!important;
  }

#profile-right {
  text-align: left!important;
  }

#pun-live-rusff, .pl-share, #pun td .modlist {
  display: none!important;
  }

.lastedit {
  display: none;
  }

#post-preview {
  width: 97%;
  margin: 0px 4px 10px;
  padding: 0!important;
  }

#form-buttons {
  width: 100%;
  margin: 15px auto 0;
  }

#pun-admain .adinput {
  padding-top:5px!important;
  }

#pun-admain fieldset .adfs-box {
  border: 1px solid #ababab;
  padding: 10px!important;
  }

#pun-admain fieldset p {
  border-top: none!important;
  border-left-width: 190px!important;
  border-left-color: transparent!important;
  border-bottom: none!important;
  border-right: none!important;
  background-color: transparent!important;
  }

.punbb input {
  padding: 4px;
  }

.punbb input[type='radio'] {
  background:none!important;
  }

#pun-status span.item1 {
  margin: 5px 0px;
  display: block;
  }

#pun-status span.item2 {
  margin: 5px 0px;
  display: inline;
  }

#pun-main div.catleft, #pun-main div.catright,
.punbb .divider {
  display: none;
  }

.offline li.pa-online {
  font-weight: normal;
  text-align: center;
  }

#pun-admain fieldset {
  background-color: transparent!important;
  padding: 0!important;
  border: none!important;
  }

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none;
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
  margin: 0 0.3em;
  }

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
------------------------------------------------------*/
/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif; 

  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  }

.punbb h3, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

.punbb h1 {
  width: 90%;
  color: #250804!important;
  }

/* A3.5 */
.punbb h1 span {
    font-size: 20px;
    color: #d2a087!important;
    position: relative;
    top: 22px;
    text-shadow: 1px 1px #370908;
    font-family: Philosopher;
    text-transform: uppercase;
    opacity: 0.9;
  }

.punbb h1 span a {font-weight:normal!important;
    position: relative;
    left: -15px; }

.punbb h2 span, .punbb legend span {
    font-size: 14px;
    position: relative;
    font-family: Philosopher;
  }

/* 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;
  display: inline!important;
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.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-top: -8px!important;
  margin-bottom: -8px!important;
  margin: 0 auto;
  width: 968px;
  background-image: url('http://forumstatic.ru/files/0019/ea/05/10772.jpg');
  background-position: center;
  background-color: transparent;
  }

/* A5.2 */
.punbb {
  width: 880px;
  margin: 0 auto;
  height: auto;
  }

/* A5.3 */
#pun-redirect {
  background-image: url(http://forumstatic.ru/files/0018/aa/28/11026.png);
  background-position: center;
  }

#pun-redirect, #pun-maint {
  margin-top: 50px;
  padding-bottom: 11px;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
    margin-right: 20px;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, .punbb .container {
  border:none;
  }

/* A5.9 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    padding: 7px 0px;
    margin: 7px 0px;
  }


/***************************************
B - MAIN CONTENT - GENERAL
***************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 92%;
    padding-left: 15px;
    padding-bottom: 30px;
  }

/* B1.2 */
.punbb .post-sig {
  margin-top: 5px;
  }

.punbb .post-sig p {
  font: normal 10px/15px Verdana;
  }

.punbb .post-sig dt {
    display: block;
    border-top: none;
    background: url(http://i.imgur.com/wLKHQvj.png) repeat-x;
    height: 6px;
    width: 65%;
    margin: 6px 0 6px 115px;
  }

/* B1.3 */
.punbb .post-content p {
  line-height: 150%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: justify;
  }

.punbb .post-content table  {
  text-align: justify;
  }

/* 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%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  min-height: 4em!important;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    width: 93%;
    margin: 15px auto;
    padding: 10px;
    border: 1px dotted #f0f0f026;
    outline: 1px solid #a58a7e63;
    box-shadow: 0px 0px 3px 4px #84745f6b;
    background-color: #bfb0a159;
    text-align: justify;
    border-radius: 3px;
  }

.punbb .post-content .code-box {
  overflow: auto;
  max-width: 90%!important;
  margin-bottom: 0!important;
  max-height:100px;
  }

.punbb .post-content .quote-box p, .punbb .post-content .spoiler-box p {
  line-height: 150%;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
    display: block;
    font-style: normal;
    font-weight: normal!important;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #7c7870;
    border-bottom: 1px #33333361 dotted;
    font-size: 12px!important;
    font-family: Play;
    text-transform: uppercase;
  }

.punbb .post-content .spoiler-box blockquote.visible {
  border-top: 1px dashed #78706a;
  margin-top: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.punbb .post-content table { 
  border-collapse: separate; 
  border-spacing: 3px 3px!important;
  }

.punbb .post-content td {
  border: 1px solid transparent!important;
  padding-top: 5px!important;
  vertical-align: top;
  }

.punbb .post-content td p {
  text-align: justify;
  }

/* B2 Information boxes
------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border:none;
  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 - Linkst */
.punbb .linkst {
  margin-top:10px;
  margin-bottom:30px!important;
  padding: 0.4em 1em;
  font-size: 1.1em;
  color: #333333;
  }

.linkst .pagelink {
    display: inline;
    float: left;
    text-align: left;
    /*    width: 882px;
    height: 25px;
    background-image: url(http://forumstatic.ru/files/0019/a2/29/50621.png);
 position: relative; 
    margin-left: -24px;
    padding-left: 25px;
    padding-top: 10px;
    color: #9e9785; */
  }

.linkst .postlink {
    display: inline;
    float: right;
    text-align: right;
    font-weight: bold;
  }

/* B3.3 - Linksb */
.punbb .linksb {
  margin-top:10px;
  margin-bottom:10px;
  padding: 0.4em 1em;
  font-size: 1.1em;
  color: #333333;
  }

.linksb .pagelink {
  display: inline;
  float: left;
  text-align: left;
  }

.linksb .postlink {
  display: inline;
  float: right;
  text-align: right;
  font-weight: bold;
  }

/* B3.3 - Multipage and Subscribe */
.multipage {
  margin-top: 0;
  }


/***************************************
C - MAIN CONTENT - SPECIFIC
***************************************/
/* C1 Form layout
------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 22px;
  margin: 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.4em 0 2px;
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  width: 97%;
  margin: 0 -5px;
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  display: none;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
    padding: 0;
    max-width: 840px!important;
    margin-top: 5px;
    margin-left: 30px;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding-top: 7px;
  padding-bottom: 7px;
  }

/* 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 {
    width: 98%;
    margin: 7px 0 0 0;
    border: 1px #afa59e solid;
    box-shadow: inset 0px 0px 15px #605746;
    padding: 10px;
  }

/* 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 page */
.punbb .main th {
  visibility:hidden;
  border: none;
  font-size:0.8em;
  padding: 0.4em 1em 0.4em 1em;
  }

.punbb .main td {
  border:none;
  padding: 0.3em 1em;
  }

.punbb .main .tcl {
    border: none;
    overflow: hidden;
    text-align: left;
    font-size: 11px;
    line-height: 1.0;
    color: #605956;
    width: 60%;
  }

.punbb .main .tc2, .punbb .main .tc3 {
  text-align: center;
  width: 5%;
  }

.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.1.1 - Icons */
.punbb tbody.hasicon td.tcl {
  padding-left: 8px;
  vertical-align: middle!important;
  }

.punbb div.icon {
    position: relative;
    left: 20px;
    float: left;
    margin-left: 5px;
    border: none;
    margin-top: 9px;
    height: 50px;
    width: 50px;
    padding-left: 30px;
  }

/* C2.2 - User List */
#pun-userlist .main .tcl, 
#pun-modviewforum .main .tcl {
  text-align: left;
  width: 34%;
  }

#pun-userlist .main .tc2 {
  text-align: left;
  width: 22%;
  }

#pun-userlist .main .tc3 {
  text-align: center;
  width: 11%;
  }

/* C2.3 - Search topics */
#pun-searchtopics .main .tcl {
  text-align: left;
  width: 60%;
  font-size: 12px!important;
  }

#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-searchtopics .main .tc3 {
  text-align: center;
  width: 10%;
  }

/* C2.4 - Debug?*/
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.5 */
#pun-index .tcl h3 {
    font-size: 1.2em;
    font-weight: normal;
    background-image: url(http://forumstatic.ru/files/0019/ea/05/80096.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 5px;
  }

/* C2.6 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.7 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }


/* C3 Topics
------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border:none;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border:none; 
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border:none;
  }

/* 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: 206px;
    margin-top: 10px;
    margin-left: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 12px #000;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 0em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
    font-size: 16px;
    text-align: center;
    position: relative;
    left: 4px;
    margin-bottom: 3px;
    font-family: Philosopher;
    background-image: url(http://forumstatic.ru/files/0019/a2/29/60419.png);
    width: 180px;
    height: 25px;
    background-repeat: no-repeat;
    vertical-align: center;
    background-position: bottom center;
    margin-left:-4px;
  }

/* C3.8 */
.pa-author a {
    text-decoration: none;
    color: #90431d!important;
    position: relative;
    top: 4px;
    left: 7px;
    font-weight: bold!important;
  }

.pa-author a:hover {
   color: #ffffff!important; }

/* C3.9 */
li.pa-avatar {
  }

li.pa-avatar img {
  text-align: center;
max-height: 180px!important;
max-width: 180px!important;
 position:relative; left: 0px;
}

/* C3.10 */
li.pa-title {
    font-size: 10px;
    font-family: Tahoma;
    font-weight: normal;
    text-align: center;
    color: #9a9381;
    position: relative;
    top: 0px;
    margin-top: -4px;
    margin-left: 7px;
    padding-bottom: 3px;
    max-width: 180px;
    text-transform: lowercase;
  }

/* C3.11 PROFILE FIELDS*/

.pa-fld1 {
     margin-top: -32px;
    margin-left: 0px;
    position: relative;
    top: 0px!important;
    min-height: 0px!important;
    margin-bottom: 0px!important;
}

.pa-fld3 
{
    line-height: 1.1;
    width: 190px;
    margin-top: -5px;
    margin-left: 4px;
    background-image: url(http://forumstatic.ru/files/0019/a2/29/60419.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 8px!important;
    font-size: 11px;
    font-family: Play;
}

.pa-fld2 {
    text-align: center;
    margin-left: 10px;
    margin-top: -12px;
    padding-bottom: 8px!important;
    color: #90431d!important;
    font-family: Philosopher;
    font-size: 12px;
    background-image: url(http://forumstatic.ru/files/0019/a2/29/60419.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 186px;
}

.pa-fld2 a {
    color: #90431d!important;
    font-weight: bold!important;
}

.pa-fld2 a:hover {
    color: #c1a77e!important;
}

.pa-fld11 {
    position: relative;
    text-align: center;
    margin-left: 10px!important;
    font-size: 16px;
    font-family: Philosopher;
    margin-top: 10px!important;
    width: 180px;
    color: #90431d;
}

li.pa-online {
    line-height: 0.8em;
    border: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 5px;
}


li.pa-awards {
    text-align: center;
    margin-top: -20px;
    margin-bottom: -5px;
    position: relative;
    top: 0px;
    left: 0x;
  }

li.pa-ip {
    position: relative;
    left: 0px;
    top: 0px;
padding: 5px;
}

.pa-respect {
    width: 60px;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    margin-left: 0!important;
    position: relative;
    top: 0px;
}

.pa-fld5 {
    width: 45px;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    margin-left: 0!important;
    position: relative;
    top: 0px;
}

.pa-posts {
    width: 64px;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    margin-left: 0px!important;
    margin-top: 0px!important;
}

li.pa-respect, .pa-fld5 , li.pa-posts {
    display: inline-block;
    padding-right: 5px;
}

/* C3.12 */
.punbb .post-body {
  margin-left: 19em;
  border:none;
  padding: 0 0 1px 0;
  }

/* C3.13 */
.punbb .post-box {
  padding: 1em;
  margin-left: -10px;
      padding: 30px;
  }

/*C3.14 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.15 */
.punbb .post-links {
  border: none;
  }

/* C3.16 */
.punbb .post-links ul {
  margin: 0 auto;
  height: 2em;
  line-height: 2em;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 29px!important;
  }

/* C3.17 */
.punbb .post-links li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  }

/* C3.18 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.19 */
.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: -18.3em;
    display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border:none;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border:none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 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 */
  }

#profile .fs-box p {
  margin: 5px 0;
  }


/* C7 User list
------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border: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
------------------------------------------------------*/
/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
  }

/* D1.2 */
#pun-title h1 {
  display: block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border:none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  display: none!important;
  }

#pun-title table {
  border: none;
  height: 262px!important;
  width: 1050px!important;
  background-image: url(http://forumstatic.ru/files/0019/ea/05/74418.jpg);
  background-color: transparent!important;
  background-position: 50% 50%;  
  background-repeat: no-repeat;
  position: relative; left:-80px;
  }

#pun-title td.title-logo-tdl {
  border: none;
  width:1px!important;
  }

#pun-title td.title-logo-tdr {
  text-align: left;
  vertical-align: top;
  }


/* D2 Page navigation
------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }


/* D3 Forum navigation
------------------------------------------------------*/
/* D3.1 */
div#pun-navlinks {
    margin-top: 0px;
    margin-left: -16px;
    width: 912px;
    height: 30px;
    position: relative;
    top: -31px;
    text-align: center;
    background-repeat: repeat-x;
    text-transform: uppercase;
    font-family: Philosopher;
}

/* D3.2 */
#pun-navlinks, #pun-navlinks .container {
  border:none;
  }

#pun-navlinks .container {
  margin: 0 auto;
  font-size:12px;
  position: relative; top:-7px;
  }

/* D3.3 */
#pun-navlinks li {
  display: inline;
  vertical-align: middle;
  }

/* D3.4 */
#pun-navlinks #navawards {
  display: none!important;
  }

#pun-navlinks li#navindex a span, 
#pun-navlinks li#navuserlist a span, 
#pun-navlinks li#navsearch a span, 
#pun-navlinks li#navprofile a span, 
#pun-navlinks li#navpm a span, 
#pun-navlinks li#navadmin a span, 
#pun-navlinks li#navlogout a span, 
#pun-navlinks li#navregister a span, 
#pun-navlinks li#navlogin a span, 
#pun-navlinks li#navpiar a span, 
#pun-navlinks li#navread a span {
  background: no-repeat scroll 0 0 transparent;
  display: inline-block !important;
  font-size: 14;
  height: 20px;
  margin-bottom: 0px;
  margin-right: 15px;
  position: relative; top: 15px;
  z-index:9000000!important;
  }




/* D3.5 */


/* D4 User links
------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
width: 920px;
    height: 37px;
    margin-top: 72px;
    background-image: url(http://forumstatic.ru/files/0019/ea/05/22883.jpg);
    margin-left: -20px;
    position: relative;
    top: 41px;
  }

/* D4.2 */
#pun-ulinks .container {
  width: 900px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 7px;
  text-align: center;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  font-family: Philosopher;
  }

/* D4.4 */
#pun-ulinks li a {
/*  padding: 0 0.1em 0 0.5em; */
  }

/* D4.5 */
#pun-ulinks li.item1 a, 
#pun-ulinks li.item2 a,
#pun-ulinks li.item3 a,
#pun-ulinks li.item4 a,
#pun-ulinks li.item5 a,
#pun-ulinks li.item7 a,
#pun-ulinks li.item6 a {
  border: none; 
  display: inline-block!important;
  font-size: 11;
  height: 16px;
  margin-right: 15px;
  }


/* D5 Welcome box and Top Breadcrumbs
------------------------------------------------------*/
/* D5.1 */
#pun-status {
    border: none;
    margin-top: 35px;
    margin-bottom: px;
    width: 920px!important;
    height: 98px;
    background-image: url(http://forumstatic.ru/files/0019/ea/05/14009.jpg);
    position: relative;
    left: -20px;
    color: #694c3c!important;
}

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 2em;
  color: #694c3c;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
    overflow: hidden;
    margin-top: 40px;
    margin-left: -20px;
    position: relative;
    top: -40px;
    background-image: url(http://forumstatic.ru/files/0019/ea/05/13616.png);
 width: 920px;
    height: 22px;
}

#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: -20px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    border: none;
    padding: 0px 10px 10px 25px;
    font-size: 1em;
    margin-top: 5px;
    color: #7e6346;
  }

#pun-crumbs2 p.container {
  padding-left: 10px;
  padding-bottom:  20px;
  }

#pun-crumbs2 {
    position: relative;
    top: -10px;
}

/* 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;
    display: none!important;
    height: 0px!important;
    width: 0px!important;
}

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 2.8em 1em 1em 1em;
    text-align: justify;
    width: 0px!important;
    height: 0px!important;
/*    position: relative;
    top: -121px;
    left: -28px; */
  }

 div#pun-announcement {
    text-align: center;
    position: relative;
    top: -134px;
    left: -31px;
    margin-top: -54px;}

/* 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.4 */
#html-footer {
  width: 850px!important;
  height: 0px!important;
  margin-top: -11px!important;
  position: relative;
  top: 25px!important;
  }

#pun-about .section {
  border:none!important;
  }

/* D8.5 */
#pun-about p span {
    margin: 0;
    position: relative;
    top: 17px;
    font-size: 10px;
  }

/* D8.6 */
#pun-break4 {
  display:none;
  }

#pun-about {
    margin: 0 auto;
    width: 968px!important;
    height: 79px!important;
    margin-left: -44px;
    position: relative;
    top: 30px;
    text-align: center;
    font-family: Philosopher;
    background: url(http://forumstatic.ru/files/0019/ea/05/93631.png) center no-repeat;
}


/* 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;
  display: block;
  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;
  }

#pun-report .inner, #pun-reputation .inner {
  background-image: url('http://forumstatic.ru/files/0018/aa/28/11026.png');
  background-position: center;
  background-color: #e0e0e0;
 }

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
  background: url('http://forumstatic.ru/files/0018/aa/28/11026.png') 50%;
  background-color: #e0e0e0;
  border: none!important;
  box-shadow: 1px 1px 5px black;
}



.jFlowControl {
    width:26px!important;
    height:35px!important;
    display:inline-block;
    background-image:url('http://forumstatic.ru/files/0013/67/4d/91525.png');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

.jFlowSelected, .jFlowSelected:hover {
    background-image:url('http://forumstatic.ru/files/0013/67/4d/38746.png');
    background-repeat:no-repeat;
    background-position:center;
}

#imgNIK-SIG {
  margin-top: 14px!important;
}

.subscribelink {
  display: block;
  margin-top: 17px;
  text-align: right;
  font-size: 11px;
  }


/* Скрытие стрелочек на маленьких экранах */
@media screen and (max-width: 800px) {  a[href="#top"] {  display: none;  } }




#pun-main h1 {
padding: 7px 0px;
    margin: 7px 0px;
    font-size: 20px;
    color: black!important;
    width: 909px;
    height: 80px;
    background-image: url(http://forumstatic.ru/files/0019/ea/05/77748.png);
    margin-left: -15px;
    margin-top: -51px;
    background-repeat: no-repeat;
}

