/* CS1 Background and text colours
-------------------------------------------------------------*/
body {background-image : url(http://savepic.net/7647462.png);}
/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links,
.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: #150902;
  }
.punbb td.tc2, .punbb td.tc3 {
background-color: transparent;
color: #150902;   }
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #150902;
  }
/* CS1.3 .punbb .main .category h2, .punbb .main h2, */
#pun-stats h2, .punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  color: #150902;
font-size: 12px;
font-weight: bold;
text-align: center; 
text-align: left;
  }
#pun-redirect h1{    background-color: transparent; color: #150902;
  text-shadow: 1px 0px 2px #fcfdde;
font-size: 14px;
font-weigh: bold !important;
text-align: center;
}
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: black;
  }
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: black;
  }
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: black;
  }
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: transparent;
    color: black;
  }
/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
text-align: center;
  }
.offline li.pa-online strong {
  font-weight: normal
  }
.punbb textarea, .punbb input {
border: #cabfb1 solid 1px;
background: #e0dad0 url();
color: black !important;
}
.selectfield, .punbb select {background-color: transparent; color: #150902}
.punbb .post h3 span {
  background-color: transparent;
color: #150902; border-left: #cfc9bf;}
#pun .punbb .section {background-color: transparent; }
#pun-title .title-logo span {display: none;}
#pun-ulinks .container {text-align: center;}
/* 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: none transparent;
  }
/* CS2.4 */
.punbb td, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb fieldset,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
border: none transparent;
  }
/* CS2.5 */
.punbb th {
  border-color: transparent
  }
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
border: #cabfb1 solid 1px !important;
-moz-border-radius-topleft:15px;
-webkit-border-top-left-radius:15px;
-khtml-border-top-left-radius:15px;
border-top-left-radius:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-right-radius:15px;
-khtml-border-bottomright-radius:15px;
border-bottom-right-radius:15px;
-moz-border-radius-bottomleft:15px;
-webkit-border-bottom-left-radius:15px;
-khtml-border-bottomlef-radius:15px;
border-bottom-left-radius:15px;
-moz-border-radius-topright:15px;
-webkit-border-top-right-radius:15px;
-khtml-border-topright-radius:15px;
border-top-right-radius:15px;
  }
#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: #cfc9bf 1px solid;
  }
.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #cfc9bf;
background-color: transparent;
  }
li.pa-online {
  border-left-color: transparent;
  }
/*цвет разделителя между постом и подписью*/
.punbb .post-sig dt {
  border-top-color: #bfb9b0 !important;
  }
/* 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: #150902;
text-decoration: none;
  }
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #150902;
text-decoration: none;
  }
/* 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: #ba885d; 
text-decoration: none;
  }
/* CS3.3 */
#pun-navlinks a {
  color: #150902;
  font-weight: normal;
  border-bottom: 0px none transparent;
  text-decoration: none;
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
  }
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #ba885d;
  font-weight: normal;
font-style: normal;
  text-decoration: none;
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
  }
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: transparent;
  color: #150902;  
text-decoration: none;}
#pun-stats.section .statscon .container #onlinelist.item7 {display: none;} 
/* CS4 Post status icons
-------------------------------------------------------------*/
#pun-main div.catleft, #pun-main div.catright {display: none}
/*цифры - кол-во страниц в теме*/
.linkst .pagelink, .linkst .postlink, .punbb .linksb, 
.linksb .pagelink,  .linksb .postlink, .subscribelink,
{color: black;}
/*быстрая навигация Форум>>тема>>дата сообщения*/
#pun-crumbs2 .container, #pun-crumbs1 .container {color: black;}
div.icon { float: right;
  display: block;
  width: 50px;
  height: 50px;
  background: url(http://savepic.net/7660571m.png) no-repeat center;
}
tr.inew div.icon {  float: right;
  display: block;
  width: 50px;
  height: 50px;
background: url(http://savepic.net/7663643m.png) no-repeat center;
}
tr.iclosed div.icon {
float: right;
  display: block;
  width: 50px;
  height: 50px;
background: url(http://savepic.net/7660571m.png) no-repeat center;
}
/*названия форумов на главной (Новый форум)*/
.hasicon .alt1 .tcl .intd .tclcon h3 a, .hasicon .alt2 .tcl .intd .tclcon h3 a {  font-weight: bold; 
color: #150902;
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
}
/*названия форумов на главной (Новый форум) - при наведении*/
.hasicon .alt1 .tcl .intd .tclcon h3 a:hover, .hasicon .alt1 .tcl .intd .tclcon h3 a:focus, .hasicon .alt2 .tcl .intd .tclcon h3 a:hover, .hasicon .alt2 .tcl .intd .tclcon h3 a:focus {  font-weight: bold; 
color: #ba885d; 
}
/*насыщенность баннеров*/
#banners a img {opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);}
#banners a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
/*фон для выпадающих частей формы ответа (шрифт, размер текста, смайлики и т.д.)*/
#size-area, #font-area, #color-area, #smilies-area, #keyboard-area, #imageup-area {background-color: transparent}
.punbb .main h2 {text-align: center; color: transparent; text-transform: uppercase;
font-family: sans serif;
font-size: 0em !important;}
#pun-category1 h2 {height: 76px; background-image: url("http://furytest.hutt.ru/files/0013/44/54/82986.png"); background-repeat: no-repeat; background-position: center center; margin-bottom:5px;}
#pun-category2 h2 {height: 76px; background-image: url("http://furytest.hutt.ru/files/0013/44/54/65217.png"); background-repeat: no-repeat;  background-position: center center;}
#pun-category3 h2 {height: 76px; background-image: url("http://furytest.hutt.ru/files/0013/44/54/78419.png"); background-repeat: no-repeat; background-position: center center;}
.lastedit {text-align: right; color: #2a2968; font-size: 10px;}
#pun-stats h2, .punbb .main h2 {font-size: 0em;}




/*****bokovushki****/
.post-author > ul {
    background: url("") no-repeat scroll center bottom transparent;
margin-left: -1px; 
margin-bottom: 0px; 
}

::-webkit-scrollbar {
    width: 16px;
    height: 15px;
}
::-webkit-scrollbar-track {
background: #e0dad0;
}
::-webkit-scrollbar-thumb {
    background: #aa9377;
}