/* CS1 Background and text colours
-------------------------------------------------------------
*/

#pun-title table {
    border: none;
    margin-left: -10px;
    float: none;
    width: 900px;
    height: 1px;
}


body {
    background-color: #c4cbdb;
    background-position: top center;  
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-style: none;
}

#pun { 
    margin: 50px auto 50px auto;
    background-image: url(""); 
    background: #e9ebf1;
    background-attachment: fixed; 
border-bottom: 11px solid #f0908a!important;
}

/* Ставим шапку*/
#pun-title.section {
  background: transparent url("http://funkyimg.com/i/2P5k9.png") top center scroll no-repeat; 
  width:920px; 
  height: 290px;
  margin-top: -30px;
  margin-left: -10px;}


div#pun-about {
    margin-bottom: -10px;
} 

#pun-title .title-logo { 
    display: none; 
}


.lastedit {
    display: none;
}

#pun-main .post-author ul  {
    text-align: center;
}

#pun-announcement h2 {
    display: none;
}

.stickytext, .closedatafield {
    display: none;
}

/*Цвет полосы прокрутки*/

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #e4e8f0;
}

::-webkit-scrollbar-thumb {
    background: #a3afc7;
}


/* цвет выделения кода */
::selection { 
background: #b6b6cb; /* Safari */ 
} 
::-moz-selection { 
background: #b6b6cb; /* Firefox */ 
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer  {
    background-color: transparent;
    color: #00000;
 }

.punbb .formal fieldset .post-box {
    padding-right: 1em;
}

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {  
    background-color: transparent;  
    background-image: url();  
    font-size: 12px;
    text-align: center;
    color: #000000;
    font-family: Arial;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
    background-color: transparent;
    color: #000000;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
    background-color: transparent;
    color: #000000;
}

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
    background-color:transparent;
    color: #000000;
}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
    /* background: url() 0 bottom no-repeat, url(https://i.imgur.com/w8H7hwa.png) 0 top no-repeat, url(https://i.imgur.com/wbpUdSv.png) 0 top repeat; */
    background-color: #dbdee8;
    border: 1px solid #cbcfde !important; 
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: justify;
    box-shadow: inset 0 0 9px #e9ebf1;
}

/* CS1.8 */
#pun-navlinks .container {
    background: transparent;
    color: #ffffff;
}

.offline li.pa-online strong {
    font-weight: normal
}

.punbb textarea, .punbb select, .punbb input {
    background-color: #e8e8ea;
    border: 1px solid #cbcbcd !important;
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
    border-color: #000000;

  }

/* 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 {color: #000000;
    border-color: transparent;  
}

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
    border-color: #000;
}

#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 #000000
}

li.pa-online {
    border-left-color: transparent;  
}

#pun-userlist .main .tcl, #pun-userlist .main .tc2 {
    width: 15%!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: #3f3550;
    border-bottom: 1px none #000000;
    text-decoration: none;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    color: #000000;
}

/* 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: #5a4e6f;
    border-bottom: 0px none #000000;
    text-decoration: none;
}

/* CS3.3 */
#pun-navlinks a {
    color: #7686a6;
    border-bottom: 0px none #160e12;
    text-decoration: none;
}

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
    color: #8899b9;
    border-bottom: 0px none #000000;
    text-decoration: none;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #000000;
    color: #000000;
}

#pun-index.punbb .tclcon h3 > a {
    color: #3f3550;
    /* -webkit-transition: all linear 0.3s; */
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    text-shadow: 0px 0px 0px #ad9fa9;
    font-size: 13px !important;
    padding-right: 10px;
    font-weight: bold;
}

#pun-index.punbb .tclcon h3 > a:active, #pun-index.punbb .tclcon h3 > a:hover {
    color: #000000;
}

/* CS4 Post status icons
-------------------------------------------------------------*/

Div.icon {float: right; 
display: block; 
border-style: none none none none;
padding-left: 10px !important;
margin-right: 30px;
margin-top: 7px!important;
width: 55px;
height: 49px !important;
background-image : url(http://funkyimg.com/i/2P5oF.png);
background-repeat: no-repeat; }

TR.inew Div.icon {background-image : url(https://i.imgur.com/yE0vyRz.png); background-repeat: no-repeat;}
TR.iclosed Div.icon {background-image : url(http://funkyimg.com/i/2P5oF.png); background-repeat: no-repeat;}
TR.isticky Div.icon {background-image : url(https://i.imgur.com/yE0vyRz.png); background-repeat: no-repeat;}


#pun-main div.catleft, #pun-main div.catright {display: none}




/*всплывающее окно наград и репутации*/
#pun-popup_awards div.container {
    background: #c6c6ce;
}

.inner.post_reputation {
    background: #c6c6ce; /*цвет фона*/
    border: 2px double solid #b6b6be; /*граница*/
}

/*фон выпадающего меню в форме ответа*/
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    background: #c6c6ce;
    border: 2px solid #b6b6be;
    padding-top: 5px; /*отступ от bb-панели*/
    border-radius: 5px;
}

/*Выравниваем в одну строку число постов и Уважение*/
.pa-posts, .pa-respect {
    text-align: center;
    font-size: 9px ;
    border: 0px solid #cbc0bf; /*Вид бордеров*/
    display: inline-block;
    padding: 0 2px;
    width: 66px; 
    margin-left: 0px; 
    text-transform: lowercase;
}

.pa-posts {
    word-spacing: 25px;
    margin-left: -38px!important;
}


.pa-respect {
    margin-right: -40px!important;
}

.pa-posts, .pa-fld2, .pa-respect {
}

#font-area.container {
    height: 200px;
    overflow: auto;
    border: 2px solid #afa8bb;
    background: #c5c0cf;
    border-radius: 5px 0px 0px 4px;
    left: 15px;
    width: 130px;
}

#size-area.container {
    background-color: #c5c0cf;
    border: 2px solid #afa8bb;
    border-radius: 5px;
    left: 35px;
    width: 50px;
}

/*цвет ссылок в профиле*/
.punbb .post .post-author a{
    color: #000000;
}

/*цвет текста в профиле*/
.punbb .post .post-author {
    color: #000000;
}

/*пиздатое зачеркивание*/
 .post-content del {
    filter: blur(2px);
    text-decoration: none;}

 .post-content del:hover { 
filter: none; 
text-decoration: none;}

/* СКРЫТИЕ MARK В ТЕМЕ С ЛИЧНОЙ СТРАНИЦЕЙ */
.post-content .highlight-text {
    background-color: #c2dbd2!important;
    color: #000;
}


.post-author ul li.pa-author a {color: #63567c!important;}
.pa-respect a {color: #63567c!important;}


/*подфорумы*/
#pun-index td div.tclcon { margin-left: 0px; }

#pun-index .tcl h3 a:hover {
  color: #8e8abe;
 }

#pun-index .tcl h3 a {
  color: #474f6f;
 }

/*профиль*/
.pa-fld1 {width: 58px;}

li.pa-fld2 {
  margin-top: -20px;
  }

li.pa-fld3 a {color: #d36f84!important; font-weight: 600; font-size: 10px; font-style: italic;}
li.pa-fld3 i {color: #697895!important; font-weight: 600;}

li.pa-fld3 {
  width: 171px;
  margin-left: 0px;
  text-align: justify;
  padding: 5px!important;
  margin-bottom: 5px;
  background-color: #c4c8d8;
  box-shadow: inset 0 0 5px #e9ebf1;
  font-size: 10px;
  font-family: arial;
  line-height: 11px;
  }

/* соц.сеть */
#spellbookup {width: 500px; height: 31px; background-image: url(http://funkyimg.com/i/2KNJH.png); margin: 0 auto;} 
#spellbooktop {width: 500px; height: 200px; background-color: #f5f8fa; background-position: center;} 
#spellbookstat {margin: 0 auto; width:500px; background: #fff;} 
#spellbookname {height: 24px; margin-top: -33px; margin-left: 150px; font-size: 24px; padding: 3px; font-family: arial; font-weight: bold; color:#fff;} 
#spellbookav {height:100px; width:100px; margin-top:-80px; margin-left: 20px; z-index:100;} 
#spellbookav img {height:100px; width:100px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border:5px solid white; height:100px; width:100px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.72); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.72); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.72);} 
#spellbooklinks {margin-top: -8px; line-height: 10px; font-size: 10px; height: 24px; width: 100%; margin-left: 150px;} 
#spellbooklinks a {text-decoration:none; letter-spacing:.5px; padding: 7px;border-left: 1px solid grey; text-transform:uppercase; font-family: arial; font-weight: bold; } 
#spellbookcontent {width: 500px; background:#e9ebee; margin:0 auto; } 
#spellbookcontent table td { vertical-align: top; } 
#spellbookcont {margin: 7px; background: #fff; color: #000; font-family: arial; padding: 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;} 
#spellbookcont a { font-family: arial; font-weight: bold; } 
#spellbookpost { margin: 7px; background: #fff; color: #000; font-family: arial; padding: 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;} 
#spellbookpost a { font-family: arial; font-weight: normal; padding: 0 5px; text-align: center;} 
#spellbookpost hr { border: 0; width: 100%; color: silver; height: 1px; background: silver; } 
#spellbookpost img {max-width: 100%;} 
#postspellbook {width: 350px; margin: 0 auto; background: #fff;} 
#postname {width: 190px; height: 40px; padding: 5px 17px 0; overflow: hidden; background-color: #fff;} 
#postav {width: 40px; height: 40px; background-size: cover; background-position: center; border-radius: 50%; display: inline-block; vertical-align: top; margin-left: 0px; margin-top: 0px;} 
#post1 {width: 130px; height: 50px; display: inline-block; vertical-align: top} 
#post2 {height: 50px; overflow: hidden} 
#postus {font-family: arial; font-size: 11px; text-align: left; padding: 8px 10px; color: #8899a6; vertical-align: top;} 
#postus a {font-size: 12px; letter-spacing: 1px; }