/*** Навигация ***/
#pun-navlinks a {
color: rgba(204, 178, 104, 0.18);
background: linear-gradient(rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
background: -moz-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(193, 182, 151)), color-stop(100%, rgb(28, 70, 80)));
background: -webkit-linear-gradient(top, rgb(228, 207, 152) 0%, rgba(13, 53, 50, 0.78) 100%);
background: -o-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
background: -ms-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-o-background-clip: text;
text-shadow: 1px 1px 0 rgba(41, 26, 7, 0.6);  }


/*** цвет малых ссылок ***/
#pun-ulinks a {
color: #b1b2af;
text-decoration: none;
text-shadow: 0px 0px 1px #a0d6d6;
}


/*** цвет ссылок навигации при наведении ***/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: rgba(232, 202, 131, 0.5);
background: linear-gradient(rgb(193, 182, 151) 0%, rgb(28, 70, 80) 50%);
background: -moz-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 50%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(193, 182, 151)), color-stop(70%, rgb(28, 70, 80)));
background: -webkit-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 50%);
background: -o-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 50%);
background: -ms-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 50%);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-o-background-clip: text;
text-shadow: 0px 0px 1 rgba(58, 51, 46, 0.90);  }


/*** цвет при наведении на малые ссылки ***/
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active { 
color:#95c5c5; 
text-decoration: none; 
}

/*** настройки плашки категорий ***/
#pun-index .category h2  {
color: #9ca196;
text-shadow: 3px 3px 2px #0b2430;
font-family: Behrens, Gwent, Georgia, Arial;
  font-weight: normal;
text-rendering: geometricPrecision;
font-size: 3em !important;
background: url(//forumstatic.ru/files/001a/2a/eb/28345.png) center no-repeat; 
}

/*** боковушки у категорий ***/
.category h2 span {

padding: 1px 68px;
background: url(//forumstatic.ru/files/001a/2a/eb/97816.png) left center no-repeat, 
    url(//forumstatic.ru/files/001a/2a/eb/34058.png) right center no-repeat,
    url(//forumstatic.ru/files/0012/f2/83/55040.png)center repeat-x; 
}


/*** цвет шрифта на главной и вообще***/
#pun {
color:#33302b;
}


/*** постбокс ***/
.post-box { 
font-size: 1em; 
text-align: justify; 
color:#100e0b; 
}
.post-box a { 
text-shadow: 0px 0px 1px #bb9c73; 
color: #776d4f !important; 
}
.post-box a:hover { 
color: #65594c !important;
text-shadow: 1px 1px 3px rgb(179, 160, 136); 
}



/*** блок ввода текста ***/
.punbb textarea {
padding: 0.7em;
outline: none;
font-size: 1.1em !important;
color: #2d2920;
border: 3px double #635743;
box-shadow: 0px 0px 15px #968665 inset;
background: rgba(208, 199, 166, 0.35);
}

/*** название темы и быстрый ответ ***/
.punbb .main h1, .punbb .main h2,  #post-form h2  {
font-style: normal;
    font-family: Behrens, Georgia, Arial;
    font-weight: normal;
    font-size: 2.2em;
    color: rgb(156, 161, 150);

    background: linear-gradient(rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -moz-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(193, 182, 151)), color-stop(100%, rgb(28, 70, 80)));
    background: -webkit-linear-gradient(top, rgb(228, 207, 152) 0%, rgba(13, 53, 50, 0.78) 100%);
    background: -o-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -ms-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    text-shadow: 1px 1px 0 rgba(41, 26, 7, 0.6);
    background: transparent url(//forumstatic.ru/files/001a/2a/eb/49564.png) center no-repeat; 
}

#pun-debug h2,
.punbb-admin #pun-admain h2 {
 background-color: #59543f;
font-size: 16px !important;
font-style: normal;
font-family: Philosopher, Georgia, Arial, serif;
}

/*** плашка статистики ***/
#pun-stats h2 {
    font-family: Behrens, Georgia, Arial;
    font-weight: normal;
    font-size: 2.3em;
    color: rgb(156, 161, 150);
    background: linear-gradient(rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -moz-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(193, 182, 151)), color-stop(100%, rgb(28, 70, 80)));
    background: -webkit-linear-gradient(top, rgb(228, 207, 152) 0%, rgba(13, 53, 50, 0.78) 100%);
    background: -o-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background: -ms-linear-gradient(top, rgb(193, 182, 151) 0%, rgb(28, 70, 80) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    text-shadow: 1px 1px 0 rgba(41, 26, 7, 0.6);

background: transparent url(//forumstatic.ru/files/001a/2a/eb/49564.png) center no-repeat; 
 }


/*** заголовок подфорумов   ***/
.punbb .main .tcl h3 {
text-align:center; 
margin-bottom: 0.8em; 
padding-top: 0.23em;
font-family: Montresor, Times New Roman, Arial; 
 }

#pun-main .category .container table .alt1 .tcl .intd .tclcon h3 a, #pun-main .category .container table .hasicon .alt2 .tcl .intd .tclcon h3 a {
font-size: 27px;
color: rgba(204, 187, 55, 0.59) !important;
background: linear-gradient(rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1))) !important;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-moz-background-clip: text !important;
-o-background-clip: text !important;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.72) !important;
}



/*** надпись приветствия ***/
#pun-status .container, #pun-about .container {
color:#403018; 
font-family: Philosopher, Tahoma, arial, serif;
 font-weight: 700;
}
.punbb th {
color:#403018;
}

/*** цвет номера поста ***/
.punbb .post h3 span { 
color:#332c20;
margin-right: 5px;
font-size: 13px;
text-shadow: 0 0 3px #755c3a;
font-weight: 800;
text-transform: uppercase;
font-family: Philosopher, Georgia, Tahoma;
}

/*** блок цитаты ***/
.punbb .quote-box { 
font-size: 1em; outline: none;
color: #332b20;
border: 4px double #9e8a75;
box-shadow: 0px 0px 10px 1px #b19d86 inset, 0px 0px 5px rgba(73, 61, 35, 0.45);
border-radius: 10px;
background: url(//forumstatic.ru/files/0012/f2/83/91147.png) #bca992;
}


/*** блок кода ***/
.punbb .code-box {    
font-size: 0.9em;
    outline: none;
    color: #332b20;
    border: 4px double #9e8a75;
    box-shadow: 0px 0px 10px 1px #b19d86 inset, 0px 0px 5px rgba(73, 61, 35, 0.45);
    background-color: #bca99278;
    border-radius: 10px; 
}



/*** поля ввода, инпуты ***/
.punbb input, .punbb select, .punbb optgroup {
outline: none;
padding: 5px;
background-color: #d4c4b1;
color: #171719;
border: 1px solid #635743;
box-shadow: 0px 0px 3px #a39475 inset;  
}



/*** цвет ссылок под постом  ***/
.punbb a, .punbb a:link, .punbb a:visited { 
/**color: #332c20; */
color: #70613d;
}


/*** цвет ссылок в коде и цитате  ***/
.punbb .code-box a, .punbb .quote-box a {
text-shadow: 0px 0px 0px #000000;
color: #776d4f !important;
}


/*** цвет ссылки-даты поста ***/
.punbb .post h3 span a { 
color:#332c20;
font-size: 13px;
text-shadow: 0 0 3px #755c3a;
font-weight: 800;
text-transform: uppercase;
font-family: Philosopher, Georgia, Tahoma;
 }


/*** ссылки при наведении на главной ***/
.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: #332c20;
}

/*** цвет активной ссылки в профиле/сообщениях ***/
#pun-main li.isactive a, #pun-main li.isactive a:link, 
#pun-main li.isactive a:visited {
color: #ced6ed;
text-shadow: 1px 1px 7px #c0c7dd; 
}

#profilenav a:hover  {
color: #ced6ed;
}

/***  картинка у статистики  ***/
#pun-stats ul.container { 
background: transparent url(//forumstatic.ru/files/001a/2a/eb/78213.png) no-repeat 5px 50px;
margin: 1em; 
padding-left: 100px;
 } 


/***  цвет выделения текста мышью ***/
::selection{
    background: #86837b;
    color: #d6d1ba;
}  
*::-moz-selection {
    background: #86837b;
    color: #d6d1ba;
}

/*** цвет выделенного текста ***/
.post-content .highlight-text { 
background-color: #214758 !important;
}

/*** вертикальный скролл ***/
::-webkit-scrollbar {
width: 9px; 
height: 8px; 
background: #0c1e25;
}
::-webkit-scrollbar-thumb {
background: #094049; 
border-radius: 2px;
}
::-webkit-scrollbar-corner {
background: transparent;
}

/*** скролл внутри элементов ***/
#pun ::-webkit-scrollbar {
width: 5px; 
height: 8px;
background: rgba(192, 182, 161, 0.8);
}
#pun ::-webkit-scrollbar-thumb {
background: #635743d9; 
border-radius: 4px;
}
#pun ::-webkit-scrollbar-corner {
background: transparent;
}




#viewprofile li, #setmods dl  {
background-color: transparent; color: #483519;
}

/***  скрыть слова важно и закрыто  ***/
.stickytext,.closedatafield{ 
display:none;
}

/*** кнопки ***/
.button {
background: #292d27;
background: -moz-radial-gradient(center, ellipse cover, #545240 0%, #292d27 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#545240), color-stop(100%,#292d27));
background: -webkit-radial-gradient(center, ellipse cover, #545240 0%,#292d27 100%);
background: -ms-radial-gradient(center, ellipse cover, #80513a 0%,#481f0a 100%);
background: radial-gradient(ellipse at center, #545240 0%,#292d27 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545240', endColorstr='#292d27',GradientType=1 );
border: 2px outset #5d5b43 !important;
box-shadow: inset 0px 0px 6px #19170f, 0px 2px 5px rgba(43, 36, 23, 0.55);
color: #d8bc98 !important;
padding:  5px 10px !important;
text-shadow: 0px 0px 2px #000000;
font-weight: 600 !important; }

.button:hover, .button:active, .button:focus {
color: #DCCB8B !important; cursor: pointer; }


/*** фон для маски ***/
#mask_dialog .inner {
background: url(//forumstatic.ru/files/0012/f2/83/91147.png) 50% 0% repeat  !important; 
background-color:#b4aa8f;  
}
#My .container img {
z-index: 3001 !important;
}


/*** настройки профиля, ссылки ***/
#profilenav h2 { 
font-family: Philosopher, Georgia, Arial, serif; 
}
#viewprofile h2 span, #profilenav h2 span {
    font-size: 18px;
    font-family: CinzelBold;
    color: #ab9b74;
    text-shadow: 0px 0px 3px #c1b97d26;
}

#profilenav a {
    color: #9ca196;
    text-shadow: -1px 2px 3px #131b1e;
}
#profilenav a :hover, #profilenav a :active, #profilenav a :focus {
color: #9ca196;  
}

/*** настройки профиля ***/
li#profile-name, li#profile-title { 
font-size: 12px; 
color: #482f17; 
}
li#profile-name { 
font-weight: 600; 
font-size: 14px; 
font-family: Philosopher, Georgia, arial; 
}
#profile-left {
 text-align:center; 
font-family: Tahoma, Arial; 
}

/*** ссылки в профиле ***/
.post-author a { 
color:#a59780 !important; 
text-shadow: none; } 



/*** цвет имени ***/
.pa-author a {
text-decoration: none;
color: rgba(212, 177, 95, 0.62) !important;
background: linear-gradient(rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1))) !important;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-moz-background-clip: text !important;
-o-background-clip: text !important;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.75) !important;
}

/*** цвет имени при наведении ***/
.pa-author a:hover {
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(210, 234, 189, 0.3) !important;
}



/*** рамкадля аватара ***/
.pa-avatar img[alt] {
    border: solid transparent;
    border-width: 17px;
    max-width: 234px;
    height: auto!important;

    -moz-border-image: url(//forumstatic.ru/files/001a/2a/eb/23511.png) 17 round round;
    -webkit-border-image: url(//forumstatic.ru/files/001a/2a/eb/23511.png) 17 round round;
    -o-border-image: url(//forumstatic.ru/files/001a/2a/eb/23511.png) 17 round round;
    border-image: url(//forumstatic.ru/files/001a/2a/eb/23511.png) 17 round round;
}

/*** рамка для обрамления картинок ***/
/*через html*/
.imgbr {
border: solid transparent!important;
border-width: 10px!important;
max-width: 648px !important;
max-height: 400px !important;
height: auto!important;

    -moz-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -webkit-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -o-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round roun
}

/*рамка для обрамления картинок через bbcode*/
.post-content img[alt="imgbr1"] {
  display:block;
  margin:0 auto!important;
border: solid transparent!important;
border-width: 10px!important;
max-width: 600px !important;
max-height: 400px !important;
box-shadow: 0px 0px 6px 0px #2c2d2e;
height: auto!important;

    -moz-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -webkit-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -o-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round
}

/*рамка с обтеканием картинки справа*/
.post-content img[alt="imgbr250l"] {
  display:block;
   float:left;
  margin: 5px 10px 5px 0 !important;
border: solid transparent!important;
border-width: 10px!important;
max-width: 250px !important;
max-height: 400px !important;
box-shadow: 0px 0px 6px 0px #2c2d2e;
height: auto!important;

    -moz-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -webkit-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -o-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round
}

/*рамка с обтеканием картинки слева*/
.post-content img[alt="imgbr250r"] {
  display:block;
   float:right;
  margin: 5px 0 5px 10px !important;
border: solid transparent!important;
border-width: 10px!important;
max-width: 250px !important;
max-height: 400px !important;
box-shadow: 0px 0px 6px 0px #2c2d2e;
height: auto!important;

    -moz-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -webkit-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round!important;
    -o-border-image: url(//forumstatic.ru/files/0012/f2/83/11741.png) 10 round round
}
/*обтекание картинки справа*/
.post-content img[alt="img250l"] {
display:block;
float:left;
margin: 5px 10px 5px 0 !important;
max-width: 250px !important;
max-height: 400px !important;
height: auto!important;

}

/*обтекание картинки слева*/
.post-content img[alt="img250r"] {
display:block;
float:right;
margin: 5px 0 5px 10px !important;
max-width: 250px !important;
max-height: 400px !important;
height: auto!important;
}


.banners {
height: 66px; 
padding-left: 105px;
    width: 737px;
overflow-y:auto; 
text-align:center;
}

/*** видимость баннеров ***/
.bannerstop img, .banners img {
opacity: 0.4;
filter: brightness(70%), sepia(50%);
    -webkit-transition: opacity 0.8s ease-in-out 0s;
    -moz-transition: opacity 0.8s ease-in-out 0s;
    -o-transition: opacity 0.8s ease-in-out 0s;
    transition: opacity 0.8s ease-in-out 0s;
}

.bannerstop img:hover, .banners img:hover {
opacity: 1;
filter: brightness(1), sepia(0);
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s;
}




.imgbb-container {
    background: #292d27;
    background: -moz-radial-gradient(center, ellipse cover, #545240 0%, #292d27 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#545240), color-stop(100%,#292d27));
    background: -webkit-radial-gradient(center, ellipse cover, #545240 0%,#292d27 100%);
    background: -ms-radial-gradient(center, ellipse cover, #80513a 0%,#481f0a 100%);
    background: radial-gradient(ellipse at center, #545240 0%,#292d27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545240', endColorstr='#292d27',GradientType=1 );
    border: 2px outset #5d5b43 !important;
    box-shadow: inset 0px 0px 6px #19170f, 0px 2px 5px rgba(43, 36, 23, 0.55);
    color: #d8bc98 !important;;
    text-shadow: 0px 0px 2px #000000;
    font-weight: 600 !important;
    width: 193px;
    height: 30px;
}

.imgbb-button:hover {
    background: inherit;
    color: #8f7c4e;
}

/*** быстрые ссылки подкатегорий ***/
.fastlink {
margin-top: 5px!important;
text-shadow: 0px 0px 2px #000;
    background: #8e725d;
    height:20px;	
    font-family: Philosopher;
    font-size: 15px;
    color: #ccb9a1 !important;
    text-align: center;
}

.punbb .fastlink a {
color: #ccb9a1 !important;
}
.punbb .fastlink a:hover {
color: #efddc6 !important;
}  
  
/* перемещение кнопки "редактировать" в профиле */
#viewprofile {
    position: relative;
}
#viewprofile #pa-edit {
    position: absolute;
    right: 3em;
    top: -3.5em;
}
#viewprofile #pa-edit a {

font-style: normal;
    font-family: Behrens, Georgia, Arial;
    font-weight: normal;
    font-size: 2.2em;
    color: rgb(156, 161, 150);
    text-shadow: 1px 1px 0 rgba(41, 26, 7, 0.6);
}




/*** пользовательские классы ***/

.punbb .post-content .plotblock p {
    margin: 0.5em 0;
    padding: 0.5em !important;
  text-indent: 2.5em !important;
    line-height: 150%;
    border: 1px solid #9e8a75;
background-image: linear-gradient(#ccb9a2d9, rgb(207 191 162 / 0.85)), url(//forumstatic.ru/files/0012/f2/83/90919.jpg);
    background-size: cover;
}

.post-box .plotblock a {
font-family: Cormorant Garamond;
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 2px 1px 2px #08171f3b;
    color: #1e4558 !important;
}

/* модераторский текст */
.post-box .moder_done {
font-family: Behrens, Cormorant Garamond;
    font-size: 2.5em;
    text-shadow: 2px 1px 2px #08171f3b;
    color: #a9a698 !important;
    text-align: center;
    border: 1px solid #9e8a75;
    background-color:#497000;
    height-max: 10px!important;
}

.punbb .post-content .moder_done p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.post-content.my-p .moder_done  p {
    text-indent: 0 !important;
    padding: 0 !important;
}

.punbb #form-buttons #tags_template {display: none!important;}
.ismoderator .punbb #form-buttons #tags_template {display: block!important;}



.post-content img[alt="Карта снята с продажи"] {
filter:grayscale(100%);
opacity: 30%;
}

/*** Настройки скрипта абзацев через блок***/
.post-content .indentp {text-align: justify;}
.post-content .indentp td p {text-indent: 0 !important;}

.post-content .indentp p {
  text-indent: 2.5em!important;
  padding: 0 0 0.5em 0 !important;
}

/*** цветовыделение админов ***/
a.group1, tr.group1 td:nth-child(1) a {
    color: #0e536f !important;
}
a.group1:hover, tr.group1 td:nth-child(1) a:hover {
    color: #057194 !important;
}
