/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
html, body {
    background: url(http://forumstatic.ru/files/001b/2c/d5/13222.jpg) repeat-y top left,
url(http://forumstatic.ru/files/001b/2c/d5/97129.jpg) no-repeat top right, url(http://forumstatic.ru/files/001b/2c/d5/13222.jpg) repeat top left;
    background-attachment: fixed;
    background-color: #2a2a2a;
}


/* Шапка */
#pun-title table {
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/81315.png);
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    width: 972px;
    height: 220px;
    margin-left: -36px;
    margin-top: -250px;
}

/* Тело форума */
#pun {
width: 972px; 
background-color: transparent; 
background-image: url(http://forumstatic.ru/files/001b/2c/d5/60815.png); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}

.punbb {
padding: 0 30px!important;
width: 972px;}

/* Футер */
#pun-about p.container {
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/55304.png);
    margin: 0px 0px -100px -36px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 972px;
    height: 83px;
    overflow-x: hidden;
    padding-bottom: 60px;
}


/* 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 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: #323232;
font-weight: normal;
font-style: normal;
}

#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color:  transparent;}

.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: transparent;
    color: #323232;
    text-align: center;
    font-style: normal;
    font-family: montserrat;
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/92851.jpg);
    background-color: #dad9d9;
    color: #323232;
    border: 1px solid #00000021;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
    background-color: #dad9d9;
    color: #323232;
}


/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
 }

.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/92851.jpg);
    background-color: #dad9d9;
}





/* 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, #pun-navlinks a, #pun-ulinks a {color: #343434;
  text-decoration: none;}

/* CS2.2 */
.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,  #pun-ulinks a:focus, #pun-ulinks a:active {
color: #703c64;
    transition-duration: 1s;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
    color: #703c64;
    transition-duration: 1s;
    text-decoration: none;
  }

#pun-ulinks a {
    font-size: 11px;
    color: #343434;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: lowercase;
    transition-duration: 1s;
}

#pun-ulinks a:hover {
  text-decoration: none;
  color: #703c64;
    transition-duration: 1s;
}


#pun-navlinks a {
    color: #292929;
    transition-duration: 1s;
    text-decoration: none;
    display: inline-block;
    line-height: 15px;
}


#pun-navlinks a:after {
display: block;
content: ""; 
height: 1px; 
width: 0%; 
background-color: #703c64; 
transition: width 0.4s ease-in-out; 
}

#pun-navlinks a:hover:after,
#pun-navlinks a:focus:after {
width: 100%;
}

#pun-navlinks a:focus, #pun-navlinks a:active {
color: #703c64;
    transition-duration: 1s;
}


#pun-navlinks a:hover {
color: #703c64;
  transition-duration: 1s;
}



/* CS3 Остальное 
-------------------------------------------------------------*/

div.icon {
    height: 9px;
    width: 9px;
    background: #cccaca;
    margin-left: 0px;
    position: absolute;
    outline: 1px solid #c9c7c7;
    outline-offset: 2px;
    margin-top: 6px;
}

tr.inew div.icon {
    height: 9px;
    width: 9px;
    background: #2a2a2a;
    margin-left: 0px;
    position: absolute;
    outline: 1px solid;
    outline-offset: 2px;
    margin-top: 6px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #2f2f2fb8;
    border-radius: 50%;
    box-shadow: 2px 2px 4px #10100d1c inset, 0px 0px 0px 1px #a5a5a55e;
    height: 9px;
    width: 9px;
    margin-top: 2px !important;
    outline: none;
    margin-left: 0px !important;
    margin-right: 10px !important;
    position: inherit;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #9e6e94;
    border-radius: 50%;
    box-shadow: 2px 2px 4px #10100d1c inset, 0px 0px 0px 1px #a5a5a55e;
    height: 9px;
    width: 9px;
    margin-top: 2px !important;
    outline: none;
    margin-left: 0px !important;
    margin-right: 10px !important;
    position: inherit;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #66666659;
    border-radius: 50%;
    box-shadow: 2px 2px 4px #10100d1c inset, 0px 0px 0px 1px #a5a5a55e;
    height: 9px;
    width: 9px;
    margin-top:2px !important;
    outline: none;
    margin-left: 0px !important;
    margin-right: 10px !important;
    position: inherit;
}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
background: #767676;
    border-radius: 50%;
    box-shadow: 2px 2px 4px #10100d1c inset, 0px 0px 0px 1px #a5a5a55e;
    height: 9px;
    width: 9px;
    margin-top: 2px !important;
    outline: none;
    margin-left: 0px !important;
    margin-right: 10px !important;
    position: inherit;
}





/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: block;}
#pun-stats h2 span {visibility: visible;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---Прокрутка---*/
::-webkit-scrollbar {
    width: 9px;
    height: 6px;
    background-color: #262626;
}

::-webkit-scrollbar-thumb {
    background-color: #e8e7e7;
    border: 4px solid #262626;
}


::selection {
    background: #6c3b61 !important;
    color: #e8e7e7;
}

#pun-index .tcr a {
    font-size: 13px;
    font-weight: 700;
    font-family: montserrat !important;
    color: #6d3b62 !important;
}

.punbb .user-avatar .isonline {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #6c3b61 !important;
    z-index: 100;
}


#pun-index .tcl h3 a { 
    transition-duration: 1s;
    text-decoration: none;
    display: inline-block;
    line-height: 15px;
}


#pun-index .tcl h3 a:after {
display: block;
content: ""; 
height: 1px; 
width: 0%; 
background-color: #6c3b61; 
transition: width 0.4s ease-in-out; 
}

#pun-index .tcl h3 a:hover:after,
#pun-index .tcl h3 a:focus:after {
width: 100%;
}


#pun-index .tcl h3 a:hover {
color: #6c3b61;
  transition-duration: 1s;
}



li.pa-ua {
    margin-top: 0.7em;
    justify-content: center;
    display: none !important;
}


.pa-posts, .pa-respect {
    display: inline-block;
    text-transform: lowercase;
    font-family: 'Montserrat';
    font-size: 9px;
    padding: 1px 10px 1px 10px !important;
    margin: 0 -2px !important;
    margin-top: 5px !important;
    font-weight: 500;
    width: auto;
    margin-bottom: 5px !important;
}

.category .container thead {display: none;}

.punbb .pa-avatar img {
    max-width: 180px !important;
    margin-bottom: 4px;
    margin-top: 10px;
    box-shadow: 0px 0px 0px 4px #10101082;
    outline: 1px solid #4e4e4e66;
    outline-offset: 4px;
    border: 1px solid #2b2b2b;
}



#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    position: absolute;
    right: 6px;
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/92851.jpg);
    background-color: #dad9d9;
    border: 1px solid #cbc9c9;
    top: 43px;
    overflow-y: auto;
    padding-top: 10px;
}

.punbb .post-content a, .punbb .post-content a:link {
    font-weight: bold;
    color: #945787;
}

.punbb .post-content strong {
    font-weight: bold;
    color: #222121;
}



.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    box-shadow: 0 0 14px rgba(0,0,0,.3);
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background-image: url(http://forumstatic.ru/files/001b/2c/d5/92851.jpg);
    background-color: #dad9d9;
    border: 1px solid #cbc9c9;
}



/***  Заплатка для поля ответа ***/
textarea#main-reply {
  width: 100%;
  height: 100%;
  height: 205px;
  margin: 0 auto !important;
  padding: 0.75em;
  box-sizing: border-box;
  overflow: auto;  }


del {
    color: transparent;
    text-shadow: 0 0 4px rgba(1,1,1,1);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    text-decoration: none!important;
}
del:hover {
    background: transparent;
    color: #1e1c1c;
    text-decoration: none!important;
    text-shadow: none;
}


.button {
    border-radius: 1px !important;
    color: #c8c6c1 !important;
    font-family: roboto !important;
    background-color: #68365c !important;
    font-size: 9px !important;
    border: none;
    box-shadow: 0 5px 10px #7b4a6b inset, 0 0 0 1px #432020 inset;
    margin-top: 5px !important;
    padding: 4px 14px 4px 14px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 500 !important;
    vertical-align: middle;
    text-transform: uppercase;
}



#video-area-tinp, #image-area-tinp {
    margin: .5em 0;
    padding: .3em;
    border: 1px solid #cbc9c9;
    height: 70px;
}


#tags .container {
    background-color: #efefef;
    position: absolute;
    right: 6px;
    top: 43px;
    border: 1px solid #cbc9c9;
    padding-top: 10px;
}




#pun-index .category h2:first-letter, #pun-stats h2:first-letter {
    color: #68395e !important;
}

.go-up {
    width: 12px !important;
    font-weight: 400;
    height: 70px !important;
    background: #2b2b2b;
}

.go-down {
    width: 12px !important;
    font-weight: 400;
    height: 70px !important;
    background: #2b2b2b;
}

.opisanie {
    text-align: justify;
    border-bottom: 1px solid;
    margin: 0px 0 2px 0 !IMPORTANT;
    padding-bottom: 3px;
    font-family: 'Roboto';
}

.ssilki {
    text-align: right;
}


.ssilki a {
display: inline-block;
    background: #6d3b62;
    color: #e9e8e8 !IMPORTANT;
    font-size: 9px;
    font-family: 'Roboto';
    padding: 1px 4px 1px 4px;
    text-transform: uppercase;
    margin: 0px 2px 0px 2px !important;
    transition-duration: 2s;
}

.ssilki a:hover {
    display: inline-block;
    background: #2c2c2c;
    color: #e9e8e8 !IMPORTANT;
    font-size: 9px;
    font-family: 'Roboto';
    padding: 1px 4px 1px 4px;
    text-transform: uppercase;
    margin: 0px 2px 0px 2px !important;
    transition-duration: 2s;
}


.opisanie b {
color: #6d3b62;
}

.punbb .post .post-author a {
    color: #9a9494 !important;
    text-shadow: 1px 1px #0003;
}


.activess {
    height: 42px;
    width: 150px;
    top: 96px;
    margin-left: 9px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
}


.activess img {
margin: 0px 0px 0px 5px !important;
}


.privet {
    height: 53px;
    width: 182px;
    top: 140px;
    margin-left: 14px !important;
    position: absolute;
    text-align: justify;
    line-height: 11px;
    z-index: 100;
    color: #e9e8e8;
    font-weight: 500;
    padding-right: 5px;
    font-family: 'Montserrat';
    font-size: 9px;
    overflow-y: auto;
}



.privet::-webkit-scrollbar {
width: 5px;
    height: 6px;
    background-color: #292929;
}

.privet::-webkit-scrollbar-thumb {
    background-color: #e8e7e7;
    border: 2px solid #292929;
}



.activess2 {
    height: 42px;
    width: 150px;
    top: 96px;
    text-align: right;
    margin-left: 736px !important;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
}


.activess2 img {
margin: 0px 0px 0px 5px !important;
}


.amsname {
    height: 12px;
    width: 261px;
    top: 70px;
    text-align: left;
    margin-left: -25px !important;
    color: #e8e7e7;
    position: absolute;
    z-index: 100;
    font-weight: 500;
    /* border: 1px solid red; */
    font-size: 9px;
}


.amsname a {
color: #e6e5e5 !important;
}


.coupname {
    height: 12px;
    width: 261px;
    top: 70px;
    text-align: right;
    margin-left: 662px !important;
    color: #e8e7e7;
    position: absolute;
    z-index: 100;
    font-weight: 500;
    /* border: 1px solid red; */
    font-size: 9px;
}


.coupname a {
color: #c480b5 !important;
}


.linbl {
    height: 53px;
    width: 187px;
    top: 140px;
    margin-left: 700px !important;
    position: absolute;
    text-align: right;
    line-height: 14px;
    z-index: 100;
    color: #e9e8e8;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 9px;
    /* border: red 1px solid; */
}

.linbl a {
color: #e6e5e5 !important;
    padding: 0px 3px 0px 3px;
    transition-duration: 2s;
}


.linbl a:hover {
    color: #d096b2 !important;
    background: #353535;
    padding: 0px 3px 0px 3px;
    transition-duration: 2s;
}


.pa-fld1 {
    margin: 3px !important;
}


.lzname {
margin: 5px 0px 5px 0px !important;
    border-bottom: 1px solid #393939;
    padding: 2px 0 2px 0;
}

.lzname a {
    text-transform: uppercase;
    font-weight: 600;
}


.lzinfo {
text-align: justify;
    background: #0000002b;
    border: 1px solid #2b2b2b;
    margin: -2px 3px 3px 3px !important;
    padding: 6px 8px;
    font-family: 'Montserrat';
    font-size: 9px;
    color: #d8d7d7;
}



#pun-index .category h2, #pun-stats h2 {
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background-color: #f6f6f6;
    letter-spacing: 1px !IMPORTANT;
    padding: 4px 10px 4px 0 !important;
    margin: 0px -10px 10px -10px !important;
}

.banners {
    position: absolute;
    margin-left: -15px !important;
    width: 932px;
    height: 42px;
    overflow-y: auto;
    margin-top: 50px !important;
    text-align: center;
}

.banners a{
  opacity: 0.9;
  filter: grayscale(100%);
}

.banners a:hover {
  filter: none;
}

.pluha {
    margin: 3px 4px 5px 5px !important;
    height: 34px;
    border: 1px solid #421736;
    width: 187px;
    background-color: #6b2e5b;
    box-shadow: 0 0 6px #531b47 inset;
}

.pluha img {
    max-height: 48px;
    margin-top: -10px;
    position: absolute;
    margin-left: -105px !important;
}


.pluha2 {
    font: 300 10px montserrat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #e4e4e4;
    margin-top: 10px !important;
    text-align: center;
    padding-left: 9px !important;
}

.pa-awards, .pa-gifts {visibility:hidden!important;}

img.cash1 {
background: url(http://forumstatic.ru/files/001b/24/a6/71540.png);
width: 34px;
height: 34px;
margin-top: -17px;
}

img.cash2 {
background: url(http://forumstatic.ru/files/001b/24/a6/33422.png);
width: 19px;
height: 19px;
margin: -3px 21px 0px 2px;
}

.pa-fld3 {display: block !important;
margin-top: 7px !important;}

/* новости */
.pnews {
    padding: 6px 7px 6px 7px;
    width: 151px !important;
    display: inline-block;
    font-family: Roboto;
    transition-duration: .2s;
    text-transform: lowercase;
    background: #6d3b62;
    opacity: .9;
    text-align: center:
}

.pnews a, .pnews2 a{
    color: #fdfdfd !important;
    font-size: 11px;
}

.pnews:hover, .pnews2:hover {
  opacity: 1;
  letter-spacing: 0.2px;
}

.pnews2 {
    padding: 6px 7px 6px 7px;
    width: 151px !important;
    display: inline-block;
    font-family: Roboto;
    transition-duration: .2s;
    text-transform: lowercase;
    background: #f4c0bd;
    opacity: .9;
    text-align: center; 
}

/* вид плюса */
div.post-rating a, div.post-vote a {
    font-size: 150% !important;
    text-decoration: none !important;
    font-family: arial;
}