/* CS1 Background and text colours  background-color: #282041;
-------------------------------------------------------------*/
/* Контент */
#pun { 
background-color: #8f7a42;
background-position: center;
background-repeat: repeat-y;
background-attachment: fixed;
}

/* Блок формы ответа и кнопок */
.punbb textarea, .punbb select, .punbb input {
  background-color: #e7e7e7;
  border: #4e4163;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  }

/* 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: #333;
  }

/* 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 h2 {
  height: 65px;
  background-image: url("http://forumfiles.ru/files/001a/1f/05/99389.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-family: Yanone Kaffeesatz Thin;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  color: #e7e7e7;
     text-shadow: 1px 1px 1px #000000;
  font-weight: normal;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: #transparent;
  color: #333;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: #transparent; font-family: Georgia Italic;
  color: #000
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #transparent;
  color: #222222
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
    color: #000000;
    border-radius: 0px!important;
    border: #4e4163;
}

/* CS1.8 */
#pun-navlinks .container {
  background-color: #transparent;
  color: #transparent;
  }

.offline li.pa-online strong {
  font-weight: normal
  }


/* 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
  }

#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: 1px solid transparent
  }

li.pa-online {
  border-left-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: #374173;
    font-weight: normal;
  text-decoration: none;
  font-family: YanoneKaffeesatz-Regular;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3f4875;
  }

/* 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: #3f4875;
  text-decoration: none
  }

/* CS3.3 */
#pun-navlinks a {
  color: #a2b3c7;
    border-bottom: 0px none #000;
     text-shadow: 1px 1px 1px #585858;
    font-weight: normal;
  text-decoration: none;
  font-family: YanoneKaffeesatz-Regular;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #becbda;
  text-decoration: none
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #000;
  color: #becbda;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

/* Сообщения------------------------------------*/
/*Старые сообщения*/
Div.icon {
background-image : url('http://forumfiles.ru/files/001a/1f/05/54558.png');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://forumfiles.ru/files/001a/1f/05/25731.png');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://forumfiles.ru/files/001a/1f/05/54558.png');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://forumfiles.ru/files/001a/1f/05/54558.png');
background-repeat: no-repeat;
}

/*Статистика*/
#pun-stats ul.container {
        background: url(http://forumfiles.ru/files/001a/1f/05/49007.png) no-repeat 25px 15px;
        padding-left: 95px;
}


/* Оформление профиля
 -------------------------------------------------------------*/ 

.post-author ul {
text-align: center;
}

.post-author ul li.pa-avatar img {
  height: auto; 
  max-height: 180px !important; 
  max-width: 180px !important; 
  width: auto;
}

.post-author ul li.pa-fld1, .post-author ul li.pa-fld2, .post-author ul li.pa-fld3, .post-author ul li.pa-fld4, .post-author ul li.pa-fld5 {
  font-size: 12px;
  width: 195px;
  margin-left: 0.1em;
  color: #000000;
}

.lastedit {
    display: none
}

/*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
border: dashed 2px #7b805a!important;
border-radius: 3px;
background: url("http://forumfiles.ru/files/001a/1f/05/54631.png") round;
padding: 9px;
font: normal normal 400 11px/normal Verdana;
}

a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited {
font-family: YanoneKaffeesatz-Regular;
font-size: 15px;
background-color:#374173;
display: block;
color: #ffffff;
text-align:center;
margin: 10px;
text-decoration: none;
border-style: solid;
border-color: #374173;
border-width: 1px 1px 1px 1px;
box-shadow: inset 0 0 4px #374173;
border-radius: 11px;
width:auto;
height:20px;
}
a.tvm:hover {
font-family: YanoneKaffeesatz-Regular;
font-size: 15px;
color: #ffffff; 
background-color:#c2ade3;
display: block;
text-align:center;
cursor:pointer; 
text-decoration: none;
border-radius: 11px;
border-style: solid;
border-color: #776c8a;
border-width: 1px 1px 1px 1px;
box-shadow: inset 0 0 4px #776c8a;
width:auto;
height:20px;
}

::-webkit-scrollbar {
    background: #d8d8d8; 
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    border-left: 0px solid #444444;

}
::-webkit-scrollbar-thumb {
    background: #4b4b4b; 
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.27); 
}
::-webkit-scrollbar-thumb:hover {
    background: #353535; 
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.6); 
}
@-webkit-keyframes headershine {
    0%        { opacity: 0.4; }
    50%        { opacity: 1; }
    100%     { opacity: 0.4; }
}