/* CS1 Фон и цвет текста*/

/* CS1.1 Цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  { background-color: transpanent;
color: #170e09;
font-weight: normal;
}

/* CS1.2 Боди или фон форума */
body {background-color: #170e09;  background-image: url(); background-position: top center; 
background-attachment: fixed;
}

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://se.uploads.ru/TVNQ2.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
height: 250px;
width: 860px;
margin-left: -26px;}

/* CS1.4 Пан или "тело" форума */
#pun {background-color: #DFCEB9; background-image: url(http://se.uploads.ru/uLiPr.png);}

/* CS1.5 Футер */
#pun-about p.container {background-image: url(http://se.uploads.ru/XLC3a.png); background-position: top bottom; background-repeat: no-repeat; height: 90px; width: 860px;
div#html-footer; margin-bottom: -70px; margin-left: -27px;}

/* CS1.6 Ссылки верхней навигации*/
#pun-navlinks .container { 
text-align: center; 
position: absolute; 
background-image: url();
z-index: 1000;
top: -135px;
left: 20px;
font-size: 17px;
letter-spacing: -1px;
text-transform: lowercase; 
font-family: Times New Romance;
background-position: center;
font-style: normal;
}

#pun-ulinks .container { 
text-align: center; 
position: absolute; 
top: -128px;
left: 20px;
font-size: 10px;
text-transform: lowercase;
font-family: Times New Romance;
font-style: normal;
}

/* CS2 Ссылки */

/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3b2506;
  text-decoration: none;
  font-size: 10px;
}

/* CS2.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: #533d1e; 
  text-decoration: none;  font-weight: bold;
}

/* CS2.3 */
#pun-navlinks a {
  color: #533d1e;
  text-decoration: none;
}

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #533d1e;
  text-decoration: none;  font-weight: bold;}

/* CS3 Иконки старых, новых, важных, закрытых тем */

/* иконки сообщений */
Div.icon {background-image : url(http://se.uploads.ru/Cw6Mh.png); background-repeat: no-repeat;}
TR.inew Div.icon {background-image : url(http://se.uploads.ru/a0uKI.png); background-repeat: no-repeat;}
TR.isticky Div.icon {background-image : url(http://se.uploads.ru/a0uKI.png); background-repeat: no-repeat;}
TR.iclosed Div.icon {background-image : url(http://se.uploads.ru/a0uKI.png); background-repeat: no-repeat;}


/* CS4 Картинки категорий */
#pun-category1.category h2 {
background: url();
height: 89px;
width: 450px;
font-size:0 !important;
margin-left: 200px;}

/* CS5 Прочие элементы */

/* CS5.1 Статус картинки со статистикой 24*/
#pun-stats ul.container { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("адрес");
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 120px;
padding-top: 40px;}

/* CS5.2 Статус картинки с надписью "статистика" над статистикой форума*/
#pun-stats.section h2 { 
background-attachment: scroll;
background-clip: border-box;
height: 52px;
width: 450px;
margin-left: 190px;
background-color: transparent;
background-image: url("http://funkyimg.com/i/J6M9.png");
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: auto;
font-size: 0px;}

/* CS5.3 Цитаты и коды в сообщениях*/
.punbb .quote-box, .punbb .code-box {
background-color: #FFF5DD; 
background-image: url("");
color: #372700;
box-shadow: 0px 0 0px 1px #c7ac7e;
}

/* Закругленные края цитаты и кода с тенью */
.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; 
}

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

/* CS5.4 Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background-color: #FFF5DD; 
background-image: url("");
color: #372700;
box-shadow: 0px 0 0px 1px #c7ac7e;
}

/* 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;}