/* CS1 Background and text colours
-------------------------------------------------------------*/
html, body {
        background: url(http://uploads.ru/i/1/m/d/1mdIw.jpg) black;
background-position: center;
background-attachment: fixed;
background-repeat: repeat-xy;
}
.memdetails
{
   background: #b9b9b9;
   border: 1px solid #a8a8a8;
   border-bottom-width: 1px;
   border-right-width: 1px;
   padding: 4px 1px 4px 1px;
   margin: 3px 1px 3px 1px;
   text-align: center;
}
#pun-announcement h2 {display: none;}

.forum .tclcon a {
  font-weight: bold !important;
}

/* 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: transparent;
  color: #51251c;
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color:transparent;
  color: #51251c;

  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-image: url(http://uploads.ru/i/i/K/1/iK1C5.png);
  margin: 0 -7px;
  background-repeat: no-repeat;
  background-position: center; 
  color: #51251c;
  height: 40px;
  text-align: center;
  font-size: 15px;
  background-color: transparent;


  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
    color: #51251c;

  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #51251c;

  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #51251c;


  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
background-color: #a8a8a8;
  border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
-moz-border-radius:10px;
-o-border-radius:10px;

  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #51251c; 
  text-align: center;
  border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
  }
.punbb textarea{
  background-color: #cdcdcd;
  color: black;
 border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;

}

.punbb select, .punbb input {
background-color:#ede8d6;
color: black;
 border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;

}

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* 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: #b3b3b3;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #949292;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: transparent;
  }

li.pa-online {
  border-left-color: transparent;
  }


/* 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: #69382f;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #74554f
  }

/* 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: #918482;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #918482;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #51251c;
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;
  text-decoration: none;

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

 

/* CS4 Post status icons
 -------------------------------------------------------------*/

    div.icon {
            background: url(http://uploads.ru/i/L/J/U/LJUqG.png) no-repeat;
    }

    tr.inew div.icon {
            background: url(http://uploads.ru/i/q/L/H/qLHt4.png) no-repeat;
    }


#pun-main div.catleft, #pun-main div.catright {display: none}


#pun {margin-top: -12px!important;}

#pun-title td.title-logo-tdr {
       position:absolute;
       display:block;
z-index:100;
left:50%;
margin: 345px 0 0 -235px;
}

#pun-about .container {
background-color: transparent !important;
background-image: url(http://savepic.su/241075.png) !important; 
background-repeat: no-repeat !important; 
background-position: left bottom !important;
height: 17px;
width:860px;
margin: 0 -11px -31px;}


#pun-title td.title-logo-tdr {
       position:absolute;
       display:block;
z-index:100;
left:50%;
margin: 290px 0 0 -50px;
}

#pun-category1 {
margin-top:-43px!important;
}