/* CS1 Background and text colours
-------------------------------------------------------------

*/
#pun-title table {
background-image : url(http://funkyimg.com/i/YjZy.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
margin-left: -38px;
height: 200px;
width: 830px;}


#pun-main .post-author ul {text-align: center;}

body {
background-color: #///;
background-image : url("http://funkyimg.com/i/Yk3F.png");
background-repeat: no repeaty; background-attachment: fixed; background-position: top center;
}


.punbb .quote-box {
  background: #fff; /* Основной фон */
  border radius: 15px; /* Закругление */
  border-top: 6px solid #000; /* Размер и цвет рамки сверху */
  border-bottom: 6px solid #000;  /* Размер и цвет рамки снизу */
}

    box-shadow: 5px 5px 8px #000;
   -webkit-box-shadow: 5px 5px 8px #000;
   -moz-box-shadow: 5px 5px 8px #000;
    -khtml-box-shadow: 5px 5px 8px #000
}



/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3,   {
  background-color: transparent;
  color: #1f0d04;
  }

 .punbb-admin #pun-admain .adcontainer  {
  background-color: transparent;
  color: #1f0d04;
  }


/* CS1.3 */
#pun-stats h2,.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-stats .statscon, li#onlinelist, li#onlinelist div  {
  background-color: transparent;
  color: #1f0d04;
  font-weight: bold;
  font-style: normal;
  }

.category h2 span {
  font-size:22px;
   }

/* CS1.4 */
#pun {background-color: #0e0322; background-image: url(http://funkyimg.com/i/YjZz.png);}  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #0e0322;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #0e0322;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
 background-color: #1f0d04;
  color: #0e0322;
  }

/* CS1.8 */
#pun-navlinks .container, #pun-ulinks .container {
  background-color: transparent;
  color: #0e0322;
  text-align: center;
  }

.offline li.pa-online strong {
  color: #0e0322;
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
  background-color: #0e0322;
  color:# ffffff;
}


/* CS4 Post status icons
-------------------------------------------------------------*/

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: right; 
display: block; 
border-style: none none none none;
margin-left: 5px;
margin-right: -20px;
width: 60px;
height: 40px;
background-image : url(http://funkyimg.com/i/Yk4z.png);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {
background-image : url(http://funkyimg.com/i/Yk4A.png);
background-repeat: no-repeat;
width: 60px;
height: 40px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {
background-image : url(адрес);
background-repeat: no-repeat;
width: 80px;
height: 80px;}

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(адрес);
background-repeat: no-repeat;
width: 80px;
height: 80px;}


/* CS5.5 Двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1; 
left: 100px; 
top: -292px}


/* CS5.6 Совсем другое */
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-announcement .container {margin-top: -2em}
#pun-main .post-author ul {text-align: center}
#pun-announcement h2 {display: none}
#pun-status .container, #pun-main .post-links li {text-align: center;}
#pun th, #pun-main h2 {text-align: center}
#pun-crumbs1 .container { text-align: center;}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

/* CS5.3 Цитаты и коды в сообщениях*/
.punbb .quote-box, .punbb .code-box {
background-color: #aea9ce; 
background-color: #eedccd;
color: #00000}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: 0px 2px 1px }

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0px 1px 1px;}

/* CS5.4 Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background-color: #aea9ce;
background-color: #eedccd;
color: #000000}

