/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
html, body { background:
  url("http://forumfiles.ru/files/001a/0f/77/25637.jpg") repeat-x top left,
  url("http://forumfiles.ru/files/001a/0f/77/79547.jpg") center; background-color : #64533a;
}

/* Шапка */
#pun-title table {
    background-image: url(http://forumfiles.ru/files/001a/0f/77/57418.png);
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    width: 1200px;
    height: 320px;
    margin-left: -148px;
}

/* Тело форума */
#pun {
width: 984px; 
background-color: transparent; 
background-image: url(http://forumfiles.ru/files/001a/0f/77/31728.jpg); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}

.punbb {
padding: 0 30px!important;
width: 984px;}

/* Футер */
#pun-about p.container {
    background-image: url(http://forumfiles.ru/files/001a/0f/77/49448.png);
    margin: 0px 0px -30px -40px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 984px;
    height: 154px;
    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: #1f1b14;
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: #4a3e2a;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-family: 'lora';
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background-image: url(http://forumfiles.ru/files/001a/0f/77/75008.jpg);
    background-color: #a09987;
    color: #241f16;
    border: 1px solid #aba18e;
    outline: 2px #7b6646 solid;
    box-shadow: 0 0 3px #00000047 inset;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
    background-image: url(http://forumfiles.ru/files/001a/0f/77/75008.jpg);
    background-color: #a09987;
    color: #241f16;
}

/* Тень и закругление */
.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://forumfiles.ru/files/001a/0f/77/75008.jpg);
    background-color: #a09987;
}




/* 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: #4a3e2a;
  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: #4a3e2a; 
  text-decoration: none;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
  color: #56412A;
  text-decoration: none;
  }

#pun-ulinks a {
    font-size: 9px;
    color: #4a3e2a;
    text-transform: lowercase;
}

#pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  text-decoration: none;
  color: #56412A;
}


#pun-navlinks a:focus, #pun-navlinks a:active {
  text-decoration: none;
  color: #C3B39C;
}

#pun-navlinks a {
    color: #C3B39C;
    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);
}


#pun-navlinks a:hover {
    color: #433827;
}


#pun-index .tcl h3 a {
color: #5d543b;
}

.punbb .post .post-author a {
    color: #AD9F83;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
}



/* CS3 Остальное 
-------------------------------------------------------------*/

/* CS3.1 Иконки*/

div.icon {
        background: url(http://forumfiles.ru/files/001a/0f/77/50533.jpg) no-repeat;
}

tr.inew div.icon {
        background: url(http://forumfiles.ru/files/001a/0f/77/53307.jpg) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://forumfiles.ru/files/001a/0f/77/22551.jpg) no-repeat;
}

tr.isticky div.icon {
        background: url(http://forumfiles.ru/files/001a/0f/77/39492.jpg) 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: #494b3f; height: 4px; border: 1px solid #56594a;
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #494b3f; height: 4px; border: 1px solid #56594a;
}

::-webkit-scrollbar {
    background-color: #0e110e;
    height: 4px;
    width: 5px;
}

::selection {
    background: #2b3328 !important;
    color: #b9bcab;
}


#pun-viewforum.punbb div.icon {
    margin-top: 0 !important;
}






/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
    background: url(http://forumfiles.ru/files/001a/10/6b/75428.jpg) 0 0 repeat-y;
    overflow: visible!important;
    margin: 10px 0px 0px 6px!important;
}
.punbb .post .post-author > ul {
    background: url(http://forumfiles.ru/files/001a/10/6b/49193.jpg) 0 top no-repeat, url(http://forumfiles.ru/files/001a/10/6b/74192.jpg) 0 bottom no-repeat;
    margin: 0px 0 -12px 0!important;
    padding: 9px 9px 9px 8px!important;
    box-shadow: 0 0 6px #433626;
}

.punbb .pa-avatar img {
    border: 2px solid #;
    box-shadow: 0 0 1px #241D14;
    max-width: 180px !important;
    margin-bottom: 5px;
}


.pa-fld1 {
background-color: #624d35;
border: 0.5px solid #433626;
    box-shadow: 0 0 0.5px #241D14;
    width: 205px;
    margin-left: -5px!important;
    margin-bottom: 3px!important;
    padding: 5px 0px 5px 0px!important;
}


hr {
border: 0;
border-bottom: 1px dashed #babdac;
background: #272e24;
}



#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;
    height: 180px;
    overflow-y: auto;
    background-image: url(http://forumfiles.ru/files/001a/0f/77/75008.jpg);
    background-color: #a09987;
}

.category .container thead {display: none;}




#pun-viewtopic .post h3 a {
    color: #C1B7A3 !important;
}






.podlink {
    text-transform: uppercase;
    text-align: center;
    color: #7e6244;
    margin-top: 3px !important;
    padding-bottom: 5px;
}


.podlink a {
    font-family: lora;
    font-size: 11px;
    color: #261414 !important;
    /* font-weight: bold; */
    text-transform: none;
    letter-spacing: 0.5px;
}


.opisp {
    padding: 5px 10px 7px 10px;
    margin: 2px 0px !important;
    font-family: tahoma;
    background-image: url(http://forumfiles.ru/files/001a/0f/77/75008.jpg);
    background-color: #a09987;
    border: 1px solid #ada390;
    box-shadow: 0 0 2px #00000036 inset;
}


#pun-index .tcr a {
    font-family: lora;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5d543b;
}




#pun-viewtopic .post h3 {
    height: 14px;
    text-transform: uppercase;
    font-family: tahoma;
    margin-left: 4px;
    width: 894px;
    font-size: 8px;
    border: 1px solid #9c9484;
    border-radius: 3px;
    box-shadow: 0 0 3px #00000030 inset;
    background-color: #7b613d;
    background-image: url(http://forumfiles.ru/files/001a/0f/77/68480.jpg);
}



.hiams {
    position: absolute;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-family: playfair display;
    letter-spacing: 0.1px;
    color: #c4b78f;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    width: 322px;
    height: 40px;
    /* border: red 1px solid; */
    margin: 117px 0 0 12px !IMPORTANT;
}



.hiams colorn {
    color: #c4b78f;
}

.hiams colorn a {
    color: #c4b78f !important;
}

.ams {
    margin-top: 4px !important;
    font-size: 9px;
    letter-spacing: 0.8px;
}


.ams a {
    color: #495e44 !important;
    font-size: 7px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: tahoma;
}







#counters A IMG{opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 1s;}



.newss newn {
    color: #bbab80;
    font-weight: bold;
}



.punbb .post-content a, .punbb .post-content a:link {
    color: #4C3827;
    font-weight: bold;
}



#pun-index .tcl h3 a {
    color: #d6cfc1 !IMPORTANT;
    font-size: 13px;
    padding-left: 5px;
}





.hilinks {
    position: absolute;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-family: playfair display;
    letter-spacing: 0.1px;
    color: #c4b78f;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    width: 286px;
    height: 20px;
    /* border: red 1px solid; */
    margin: 112px 0 0 590px !IMPORTANT;
}


.hilinks1 {
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: #afa590;
    text-transform: uppercase;
    width: 286px;
    height: 40px;
    /* border: red 1px solid; */
    margin: 142px 0 0 590px !IMPORTANT;
}



.hilinks1 a {
    font-size: 9px;
    font-family: playfair display;
    letter-spacing: 0.4px;
    color: #d6cba8 !important;
    text-transform: uppercase;
    text-shadow: -1px 1px #0000004d;
}



.hibest {
    position: absolute;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-family: playfair display;
    letter-spacing: 0.1px;
    color: #c4b78f;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    width: 286px;
    height: 20px;
    /* border: red 1px solid; */
    margin: 192px 0 0 590px !IMPORTANT;
}









#death {
    position: absolute;
    top: 69px;
    margin-left: 343px;
}
#deathhov {
    background: rgba(0, 0, 0, 0) url(http://forumfiles.ru/files/001a/0f/77/85742.gif) repeat scroll 0 0;
    height: 223px;
    margin-top: -225px !important;
    opacity: 0;
    position: absolute;
    transition: all 0.5s linear 0s;
    width: 220px;
}

#death:hover #deathhov {
    opacity: 1;
    }





#main-reply {width: 100%;
    height: 200px;}

#font-area {height: 300px;
    overflow: auto;}
