/* 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: #000000; /* вот это цвет текста на форуме */
font-weight: normal;
font-style: normal;}

/* CS1.2 Боди или фон форума */
body {background-attachment: fixed; background-color: #e1e1e1; /* цвет фона тут */ 
background-image: url(http://s3.uploads.ru/y24cv.png); background-position: center center; background-repeat: repeat;}

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://s2.uploads.ru/9wIUF.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
height: 550px;
width: 1000px;
margin-left: -95px;
}

/* CS1.4 Пан или "тело" форума */
#pun {background-attachment: fixed; background-color: #e8e4f9; /* это цвет самого форума */
background-image: url(-); background-position: center center; background-repeat: repeat-y;}

/* Футер */
#pun-about p.container {background-image: url(http://s2.uploads.ru/ujE2h.png); background-position: top center; background-repeat: no-repeat; height: 200px; width: 812px; margin-left: -10px;}

/* 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: #58208a; /* цвет ссылки меню без наведения */
    text-decoration: none;
  }

/* 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: #24053f;  /* цвет ссылки меню с наведением */
  text-decoration: none;
  text–transform: uppercase;
    text-shadow: -1px 1px 0px #e5e5e5;}  /* цвет тени при наведении, можно вообще убрать */

/* CS2.3 */
#pun-navlinks a {
  color: #1b0033;  /* цвет ссылки без наведения */
    text-decoration: none;
  text-transform: uppercase;
  text-align: justify;
  }

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #24053f;  /* цвет ссылки после наведения */
  text-decoration: none;
  text–transform: uppercase;
  text-align: justify;
  text-shadow: -1px 1px 0px #000000; /* цвет тени при наведении, можно вообще убрать */
}

/* CS3 Иконки старых, новых, важных, закрытых тем */

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: right; 
display: block; 
border-style: none none none none;
margin-left: 5px;
margin-right: 5px;
width: 100px;
height: 100px;
background-image : url(http://s3.uploads.ru/uoSs3.png);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {
background-image : url(http://s3.uploads.ru/d3UiH.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {
background-image : url(http://s2.uploads.ru/VaDYb.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;}

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(http://s2.uploads.ru/v8Sgu.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;}

/* CS5 Прочие элементы */

/* CS5.1 Статус картинки со статистикой 24*/
#pun-stats ul.container { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://s2.uploads.ru/Gv7Fm.png");
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: 100px;
width: 810px;
margin-left: -0px;
background-color: transparent;
background-image: url("http://s3.uploads.ru/lLtKj.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: #ded3e7; 
background-image: url("адрес");
color: #000000}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box  { 
border:dotted 1px #000000;
moz-border-radius: 20px;
webkit-border-radius: 20px;
border-radius: 20px;
moz-box-shadow: 5px 2px 0px #39115c;
webkit-box-shadow: 5px 2px 0px #39115c;
box-shadow: 5px 2px 0px #39115c;}

.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: #e7e0ee; /* цвет окошка, где текст печатаем */
color: #000000;} /* цвет текста в этом окошке */

/* CS5.5 Двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1; 
left: 150px; 
top: -192px}

/* 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;}
#pun-messages .post-box {
width: 350px;
}

/* CS5.7 Категории */
#pun-category1.category h2 {
background: url(http://s2.uploads.ru/2sXNF.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category2.category h2 {
background: url(http://s3.uploads.ru/j8bAv.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category3.category h2 {
background: url(http://s2.uploads.ru/XVnWe.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category4.category h2 {
background: url(http://s2.uploads.ru/jwugD.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category5.category h2 {
background: url(http://s3.uploads.ru/bFps9.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category6.category h2 {
background: url(http://s3.uploads.ru/8eAMn.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category7.category h2 {
background: url(http://s2.uploads.ru/la56E.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category8.category h2 {
background: url(http://s3.uploads.ru/zwRA7.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category9.category h2 {
background: url(http://s3.uploads.ru/8CUIG.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category10.category h2 {
background: url(http://s2.uploads.ru/q7Pz9.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category11.category h2 {
background: url(http://s3.uploads.ru/mVtF4.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}