/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, 
.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: #0f0a08;
  text-align: justify;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #0f0a08;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: #8c877b;
  background: url(http://forumstatic.ru/files/0016/87/96/39330.jpg) top center no-repeat;
  color: #cfcfcf;
  font-weight: bold;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #0f0a08;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #0f0a08;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #0f0a08;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background: #d2ccc6;
  color: #0f0a08;
   }
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    outline: 1px solid #eae9e5;
    outline-offset: -3px;
    border-radius: 30px 0 0 0;
  }	
.punbb .quote-box cite, .punbb .code-box strong.legend { 
      background-color: #eae9e5;
  width: 100%;
    border-radius: 30px 0 0 0;
}

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  }

.offline li.pa-online strong {
  font-weight: normal;
  }


#pun-index .tcl h3 {
  padding-top: 5px;
  padding-left: 15px;  
  padding-bottom:5px;
  margin-bottom:5px;
  margin-top: 0;
  margin-left: -8px;
  border-radius: 30px 0 0 0;
  background-color: rgb(234,233,229,1);
  }
#pun-index .intd {
      background-color: #d2ccc6;
      border: 1px solid #8c877b;
          outline: 1px solid #7d7d7d;
          border-radius: 30px 0 0 0;
    outline-offset: 0px;
    padding:3px;
    margin-bottom:3px;
}  


.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  background-color: #cfcfcf;
  border: 1px solid ;
  }

  /*Фон мини-профиля в Топике*/
.punbb .post .post-author {
    background: url() center top no-repeat;
    background-color: #d2ccc6;
  text-align: center;
  color: #1c1310;
    outline: 1px solid #eae9e5;
    outline-offset: -3px;
  border-radius: 0 30px 0 0;
}
.pa-title {
    color: #1c1310;
}
.pa-avatar img {
border: 1px solid #7d7d7d;
    outline: 1px solid #7d7d7d;
    outline-offset: 4px;
    margin-top: 7px!important;
    margin-bottom: 7px!important;
}
.punbb .post .pa-author a {
    color: #c6bbb0!important;
} 
 .pa-author {
    background: #0a2919;
    border-bottom: 1px solid #0a2919;
    border-radius: 0 30px 0 0;
} 
.post-author ul li.pa-author {
    color: #c6bbb0!important;
}

.punbb .post .post-author a {
    color: #47403c;
}
/* личное звание */
.pa-fld1 {
  border: 0;
}
.name {
    background-color: #0a2919;
    color: #c6bbb0!important;
    line-height: 120%;
font-size: 12px;
font-weight: normal;
    text-transform: uppercase;
    font-family: Century Gothic;
    letter-spacing: 2px;
    border-radius: 0 0 30px 30px;
}
.info {
    background: #eae9e5;
    text-align: center;
    font-size: 10px;
    padding: 10px;
    text-transform: lowercase;
    outline: 1px solid rgb(140,135,123,1);
    outline-offset: -3px;
    border-radius: 20px 20px 0 0;
}
.name a {
    color: #c6bbb0!important;
}

.name a:hover{
    color: #5e5b53!important;
    display: block;
}

  
  /*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
border: solid 1px #7d7d7d!important;
background: rgb(207, 207, 207,0.89); 
padding: 9px;
font: normal normal 400 11px/normal Verdana;
}

/* Прокрутка */
html > ::-webkit-scrollbar-thumb {
    background-color:#606161;
    border: 1px solid transparent;
    border-top:none 0 transparent!important;
    border-bottom:none 0 transparent!important;
    background-clip: content-box;
}
html > ::-webkit-scrollbar {
    width: 10px;
    background: rgba(220,214,211, 0.55);
}
html > ::-webkit-scrollbar-button {
  height:10px;width:15px;
  background: #606161;
  border: 1px solid rgba(220,214,211, 0.35);
}
body ::-webkit-scrollbar{height: 6px;width: 6px;}body 
::-webkit-scrollbar-track{background: rgba(220,214,211, 0.45);}body ::-webkit-scrollbar-thumb{background: #75716f;}body 
::-webkit-scrollbar-button{background:#948f8d;color:#fff;border-radius:10px;height:13px;width:13px}body 
::-webkit-scrollbar-corner{background:#75716f}body ::-webkit-scrollbar-button:vertical:increment{border-top:1px solid #948f8d;border-radius:0}body 
::-webkit-scrollbar-button:vertical:decrement{border-bottom:1px solid 
#948f8d);border-radius:0}body ::-webkit-scrollbar-button:horizontal:increment{border-top:1px solid #dcd6d3);border-radius:0}body 
::-webkit-scrollbar-button:horizontal:decrement{border-bottom:1px solid 
#948f8d;border-radius:0}body ::-webkit-scrollbar-button:vertical:increment,body ::-webkit-scrollbar-button:vertical:decrement,body 
::-webkit-scrollbar-button:horizontal:increment,body ::-webkit-scrollbar-button:horizontal:decrement{background-color:#948f8d
!important;background-repeat:no-repeat !important}


/* фон у цифры новых сообщений на Главной */
.punbb .icon[data-new-topics]:before,
.punbb .subforums span[data-new-topics]:before{
  background:#e5e0c9;
  color:#31302b;
  margin-left:23px;
  margin-top:-3px;
  border-radius:8px;
  font-size:8px;
  padding:0;
}

span.num_msg {
    margin-top:-5px!important;
    font-size: 8px!important;
    height: 10px!important;
}   
    
/* цифра уведомлений */
.bubble {
    background: #e5e0c9!important;
    color: #1c1310!important;
    min-width: 10px!important;
    top: -7px!important;
    right: -3px!important;
}
.bubble:after {
    border-color: transparent!important;
    left: 3px!important;
}

/* фон под перемещение сообщений */
.move_posts_form .container {
  background:#cfcfcf!important;
}



#pun-index thead {display: none}
#pun-index .category table {
    border-spacing: 0px 15px;
    border: 0 !important;
}
#pun-index .tcl {
    padding: 0px !important;
}
#pun-index .tclcon {
    width: auto;
    position: relative;
}
#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    width: 50px;
display: none
}

.Tems_And_messages  {
  display:inline-block;
  width:auto;
  font-size: 8px;
  text-transform: none;
  font-weight: 500;
text-align: right !important;
    text-transform: uppercase;
    margin-right: 30px;
}

.Tems_And_messages span {font-weight: 500}


.main table .Add {
  display: block;
  padding: 0px;
  height: 8px;
  line-height:8px;
    text-align: center;
  position: absolute;
    top: 7px;
    right: 20px;
    opacity: .6
}

#pun-index .tcl {width:67% !important;
} 


/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, #pun-title {
  border: none;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  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: none;
  }

.punbb .post-sig dt {
  border-top: 1px solid #1c1310;
  width: 250px;
  margin: 7px;
  }

.post-content hr {
    border-color: transparent;
    background-color: #1c1310;
    opacity: 0.8!important;
}

/* 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: #47403c;
  font-variant: small-caps;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #1c1310;
  text-decoration: none;
  }

/* 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: #000;
  text-decoration: none;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #c6bbb0;
  text-decoration: none;
  }

#pun-ulinks a {
  color: #c6bbb0;
  letter-spacing: 1px;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #c6bbb0;
  }

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: #c6bbb0;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  color: #000;
  }

#pun-index .tcl h3 a {
        color: #47403c;
        background:transparent;

  }


#tops a {
    padding: 0!important;
background-color: transparent!important;
}



/* ссылки амс  */
#linkt2 a {
font-family: arial;
font-size: 12px;
background-color: #eae9e5;
display: inline;
font-weight: normal;
text-align:center;
margin: 2px;
text-decoration: none;
padding: 0 10px;
}
#linkt2 a:hover {
font-family: arial;
font-size: 12px;
background-color:#eae9e5;
display: inline;
font-weight: normal;
text-align:center;
text-decoration: none;
padding: 0 10px;
}
/* ссылки актуальное  */
#linkt a {
font-family: Century Gothic;
font-size: 14px;
background-color: #c6bbb0;
display: inline;
font-weight: bold;
text-align:center;
margin: 2px;
text-decoration: none;
padding: 0 20px;
border: 1px solid #47403c;
}
#linkt a:hover {
font-family: Century Gothic;
font-size: 14px;
background-color:#c6bbb0;
display: inline;
font-weight: bold;
text-align:center;
text-decoration: none;
padding: 0 20px;
letter-spacing: 2px;
transition: 0.9s;
border: 1px solid #47403c;
}

  .punbb .post-content .quote-box a, .punbb .post-content .code-box a {	
      color: #36302d;
background-color:#eae9e5;
  }
    .punbb .post-content a {
          color: #36302d;
background-color:#cfcfcf;
  }



#pun-index .tcl a {
font-family: arial;
font-size: 11px;
background-color: #eae9e5;
color: #47403c; 
display: inline;
font-weight: normal;
text-align:center;
margin: 2px;
text-decoration: none;
padding: 0 10px;
}




/* CS4 Post status icons
 -------------------------------------------------------------*/
.punbb table Div.icon {float: right; display: block; width: 25px; height: 25px; padding:0px; background-image: url(http://forumstatic.ru/files/0016/87/96/12160.png); background-repeat: no-repeat; }
.punbb table div.inew {background: url(http://forumstatic.ru/files/0016/87/96/72174.png); background-repeat: no-repeat;}
TR.isticky Div.icon {background: url(http://forumstatic.ru/files/0016/87/96/72174.png); background-repeat: no-repeat;}
TR.iclosed Div.icon {background: url(http://forumstatic.ru/files/0016/87/96/12160.png); background-repeat: no-repeat;}
tr.iredirect div.icon {background: url(http://forumstatic.ru/files/0016/87/96/12160.png); background-repeat: no-repeat;
}
#pun-main div.catleft, #pun-main div.catright {display: none}








/* баннеры */
#banner-box {
    position: absolute;
    overflow-y: scroll;
    margin-left: 90px;
    margin-top: 100px;
    width: 990px;
    height: 63px;
    opacity: 0.6;
    padding: 5px;
  text-align: center;
}
#banner-box:hover{
    opacity: 1;
}
 



 /* аватар на главной */
.punbb .user-avatar .avatar-image {
    margin: 1px 6px 3px -8px;
    opacity: 0.85;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border: 2px solid #606161 !important;
}

.punbb .user-avatar .isonline {
  width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px !important;
    right: 3px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #606161;
    z-index: 100;
}

em.user-avatar{float:right!important;  padding-left:20px;}
.punbb .user-avatar img.ava {
    height: 30px;
    width: 30px;
}


/* скроллбар для шрифтов */
#font-area { max-height: 310px; overflow-y: auto; font-size: 14!important; }

.punbb .post h3 span {
    padding: 0.5em 1em;
    display: block;
    margin-left: 0em;
    border-left-style: solid;
    border-left-width: 1px;
}



/* вид репутации */
#pun-report .inner h1, #pun-reputation .inner h1, #pun-admin-award-form .inner h1 {
    background-image: none !important;
    width: 768px !important;
    margin-left: -4px;
    padding: 0px !important;
    height: 18px !important;
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    min-height: 20px;
    padding: 7px;
    margin: 19px 4px;
    background-color: #cfcfcf;
    border: 1px solid #353232;
    max-width: 760px;
}

#button-dice {
background-image:url(http://forumstatic.ru/files/001a/aa/d5/74816.gif);
}
#opimg {
    opacity: 0.5;
}
#opimg:hover {
    opacity: 1;
transition: 0.9s;
}
