/* ВД1 Цвета фона и текста
-------------------------------------------------------------*/

/* ВД1.1 цвет текста */
body, body *  {
  color: #000000;
  }

/* ВД1.7 цитата и код */
.punbb .quote-box, .punbb .code-box,
#pun-main .formal textarea, .punbb select, .punbb input,
#poll-special h1 {
  background-color: rgba(255, 255, 255, 0.3);
}

#pun-main .formsubmit input {
  background-image: url("") 
}


/* ВД2 Отмена бордюров
-------------------------------------------------------------*/

#pun_wrap * {
  border: none !important;
}
/* ВД3 Ссылки
-------------------------------------------------------------*/

/* ВД3.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: #000000;
  }

/* ВД3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active {
  color: #620000;
  }

/* ВД3.3 ссылки в навлинкс */
#pun-navlinks a {
  color: #000000 !important;
  opacity: 0.7;
  }

#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #000000 !important;
text-shadow: #81867f 0px 0px 3px;
  opacity: 1.0;
  }

/* ВД3.4 ссылки в пейджлинкс */

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #ffffff;
  color: #000000;
  }

/* ВД4 Иконки тем
 -------------------------------------------------------------*/

div.icon {
        background: url(http://s3.uploads.ru/KzhRT.png) no-repeat;
}

tr.inew div.icon {
        background: url(http://s2.uploads.ru/ioMKl.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://s2.uploads.ru/ohjcQ.png) no-repeat;
}

tr.isticky div.icon {
        background: url(http://s2.uploads.ru/5tr7A.png) no-repeat;
}

/* ВД5.3 Статистика */

#pun-stats ul.container { 
background: url(http://s2.uploads.ru/dwNuJ.png) 25px 10px no-repeat;
padding: 15px 0 100px 65px ;
 }

/* ВД4 Картинки  категорий и статистики */


/* ВД5 Основное
 -------------------------------------------------------------*/

/* ВД5.1 боди, врап, пан и пан-титл */
body {
background: #000000 url(http://s1.uploads.ru/Jt3oK.png) center top repeat
}

#pun_wrap {
  background: url() center top no-repeat;
  padding-top: 614px;
  padding-bottom:220px;
}

#pun {
background: url(http://s1.uploads.ru/09cWC.png) repeat-y top left;
text-shadow: #979797 0px 0px 1px;
padding-bottom: 30px;
}

#html-footer {
z-index: 1000;
background: url(http://s5.uploads.ru/hOuCY.png) center bottom no-repeat; 
position: absolute;
width: 997px;
height: 400px;
left: 0px;
margin-top: -90px;
}

/* ВД5.2 Код, цитата, текстареа и тп*/

.punbb .quote-box, .punbb .code-box, .punbb textarea  { 
border-radius: 15px;
padding: 10px;
 }

.punbb input, .punbb select { 
  border-radius: 5px;
}


#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background: url() center no-repeat;




 /* Звёздочки в профиль Автора в посте за Определенное кол-во сообщений */
li.pa-zwezda {
position:relative;
width:200px!important;  /* Ширина поля для звёздачек */
white-space:pre-wrap;
z-index:100;
margin-top:-5px;
margin-bottom:-0px;
margin-left: 3px;
color:red;
}
li.pa-zwezda img{
width:10px; /*ширина звезды*/
height:10px; /*высота звезды*/
}