/* CS1 Background and text colours
-------------------------------------------------------------*/

/* фон */
html, body { background:
  url("http://forumstatic.ru/files/001a/19/dc/29838.jpg") repeat-x top left,
  url("http://forumstatic.ru/files/001a/1c/5a/50391.jpg") center; background-color: #5a626f;
}

/* Шапка */
#pun-title table {
background-image : url(http://forumstatic.ru/files/001a/19/dc/54659.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
width: 1200px;
height: 479px;
margin-left: -146px;}

/* Тело форума */
#pun {
width: 968px; 
background-color: transparent; 
background-image: url(http://forumstatic.ru/files/001a/1c/5a/40248.jpg); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}

.punbb {
padding: 0 30px!important;
width: 968px;}

/* Футер */
#pun-about p.container {
background-image : url(http://forumstatic.ru/files/001a/1c/5a/85441.png);
margin: 0px 0px -60px -30px;
background-position : center top;
background-repeat : no-repeat;
width: 968px;
height: 150px; 
overflow-x: hidden;}






/* 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: #322e22;
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: #322e22;
text-align:center; 
font-size: 12px; 
font-style: normal; font-weight: bold; font-family: "arial";
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
    background-color: #b7b4a0;
    color: #322e22;
    border: 1px solid #b4b199;
    box-shadow: 2px 0px #dcd8c857 inset;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
    background-color: #b7b4a0;
    color: #322e22;
}

/* Тень и закругление */
.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: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div, .modal-inner.section {
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
    background-color: #b7b4a0;
}





/* 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: #401f1f;
  text-decoration: none;
transition-duration: 1s;
  }

/* 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: #401f1f; 
  text-decoration: none;
transition-duration: 1s;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
  color: #343d49;
  text-decoration: none;
transition-duration: 1s;
  }

#pun-ulinks a {
    font-size: 10px;
    color: #c4c2bb;
    text-transform: lowercase;
    font-family: roboto;
    text-shadow: -1px 1px #00000042;
transition-duration: 1s;
}

#pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  text-decoration: none;
  color: #919aa5;
transition-duration: 1s;
}


#pun-navlinks a:focus, #pun-navlinks a:active {
  text-decoration: none;
  color: #919aa5;
transition-duration: 1s;
}

#pun-navlinks a {
    color: #d1d1ce;
    background: linear-gradient(rgb(255, 255, 255) 20%, rgba(0,0,0,1) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 0 rgb(17, 20, 14), 0 0 5px rgba(8, 11, 7, 0.13);
transition-duration: 1s;
}


#pun-navlinks a:hover {
    color: #919aa5;
transition-duration: 1s;
}




/* CS3 Остальное 
-------------------------------------------------------------*/

/* CS3.1 Иконки*/

div.icon {
        background: url(http://forumstatic.ru/files/001a/1c/5a/87291.png) no-repeat;
}

tr.inew div.icon {
        background: url(http://forumstatic.ru/files/001a/1c/5a/45619.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://forumstatic.ru/files/001a/1c/5a/80168.png) no-repeat;
}

tr.isticky div.icon {
        background: url(http://forumstatic.ru/files/001a/1c/5a/72165.png) no-repeat;
}


/* 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: none;}
#pun-stats h2 span {visibility: hidden;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---Прокрутка---*/
::-webkit-scrollbar-thumb:vertical {
background-color: #462121; height: 4px; border: 1px solid #3c1c1c;
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #462121; height: 4px; border: 1px solid #3c1c1c;
}

::-webkit-scrollbar {
    background-color: #bcb8a5;
    height: 4px;
    width: 5px;
}

::selection {
    background: #29303a !important;
    color: #c8c5b4;
}


#pun-viewforum.punbb div.icon {
    margin-top: 0 !important;
}

.punbb .pa-avatar img {
    border: 2px solid #aba89a;
    max-width: 180px !important;
    box-shadow: 0 0 0 1px #a0957c;
    margin-bottom: 3px;
    margin-top: 4px;
}



#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;
    top: 43px;
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
    background-color: #b7b4a0;
}

.category .container thead {display: none;}








#pun-viewtopic .post h3 {
    height: 18px;
    font-family: roboto;
    border: 1px solid #b4b199;
    font-size: 11px;
    border-radius: 1px;
    margin-right: 2px;
    margin-left: 4px;
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
}




#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 1s;}


#main-reply {width: 100%;
    height: 200px;}

#font-area {height: 300px;
    overflow: auto;}




.punbb .post-content a, 
.punbb .post-content a:link {
font-weight: bold;
}




td.tcr a {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: kurale;
    font-size: 13px;
}


.podfor {
    margin: 8px 0 6px 0 !important;
    background-image: url(http://forumstatic.ru/files/001a/1c/5a/27258.jpg);
    background-color: #b7b4a0;
    padding: 6px 8px 6px 8px;
    border-radius: 1px;
    border: 1px solid #bfbcac;
    box-shadow: 0 0 3px #00000030 inset, 0px 2px 5px #bbb8a24f;
}



.podflink {
    text-align: center;
}



.podflink a {
    font-family: roboto;
    margin: 0 6px 0 0 !important;
    font-weight: 600;
    font-size: 11px;
}


.zag bluz {
    color: #526377;
}


.linkss {
    font-family: roboto;
    font-size: 11px;
    font-weight: 600;
    color: #5f282a !important;
}



.linkss:hover {
    font-family: roboto;
    font-size: 11px;
    font-weight: 600;
    color: #415569 !important;
    transition-duration: 2s;
}




/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
    background: url(http://forumstatic.ru/files/001a/1c/5a/88381.jpg) 0 0 repeat-y;
    overflow: visible!important;
    margin: 12px 0px 0px 3px!important;
}
.punbb .post .post-author > ul {
    background: url(http://forumstatic.ru/files/001a/1c/5a/86452.jpg) 0 top no-repeat, url(http://forumstatic.ru/files/001a/1c/5a/70670.jpg) 0 bottom no-repeat;
    margin: 0px 0 -12px 0!important;
    padding: 9px 9px 12px 9px!important;
}

