/* CS1 Background and text colours
-------------------------------------------------------------*/
body {
background-color: #412505;
}
/* 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: #c5a57c;
  color: #000;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: #c5a57c;
  color: #0000;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: #412505;
  color: #c5a57c;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-image: url(http://i047.radikal.ru/1106/a1/4128ce0b95ff.png);
  color: #c5a57c;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: #c5a57c;
  color: #000
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #c5a57c;
  color: #412505
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #412505;
  color: #c5a57c
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: #412505;
  color: #c5a57c;
  }

.offline li.pa-online strong {
  font-weight: normal
  }
.punbb textarea, .punbb select, .punbb input {
  background-color: #412505;
  color: #c5a57c
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #412505 #412505 #412505 #412505
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #412505
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #412505;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #412505;
  }

/* CS2.5 */
.punbb th {
  border-color: #412505
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #412505 #412505 #412505 #412505;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #412505
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #c5a57c
  }

.punbb .divider {
  border-color: #c5a57c #c5a57c #c5a57c #c5a57c
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #412505
  }

li.pa-online {
  border-left-color: #412505;
  }


/* 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: #412505
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333
  }

/* 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 {
  color: #B42000;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #eee;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  text-decoration: underline
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
    div.icon {
            background: url(http://s40.radikal.ru/i089/1106/76/088a6434a854.png) no-repeat;
    }

    tr.inew div.icon {
            background: url(http://s12.radikal.ru/i185/1106/3e/1f70388bbcab.png) no-repeat;
    }

    tr.iclosed div.icon {
            background: url(http://s005.radikal.ru/i209/1106/af/c986792de3d4.png) no-repeat;
    }

    tr.iredirect div.icon {
            background: url(http://s41.radikal.ru/i093/1106/f5/3b990432c1b3.png) no-repeat;
    }

    tr.isticky div.icon {
            background: url(http://i072.radikal.ru/1106/6a/a6891e01fd47.png) no-repeat;
    }

#pun-stats ul.container {
            background: transparent url(http://s45.radikal.ru/i108/1106/54/bcf4389d3cd7.png) no-repeat 5px 5px;
            padding-left: 110px;
    }
  #pun-stats div.statscon {
            background: #c5a57c;
    }