/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1787011804.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 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 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.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 30px;
  position: relative;
  }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none 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-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-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 .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  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: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  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;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 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.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 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: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* 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: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/*************************************************************
 BAD ATMOSPHERE — DRAFT LAYOUT
 *************************************************************/
/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1787011804.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 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 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.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 30px;
  position: relative;
  }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none 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-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-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 .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  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: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  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;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 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.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 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: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* 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: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/*************************************************************
 BAD ATMOSPHERE — CLEAN LIGHT NYC SKIN
 *************************************************************/

:root {
  --ba-bg: #a7a49f;
  --ba-paper: rgba(232, 229, 223, .94);
  --ba-paper-solid: #e8e5df;
  --ba-paper-soft: #dedbd5;
  --ba-panel: #d2cfc9;
  --ba-panel-2: #c8c5bf;
  --ba-ink: #2c2b29;
  --ba-text: #3e3c39;
  --ba-soft: #66635e;
  --ba-muted: #85817b;
  --ba-line: #b8b4ae;
  --ba-line-soft: #cbc7c0;
  --ba-accent: #706d67;
  --ba-accent-dark: #343330;
  --ba-accent-light: #96928c;
  --ba-white: #f4f1ec;
  --ba-bg-image: url("https://forumstatic.ru/files/001c/c5/0d/84195.png");
}

/* =========================================================
   PAGE / BACKGROUND
   ========================================================= */

html,
body {
  min-height: 100% !important;
}

html {
  background: var(--ba-bg) !important;
}

body {
  margin: 0 !important;
  color: var(--ba-text) !important;
  background-color: var(--ba-bg) !important;
  background-image:
    linear-gradient(rgba(167, 164, 159, .08), rgba(167, 164, 159, .08)),
    var(--ba-bg-image) !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  font-size: 17px !important;
}

/* =========================================================
   GLOBAL TYPOGRAPHY
   ========================================================= */

.punbb {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  color: var(--ba-text) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.punbb p,
.punbb li,
.punbb dd,
.punbb dt {
  line-height: 1.62 !important;
}

.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.punbb a,
.punbb a:link,
.punbb a:visited {
  color: #5d5954 !important;
  text-decoration-color: rgba(93, 89, 84, .45) !important;
  text-underline-offset: 2px !important;
}

.punbb a:hover,
.punbb a:focus,
.punbb a:active {
  color: #1f1e1c !important;
  text-decoration-color: #1f1e1c !important;
}

/* =========================================================
   FORUM WRAPPER
   ========================================================= */

#pun {
  float: none !important;
  width: 82vw !important;
  max-width: 1560px !important;
  min-width: 0 !important;
  margin: 34px auto 64px auto !important;
  position: relative !important;

  background-color: var(--ba-paper) !important;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 149px,
      rgba(48, 47, 44, .018) 150px
    ) !important;

  border: 1px solid rgba(77, 74, 70, .28) !important;
  box-shadow:
    0 26px 70px rgba(39, 37, 34, .18),
    0 1px 2px rgba(39, 37, 34, .08) !important;

  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

/* =========================================================
   TITLE / MASTHEAD
   ========================================================= */

#pun-title {
  position: relative !important;
  min-height: 255px !important;
  margin: 0 !important;
  overflow: hidden !important;

  background:
    linear-gradient(
      180deg,
      rgba(235, 232, 226, .93) 0%,
      rgba(222, 219, 213, .91) 100%
    ) !important;

  border: 0 !important;
  border-bottom: 1px solid var(--ba-line) !important;
}

#pun-title:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;

  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 119px,
      rgba(48, 47, 44, .045) 120px
    ),
    linear-gradient(
      180deg,
      transparent 0,
      transparent calc(100% - 43px),
      rgba(48, 47, 44, .055) calc(100% - 42px),
      transparent calc(100% - 41px)
    ) !important;
}

#pun-title:after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 31px !important;
  width: 116px !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: var(--ba-ink) !important;
  opacity: .72 !important;
}

#pun-title .container {
  position: relative !important;
  min-height: 255px !important;
  height: 255px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#pun-title h1 {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  width: 100% !important;
  min-height: 255px !important;
  height: 255px !important;
  margin: 0 !important;
  padding: 0 28px 18px 28px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

#pun-title h1:before {
  content: "NEW YORK CITY / REAL LIFE FORUM" !important;
  display: block !important;
  margin: 0 0 14px 0 !important;
  color: var(--ba-soft) !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
}

#pun-title h1 span {
  color: var(--ba-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 58px !important;
  font-weight: normal !important;
  line-height: 1.04 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

#pun-title table {
  border: 0 !important;
  width: 100% !important;
  height: auto !important;
}

#pun-title td.title-logo-tdr {
  display: none !important;
}

#pun-title td.title-logo-tdl {
  width: 100% !important;
  border: 0 !important;
}

/* =========================================================
   MAIN NAVIGATION — LIGHT
   ========================================================= */

#pun-navlinks,
#pun-navlinks .container {
  margin: 0 !important;
  background: rgba(201, 198, 192, .97) !important;
  border: 0 !important;
}

#pun-navlinks {
  border-top: 1px solid #77736d !important;
  border-bottom: 1px solid #aaa69f !important;
}

#pun-navlinks .container {
  padding: 0 !important;
}

#pun-navlinks ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

#pun-navlinks li {
  display: block !important;
  padding: 0 !important;
}

#pun-navlinks li a {
  display: block !important;
  padding: 16px 18px !important;
  color: #3f3d39 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-left: 1px solid rgba(68, 66, 62, .08) !important;
  transition: background .18s ease, color .18s ease !important;
}

#pun-navlinks li a:hover,
#pun-navlinks li a:focus,
#pun-navlinks li a:active {
  color: #f0ede8 !important;
  background: var(--ba-accent-dark) !important;
}

/* =========================================================
   USER LINKS
   ========================================================= */

#pun-ulinks,
#pun-ulinks .container {
  margin-top: 0 !important;
}

#pun-ulinks .container {
  padding: 13px 20px !important;
  background: rgba(216, 213, 207, .96) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ba-line) !important;
}

#pun-ulinks ul {
  text-align: center !important;
}

#pun-ulinks li,
#pun-ulinks li a {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  line-height: 18px !important;
  color: #5f5b56 !important;
}

#pun-ulinks li {
  border-left-color: #aaa69f !important;
}

/* =========================================================
   STATUS / BREADCRUMBS
   ========================================================= */

#pun-status,
#pun-status .container {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

#pun-status .container {
  padding: 15px 22px !important;
  background: rgba(237, 234, 228, .92) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ba-line-soft) !important;
  color: #5f5c57 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 19px !important;
}

#pun-crumbs1,
#pun-crumbs2 {
  margin: 0 !important;
  font-weight: normal !important;
  overflow: hidden !important;
}

#pun-crumbs1 p.container,
#pun-crumbs2 .container {
  padding: 13px 22px !important;
  background: rgba(221, 217, 210, .93) !important;
  border: 0 !important;
  color: #65615d !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
}

#pun-break1,
#pun-break4 {
  display: none !important;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

#pun-main {
  padding: 28px 28px 34px 28px !important;
  box-sizing: border-box !important;
  background: rgba(232, 229, 223, .66) !important;
}

.punbb .section,
.punbb .main {
  margin-bottom: 24px !important;
}

.punbb .category,
.punbb .post {
  margin-top: 0 !important;
}

/* =========================================================
   CATEGORY
   ========================================================= */

#pun-index .category {
  margin: 0 0 34px 0 !important;
  border: 1px solid var(--ba-line) !important;
  background: rgba(232, 229, 223, .92) !important;
  box-shadow: 0 7px 18px rgba(45, 43, 40, .055) !important;
}

#pun-index .category h2 {
  position: relative !important;
  margin: 0 !important;
  padding: 21px 25px 19px 25px !important;

  background:
    linear-gradient(
      180deg,
      rgba(217, 214, 208, .98) 0%,
      rgba(207, 204, 198, .98) 100%
    ) !important;

  border: 0 !important;
  border-top: 2px solid var(--ba-ink) !important;
  border-bottom: 1px solid var(--ba-line) !important;

  color: var(--ba-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 27px !important;
  font-weight: normal !important;
  line-height: 34px !important;
  letter-spacing: .15px !important;
}

#pun-index .category h2:before {
  content: "BAD ATMOSPHERE / NEW YORK CITY" !important;
  display: block !important;
  margin: 0 0 5px 0 !important;
  color: #6e6a64 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 13px !important;
  letter-spacing: 3.2px !important;
  text-transform: uppercase !important;
}

#pun-index .category h2:after {
  content: "" !important;
  position: absolute !important;
  right: 25px !important;
  top: 50% !important;
  width: 72px !important;
  height: 1px !important;
  background: #77736d !important;
  opacity: .75 !important;
}

/* =========================================================
   FORUM TABLE
   ========================================================= */

.punbb .main .container {
  border-color: var(--ba-line) !important;
}

#pun-index .category .container {
  background: rgba(232, 229, 223, .96) !important;
  border: 0 !important;
}

.punbb .main table {
  table-layout: fixed !important;
  width: 100% !important;
  border-collapse: collapse !important;
}

.punbb .main th {
  padding: 10px 14px !important;
  background: #c9c6c0 !important;
  color: #5e5b56 !important;
  border-color: #afaBA5 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.punbb .main tbody tr {
  background: rgba(234, 231, 225, .98) !important;
}

.punbb .main tbody tr:nth-child(even) {
  background: rgba(225, 222, 216, .98) !important;
}

.punbb .main tbody tr:hover td {
  background: #d8d5cf !important;
}

.punbb .main td {
  padding: 22px 18px !important;
  color: var(--ba-text) !important;
  border-color: var(--ba-line) !important;
}

/* =========================================================
   FORUM CELL
   ========================================================= */

#pun-index .tcl {
  position: relative !important;
}

#pun-index .tcl:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  bottom: 14px !important;
  width: 2px !important;
  background: #6f6b65 !important;
  opacity: .72 !important;
}

#pun-index .tcl h3 {
  margin: 0 0 7px 0 !important;
  color: var(--ba-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 23px !important;
  font-weight: normal !important;
  line-height: 30px !important;
}

#pun-index .tcl h3 a,
#pun-index .tcl h3 a:visited {
  color: var(--ba-ink) !important;
  text-decoration: none !important;
}

#pun-index .tcl h3 a:hover {
  color: #000 !important;
}

.punbb .tcl p {
  margin-top: 4px !important;
  color: #5f5c57 !important;
  font-size: 15px !important;
  line-height: 22px !important;
}

.punbb .tc2,
.punbb .tc3 {
  color: #55524e !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  line-height: 23px !important;
}

.punbb .tcr {
  color: #57544f !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

/* =========================================================
   STATUS ICONS
   ========================================================= */

.punbb div.icon {
  width: 8px !important;
  height: 8px !important;
  margin-top: 5px !important;
  border: 1px solid #88847e !important;
  border-radius: 50% !important;
  background: #aaa7a1 !important;
}

.punbb table div.icon {
  margin-left: -2.1em !important;
}

.punbb div.inew {
  background: #3b3936 !important;
  border-color: #3b3936 !important;
  box-shadow: 0 0 0 3px rgba(59, 57, 54, .10) !important;
}

tr.iredirect div.icon {
  background: transparent !important;
  border-color: #c4c0ba !important;
}

/* =========================================================
   GENERIC MAIN HEADINGS
   ========================================================= */

.punbb .main h1,
.punbb .main h2,
#pun-debug h2 {
  background: #d3d0ca !important;
  color: var(--ba-ink) !important;
  border-color: var(--ba-line) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 31px !important;
}

/* =========================================================
   STATISTICS
   ========================================================= */

#pun-stats {
  margin: 38px 0 0 0 !important;
  border: 1px solid var(--ba-line) !important;
  background: rgba(232, 229, 223, .94) !important;
  box-shadow: 0 7px 18px rgba(45, 43, 40, .055) !important;
}

#pun-stats h2 {
  position: relative !important;
  margin: 0 !important;
  padding: 21px 25px 19px 25px !important;
  background: #d3d0ca !important;
  color: var(--ba-ink) !important;
  border: 0 !important;
  border-top: 2px solid var(--ba-ink) !important;
  border-bottom: 1px solid var(--ba-line) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 27px !important;
  font-weight: normal !important;
  line-height: 34px !important;
}

#pun-stats h2:before {
  content: "NYC / CITY RECORDS" !important;
  display: block !important;
  margin: 0 0 5px 0 !important;
  color: #6e6a64 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 13px !important;
  letter-spacing: 3.2px !important;
  text-transform: uppercase !important;
}

#pun-stats h2:after {
  content: "" !important;
  position: absolute !important;
  right: 25px !important;
  top: 50% !important;
  width: 72px !important;
  height: 1px !important;
  background: #77736d !important;
}

#pun-stats .container {
  padding: 20px 24px !important;
  background: rgba(232, 229, 223, .97) !important;
  color: #4b4945 !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

#pun-stats ul.container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px 24px !important;
}

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
  float: none !important;
  clear: none !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

#pun-stats li#onlinelist {
  grid-column: 1 / -1 !important;
  float: none !important;
  width: auto !important;
  margin-top: 8px !important;
  padding-top: 11px !important;
  border-top: 1px solid var(--ba-line) !important;
}

/* =========================================================
   POSTS
   ========================================================= */

.punbb .post {
  margin: 0 0 28px 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--ba-line) !important;
  background: rgba(232, 229, 223, .96) !important;
  box-shadow: 0 8px 20px rgba(45, 43, 40, .06) !important;
}

.punbb .post h3 {
  margin: 0 !important;
  background: #d1cec8 !important;
  color: #5e5a55 !important;
  border-color: var(--ba-line) !important;
}

.punbb .post h3 span {
  min-height: 19px !important;
  margin-left: 250px !important;
  padding: 10px 15px !important;
  background: #d1cec8 !important;
  color: #5e5a55 !important;
  border-color: var(--ba-line) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  line-height: 17px !important;
  letter-spacing: .35px !important;
}

.punbb .post .container {
  background: rgba(232, 229, 223, .98) !important;
  border-color: var(--ba-line) !important;
}

/* =========================================================
   POST AUTHOR
   ========================================================= */

.punbb .post .post-author {
  float: left !important;
  width: 250px !important;
  margin-top: -1.5em !important;
  overflow: hidden !important;
  background: #d9d6d0 !important;
  color: #5d5954 !important;
}

.punbb .post .post-author ul,
.punbb .post .post-author p {
  padding: 18px 15px !important;
  line-height: 1.5 !important;
}

.punbb .post-author .pa-author {
  margin-bottom: 10px !important;
  color: var(--ba-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 19px !important;
  font-weight: bold !important;
  line-height: 25px !important;
  text-align: center !important;
}

.punbb .post-author .pa-author a {
  color: var(--ba-ink) !important;
  text-decoration: none !important;
}

.punbb .post-author li {
  color: #5f5b56 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  line-height: 18px !important;
}

.punbb .pa-avatar {
  text-align: center !important;
}

.punbb .pa-avatar img {
  display: block !important;
  max-width: 180px !important;
  max-height: 300px !important;
  margin: 10px auto 14px auto !important;
  padding: 4px !important;
  background: #e8e5df !important;
  border: 1px solid #aaa69f !important;
  box-sizing: border-box !important;
}

/* =========================================================
   POST BODY
   ========================================================= */

.punbb .post-body {
  margin-left: 250px !important;
  padding: 0 0 1px 0 !important;
  background: rgba(238, 235, 229, .98) !important;
  color: var(--ba-text) !important;
  border-left: 1px solid var(--ba-line) !important;
}

.punbb .post-box {
  padding: 30px 34px 34px 34px !important;
}

.punbb .post-content {
  width: 100% !important;
  color: #34322f !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  line-height: 1.76 !important;
}

.punbb .post-content p {
  padding: 0 0 17px 0 !important;
  line-height: 1.76 !important;
}

/* =========================================================
   SIGNATURE
   ========================================================= */

.punbb .post-sig {
  margin-top: 23px !important;
  padding-top: 17px !important;
  color: #6b6761 !important;
  border-color: var(--ba-line) !important;
}

.punbb .post-sig dt {
  width: 90px !important;
  margin: 0 0 14px 0 !important;
  border-color: #9f9b95 !important;
}

/* =========================================================
   QUOTES / CODE
   ========================================================= */

.punbb .quote-box,
.punbb .code-box {
  background: #dcd9d3 !important;
  color: #4f4c48 !important;
  border-color: var(--ba-line) var(--ba-line) var(--ba-line) #68645f !important;
}

.punbb .post-content .quote-box,
.punbb .post-content .code-box {
  margin: 21px 0 !important;
  padding: 16px 18px !important;
  border-width: 1px 1px 1px 3px !important;
}

.punbb .quote-box cite,
.punbb .code-box strong.legend {
  padding: 0 0 9px 0 !important;
  color: #4e4b47 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}

/* =========================================================
   POST LINKS
   ========================================================= */

.punbb .post-links {
  margin-left: 250px !important;
  background: #d7d4ce !important;
  border-left: 1px solid var(--ba-line) !important;
}

.punbb .post-links ul {
  min-height: 37px !important;
  height: auto !important;
  margin-left: -250px !important;
  padding: 0 15px !important;
  line-height: 37px !important;
  background: transparent !important;
  border-top: 1px solid var(--ba-line) !important;
  text-align: right !important;
}

.punbb .post-links li {
  display: inline !important;
  padding-left: 12px !important;
}

.punbb .post-links a {
  color: #5d5954 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .55px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* =========================================================
   FORMS
   ========================================================= */

.punbb .formal .container,
.punbb .info .container,
.punbb .info-box,
.punbb .formal fieldset .post-box {
  background: rgba(232, 229, 223, .97) !important;
  color: var(--ba-text) !important;
  border-color: var(--ba-line) !important;
}

.punbb fieldset {
  border-color: var(--ba-line) !important;
}

.punbb legend span,
#viewprofile h2 span,
#profilenav h2 span {
  background: var(--ba-paper-solid) !important;
  color: var(--ba-ink) !important;
}

.punbb textarea,
.punbb input[type="text"],
.punbb input[type="password"],
.punbb input[type="email"],
.punbb select {
  box-sizing: border-box !important;
  padding: 10px 11px !important;
  background: #f0ede8 !important;
  color: #34322f !important;
  border: 1px solid #aaa69f !important;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.punbb textarea {
  padding: 15px 16px !important;
  line-height: 1.6 !important;
}

.punbb textarea:focus,
.punbb input:focus,
.punbb select:focus {
  border-color: #65615c !important;
  box-shadow: 0 0 0 2px rgba(67, 64, 60, .08) !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.punbb input[type="submit"],
.punbb input[type="button"],
.punbb button {
  padding: 10px 16px !important;
  background: #45433f !important;
  color: #f2efea !important;
  border: 1px solid #343330 !important;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background .18s ease, color .18s ease !important;
}

.punbb input[type="submit"]:hover,
.punbb input[type="button"]:hover,
.punbb button:hover {
  background: #242321 !important;
  color: #fff !important;
}

/* =========================================================
   PROFILE / USER LIST / MOD MENU
   ========================================================= */

#viewprofile ul,
#profilenav ul,
#viewprofile li,
#setmods dl,
#viewprofile li strong,
#viewprofile li div,
#setmods dd,
.usertable table {
  border-color: var(--ba-line) !important;
}

#viewprofile li,
#setmods dl {
  background: #d8d5cf !important;
  color: var(--ba-text) !important;
}

#viewprofile li strong,
#viewprofile li div,
#setmods dd {
  background: #ebe8e2 !important;
  color: var(--ba-text) !important;
}

.punbb .modmenu .container {
  background: #d2cfc9 !important;
  color: #514e4a !important;
}

/* =========================================================
   ANNOUNCEMENT
   ========================================================= */

#pun-announcement {
  border-color: var(--ba-line) !important;
}

#pun-announcement h2,
#pun-announcement h2 span {
  color: var(--ba-ink) !important;
  border-color: var(--ba-line) !important;
}

#pun-announcement .container {
  background: #e5e2dc !important;
  color: var(--ba-text) !important;
}

/* =========================================================
   PAGINATION
   ========================================================= */

#pun-pagelinks a:active,
#pun-pagelinks a:focus {
  background: #45433f !important;
  color: #fff !important;
}

/* =========================================================
   FOOTER
   ========================================================= */

#pun-qjump .container {
  background: transparent !important;
}

#pun-about {
  margin-top: 0 !important;
}

#pun-about .container {
  padding: 17px 20px !important;
  background: #cbc8c2 !important;
  color: #66625d !important;
  border-top: 1px solid #9d9993 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  line-height: 17px !important;
}

#pun-about a {
  color: #44413d !important;
}

/* =========================================================
   SCROLLBAR / SELECTION
   ========================================================= */

::selection {
  background: #55524e !important;
  color: #f5f2ed !important;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: #b5b1ab;
}

::-webkit-scrollbar-thumb {
  background: #77736d;
  border: 2px solid #b5b1ab;
}

::-webkit-scrollbar-thumb:hover {
  background: #4d4a46;
}

/* =========================================================
   LARGE DESKTOP — 1440+
   ========================================================= */

@media screen and (min-width: 1440px) {
  #pun {
    width: 82vw !important;
    max-width: 1560px !important;
    margin-top: 38px !important;
  }

  .punbb {
    font-size: 17px !important;
  }

  #pun-title,
  #pun-title .container,
  #pun-title h1 {
    min-height: 275px !important;
    height: 275px !important;
  }

  #pun-title h1 span {
    font-size: 66px !important;
  }

  #pun-title h1:before {
    font-size: 12px !important;
  }

  #pun-main {
    padding: 31px 32px 38px 32px !important;
  }

  #pun-index .category h2,
  #pun-stats h2 {
    font-size: 29px !important;
    line-height: 37px !important;
    padding: 23px 28px 21px 28px !important;
  }

  #pun-index .tcl h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .punbb .tcl p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .punbb .tcr {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .punbb .tc2,
  .punbb .tc3 {
    font-size: 16px !important;
  }

  .punbb .post-content {
    font-size: 18px !important;
  }

  #pun-status .container,
  #pun-crumbs1 p.container,
  #pun-crumbs2 .container {
    font-size: 13px !important;
  }

  #pun-ulinks li,
  #pun-ulinks li a {
    font-size: 12px !important;
  }

  #pun-navlinks li a {
    font-size: 12px !important;
    padding: 17px 20px !important;
  }
}

/* =========================================================
   27" / WIDE DESKTOP — 1800+
   ========================================================= */

@media screen and (min-width: 1800px) {
  body {
    font-size: 19px !important;
  }

  #pun {
    width: 80vw !important;
    max-width: 1620px !important;
    margin-top: 42px !important;
  }

  .punbb {
    font-size: 18px !important;
  }

  #pun-title,
  #pun-title .container,
  #pun-title h1 {
    min-height: 295px !important;
    height: 295px !important;
  }

  #pun-title h1 span {
    font-size: 74px !important;
  }

  #pun-title h1:before {
    font-size: 13px !important;
    letter-spacing: 7px !important;
  }

  #pun-index .category h2,
  #pun-stats h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  #pun-index .tcl h3 {
    font-size: 28px !important;
    line-height: 35px !important;
  }

  .punbb .tcl p {
    font-size: 17px !important;
    line-height: 25px !important;
  }

  .punbb .main th {
    font-size: 11px !important;
  }

  .punbb .main td {
    padding: 25px 20px !important;
  }

  .punbb .tcr {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .punbb .tc2,
  .punbb .tc3 {
    font-size: 17px !important;
  }

  .punbb .post-content {
    font-size: 19px !important;
    line-height: 1.78 !important;
  }

  .punbb .post-author .pa-author {
    font-size: 20px !important;
  }

  .punbb .post-author li {
    font-size: 12px !important;
  }

  #pun-stats .container,
  #pun-stats li.item1,
  #pun-stats li.item2,
  #pun-stats li.item3,
  #pun-stats li.item4 {
    font-size: 15px !important;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1000px) {
  body {
    background-attachment: scroll !important;
    background-size: auto 1000px !important;
  }

  #pun {
    width: 96vw !important;
    max-width: none !important;
    margin: 16px auto 34px auto !important;
  }

  .punbb {
    font-size: 15px !important;
  }

  #pun-title,
  #pun-title .container,
  #pun-title h1 {
    min-height: 190px !important;
    height: 190px !important;
  }

  #pun-title h1 span {
    font-size: 42px !important;
  }

  #pun-title h1:before {
    font-size: 9px !important;
    letter-spacing: 4px !important;
  }

  #pun-main {
    padding: 20px 14px 28px 14px !important;
  }

  #pun-index .category h2,
  #pun-stats h2 {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  #pun-index .tcl h3 {
    font-size: 20px !important;
  }

  .punbb .tcl p {
    font-size: 14px !important;
  }

  .punbb .post-box {
    padding: 25px 23px 28px 23px !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 650px) {
  html,
  body {
    min-width: 0 !important;
  }

  body {
    background-position: center top !important;
    background-size: auto 820px !important;
    background-attachment: scroll !important;
  }

  #pun {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .punbb {
    font-size: 14px !important;
  }

  #pun-title,
  #pun-title .container,
  #pun-title h1 {
    min-height: 150px !important;
    height: 150px !important;
  }

  #pun-title h1 {
    padding: 0 12px 14px 12px !important;
  }

  #pun-title h1 span {
    font-size: 27px !important;
    line-height: 33px !important;
    letter-spacing: .09em !important;
  }

  #pun-title h1:before {
    margin-bottom: 8px !important;
    font-size: 8px !important;
    letter-spacing: 2.5px !important;
  }

  #pun-title:after {
    bottom: 19px !important;
    width: 58px !important;
  }

  #pun-navlinks .container {
    overflow-x: auto !important;
  }

  #pun-navlinks ul {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    min-width: max-content !important;
  }

  #pun-navlinks li {
    flex: 0 0 auto !important;
  }

  #pun-navlinks li a {
    padding: 11px 9px !important;
    font-size: 9px !important;
    letter-spacing: .7px !important;
  }

  #pun-ulinks .container {
    overflow-x: auto !important;
    padding: 10px 8px !important;
  }

  #pun-ulinks ul {
    white-space: nowrap !important;
    text-align: left !important;
  }

  #pun-ulinks li,
  #pun-ulinks li a {
    font-size: 10px !important;
  }

  #pun-status .container,
  #pun-crumbs1 p.container,
  #pun-crumbs2 .container {
    padding: 11px 12px !important;
    font-size: 10px !important;
    line-height: 17px !important;
  }

  #pun-status span {
    white-space: normal !important;
  }

  #pun-main {
    padding: 13px 6px 20px 6px !important;
  }

  #pun-index .category {
    margin-bottom: 20px !important;
  }

  #pun-index .category h2,
  #pun-stats h2 {
    padding: 16px 14px !important;
    font-size: 20px !important;
    line-height: 27px !important;
  }

  #pun-index .category h2:before,
  #pun-stats h2:before {
    font-size: 7px !important;
    letter-spacing: 1.7px !important;
  }

  #pun-index .category h2:after,
  #pun-stats h2:after {
    display: none !important;
  }

  .punbb .main .tc2,
  .punbb .main .tc3 {
    display: none !important;
  }

  .punbb .main .tcl {
    width: 68% !important;
  }

  .punbb .main .tcr {
    width: 32% !important;
  }

  .punbb .main th {
    padding: 8px 7px !important;
    font-size: 8px !important;
  }

  .punbb .main td {
    padding: 15px 9px !important;
  }

  .punbb tbody.hasicon td.tcl {
    padding-left: 29px !important;
  }

  .punbb table div.icon {
    margin-left: -19px !important;
  }

  #pun-index .tcl h3 {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .punbb .tcl p {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .punbb .tcr {
    font-size: 10px !important;
    line-height: 16px !important;
    word-break: break-word !important;
  }

  #pun-stats ul.container {
    grid-template-columns: 1fr !important;
  }

  #pun-stats li#onlinelist {
    grid-column: auto !important;
  }

  /* posts become vertical */
  .punbb .post .post-author {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--ba-line) !important;
  }

  .punbb .post h3 span {
    margin-left: 0 !important;
  }

  .punbb .post-body {
    margin-left: 0 !important;
    border-left: 0 !important;
  }

  .punbb .post-links {
    margin-left: 0 !important;
    border-left: 0 !important;
  }

  .punbb .post-links ul {
    margin-left: 0 !important;
    padding: 7px 8px !important;
    line-height: 22px !important;
    text-align: center !important;
  }

  .punbb .post-links li {
    display: inline-block !important;
    padding: 0 5px !important;
  }

  .punbb .post-author .pa-author {
    font-size: 17px !important;
  }

  .punbb .post-author li {
    font-size: 10px !important;
    text-align: center !important;
  }

  .punbb .pa-avatar img {
    max-width: 160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .punbb .post-box {
    padding: 20px 14px 23px 14px !important;
  }

  .punbb .post-content {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .punbb .post-content p {
    line-height: 1.72 !important;
  }

  .punbb textarea,
  .punbb .longinput input {
    width: 100% !important;
  }

  .punbb .areafield span.input,
  .punbb p.longinput span.input {
    padding-right: 0 !important;
  }

  .punbb .helplinks {
    position: static !important;
    width: auto !important;
    margin-top: 8px !important;
  }

  #pun-about .container {
    font-size: 9px !important;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 430px) {
  #pun-title,
  #pun-title .container,
  #pun-title h1 {
    min-height: 136px !important;
    height: 136px !important;
  }

  #pun-title h1 span {
    font-size: 23px !important;
    line-height: 29px !important;
  }

  #pun-main {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .punbb .main .tcl {
    width: 71% !important;
  }

  .punbb .main .tcr {
    width: 29% !important;
  }

  .punbb .tcr {
    font-size: 9px !important;
    line-height: 15px !important;
  }
}

/* =========================================================
   BAD ATMOSPHERE
   LUXURY TOPIC / POSTS / REPLY FORM
   ÂÑÒÀÂÈÒÜ Â ÑÀÌÛÉ ÊÎÍÅÖ ÂÅÐÕÍÅÃÎ CSS
   ========================================================= */


/* =========================================================
   01. ÏÅÐÅÌÅÍÍÛÅ
   ========================================================= */

#pun-viewtopic,
#pun-post {
    --lux-paper: #ebe8e2;
    --lux-paper-light: #f1eee9;
    --lux-paper-dark: #d8d5cf;

    --lux-panel: #dedbd5;
    --lux-panel-dark: #cbc8c2;

    --lux-ink: #292826;
    --lux-text: #393733;
    --lux-soft: #67635d;
    --lux-muted: #89847e;

    --lux-line: #b9b5ae;
    --lux-line-soft: #cfcbc5;

    --lux-black: #262522;
    --lux-accent: #625e58;

    --lux-shadow: rgba(37, 35, 32, 0.10);
}


/* =========================================================
   02. ÒÅÌÀ — ÎÁÙÀß ÇÎÍÀ
   ========================================================= */

#pun-viewtopic #pun-main,
#pun-post #pun-main {
    padding-top: 34px !important;
}


/* =========================================================
   03. ÂÅÐÕ ÒÅÌÛ:
   ÑÒÐÀÍÈÖÛ + ÊÍÎÏÊÀ ÎÒÂÅÒÈÒÜ
   ========================================================= */

#pun-viewtopic .linkst {
    position: relative !important;

    float: none !important;

    display: flex !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 0 16px 0 !important;
    padding: 0 !important;

    align-items: flex-end !important;
    justify-content: space-between !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .linkst .pagelink,
#pun-viewtopic .linkst .postlink {
    position: static !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}


#pun-viewtopic .linkst .pagelink {
    color: var(--lux-soft) !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 15px !important;
    line-height: 22px !important;
}


#pun-viewtopic .linkst .pagelink strong {
    color: var(--lux-ink) !important;

    font-size: 17px !important;
}


#pun-viewtopic .linkst .postlink {
    text-align: right !important;
}


#pun-viewtopic .linkst .postlink a {
    display: inline-flex !important;

    min-height: 40px !important;

    padding: 0 18px !important;

    align-items: center !important;
    justify-content: center !important;

    background: var(--lux-black) !important;

    color: #f2efea !important;

    border: 1px solid var(--lux-black) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 14px !important;

    letter-spacing: 1.5px !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}


#pun-viewtopic .linkst .postlink a:hover {
    background: transparent !important;

    color: var(--lux-black) !important;
}


/* =========================================================
   04. ÍÀÇÂÀÍÈÅ ÒÅÌÛ
   ========================================================= */

#pun-viewtopic .main.topic > h1,
#pun-viewtopic .main > h1,
#pun-viewtopic .topic h1 {
    margin: 0 0 21px 0 !important;

    padding: 23px 27px 21px 27px !important;

    background:
        linear-gradient(
            180deg,
            #dad7d1 0%,
            #d1cec8 100%
        ) !important;

    color: var(--lux-ink) !important;

    border: 1px solid var(--lux-line) !important;
    border-top: 2px solid var(--lux-ink) !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 29px !important;
    font-weight: normal !important;
    line-height: 36px !important;

    letter-spacing: .1px !important;
}


/* =========================================================
   05. ÑÀÌÎ ÑÎÎÁÙÅÍÈÅ
   ========================================================= */

#pun-viewtopic .post {
    position: relative !important;

    width: 100% !important;

    margin: 0 0 30px 0 !important;

    overflow: hidden !important;

    background: var(--lux-paper-light) !important;

    border: 1px solid var(--lux-line) !important;

    box-shadow:
        0 14px 32px var(--lux-shadow) !important;
}


#pun-viewtopic .post .container {
    position: relative !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 0 0 1px 0 !important;

    background: var(--lux-paper-light) !important;

    border: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   06. ÂÅÐÕÍßß ÑÒÐÎÊÀ ÏÎÑÒÀ
   ========================================================= */

#pun-viewtopic .post h3 {
    min-height: 42px !important;

    margin: 0 !important;

    padding: 0 !important;

    background: var(--lux-panel) !important;

    color: var(--lux-soft) !important;

    border: 0 !important;
    border-bottom: 1px solid var(--lux-line) !important;
}


#pun-viewtopic .post h3 span {
    display: block !important;

    min-height: 42px !important;

    margin-left: 270px !important;

    padding: 0 18px !important;

    background: transparent !important;

    color: var(--lux-soft) !important;

    border: 0 !important;
    border-left: 1px solid var(--lux-line) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 42px !important;

    letter-spacing: .45px !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .post h3 strong {
    color: var(--lux-muted) !important;

    font-size: 10px !important;
    font-weight: normal !important;
}


/* =========================================================
   07. ÌÈÍÈÏÐÎÔÈËÜ
   ========================================================= */

#pun-viewtopic .post .post-author {
    float: left !important;

    width: 270px !important;

    margin: -42px 0 0 0 !important;

    padding-top: 42px !important;

    overflow: hidden !important;

    background:
        linear-gradient(
            180deg,
            #d9d6d0 0%,
            #d4d1cb 100%
        ) !important;

    color: var(--lux-soft) !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .post .post-author ul,
#pun-viewtopic .post .post-author p {
    padding: 23px 20px 24px 20px !important;

    line-height: 1.5 !important;
}


/* èìÿ */

#pun-viewtopic .post-author .pa-author {
    margin: 0 0 7px 0 !important;
    padding: 0 0 14px 0 !important;

    color: var(--lux-ink) !important;

    border-bottom: 1px solid rgba(75,72,68,.16) !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 28px !important;

    text-align: left !important;
}


#pun-viewtopic .post-author .pa-author:before {
    content: "MEMBER / NYC" !important;

    display: block !important;

    margin-bottom: 5px !important;

    color: var(--lux-muted) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 8px !important;
    font-weight: bold !important;
    line-height: 12px !important;

    letter-spacing: 2.1px !important;

    text-transform: uppercase !important;
}


#pun-viewtopic .post-author .pa-author a {
    color: var(--lux-ink) !important;

    text-decoration: none !important;
}


#pun-viewtopic .post-author .pa-author a:hover {
    color: #000 !important;
}


/* çâàíèå */

#pun-viewtopic .post-author .pa-title {
    margin: 3px 0 13px 0 !important;
    padding: 0 !important;

    color: #5f5b56 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9px !important;
    font-weight: bold !important;
    line-height: 15px !important;

    letter-spacing: 1px !important;

    text-transform: uppercase !important;
}


/* àâàòàð */

#pun-viewtopic .pa-avatar {
    margin: 15px 0 !important;

    text-align: center !important;
}


#pun-viewtopic .pa-avatar img {
    display: block !important;

    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 auto !important;
    padding: 5px !important;

    background: #e7e4de !important;

    border: 1px solid #aaa69f !important;

    box-shadow:
        0 7px 18px rgba(45,43,40,.08) !important;

    box-sizing: border-box !important;
}


/* ïîëÿ ïðîôèëÿ */

#pun-viewtopic .post-author li {
    margin: 0 !important;
    padding: 2px 0 !important;

    color: #68645f !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
    line-height: 17px !important;
}


#pun-viewtopic .post-author li strong {
    color: #403d39 !important;
}


/* online */

#pun-viewtopic li.pa-online {
    margin-top: 14px !important;
    padding: 8px 10px !important;

    background: rgba(255,255,255,.24) !important;

    border: 0 !important;
    border-left: 2px solid #55524e !important;

    color: #55524e !important;

    font-size: 9px !important;
    font-weight: bold !important;

    letter-spacing: .7px !important;

    text-transform: uppercase !important;
}


/* =========================================================
   08. ÒÅËÎ ÏÎÑÒÀ
   ========================================================= */

#pun-viewtopic .post-body {
    min-height: 330px !important;

    margin-left: 270px !important;

    padding: 0 0 1px 0 !important;

    background:
        linear-gradient(
            180deg,
            #efede8 0%,
            #ebe8e2 100%
        ) !important;

    color: var(--lux-text) !important;

    border: 0 !important;
    border-left: 1px solid var(--lux-line) !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .post-box {
    min-height: 285px !important;

    padding: 34px 40px 38px 40px !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .post-content {
    width: 100% !important;

    color: #363430 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 18px !important;
    line-height: 1.78 !important;
}


#pun-viewtopic .post-content p {
    margin: 0 !important;

    padding: 0 0 18px 0 !important;

    line-height: 1.78 !important;
}


/* =========================================================
   09. ÖÈÒÀÒÛ
   ========================================================= */

#pun-viewtopic .quote-box,
#pun-viewtopic .code-box {
    margin: 24px 0 !important;

    padding: 18px 20px !important;

    background: #dedbd5 !important;

    color: #4e4b47 !important;

    border: 1px solid #c0bcb5 !important;
    border-left: 3px solid #55524e !important;

    box-shadow: none !important;
}


#pun-viewtopic .quote-box cite,
#pun-viewtopic .code-box strong.legend {
    display: block !important;

    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    color: #55524e !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9px !important;
    font-weight: bold !important;
    line-height: 14px !important;

    letter-spacing: 1.6px !important;

    text-transform: uppercase !important;
}


/* =========================================================
   10. ÏÎÄÏÈÑÜ
   ========================================================= */

#pun-viewtopic .post-sig {
    margin-top: 32px !important;

    padding-top: 22px !important;

    color: #6b6761 !important;

    border-top: 1px solid #c8c4bd !important;
}


#pun-viewtopic .post-sig dt {
    display: none !important;
}


/* =========================================================
   11. ÍÈÆÍßß ÏÀÍÅËÜ ÏÎÑÒÀ
   ========================================================= */

#pun-viewtopic .post-links {
    min-height: 43px !important;

    margin-left: 270px !important;

    background: #d6d3cd !important;

    border: 0 !important;
    border-left: 1px solid var(--lux-line) !important;
}


#pun-viewtopic .post-links ul {
    min-height: 43px !important;
    height: auto !important;

    margin-left: -270px !important;

    padding: 0 17px !important;

    background: #d6d3cd !important;

    border: 0 !important;
    border-top: 1px solid var(--lux-line) !important;

    line-height: 43px !important;

    text-align: right !important;
}


#pun-viewtopic .post-links li {
    display: inline-block !important;

    padding: 0 0 0 15px !important;
}


#pun-viewtopic .post-links li.pl-email,
#pun-viewtopic .post-links li.pl-website {
    float: left !important;

    padding: 0 15px 0 0 !important;
}


#pun-viewtopic .post-links a {
    color: #5d5954 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9px !important;
    font-weight: bold !important;
    line-height: 43px !important;

    letter-spacing: .75px !important;

    text-decoration: none !important;
    text-transform: uppercase !important;
}


#pun-viewtopic .post-links a:hover {
    color: #1f1e1c !important;
}


/* =========================================================
   12. QUADRO.LIVE
   ÓÁÈÐÀÅÌ ÝÒÎÒ ÖÈÐÊ
   ========================================================= */

#pun-viewtopic a[href*="quadro"],
#pun-viewtopic a[href*="Quadro"],
#pun-viewtopic iframe[src*="quadro"],
#pun-viewtopic iframe[src*="Quadro"],
#pun-viewtopic [id*="quadro"],
#pun-viewtopic [id*="Quadro"],
#pun-viewtopic [class*="quadro"],
#pun-viewtopic [class*="Quadro"] {
    display: none !important;
}


/*
   ñîâðåìåííûå áðàóçåðû:
   åñëè Quadro ëåæèò âíóòðè îòäåëüíîãî div/span,
   ñêðûâàåì è åãî îá¸ðòêó
*/

#pun-viewtopic div:has(> a[href*="quadro"]),
#pun-viewtopic div:has(> a[href*="Quadro"]),
#pun-viewtopic span:has(> a[href*="quadro"]),
#pun-viewtopic span:has(> a[href*="Quadro"]),
#pun-viewtopic div:has(> iframe[src*="quadro"]),
#pun-viewtopic div:has(> iframe[src*="Quadro"]) {
    display: none !important;
}


/* ãàðàíòèðóåì, ÷òî ñàì ïîñò èñïîëüçóåò âñþ øèðèíó */

#pun-viewtopic .post,
#pun-viewtopic .topicpost,
#pun-viewtopic .toppost {
    width: 100% !important;
    max-width: none !important;
}


/* =========================================================
   13. ÌÎÄÅÐÀÒÎÐÑÊÀß ÏÀÍÅËÜ
   ========================================================= */

#pun-viewtopic .modmenu {
    margin: 25px 0 0 0 !important;

    border: 1px solid var(--lux-line) !important;
}


#pun-viewtopic .modmenu .container {
    min-height: 50px !important;

    padding: 10px 13px !important;

    background: #d7d4ce !important;

    border: 0 !important;

    box-sizing: border-box !important;
}


#pun-viewtopic .modmenu strong {
    color: #57534e !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9px !important;
    font-weight: bold !important;

    letter-spacing: 1px !important;

    text-transform: uppercase !important;
}


#pun-viewtopic .modmenu select {
    min-height: 34px !important;

    padding: 0 35px 0 11px !important;

    background: #efede8 !important;

    color: #45423e !important;

    border: 1px solid #aaa69f !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
}


/* =========================================================
   14. RSS / BOTTOM LINKS
   ========================================================= */

#pun-viewtopic .linksb {
    padding: 16px 4px 10px 4px !important;

    color: #77736d !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    line-height: 16px !important;
}


#pun-viewtopic .linksb a {
    color: #5c5853 !important;

    text-decoration: none !important;
}


#pun-viewtopic .linksb a:hover {
    color: #1f1e1c !important;
}


/* =========================================================
   15. ÔÎÐÌÀ ÎÒÂÅÒÀ — ÊÎÍÒÅÉÍÅÐ
   ========================================================= */

#pun-post .formal,
#pun-viewtopic .formal {
    margin: 30px 0 !important;

    border: 1px solid var(--lux-line) !important;

    background: var(--lux-paper-light) !important;

    box-shadow:
        0 14px 32px var(--lux-shadow) !important;
}


#pun-post .formal > h2,
#pun-viewtopic .formal > h2 {
    margin: 0 !important;

    padding: 21px 25px 19px 25px !important;

    background: #d3d0ca !important;

    color: var(--lux-ink) !important;

    border: 0 !important;
    border-top: 2px solid var(--lux-ink) !important;
    border-bottom: 1px solid var(--lux-line) !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 25px !important;
    font-weight: normal !important;
    line-height: 32px !important;
}


#pun-post .formal .container,
#pun-viewtopic .formal .container {
    padding: 27px 28px !important;

    background: var(--lux-paper-light) !important;

    color: var(--lux-text) !important;

    border: 0 !important;
}


/* =========================================================
   16. FIELDSET
   ========================================================= */

#pun-post fieldset,
#pun-viewtopic .formal fieldset {
    margin: 0 0 20px 0 !important;

    padding: 20px !important;

    background: #e5e2dc !important;

    border: 1px solid var(--lux-line) !important;
}


#pun-post fieldset legend,
#pun-viewtopic .formal fieldset legend {
    margin-left: 0 !important;

    color: var(--lux-ink) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9px !important;
    font-weight: bold !important;

    letter-spacing: 1.5px !important;

    text-transform: uppercase !important;
}


#pun-post fieldset legend span,
#pun-viewtopic .formal fieldset legend span {
    padding: 0 8px !important;

    background: #e5e2dc !important;

    color: var(--lux-ink) !important;
}


/* =========================================================
   17. TOOLBAR ÐÅÄÀÊÒÎÐÀ
   ========================================================= */

#pun-post #form-buttons,
#pun-viewtopic #form-buttons {
    margin: 0 0 9px 0 !important;

    background: transparent !important;

    border: 0 !important;
}


#pun-post #form-buttons table,
#pun-viewtopic #form-buttons table {
    width: auto !important;

    border-collapse: separate !important;
    border-spacing: 3px !important;
}


#pun-post #form-buttons td,
#pun-viewtopic #form-buttons td {
    min-width: 29px !important;
    height: 29px !important;

    padding: 0 !important;

    background: #d4d1cb !important;

    border: 1px solid #b8b4ad !important;

    text-align: center !important;

    transition:
        background .18s ease,
        border-color .18s ease !important;
}


#pun-post #form-buttons td:hover,
#pun-viewtopic #form-buttons td:hover {
    background: #c7c4be !important;

    border-color: #8e8a84 !important;
}


#pun-post #form-buttons img,
#pun-viewtopic #form-buttons img {
    opacity: .72 !important;

    filter: grayscale(1) !important;

    transition:
        opacity .18s ease,
        filter .18s ease !important;
}


#pun-post #form-buttons td:hover img,
#pun-viewtopic #form-buttons td:hover img {
    opacity: 1 !important;

    filter: grayscale(0) !important;
}


/* =========================================================
   18. TEXTAREA
   ========================================================= */

#pun-post textarea,
#pun-viewtopic .formal textarea,
#pun-viewtopic textarea#main-reply {
    width: 100% !important;
    max-width: none !important;

    min-height: 300px !important;

    padding: 22px 24px !important;

    background:
        linear-gradient(
            180deg,
            #f2efea 0%,
            #ece9e3 100%
        ) !important;

    color: #34322f !important;

    border: 1px solid #aaa69f !important;

    border-radius: 0 !important;

    outline: none !important;

    box-shadow:
        inset 0 1px 2px rgba(40,38,35,.025) !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 17px !important;
    line-height: 1.7 !important;

    resize: vertical !important;

    box-sizing: border-box !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease !important;
}


#pun-post textarea:focus,
#pun-viewtopic .formal textarea:focus,
#pun-viewtopic textarea#main-reply:focus {
    background: #f5f2ed !important;

    border-color: #625e58 !important;

    box-shadow:
        0 0 0 3px rgba(70,67,63,.07) !important;
}


/* =========================================================
   19. INPUT / SELECT Â ÔÎÐÌÅ
   ========================================================= */

#pun-post input[type="text"],
#pun-post input[type="password"],
#pun-post select,
#pun-viewtopic .formal input[type="text"],
#pun-viewtopic .formal input[type="password"],
#pun-viewtopic .formal select {
    min-height: 38px !important;

    padding: 0 12px !important;

    background: #efede8 !important;

    color: #403d39 !important;

    border: 1px solid #aaa69f !important;

    border-radius: 0 !important;

    outline: none !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 12px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   20. ÊÍÎÏÊÈ ÔÎÐÌÛ
   ========================================================= */

#pun-post .formsubmit,
#pun-viewtopic .formal .formsubmit {
    margin: 0 !important;

    padding: 3px 0 0 0 !important;

    text-align: right !important;
}


#pun-post input[type="submit"],
#pun-post input[type="button"],
#pun-post button,
#pun-viewtopic .formal input[type="submit"],
#pun-viewtopic .formal input[type="button"],
#pun-viewtopic .formal button {
    min-height: 42px !important;

    padding: 0 20px !important;

    background: var(--lux-black) !important;

    color: #f2efea !important;

    border: 1px solid var(--lux-black) !important;

    border-radius: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    font-weight: bold !important;

    letter-spacing: 1.35px !important;

    text-transform: uppercase !important;

    cursor: pointer !important;

    transition:
        background .18s ease,
        color .18s ease !important;
}


#pun-post input[type="submit"]:hover,
#pun-post input[type="button"]:hover,
#pun-post button:hover,
#pun-viewtopic .formal input[type="submit"]:hover,
#pun-viewtopic .formal input[type="button"]:hover,
#pun-viewtopic .formal button:hover {
    background: transparent !important;

    color: var(--lux-black) !important;
}


/* =========================================================
   21. CHECKBOX / LABEL / HELP
   ========================================================= */

#pun-post label,
#pun-viewtopic .formal label {
    color: #595650 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
    line-height: 18px !important;
}


#pun-post .helplinks,
#pun-viewtopic .formal .helplinks {
    color: #77736d !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    line-height: 17px !important;
}


/* =========================================================
   22. 27" / ÁÎËÜØÈÅ ÌÎÍÈÒÎÐÛ
   ========================================================= */

@media screen and (min-width: 1700px) {

    #pun-viewtopic .post .post-author {
        width: 300px !important;
    }

    #pun-viewtopic .post h3 span {
        margin-left: 300px !important;
    }

    #pun-viewtopic .post-body {
        margin-left: 300px !important;
    }

    #pun-viewtopic .post-links {
        margin-left: 300px !important;
    }

    #pun-viewtopic .post-links ul {
        margin-left: -300px !important;
    }

    #pun-viewtopic .post .post-author ul,
    #pun-viewtopic .post .post-author p {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #pun-viewtopic .post-author .pa-author {
        font-size: 24px !important;
        line-height: 31px !important;
    }

    #pun-viewtopic .post-author li {
        font-size: 12px !important;
        line-height: 19px !important;
    }

    #pun-viewtopic .post-box {
        padding: 42px 48px 46px 48px !important;
    }

    #pun-viewtopic .post-content {
        font-size: 20px !important;
        line-height: 1.8 !important;
    }

    #pun-viewtopic .post-content p {
        line-height: 1.8 !important;
    }

    #pun-post textarea,
    #pun-viewtopic .formal textarea,
    #pun-viewtopic textarea#main-reply {
        min-height: 340px !important;

        font-size: 18px !important;
    }
}


/* =========================================================
   23. TABLET
   ========================================================= */

@media screen and (max-width: 900px) {

    #pun-viewtopic .post .post-author {
        width: 220px !important;
    }

    #pun-viewtopic .post h3 span {
        margin-left: 220px !important;
    }

    #pun-viewtopic .post-body {
        margin-left: 220px !important;
    }

    #pun-viewtopic .post-links {
        margin-left: 220px !important;
    }

    #pun-viewtopic .post-links ul {
        margin-left: -220px !important;
    }

    #pun-viewtopic .post-box {
        padding: 27px 26px 30px 26px !important;
    }

    #pun-viewtopic .post-content {
        font-size: 16px !important;
    }
}


/* =========================================================
   24. MOBILE
   ========================================================= */

@media screen and (max-width: 650px) {

    #pun-viewtopic .linkst {
        gap: 12px !important;

        align-items: center !important;
    }

    #pun-viewtopic .linkst .pagelink {
        font-size: 12px !important;
    }

    #pun-viewtopic .linkst .postlink a {
        min-height: 36px !important;

        padding: 0 12px !important;

        font-size: 8px !important;
    }


    /* ïðîôèëü ñâåðõó */

    #pun-viewtopic .post .post-author {
        float: none !important;

        width: 100% !important;

        margin: 0 !important;
        padding-top: 0 !important;

        border-bottom: 1px solid var(--lux-line) !important;
    }


    #pun-viewtopic .post h3 span {
        margin-left: 0 !important;

        border-left: 0 !important;
    }


    #pun-viewtopic .post .post-author ul,
    #pun-viewtopic .post .post-author p {
        padding: 18px 16px !important;
    }


    #pun-viewtopic .post-author .pa-author {
        font-size: 19px !important;

        text-align: center !important;
    }


    #pun-viewtopic .post-author .pa-author:before {
        text-align: center !important;
    }


    #pun-viewtopic .post-author .pa-title {
        text-align: center !important;
    }


    #pun-viewtopic .post-author li {
        text-align: center !important;
    }


    #pun-viewtopic .post-body {
        min-height: 0 !important;

        margin-left: 0 !important;

        border-left: 0 !important;
    }


    #pun-viewtopic .post-box {
        min-height: 0 !important;

        padding: 23px 17px 26px 17px !important;
    }


    #pun-viewtopic .post-content {
        font-size: 15px !important;
        line-height: 1.72 !important;
    }


    #pun-viewtopic .post-links {
        margin-left: 0 !important;

        border-left: 0 !important;
    }


    #pun-viewtopic .post-links ul {
        margin-left: 0 !important;

        padding: 8px !important;

        line-height: 23px !important;

        text-align: center !important;
    }


    #pun-viewtopic .post-links li,
    #pun-viewtopic .post-links li.pl-email,
    #pun-viewtopic .post-links li.pl-website {
        float: none !important;

        display: inline-block !important;

        padding: 0 5px !important;
    }


    #pun-viewtopic .post-links a {
        line-height: 23px !important;
    }


    /* ôîðìà */

    #pun-post .formal .container,
    #pun-viewtopic .formal .container {
        padding: 18px 13px !important;
    }


    #pun-post fieldset,
    #pun-viewtopic .formal fieldset {
        padding: 13px !important;
    }


    #pun-post textarea,
    #pun-viewtopic .formal textarea,
    #pun-viewtopic textarea#main-reply {
        min-height: 260px !important;

        padding: 17px 15px !important;

        font-size: 15px !important;
    }


    #pun-post #form-buttons,
    #pun-viewtopic #form-buttons {
        overflow-x: auto !important;
    }


    #pun-post #form-buttons table,
    #pun-viewtopic #form-buttons table {
        min-width: max-content !important;
    }


    #pun-viewtopic .modmenu .container {
        padding: 9px !important;
    }


    #pun-viewtopic .modmenu select {
        width: 100% !important;

        margin: 0 !important;
    }
}