/* 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: no-fixed; background-color: #e1e1e1; /* цвет фона тут */ 
background-image: url(http://s2.uploads.ru/sySxP.png); background-position: center center; background-repeat: repeat;}

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://s2.uploads.ru/60aoI.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
height: 360px;
width: 1005px;
margin-left: -97px;
}

/* CS1.4 Пан или "тело" форума */
#pun {background-attachment: fixed; background-color: #eeeded; /* это цвет самого форума */
background-image: url(-); background-position: center center; background-repeat: repeat-y;}

/* Футер */
#pun-about p.container {background-image: url(http://s3.uploads.ru/onPpG.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: #4e595e; /* цвет ссылки меню без наведения */
    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: #4e595e;  /* цвет ссылки меню с наведением */
  text-decoration: none;
  text–transform: uppercase;
    text-shadow: -1px 1px 0px #e5e5e5;}  /* цвет тени при наведении, можно вообще убрать */

/* CS2.3 */
#pun-navlinks a {
  color: #708188;  /* цвет ссылки без наведения */
    text-decoration: none;
  text-transform: uppercase;
  text-align: justify;
  }

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #708188;  /* цвет ссылки после наведения */
  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://s2.uploads.ru/JnsXi.png);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {
background-image : url(http://s2.uploads.ru/Zryav.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {
background-image : url(http://s2.uploads.ru/qYIw5.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;}

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(http://s2.uploads.ru/HiErL.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://s3.uploads.ru/hbwIx.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://s2.uploads.ru/UP6vF.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: #d4d4d4; 
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 #d4d3d3;
webkit-box-shadow: 5px 2px 0px #d4d3d3;
box-shadow: 5px 2px 0px #d4d3d3;}

.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: #e6e4e5; /* цвет окошка, где текст печатаем */
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://s3.uploads.ru/0dpIW.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category2.category h2 {
background: url(http://s2.uploads.ru/vS8iW.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category3.category h2 {
background: url(http://s2.uploads.ru/v2ZjR.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category4.category h2 {
background: url(http://s2.uploads.ru/dkmF1.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category5.category h2 {
background: url(http://s3.uploads.ru/KAjx1.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category6.category h2 {
background: url(http://s2.uploads.ru/1eqYJ.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category7.category h2 {
background: url(http://s2.uploads.ru/bPkHl.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category8.category h2 {
background: url(http://s3.uploads.ru/90gds.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category9.category h2 {
background: url(http://s2.uploads.ru/xkT4t.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category10.category h2 {
background: url(http://s2.uploads.ru/zLWuE.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}
#pun-category11.category h2 {
background: url(http://s3.uploads.ru/r7zZK.png);
height: 100px;
width: 810px;
font-size:0 !important;
margin-left: -0px;
}

/* CS6.0 Смайлы*/
.insertBlock{
 padding:0;
 position:absolute;
 right:0;
 margin:33px -8px 0 0;
 display:inline-block;
 width:33px;
 height:33px;
 padding:3px;
}
#td_2{
   padding:0;
   border:#d5d5d5 1px solid;
}
#td_2 img{
   cursor:pointer;
}
#td_2 .t2 img{
   padding:1px 0 0 1px;
}
#td_2.active{
   border:transparent 1px solid;
}
#NewSmile-block {
  background:transparent;
  position:absolute;
  margin-left:0px;
  border:transparent;
  overlov-x:hidden;
  display:block;
  width: 42px;
  padding:0;
}