/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1366331851.css);

#pun-index #pun-crumbs2, #pun-index .category .tc2, #pun-index .category .tc3, #pun-index thead, #pun-modviewforum .tc2, #pun-modviewforum .tc3 {display:none;}
#profilenav h2, #pun-announcement h2, #pun-stats h2, #pun-viewforum .tc2, #pun-viewforum .tc3, #pun-break4 {display:none;}
#post-form legend {display:none;}


/* 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: 12px/1.3 "Lucida Sans Unicode",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{
  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.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 {
  position: relative;
  margin: 371px auto 0;
  width: 1048px;
  }

/* A5.2 */
.punbb {
    background-color: #cdd2de;
    float: left;
    height: auto;
    margin-left: 64px;
    margin: -279px 64px 0;
    width: 918px;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
    background: transparent;
    box-shadow: 0 0 25px #39404C;
    float: none;
    height: 200px;
    margin: -330px auto 0;
    width: 600px;
  }
#pun-redirect h1 {
    margin-left: 15px;
    padding: 10px 0 0 5px;
    width: 220px;
}
#pun-redirect .info .container {
    margin-left: 10px;
    padding-top: 20px;
    width: 300px;
}

/* A5.4 */
.punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/*************************************************************
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 #312019;
  width: 70%;
  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 {
  max-width: 800px;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 0.5em;
  }

/* 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;
  color: #70523D;
  }

/* 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: 1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  position: relative;
  }

/* B3.3 */
.linkst .pagelink {
    color: rgb(38, 42, 94);
    position: absolute;
    right: 1em;
    text-align: right;
    top: -4em;
    width: 24em;
  }

/* B3.4 */
.linkst .postlink {
    color: #D3AC6B;
    font-weight: bold;
    left: 1em;
    position: absolute;
    text-align: left;
    top: -68px;
    width: 26em;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1em;
  }


/* B3.6 */
.linksb .pagelink {
    color: rgb(38, 42, 94);
    position: absolute;
    right: 10px;
    text-align: right;
    width: 24em;
  }

/* B3.7 */
.linksb .postlink {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 16em;
  
    margin-top: -30px;
}

/* 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 {
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 0 0 0 1em;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  padding: 0 18px 0 18px;
  border-bottom: 1px solid #312019;
  }

/* C1.5 */
.punbb fieldset legend {
    color: #70523D;
    font-size: 14px;
    margin: 0 0 0 11px;
    padding: 0;
  }

/* 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 0em 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;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {width: 45%; padding: 5px 5px 7px 45px;}
#pun-userlist .main .tcr, #pun-searchtopics .main .tcr, #pun-modviewforum .main .tcr {width: 15%;}
#pun-userlist .main .icon, #pun-searchtopics .main .icon, #pun-modviewforum .main .icon {margin-left: -45px;}
#pun-statistic .tcl {padding: 5px 5px 7px 7px;}
#pun-statistic h1 {margin-top:18px;}

#pun-respect td, #pun-respect th {text-align:center;}

/* 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: 11px;
  padding-bottom: 3px;
  }

/* 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.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  color: rgb(61, 67, 112);
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.15 */
.punbb div.icon {
    height: 28px;
    width: 35px;
    position: absolute;
  }

/* C2.16 */
.punbb  .tclcon {
    padding-bottom: 6px;
    padding-left: 45px;
    padding-top: 6px;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 180px;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }
.punbb .post h3 strong:before {content: '#'}
.punbb .post h3 a {
    float: right;
    margin-top: 1.2em;
    position: absolute;
    right: 1em;
    text-align: right;
}

#pun-searchposts .post h3 a {
    float: none;
    margin-top: auto;
    position: relative;
    right: 0;
    text-align: left;
}

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 180px;
  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;
  }

#navprofile a {color: #A68553 !important;}
#navprofile a:hover {color: #fff !important;}
.post-links .pl-email a {color: #FAB000 !important;}
.post-links .pl-email a:hover {color: #fff !important;}

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 180px;
  margin-right: 110px;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 180px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -180px;
  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.2 */
#profilenav {
  float: left;
  width: 14em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  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: 5px;
  border-top: none;
  }
#pun-userlist .usertable .container td {padding: 5px;}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
background: transparent;
    height: 55px;
    
margin: -8px -5px 0;
    border: medium none;
  }

/* D1.2 */
#pun-title h1 {
  display: none;
  }
#pun-title td.title-logo-tdl {
  display: none;
}

/* 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: 80%;
}

#pun-title td.title-logo-tdr {
	border: none;
    
	padding: 0.7em;
	width: 408px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

#pun-navlinks {
    height: 48px;
    line-height: 48px;
    margin-left: 310px;
    position: absolute;
    text-align: center;
    top: -365px;
    width: 680px;
}

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 6px;
  }

/* D3.4 */
#pun-navlinks li a {
  font: bold 14px Arial,Verdana,serif;
  text-transform: uppercase;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
    border: medium none;
    height: 34px;
    margin-left: 364px;
    position: absolute;
    text-align: center;
    top: -327px;
    width: 578px;
  }

/* D4.2 */
#pun-ulinks .container {
  border: none;
  background: transparent;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
    color: #D3AC6B;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#pun-ulinks li a:hover {color: #fff;}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status {
    border: medium none;
    margin-left: 150px;
    position: absolute;
    text-align: center;
    top: -294px;
    width: 572px;

    font-size: 0.9em;
}

#pun-status .container {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #997244;
  
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  border: medium none;
  padding-top: 220px;
}
#pun-index #pun-crumbs1 {margin-top: 0px;}

/* D5.5 */
#pun-crumbs1 p.container {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: rgb(38, 42, 94);

    padding-left: 30px;
  
}

/* D5.6 */
#pun-break1 {display:none;}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.3 */
#pun-announcement .container {
    background: transparent;
    height: 174px;
    width: 600px;
    color: #613916;
    font-size: 11px;
  }
#pun-announcement #block1, #pun-announcement #block2 {
position: relative; 
    display: inline-block;
    height: 135px;
    margin-left: 22px;
    margin-right: 6px;
    width: 262px;
}
#pun-announcement h3 {color: #222; font-weight: bold; font-size: 12px; text-align: center; padding: 2px 0;}
#pun-announcement a {color: #004E8A;}
#pun-announcement a:hover {color: #2d86cb;}


/* 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 {
    float: right;
    margin-right: 30px;
    margin-top: 14px;
    text-align: right;
    width: 310px;
  }

/* 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: none;
  padding: 0.8em 1em;
  font-size: 1em;
 
  color: rgb(38, 42, 94);
  }

/* 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;
  }


/* CS1 Background and text colours
-------------------------------------------------------------*/

html {background: url("http://mytest.freeff.ru/files/0013/01/0e/50600.jpg") no-repeat scroll center top #dadfeb;}
#pun-about .container, #bot-text1, #bot-text2, #bot-text3 {color: #70523D; text-transform: uppercase;}
#bot-text1 {margin-left: 100px;position: relative;top: 15px;width: 320px;}
#bot-text2 {margin-left: 100px;position: relative;top: 22px;width: 270px;}
#bot-text3 {float: right;margin-right: 95px;margin-top: -5px;text-align: right;width: 300px;}
#pun-about .container a, #bot-text1 a, #bot-text2 a, #bot-text3 a {color:#552c09;}
#pun-about .container a:hover, #bot-text1 a:hover, #bot-text2 a:hover, #bot-text3 a:hover {color:#fff;}
#tieser-bottom {background-color: #565f81; border-bottom: 1px solid #261913; border-top: 1px solid #261913; border-bottom: 11px;position: relative; width: 730px;z-index: 10;}

/* Главная
-------------------------------------------------------------*/

#pun-index {background: #cdd2de; margin: -279px 64px 0; width: 600px;}
#pun-index #pun-title { }
#pun-index #pun-crumbs1 p.container {font-size: 15px; text-align: center; text-transform: uppercase; }
#pun-index #pun-crumbs1 {width: 600px;}
#pun-index #pun-crumbs1 p.container span:after {content: ' «'}
#pun-index #pun-main {width:600px;}
#pun-index .category tr {display: block; width: 590px; margin-bottom: 5px;}
#pun-index .category td {padding-left: 3px;}
#pun-index .intd {
    background: #cdd2de;
    border-radius: 8px 8px 8px 8px;
    margin: 5px 8px 0;
    padding: 3px;
    width: 567px;
}
#pun-index .intd:hover {background: rgb(182, 188, 202);}
#pun-index .intd:hover {color: rgb(0, 0, 0);}
.modlist {color: #70523D}
.offctgr {
    background: url("/files/0012/ad/ab/71495.png") repeat scroll 0 0 transparent;
    border-radius: 6px;
    display: inline-block;
    padding: 0 5px;
   color: #F0E29A ! important;
}
.offctgr:hover {background: url("/files/0012/ad/ab/55788.png") repeat scroll 0 0 transparent; color: #fff ! important;}
.offctgr span {
    font-size: 20px !important;
    font-weight: normal;
    padding: 0 !important;
}
#pun-index div.icon {margin-top: 6px;}
#headlinks {position: absolute; right: 60px; top: -540px;}
#headlinks a {margin-left:10px;}

/* Боковушка
-----------------------------------------------------------*/
#pun-index #u-panel {display:block;}
#u-panel {display:none;
    position: absolute;
    right: 72px;
color: #71401F;
border-bottom: 1px solid #261913;
}
#u-panel .u-ava, #u-panel .u-info {display: inline-block;}
#u-panel .u-info {float:left; width: 200px;}
#u-panel .u-ava {float:right;}
#u-panel .u-name, #u-panel .u-login, #u-panel .u-title, #u-panel .u-rep, #u-panel .u-sex, #u-panel .u-age {display: block; white-space: nowrap; width: 200px; text-overflow: ellipsis;}
#u-panel .u-name {
    color: rgb(168, 31, 31);
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black, 0 0 5px #975533;    
}
#u-panel .u-login {text-shadow: 1px 1px 1px black, 0 0 5px #975533;}
#u-panel .u-sex strong {color:#855B47;}
#u-panel .u-age strong {color:#855B47; font-weight: normal !important;}
#u-panel .u-ava img {height: 80px;margin: 5px; border-radius: 8px; box-shadow: 0 0 5px #650B0B;}
#pun-stats {
    position: absolute;
    right: 72px;
   top: 18px;
    width: 290px;
}
#pun-stats .tcr {border-bottom:none; padding-top: 5px;}
#pun-stats .container, #pun-stats .container td {word-wrap: break-word; font-size: 11px !important; color: #71401F;background: #ebeff8;padding: 6px;border-radius: 8px;box-shadow: 0px 1px 8px rgb(0, 0, 0);margin-top: 8em;}
#pun-stats h3 {
    border-bottom: 1px solid #552B12;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 12px;
    padding: 0 0 3px;
    color: #F0E29A;
    text-transform: uppercase;
}
li#onlinelist {
    border-top: 1px solid #261913;
    margin-top: 8px;
    padding-top: 3px;
}
#pun-stats li strong {color:#855B47;}
li#onlinelist span {padding-right: 40px !important; color: #855B47;}
li#onlinelist span:before {content:'» '}
#pun-stats .disc {color: #71401F; border-bottom: 1px solid #261913; margin-bottom: 3px;}

/* Список тем
-------------------------------------------------------------*/

#pun-viewforum .tcr {text-align: right; width: 50%;}
#pun-viewforum .forum td {padding: 3px;}
#pun-viewforum .forum tr:hover {background-color: #261307;}
#pun-viewforum .forum thead tr:hover {background-color: #1A0F09;}
.punbb th {text-transform: uppercase;}
.newtext {color: #fff;}
.newtext a {color: #fff !important;}
.closedatafield:after {content:'] '}
.closedatafield:before {content:'[ '}
.closedatafield {color: #ccc;}
.stickytext {color: #ccc;}
.stickytext:after {content:'] '}
.stickytext:before {content:'[ '}
div.icon {background: url("/files/0012/ad/ab/98813.png") no-repeat scroll 0 -61px transparent;}
tr.inew div.icon {background: url("/files/0012/ad/ab/98813.png") no-repeat scroll 0 -31px transparent;}
tr.isticky div.icon {background: url("/files/0012/ad/ab/98813.png") no-repeat scroll 0 0 transparent;}
tr.iclosed div.icon {background: url("/files/0012/ad/ab/98813.png") no-repeat scroll 0 -90px transparent;}

/* Страница темы и форма ответа
-------------------------------------------------------------*/
.pl-share {display:none!important;}
.punbb .post {background: url("/files/0012/ad/ab/76870.jpg") no-repeat scroll center top transparent;}
.pa-from, .pa-reg, .pa-posts, .pa-icq, .pa-online, .pa-ip {display:none}
div.post {position: relative;}
div.post-rating p:before {content: 'Рейтинг: '}
div.post-rating p {float: right !important; position: absolute; top: 2.4em; right: 5px;}
.pa-author, .pa-avatar {text-align: center; font-size: 1.2em;}
.pa-title {text-align: center; font-size: 1.1em;}
.pa-avatar img {border: 1px solid #505050 !important;}
.post-content .spoiler-box > div {background-image: url("/files/0012/ad/ab/71254.png") !important;}
.post-content .spoiler-box > div.visible {background-image: url("/files/0012/ad/ab/91203.png") !important;}
.post-content .spoiler-box > div {color: #70523D; font-weight: bold;}
.post-content td, .post-content table, .post-content tr {border-color: #312019 !important;}
.post-content tr {vertical-align: top;}

.mod-page td {text-align: center !important;}
.mod-page h2 {font-size: 12px !important; margin: 10px !important; text-transform: none !important;}
.pa-awards {position: relative; top: -15px;}
#pun-popup_awards .popup_awards {top: 0 !important; background-color: #1A0F09; border: 1px solid #261913;}

div.post-vote p {
    background: url("/files/0012/ad/ab/55788.png") repeat scroll 0 0 transparent;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    right: -60px;
    top: 2.4em;
}

#post-form {background: url("/files/0012/ad/ab/13368.jpg") repeat scroll 0 0 transparent; position: relative;}
#post-form h2 {padding-top: 13px;}
#post-form #post {margin-left: 200px;}
input[type=text], textarea, select {
    background: none repeat scroll 0 0 rgba(172, 193, 244, 0.33);
    border: medium none;
    border-radius: 5px 5px 5px 5px;
}

#pun-viewtopic #u-panel2 {display: block;}
#u-panel2 {display: none; color: #71401F; margin-left: -220px; position: absolute; top: 10px;}
#u-panel2 .u-ava, #u-pane2 .u-info {display: inline-block;}
#u-panel2 .u-info {float:right;}
#u-panel2 .u-ava {float:left;}
#u-panel2 .u-name, #u-panel2 .u-login, #u-panel2 .u-title, #u-panel2 .u-rep, #u-panel2 .u-sex, #u-panel2 .u-age {display: block; white-space: nowrap; width: 120px; text-overflow: ellipsis;}
#u-panel2 .u-name {color: rgb(168, 31, 31);font-size: 13px;font-weight: bold;text-shadow: 1px 1px 1px black, 0 0 5px #975533;}
#u-panel2 .u-login {text-shadow: 1px 1px 1px black, 0 0 5px #975533;}
#u-panel2 .u-sex strong {color:#855B47;}
#u-panel2 .u-age strong {color:#855B47; font-weight: normal !important;}
#u-panel2 .u-ava img {height: 60px; margin: 5px 10px 0 15px;  border-radius: 8px; box-shadow: 0 0 5px #650B0B;}

.linkst .postlink a, .linksb .postlink a, #pun-profile .button, #post .button {
    display: inline-block;
    height: 32px;
    line-height: 17px;
    text-align: right;
    width: 90px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Arial,sans-serif;
    font-size: 11px;
    color: rgb(54, 60, 73);
    border: medium none;
    margin-left: -1px;
    margin-top: 18px;
    background: transparent;
}
.linkst .postlink a:hover, .linksb .postlink a:hover, #pun-profile .button:hover, #post .button:hover {background: transparent;}


/* Стили по умолчанию
-------------------------------------------------------------*/
/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: #dadfeb;
  color: rgb(38, 42, 94);
  }

/* CS1.2 */
.punbb .main .container, .punbb .main .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: rgba(48, 37, 37, 0);
  color: rgb(89, 97, 117);;
  font-size: 10px;
  }
.punbb .post-content {
  font-size: 11px;
}

/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background: rgb(188, 192, 201);
    border-radius: 20px;
    width: 50%;
    color: #5e6fb1;
    font-size: 19px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 140px;
   
    border-bottom: 1px solid #552b12;
  
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0px 0 5px rgb(97, 176, 207);
}
.category h2 {border:none !important; color: #71330E; font-size: 20px; padding-left: 13px;}
#pun-viewforum h1, #pun-viewtopic h1 {padding-top: 0px;}
.category h2 span {padding-left: 5px;}

/* CS1.4 */
.punbb .modmenu .container {
  color: #D3AC6B;
  }

/* CS1.5 */
#viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {

  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #d3ac6b
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #D3AC6B;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 2px;
    border-color: #48230B;
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #f1f1f1;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: rgb(17, 20, 60);
  text-decoration: none;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #F0E3B8
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  }

/* CS3.3 */
#pun-navlinks a {
  color: #a68553;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  color: #fff;
  }