/* CS1 Background and text colours
-------------------------------------------------------------*/
body {
 background: url("верхний фон") repeat-x top,
url("нижний фон") repeat-x bottom,
#e1e6e4 url("http://forumfiles.ru/files/001a/02/ac/61596.jpg") repeat;

}

/* CS1.1 Рамки*/
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #565b59;
  }

/* CS1.2 Текст на форуме*/
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #333;
  }

/* CS1.3 Категории*/
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background: url(http://forumfiles.ru/files/001a/02/ac/69688.jpg) no-repeat;
    width: 1020px;
    height: 55px;
    margin-left: -35px;
    color: #d69e6b;
    text-shadow: 1px 1px 0 #56454b;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: 'Tahoma';
    text-transform: uppercase;
    }

#pun-stats h2 span, .punbb .main h1 span, .punbb .main h2 span, #pun-debug h2 span, .punbb-admin #pun-admain h2 span { padding-left: 0px; }

#pun-redirect h1 {background-image: none; padding-bottom:10px; color: transparent; text-shadow: none;}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #565b59;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #565b59
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color:transparent;
  color: #3a3a3a
  }

/* CS1.7 Цитата*/
.post-body .post-rating .container {
 padding: 5px; 
font-size: 11px;
    padding: 5px 7px 7px 7px;
    background-color: #d8dbde;
    color: #424553;
    box-shadow: -3px 3px #831f20, 3px -3px #92999e;
  }

.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
    text-align: justify;
padding-left: 20px;
background-color: hsla(0, 0%, 82%, 0.3);
    border: 2px solid rgb(116, 144, 156);
    color: #565b59;
}

 .post-body .post-rating .container { font-size: 10px;
 background-color: #d69e6b;
 color: #424553;
 border-radius: none!important;
box-shadow: none!important;}

.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;}

.offline li.pa-online strong {
  font-weight: normal
  }

#pun-viewtopic .post h3 {
    background: rgb(181, 178, 183) url("") no-repeat scroll center top;
    font-family: pt sans narrow;
    font-size: 13px;
    height: 9px;
    margin-left: 225px;
    margin-top: 40px;
    padding-top: 20px !important;
    width: 725px !important;
}
#pun-viewtopic .post h3 span {
  color: #565b59;
  font-family: "Tahoma";
    margin-left: -508px;
    margin-right: 70px;
    margin-top: -20px;
}
#pun-viewtopic .post h3 span a {
    color: #565b59;
    text-shadow:none;
}
#pun-viewtopic .post h3 span a:hover {
    color: #65828a;
}

#pun-viewtopic .post h3 strong {
    font-weight: bold;
    margin-left: 350px;
    position: absolute;
    width: auto;
}

#pun-index .tcr {
width: 30%;
}


/* Форма ответа */
.punbb textarea  {
    padding: 3px;
    box-shadow: 0px 0px 4px #4e5254 inset;
    color: #3a3a3a;
    background: #ced6dc;
  }


/* Индикатор активности пользователя */
.post .post-author ul {
  position: relative;
}
.pa-online {
  position: absolute;
  display: inline-block !important;
  top: 20px;
  right: 6px;
  background: #d69e6b !important;
  box-shadow: 0px 0px 5px #2b799f;
  height: 17px;
  width: 17px;
  margin: 0 0 0 -5px !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pa-online:hover {
  background: #009d9a!important;
}
.pa-online:hover strong {
  opacity: 1.0;
  visibility: visible;
}
.pa-online strong {
  position: absolute;
  top: 18px;
  right: -6px;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  font-size: 90%;
  text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  text-align: center;
  z-index: 10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}
.pa-online strong:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 6px;
  top: -10px;
  border-width: 5px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}


/*Профиль*/
/*фон*/
  .punbb .post .post-author {
text-align: center;
    background: url(http://forumfiles.ru/files/001a/02/ac/27773.jpg) top center no-repeat, url(http://forumfiles.ru/files/001a/02/ac/48219.jpg) bottom center no-repeat, url(http://forumfiles.ru/files/001a/02/ac/85072.jpg) repeat-y;
    padding-top: 9px;
    margin-left: -15px;
  }

  li.pa-title {
    color: #4d6080;
    text-transform: lowercase;
}

.pa-respect, .pa-posts {
    display: inline-block;
    text-align: center;
    left: 20px;
    max-width: 100px;
    line-height: 13px;
    color: #7a7e82;
    padding: 5px 1px !important;
    font-size: 10px;
    border-top: dotted 1px #7a7e82;
    border-bottom: dotted 1px #7a7e82;
    margin-top: 5px !important;
    margin-bottom: 5px!important;
}

/* меняем ссылку ника */
li.pa-author a, li.pa-author {
    color: #937366 !important;
    font: 17px 'Tahoma';
    text-shadow: none!important;
    text-transform: uppercase;
margin-bottom: 17px;
    }

li.pa-author a:hover, li.pa-author a:focus, li.pa-author a:active {
 color: #da8233 !important;}

/*настройки аватара*/
.pa-avatar img {max-width:180px !important; border: 3px solid #7a96a2 !important;}

.punbb .user-avatar img.ava {
    border: 2px solid currentColor !important;
    border-radius: 50%;
    height: 35px!important;
    width: 35px!important;
    margin: 1px 7px 2px 0px!important;
    opacity: 0.85;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/*выпадающие списки*/
.punbb input, #post-form .fs-box .container  {
border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
 padding: 2px; 
  color: #565b59; 
background: #f3f7f6; 
border:  none !important;
}

/*кнопки*/
.punbb .button{ 
background: #949198;
    color: #dde3e1;
    font-family: tahoma;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 17px;
    text-align: center;}

#post .formsubmit {text-align: center;}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color:transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border:transparent;
  }

li.pa-online {
  border-left-color: transparent;
  }

.punbb .post-sig dt {
  border-top-color: transparent;
  }

/* CS3 Links
-------------------------------------------------------------*/

/* CS3.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: #708994;
  text-decoration: none;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #b4d3c4;
  text-shadow:1px  1px  0px  #f5f7f6;
  }

/* CS3.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: #a5774e;
  border-bottom: 0px none #000;
  text-decoration: none; }

/* CS3.3 Навигация*/
#pun-navlinks a {    font-style: normal;
    color: #d69e6b;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: Tahoma;
    text-shadow: 1px 1px 0px #56454b;
    text-decoration: none;}


/* CS3.4 навигация при наведении*/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
font-style: normal;
color: #314163;
text-align: center;
text-transform: uppercase;
font-family: Tahoma;
text-shadow:1px  1px  0px  #99d2e5;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

.pa-fld1 {text-align:justify; width: 180px; margin-left:12px!important; padding-bottom: 7px!important;}

/* CS4 Post status icons
 -------------------------------------------------------------*/

Div.icon {background-image : url(http://forumfiles.ru/files/001a/02/ac/62455.jpg); background-repeat: no-repeat; }
TR.inew Div.icon {background-image : url(http://forumfiles.ru/files/001a/02/ac/53902.jpg); background-repeat: no-repeat;}
TR.isticky Div.icon {background-image : url(http://forumfiles.ru/files/001a/02/ac/64633.jpg); background-repeat: no-repeat;}
TR.iclosed Div.icon {background-image : url(http://forumfiles.ru/files/001a/02/ac/43004.jpg); background-repeat: no-repeat;}
TR.iredirect Div.icon {background-image : url(перенесенные); background-repeat: no-repeat;}

#pun-viewforum div.icon, #pun-searchtopics div.icon {margin-top: -30px!important; margin-left:10px!important;}

#pun-main div.catleft, #pun-main div.catright {display: none}
/* CS5 
 ---------------------------------------------*/
#pun-title table tbody tr .title-logo-tdr {
  position: absolute; 
  z-index: 1;
  left: -300.5px;
  top:180px;  
}

.closedatafield, #pun-title .title-logo span, .lastedit  {
  display: none
}

/*картинка 24 в статистику*/
#pun-stats ul.container {
  background: transparent url(в статистику) no-repeat 0px 1px;
  padding-left:60px;
  padding-bottom:-5px;}

/*окно репутации*/
#pun-reputation h1, #pun-report h1, #pun-popup_awards h1, #pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container {
  background: #dde3e1 !important;   }
#pun-reputation h1, #pun-report h1, #pun-popup_awards h1 {background-image: none !important;
  background-color: #dde3e1 !important; width: auto !important; margin-left:0px;}

/*оформление жирного текста*/
b, p strong{
 color: #424553;
 /* text-shadow:1px  1px  0px  #f0f6f4; */
 }

/*горизонтальный разделитель*/
hr {
border: none;
border-top: double #abb4b1;}

/* CS2.4 Прокрутка */
::-webkit-scrollbar {width: 9px;height: 5px;background-color: #b8bcc4;}  
::-webkit-scrollbar-thumb {background-color: #a9cebc;}
::-webkit-scrollbar-thumb:active {background: #d68655;}


/* выделенный текст */
::selection {background: #87878f; color: #b7bbc3;}

/*Строка форум тем сообщений последнее сообщение*/
.punbb th {
    background: #87878f;
    color: #cfd4dd;
    border: none !important;}

/*фон тела форума*/
#pun {
  background-image: url("http://forumfiles.ru/files/001a/02/ac/76724.jpg"); 
  background-repeat: repeat-y; 
  background-attachment: scroll; 
  background-position: top center; 
  }

/*шапка*/
#pun-title.section {
  background: transparent url("http://forumfiles.ru/files/001a/02/ac/64054.jpg") top center scroll no-repeat; 
  height: 291px;
  width: 1095px; 
  margin-left: -81px;}

.linkst .pagelink, .punbb .linksb, .linksb .pagelink, .linksb .postlink, .subscribelink {   color: #3a3a3a; }

 .punbb .linkst a, .linkst .postlink, #pun-ulinks li, #pun-ulinks li a {color: #333;text-shadow:none;}


/*переадресация*/
#pun-redirect, #pun-maint { 
 height:340px;
 line-height: 12px;
 background-image: url("картинка");
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: center; 
 text-align:center; 
 font-size:12px !important;
 width: 435px; 
 padding: 20px;
  }

#pun-redirect .main-title {
  margin-bottom:70px !important;
  }

.punbb .post-sig {color:#8c9491;}
.punbb .post-sig dt { 
  border-top: 1px dotted #bbc3c0;
  }
.linkst .pagelink, .linkst .postlink {
margin-top: 20px;}

#form-buttons {
margin: 2px 2px 2px 10px;
padding: 2px 2px 2px 10px;
}

/*футер*/
#copyright {
  text-align: center;
  background: url("http://forumfiles.ru/files/001a/02/ac/26389.jpg") scroll center no-repeat; 
  width: 1109px; 
  height: 173px;
  margin-left: -81px;}


#html-footer {
  margin: 0px;
  text-align: center; }


#profile .container #profilenav h2   { text-align : left; }

#navigation {
display: block;
position: absolute;
height: 20px;
width: 170px;
top: 30px;
left: 760px;
text-align: center;
}

.punbb .post-content del {
    filter: blur(2px);
    text-decoration: none;}
.punbb .post-content del:hover { 
filter: none; 
text-decoration: none;}

#nav a {font-family: tahoma;display: block;background: rgb(225, 208, 188);line-height: 12px;font-size: 10px;text-transform: uppercase;color: #8f7169;padding: 2px 5px 2px 5px;text-shadow:none;}

#nav a:hover {
font-family: tahoma;
background: rgb(107, 135, 147);
display: block;
font-size: 10px;
text-transform: uppercase;
line-height: 12px;
letter-spacing: 1.1px;
color: #c9c6cd;
text-shadow:none;
padding: 2px 5px 2px 5px;
-moz-transition: 0.4s ease;
-webkit-transition: 0.4s ease
}

#text{
    display: block;
    position: absolute;
    height: 100px;
    width: 290px;
    text-align: justify;
    top: 0px;
    left: -44px;
    padding: 3px 1px 3px 1px;
    color: #61727a;
}

#text2{
    display: block;
    position: absolute;
    height: 100px;
    width: 258px;
    text-align: justify;
    top: 135px;
    left: -29px;
    padding: 3px 1px 3px 1px;
    color: #61727a;
}

#text3{
    display: block;
    position: absolute;
background-color: #e1d0bc;
    text-align: justify;
    top: 137px;
    left: 529px;
    padding: 3px 1px 3px 1px;
    color: #8f7169;
}


#ams {display: block;
    position: absolute;
    text-align: justify;
    top: 120px;
    left: 56px;
    font-size: 14px;
    text-transform: uppercase;
    color: #61727a;}

#tps {display: block;
    position: absolute;
    text-align: center;
    top: 169px;
    left: 83px;}

#tooltip {
  position: absolute;
    background: #c7c4cb;
  z-index: 999;
  max-width: 180px;
  border: none;
  font-family: tahoma;
  font-size: 10px;
  display: none;
  color: #555;
  text-align: center;
  padding: 3px 5px 5px 5px;
  letter-spacing: 1px;
  text-transform: lowercase;
}