/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 FONTS */
  @import url(style_cs.1627388528.css);
 @import url(style_cs.1627388528.css);
  @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

@import url('https://fonts.googleapis.com/css?family=Kurale|Playfair+Display|Playfair+Display+SC');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,500');

@font-face {font-family: "micra"; 
src: local("micra"), url(http://forumstatic.ru/files/0015/e5/b7/77209.ttf);}

@font-face {font-family: "carolina";
src: local("carolina"), url(http://forumstatic.ru/files/0015/e5/b7/27348.ttf);}

@font-face {font-family: "compact"; 
src: local("compact"), url(http://forumstatic.ru/files/0015/e5/b7/99459.ttf);}

@font-face {font-family: "tagirctt"; 
src: local("tagirctt"), url(http://forumstatic.ru/files/0015/e5/b7/30706.ttf);}

@font-face {font-family: "lobster"; 
src: local("lobster"), url(http://forumstatic.ru/files/0015/e5/b7/20357.ttf);}

@font-face {font-family: "bebas neue"; 
src: local("bebas neue"), url(http://forumstatic.ru/files/0015/e5/b7/11585.ttf);}

@font-face {font-family: "rochester"; 
src: local("rochester"), url(http://forumstatic.ru/files/0015/e5/b7/14867.ttf);}

@font-face {font-family: "fatfacel"; 
src: local("fatfacel"), url(http://forumstatic.ru/files/0015/e5/b7/95463.otf);}

@font-face {font-family: "yeseva one"; 
src: local("yeseva one"), url(http://forumstatic.ru/files/0015/e5/b7/36524.ttf);}

@font-face {font-family: "bangers"; 
src: local("bangers"), url(http://forumstatic.ru/files/0015/e5/b7/88955.ttf);}

@font-face {font-family: "limelight"; 
src: local("limelight"), url(http://forumstatic.ru/files/0015/e5/b7/21585.ttf);}

@font-face {font-family: "great vibes"; 
src: local("great vibes"), url(http://forumstatic.ru/files/0015/e5/b7/67816.otf);}

@font-face {font-family: "cheque"; 
src: local("cheque"), url(http://forumstatic.ru/files/0015/e5/b7/18369.otf);}

@font-face {font-family: "resphekt"; 
src: local("resphekt"), url(http://forumstatic.ru/files/0015/e5/b7/30388.otf);}

@font-face {font-family: "sansterdam"; 
src: local("sansterdam"), url(http://forumstatic.ru/files/0015/e5/b7/16638.otf);}

@font-face {font-family: "isocteur"; 
src: local("isocteur"), url(http://forumstatic.ru/files/001a/bb/dd/28728.ttf);}

@font-face {font-family: "Audrey"; 
src: local("Audrey"), url(http://forumstatic.ru/files/001a/c2/a1/60788.otf);}

@font-face {font-family: "AudreyIOS"; 
src: local("AudreyIOS"), url(http://forumstatic.ru/files/001a/c2/a1/98154.otf);}

@font-face {font-family: "Mistral"; 
src: local("Mistral"), url(http://forumstatic.ru/files/001a/c2/a1/95998.ttf);}

@font-face {font-family: "Dobro"; 
src: local("Dobro"), url(http://forumstatic.ru/files/001b/28/95/16452.ttf);}

@font-face {font-family: "Dobroch"; 
src: local("Dobroch"), url(http://forumstatic.ru/files/001b/29/3d/33988.woff);}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 ÁÝÊÃÐÀÓÍÄ*/
html, body {
	margin: 0; 
	padding: 0;
	background: #161818;
}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }


/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
text-decoration: underline;
  }

/* A3.10 */
.punbb a {

  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
    /* A5.1 ÒÅËÎ ÔÎÐÓÌÀ*/
    #pun {
    width: 960px;
    margin: 0 auto;
    margin-top: 163px;
    background: url(http://forumstatic.ru/files/001b/28/95/59246.jpg);
    z-index: 2;
      }

    /* A5.2 ÒÅÊÑÒÎÂÀß ×ÀÑÒÜ ÔÎÐÓÌÀ*/
    .punbb {
		float: none;
		width: 885px;
		height: auto;
		margin: 0 auto;
      }
	  
    /* A5.3 ÎÑÍÎÂÍÀß ×ÀÑÒÜ Ñ ÔÎÐÓÌÀÌÈ*/	  
    #pun-main {
		/*background-color: #E1E1E1;*/
		/*box-shadow: 0px 0px 0px 1px #76716B, 0px 0px 0px 10px #9C9C9C;*/
		/*border: 2px solid #7A908E;*/
width: 897px;
    margin-left: -6.5px;
		width: auto;
		float: none;
		position: relative;
		z-index: 1000;
      }
	  
    /* A5.3 ÏÅÐÅÍÀÏÐÀÂËÅÍÈÅ*/
    #pun-redirect {
		position: absolute;
		z-index: 1000;
		float: none;
		height: 100%;
		width: auto;
		top: 0 !important;
		left: 0 !important;
		margin: 12% 37% 12px 37%;
		box-shadow: 0px 0px 0px 1px #76716B, 0px 0px 0px 10px #9C9C9C;
		border: 2px solid #7A908E;
		background: #a0a0a0 url() center top repeat fixed;
      }


/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
/*  margin-top: 0.4em;*/
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  /*margin-top: 0;*/
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
/*  border-style: none none solid none;*/
/*  border-width: 0px 0px 2px 0px*/
  }

/* A5.9 */
.punbb .container {
  /*border-style: solid;*/
 /* border-width: 1px;*/
  }

/* ÊÀÒÅÃÎÐÈÈ ÂÑÅ
-------------------------------------------------------------*/  
 /* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 ÑÒÈËÜ ÂÑÅÕ ËÅÃÅÍÄ*/
.punbb h1 span, .punbb h2 span, .punbb legend span {
    display: block;
    font-size: 17px;
    text-align: center;
    font-family: Dobro, BN, Dobroch!important;
    text-transform: uppercase;
    padding-top: 0px;
    letter-spacing: 0.7px;
    color: #e9e9e9;
  }  
  
 /* A5.10 ÑÒÈËÜ ÊÀÒÅÃÎÐÈÉ ÍÀ ÃËÀÂÍÎÉ*/
.punbb .section h2, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    width: 918px;
    height: 22px;
    margin-left: -11.5px;
    background: url(http://forumstatic.ru/files/001b/28/95/81302.jpg) no-repeat;
  }

 /* A5.10 ÑÒÈËÜ ÊÀÒÅÃÎÐÈÉ ÀÄÌÈÍÊÀ*/
.punbb-admin #pun-admain h2 {
background: #463a1d59;
}  

 /* ÍÀÇÂÀÍÈß ÊÀÒÅÃÎÐÈÉ*/
#pun-main div.catleft, #pun-main div.catright {
	/*display: none*/
}
   
/* A5.10 ÑÒÈËÜ ÊÀÒÅÃÎÐÈÈ ÑÒÀÒÈÑÒÈÊÈ */
#pun-stats.section h2 { 
    width: 918px;
    height: 23px;
    margin-left: -17.5px;
    background: url(http://forumstatic.ru/files/001b/28/95/81302.jpg) no-repeat;
}
 
/* A5.9 ÒÅÊÑÒ Â ÊÀÒÅÃÎÐÈÈ ÑÒÀÒÈÑÒÈÊÈ*/
#pun-stats h2 span {
    display: block;
    font-size: 17px;
    text-align: center;
    font-family: Dobro, BN, Dobroch!important;
    text-transform: uppercase;
    padding-top: 0px;
    letter-spacing: 0.7px;
    color: #e9e9e9;
}
 
/* A5.9 ÑÒÈËÜ ÊÀÒÅÃÎÐÈÈ Â ÔÎÐÓÌÅ*/
 #pun-main h1 {
    width: 918px;
    height: 23px;
    margin-left: -11.5px;
    background: url(http://forumstatic.ru/files/001b/28/95/81302.jpg) repeat-x;
}

/* A5.9 ÑÒÈËÜ ÊÀÒÅÃÎÐÈÈ Â ðåïóòàöèè*/
 #pun-reputation h1 {
    width: 905px;
    height: 20px;
    margin-left: -1px;
    background: url(http://forumstatic.ru/files/001b/1b/16/95143.jpg) repeat fixed;
    border-top: solid 5px #cac7c7;
    border-bottom: solid 5px #cac7c7;
}

/* ÊÀÒÅÃÎÐÈÈ ÍÀ ÎÒÄÅËÜÍÛÕ ÑÒÐÀÍÈÖÀÕ
-------------------------------------------------------------*/
/* C6.5 ÑÒÐÀÍÈÖÀ ÏÐÎÔÈËß*/
#viewprofile h2 {
    background: transparent;
    border: none;
    padding: 0 0 0 0;
    margin: 0 14px -25px -112px;
  }

 #profilenav h2 {
background: transparent;
    border: none;
    padding: 0 0 0 0;
display: none;
    margin: 0 14px -9px 1px;
}

#profilenav h2 span {
color: #720000;
}

#viewprofile h2 span, .punbb-admin #pun-admain legend span {
	position: relative;
	display: block;
    padding: 4px 15px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
    width: fit-content;
    font-style: normal;
    text-align: center;
    font-family: isocteur;
    text-transform: uppercase;
    margin-top: -12px!important;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.7px;
   /* background-color: #b0b7bf;*/
  /*  border: 1px solid #dad4d4;*/
  }
  
/* D6.1  ÑÒÐÀÍÈÖÀ ÎÁÚßÂËÅÍÈÉ*/
#pun-announcement .container {
	padding: 0em 1em 1em 1em;
  }

#pun-announcement h2 {
	padding: 0;
	margin: 0 1em -3.5em 1em;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	position: relative;
	font-weight: bold;
	display:none;
  }

/* D6.2 */
#pun-announcement h2 span {
	display: block;
	padding: 1em 0 0.8em 0;
  } 
 
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 ÏÎÑÒ È ÂÑÅ Â ÍÅÌ
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
    text-align: justify;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }  

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }
  
/* B1.2 ÏÎÄÏÈÑÜ Â ÏÎÑÒÅ*/
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid rgb(121 66 19);
    /* width: 59%; */
    margin-top: 15px;
    margin-bottom: 7px;
    /* margin: 15px 0px 5px 147px; */
  }

.post-sig dd p, #profile .fs-box dd p  {
   font-size: 10px;
   text-align: center!important;
   line-height: 11px!important;
  }


/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
	width: 100%;
	overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
	width: 100%;
	overflow: auto;
  }


/* ÑÏÎÉËÅÐ, êîä, öèòàòà*/
.punbb .post-content .spoiler-box {
    border: 2px solid #794213;
    background: #e9e9e9;
padding: 11px 20px 11px 20px;
margin: 10px 0px;
	}


.punbb .quote-box, .code-box {
    border: 2px solid #233744;
    background: #e9e9e9;
padding: 11px 20px 11px 20px;
margin: 10px 0px;
	}

/* Çàìåíà ñòàíäàðòíîãî ïëþñà*/
/*.post-content .spoiler-box > div {
content: '\2795'!important;
cursor:pointer;
padding-left:18px;
}*/

/*.post-content .spoiler-box > div.visible {
content: '\2796'!important;
}*/
	
/*ÏÎÄÏÈÑÜ Â ÊÎÄÅ È ÖÈÒÀÒÅ */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
   font-family: Dobro, BN, Dobroch!important;
    color: #233744;
  }
  
/*HR Â ÏÎÑÒÅ */ 
.post-content hr {
    margin-left: 134px;
    background: #214040;
    height: 1px;
    width: 395px;
    box-shadow: none!important;
    border: none!important;
}

/* ÏÐÅÄÏÐÎÑÌÎÒÐ */
#post-preview .fs-box .post-content {
	width:620px; 
	border:1px solid rgba(145, 145, 143, .0); 
	padding:10px 20px!important; 
	margin-left: 46px;
}

/* ÐÅÏÓÒÀÖÈß Â ÏÎÑÒÅ */
div.post-rating a, div.post-vote a {
    font-family: 'Dobro';
    color: #233744;

}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 ÏÀÃÈÍÀÒÎÐÛ È ÑÑÛËÊÈ ÍÀ ÑÒÐÀÍÈÖÛ
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 20px;
  }

/* B3.2 */
.multipage {
/*  margin-top: 3em; */
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    /* top: -4.5em; */
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -11px;
    padding-top: 2px;
    padding-left: 21px;
    width: 896px;
    height: 15px;
    background: #e0dfdf;
    font-family: times new roman;
    color: #a7a2a2;
    letter-spacing: 0.5px;
  }

/* B3.4 */
.linkst .postlink {
position: absolute;
    top: -6px;
    right: 5px;
    width: 16em;
    text-transform: uppercase;
    font-size: 9px;
    text-align: right;
    padding-top: 8px;
    font-family: times new roman;
    color: #a7a2a2;
    letter-spacing: 0.5px;
  }

.linkst .postlink a {
    color: #a7a2a2;
}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 0em 0.5em 0em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    text-align: left;
    font-size: 9px;
    font-weight: normal;
    color: #583737;
    text-transform: lowercase;
    width: 24em;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
    text-transform: lowercase;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
  }

/* B3.8 */
.subscribelink {
    clear: both;
    padding-top: 0.3em 0.8em 0.5em 0;
    height: 14px !important;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    font-size: 9px !important;
    color: #583737;
    text-align: right;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 ÔÎÐÌÀ ÎÒÂÅÒÀ
-------------------------------------------------------------*/

/* 3.3 ÊÍÎÏÊÈ È ÔÎÐÌÀ ÎÒÂÅÒÀ*/
.punbb select, .punbb optgroup {
    font: 1em bebas neue, verdana, arial, helvetica, sans-serif;
    letter-spacing: 2px;
    border: 2px solid #794213!important;
    background-color: #233744!important;
    color: #e9e9e9!important;
}

.punbb textarea, .punbb input  {
    background-color: #f5f5f5;
    border: 2px solid #5e463c;
}

/* ÑÀÌÀ ÔÎÐÌÀ ÎÒÂÅÀ */
.resizable-textarea textarea {
background-color: rgb(247 247 247)!important;
}
#main-reply {
	border: 4px solid #233744!important;
	height: 180px; 
} 

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }
/* ÑÒÈËÜ ÂÑÅÕ ÊÍÎÏÎÊ */

.button {
    cursor: pointer;
    margin-top: 0px !important;
    padding: 2px 6px 3px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: lowercase;
	transition: all 0.7s ease-in-out 0.3s;
	-webkit-transition: all 0.7s ease-in-out 0.3s;
	-moz-transition: all 0.7s ease-in-out 0.3s;
	-o-transition: all 0.7s ease-in-out 0.3s;
font: 1em bebas neue, verdana, arial, helvetica, sans-serif;
    letter-spacing: 2px;
    border: 2px solid #161415!important;
    background-color: #233744!important;
    color: #e9e9e9!important;
}

.button:hover {
   opacity: .5;
   }
  
/* C1.4 ÏÎËÅ ÂÂÎÄÀ ÐÀÌÊÀ*/
.punbb fieldset {
 /* box-shadow: inset 0 0 0 3px rgba(232, 231, 231, .7);*/
    border: solid 4px #23374e;
    padding: 0px 31px 0px 26px;
    margin: 0px 0 1em 0;
  }

#pun-messages fieldset {
box-shadow: inset 0 0 0 3px rgba(232, 231, 231, .7);
    padding: 0;
    margin: 0;
}

/* ÑÒÈËÜ Ñ×ÅÒ×ÈÊÀ*/

#plng {
margin-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}


/* C1.5 ÏÎÑÒ ÊÎÍÒÅÉÍÅÐ ÏÎÄ ËÅÃÅÍÄÓ*/
.punbb fieldset legend {
    display: block;
    margin-left: auto;
    font-family: Bebas Neue, BN;
    /*background: #1d3327;*/
    color: #233744;
    padding-top: 5px;
  }

/* C1.6 ÏÎÑÒ ËÅÃÅÍÄÀ*/
.punbb fieldset legend span {
    padding: 2px 5px;
    margin: 0;
color: #233744;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input  {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }
  
/*ÑÒÈËÜ ÑÒÐÎÊÈ Ñ ÂÛÏÀÄÀÞÙÈÌÈ ÎÊÍÀÌÈ*/
#form-buttons {

}  
  
/*ÂÛÏÀÄÀÞÙÈÅ ÎÊÍÀ (ØÐÈÔÒ, ÐÀÇÌÅÐ, ÏÐ...)*/
#font-area, #size-area, #color-area, #table-area, 
#smilies-area, #image-area, #imageup-area, #imageattach-area, 
#keyboard-area, #video-area, #addition-area, #spoiler-area {
    position: absolute;
    z-index: 1000;
    right: 12px!important;
    padding: 15px;
    top: 54px!important;
    border: solid 3px rgb(114 0 0);
    background-color: rgb(233 233 233);
}

#font-area {
	overflow-y: auto; 
	height: 300px; 
	width:170px;
}

/*ÎÊÍÎ ÊÎÌÌÅÍÒÀÐÈß Ê ÐÅÏÓÒÀÖÈÈ */
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -131px 0 0 -451px!important;
    z-index: 100;
    width: 903px!important;
    position: absolute;
    right: 12px!important;
    font-size:10px;
    box-shadow: inset 0 0 0 3px rgba(232, 231, 231, .7)!important;
    border: solid 1px rgba(145, 145, 143, .1)!important;
    background-color: rgb(245 245 245)!important;
}

#pun-respect.punbb .main .tc3 {text-transform: none !important;}
#pun-respect.punbb .main {font-size:10px;}

/* C2 ÒÀÁËÈÖÀ Ñ ÔÎÐÓÌÀÌÈ
-------------------------------------------------------------*/
/* C2.11 ÎÁÙÈÉ ÑÒÈËÜ ß×ÅÅÊ */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14  ÂÑß ÑÒÐÎÊÀ Ñ ÔÎÐÓÌÎÌ*/
.punbb tbody.hasicon td.tcl {
padding-left: 8px;
   /* padding-bottom: 8px;*/
   /* padding-top: 6px;*/
  }

/* C2.1 ÏÅÐÂÀß ß×ÅÉÊÀ*/
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* ÑÒÈËÜ ÒÅÊÑÒÀ Â ÏÎÄÔÎÐÓÌÅ*/
.punbb td div.tclcon {
    margin-top: 12px;
    margin-bottom: 12px;
width: 420px;
}

/* C2.3 ÍÀÇÂÀÍÈÅ ÔÎÐÓÌÀ*/
#pun-index .tcl h3 a {
    color: #e6e6e6;
    letter-spacing: 0.7px;
    font-family: Dobro, BN, Dobroch!important;
    font-size: 23px;
    background: #214040;
    border-bottom: solid 6px #4a2e1c;
    padding: 5px;
}  
 /* C2.8 ÂÎÊÐÓÃ ÍÀÇÂÀÍÈß ÔÎÐÓÌÀ */
#pun-index .tcl h3 {
padding-top: 5px;
   /* padding-right: 4px;*/
    padding-bottom: 19px;
  }
  
/* C2.2 ÂÒÎÐÀß, ÒÐÅÒÜß, ×ÅÒÂÅÐÒÀß*/
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
	text-align: center;
	width: 10%;
	text-transform: lowercase;
  }

/* C2.3  ÏßÒÀß ß×ÅÉÊÀ*/
.punbb .main .tcr {
	overflow: hidden;
	text-align: left;
	width: 30%;
	text-transform: lowercase;
  }

.punbb .hasicon .tcr {
    overflow: hidden;
    display: block;
    text-align: left;
    margin: 7px;
margin-top: 21px;
    width: 243px;
    height: 47px;
    text-transform: lowercase;
    background: #214040;
    border-bottom: solid 7px #4a2e1c;
border-right: solid 7px #4a2e1c;
    color: #e6e6e6;
  }

.punbb .main .tcr a {
font-family: Bebas Neue, BN;
    font-size: 15px;
    letter-spacing: 1px;
    color: #e6e6e6;
   }
   
.punbb .main .tcr span {
	/*font-size: 10px;*/
}


/* ÊÎÍÒÅÉÍÅÐ ÏÎÄ ÈÊÎÍÊÓ ÀÂÀÒÀÐÀ Â ß×ÅÉÊÅ */
#pun-index .user-avatar, #pun-viewforum .user-avatar, #pun-searchtopics .user-avatar, 
#pun-messages .user-avatar{
    height: 58px!important;
    width: 58px;
    vertical-align: middle;
    border: solid 1px #e6e6e624;
    margin: -4px 7px -2px -6px;
filter: grayscale(0.7);
    }
	
.punbb em.user-avatar {
    float:left!important;
    }
	
.punbb .user-avatar img.ava {
    /*border-radius:0% !important;*/
    }

/* ÈÊÎÍÊÀ ÀÂÀÒÀÐÀ Â ß×ÅÉÊÅ */
.punbb .user-avatar .avatar-image {
border-radius: 0% !important;
    width: 58px!important;
    height: 58px!important;
}

/* îíëàéí*/
.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 0%!important; 
    display: block;
    position: absolute;
    top: -1px!important;
    right: -1px!important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #b50202;
    z-index: 100;
}

/* ÒÅÌÛ Â ÔÎÐÓÌÅ */
#pun-main .forum  .tcl .tclcon {
text-align: right;
}
/* ÿ÷åéêà ñ àâîé */
#pun-viewforum .hasicon .tcr, #pun-searchtopics .hasicon .tcr {
    padding-top: 8px;
}

/* ÈÊÎÍÊÀ Â ÔÎÐÓÌÅ */
#pun-viewforum div.icon, #pun-searchtopics div.icon {
margin-top: 0px;
}

/* Øèðèíà ÿ÷åéêè â ñïèñêå òåì */
#pun-viewforum .main .tcl, #pun-searchtopics .main .tcl {
width: 28%;
}

/* ÍÈÊ Â ÑÏÈÑÊÅ ÒÅÌ Â ÔÎÐÓÌÅ (ÒÈÐÅ) */
#pun-main .forum .tcl .byuser {
display: block;
    font-size: 11px;
    margin-left: 9px;
}
#pun-main .forum .tcl .byuser:before { content: "—";}


  

  
/* ÄÐÓÃÈÅ ÑÒÐÀÍÈÖÛ ÑÒÈËÜ
-------------------------------------------------------------*/
   
/* C2.4 */
#pun-userlist .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }
  
#pun-userlist .user-avatar {
margin: 1px 27px 19px 0px;
}


#pun-admin_index #pun-ulinks .container, #pun-admin_options #pun-ulinks .container, #pun-admin_style #pun-ulinks .container, #pun-admin_permissions #pun-ulinks .container, #pun-admin_categories #pun-ulinks .container, #pun-admin_forums #pun-ulinks .container, #pun-admin_fields #pun-ulinks .container {
margin-top: -6px;
}

/*ÑÏÈÑÎÊ ÒÅÌ ÂÍÓÒÐÈ ÔÎÐÓÌÀ */
#pun-viewforum .tclcon a, #pun-searchtopics .tclcon a {
color: #214040;
    letter-spacing: 0.7px;
    font-family: Dobro, BN, Dobroch!important;
    font-size: 19px;
}

/*ÂÍÓÒÐÈ ÔÎÐÓÌÀ ÐßÄÎÌ Ñ ÈÊÎÍÊÎÉ ÀÂÛ*/
#pun-viewforum .tcr a, #pun-searchtopics .tcr a {
    text-transform: lowercase;
}
  
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

.pun-modal .modal-inner {
    border: 4px double #c0bebc!important;
    background: #e1e1e1!important;
}
  
/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* ÓÁÐÀÒÜ - ìîäåðàòîðîâ, "òåìà çàêðûòà", "âàæíî", "îòðåäàêòèðîâàíî", "îáúÿâëåíèå"*/
#pun-index .modlist {
	display: none;
}
.closedatafield {display:none;}
.stickytext {display:none}
.lastedit {display:none;}
  
/* C2.15 ÈÊÎÍÊÀ */
.punbb div.icon {
    float: left;
    display: block;
    width: 129px;
    height: 16px;
    margin-top: -20px;
  }

/* C2.16 */
.punbb table div.icon {
    font-size: 1.05em;
  }

div.icon {
    background: none;   
}


tr.inew div.icon {
    background: #5d6a73;
    border-bottom: solid 6px #ddd;
 }

tr.inew div.icon:after {
  content:  'Íîâûå ñîîáùåíèÿ';
color: #e6e6e6;
    font-family: times new roman;
    text-transform: uppercase;
    font-size: 9px;
    padding: 4px;
    letter-spacing: 1px;
}

tr.iclosed div.icon {
        background: none;
}

tr.isticky div.icon {
   background: none;
}

.icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
margin: -11px!important;
}

 /* C3 ÍÀÄ ÏÎÑÒÎÌ ÊÎÍÒÅÉÍÅÐ
-------------------------------------------------------------*/

/* C3.1 ÊÎÍÒÅÉÍÅÐ*/
.punbb .post .container {
margin-top: 0px;
    padding-top: 10px;
    margin-left: 0px;
background: #e0dfdf6e;
    border: solid 2px #c1bfbf5e;
  }

/* C3.2 ÊÀÒÅÃÎÐÈß*/
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 ÑÎÄÅÐÆÀÍÈÅ*/
.punbb .post h3 span {
margin-left: -1px;
    margin-top: 4px;
    width: 877px;
    padding: 2px 15px 4px 9px;
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    font-family: times new roman;
    color: #a7a2a2;
    letter-spacing: 0.5px;
  }
  
/* C3.3 ÑÎÄÅÐÆÀÍÈÅ ÑÑÛËÊÀ*/
.punbb .post h3 span a {
    color: #a7a2a2;
}

/* C3.4 ÍÎÌÅÐ ÏÎÑÒÀ*/
.punbb .post h3 strong {
    float: right; 
  }

.FNTslider .thumb {
    background: #720000!important;
}

 /* C3 ÏÐÎÔÈËÜ È ÏÎÑÒ
-------------------------------------------------------------*/  
  
/* C3.5 ÊÎÍÒÅÉÍÅÐ Ñ ÏÎÑÒÎÌ È ÏÐÎÔÈËÅÌ*/
.punbb .post .post-author {
float: left;
    overflow: hidden;
    width: 191px;
    padding-left: 15px;
    margin-left: 6px;
    background: #d6d5d5;
    border: solid 2px #233744;
  }

/* C3.11 ÒÎËÜÊÎ ÏÎÑÒ*/
.punbb .post-body {
    margin-left: 21em;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0 0 1px 0;
  }  

/* C3.12 ÊÎÍÒÀÉÍÅÐ ÏÎÄ ÏÎÑÒ*/
.punbb .post-box {
	padding: 1em;
    padding-right: 18px;
  }

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em
  }
  
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    line-height: 89%;
  }

.punbb .post-box a{
text-decoration: underline;
  }

/* C3.7 ÏÐÎÔÈËÜ*/
.pa-author {
    width: 184px;
    height: 23px;
    font-size: 22px;
    text-align: center;
    margin-left: -7px;
    margin-top: 3px;
    padding-top: 0px!important;
    font-family: Dobro, BN, Dobroch!important;
    border-left: solid 8px #1a1819cf;
    background: url(http://forumstatic.ru/files/001b/28/95/81302.jpg) center top no-repeat;
    padding-left: 2px!important;
    color: #e4e3e3;
    Overflow: hidden;
    line-height: 19px;
  }

li.pa-avatar.item2 {
    border-left: solid 8px #1e1f21;
    width: 175px;
    margin-left: -7px;
    padding-left: 0px;
}

/* C3.8 ÂÑÅ ÑÑÛËÊÈ Â ÏÐÎÔÈËÅ*/
.pa-author a {
	color: #e4e3e3!important 
}
.pa-author a:hover, .pa-author a:active {
    color:#92623c!important;
}

/* ÀÂÀÒÀÐÊÀ*/
li.pa-avatar.item2 img {
border: solid 3px #1a191b;
}
.pa-avatar img {
	/*max-width: 180px; */
	/*max-height: 180px;*/
}
/* ÂÑÏËÛÂÀÞÙÅÅ ÍÀ ÀÂÀÒÀÐÊÅ*/
.img a.title {
	background: #f0f0f0;
}
/* ÑÒÀÒÓÑ*/
li.pa-title {
width: 184px;
    font-size: 9px;
    text-align: center;
    margin-left: -7px;
    color: #131112bd;
    text-transform: uppercase;
    font-family: times new roman;
    border-left: solid 8px #1e1f21;
    padding-left: 2px!important;
    padding-top: 2px;
padding-bottom: 2px;
  }
  
/* ÀÉÏÈ*/
li.pa-ip {
border: none 0;
    padding: 0;
    cursor: pointer;
    margin: 0px 9px 0em 0px;
}

/* ÎÍËÀÉÍ-ÎÔÔËÀÉÍ*/
li.pa-online {
    margin-top: 3px;
    height: 11px;
    padding: 3px 0px!important;
    width: 191px;
    margin-left: -7px;
    text-align: center;
    background: #233744;
    font-size: 10px;
    font-family: times new roman;
    text-transform: uppercase;
    color: #e4e3e3ab;
  }

li.pa-online strong {
  font-weight: normal;
  }

/* ÏÎÑËÅÄÍÈÉ ÂÈÇÈÒ*/
.pa-time-visit, .pa-last-visit{
    margin-top: 3px;
    height: 11px;
    padding: 3px 0px!important;
    width: 191px;
    margin-left: -7px;
    text-align: center;
    background: #23374421;
    font-size: 10px;
    font-family: times new roman;
    text-transform: uppercase;
    color: #2d2d2dab;
}


/* ÏÎÑÒÛ È ÓÂÀÆÅÍÈÅ*/
.pa-posts, .pa-respect {
display: inline-block;
    line-height: 13px;
    margin-top: 4px;
    padding: 5px 11.5px!important;
    width: 71px;
    text-align: center;
    font-size: 10px;
    font-family: times new roman;
    text-transform: uppercase;
    color: #e4e3e3b0;    
}

.pa-posts {
background: #233744;
}

.pa-respect {
margin-left: -7px;
background: #794213;
}

.pa-respect a {
    color: #e4e3e3b0!important;
}


.pa-time-visit br {/*display:none*/}
.pa-last-visit br {display:none}

/* ÊÀÑÒÎÌÍÛÅ ÏÎËß*/
.pa-fld1 {
    text-transform: uppercase;
    font-family: times new roman;
    text-align: center;
    font-size: 11px;
    background: #233744;
    margin-top: 4px;
    margin-left: 83px;
    margin-bottom: 2px;
    color: #e4e3e3;
    width: 100px;
    padding: 2px!important;
}

.pa-fld1 a {
color: #720000!important;
}

.pa-fld1 br:first-child {}


.pa-fld2 {
     background: #1e1f21;
    border-left: solid 8px #1e1f21;
    font-size: 15px;
    color: #e4e3e3;
    font-family: Dobro, BN, Dobroch!important;
    width: 186px;
    margin-left: -7px;
    padding-bottom: 3px!important;
    line-height: 16px;
    text-align: center;
}

.pa-fld2 br {}
.pa-fld2 a {}

.pa-fld3 {
    width: 185px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e1f21c9;
    border-left: solid 8px #1e1f21;
    margin-left: -7px;
    padding-top: 7px!important;
    padding-bottom: 3px!important;
    font-size: 12px;
    font-family: times new roman;
}

.pa-fld4, .pa-fld5 {
width: 180px;
    margin-left: -7px;
    text-transform: uppercase;
    color: #1e1f21b8;
    padding-top: 2px!important;
    letter-spacing: 0.7px;
    padding-bottom: 3px!important;
    padding-left: 5px!important;
    font-size: 9px;
    font-family: times new roman;
    border-left: solid 8px #1e1f21;	
}
 
/* ÍÀÃÐÀÄÛ*/
li.pa-awards {
margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 44px;
    padding: 4px 3px!important;
    width: 83px;
    text-align: center;
    background: #794213;
    font-size: 10px;
    font-family: times new roman;
    text-transform: uppercase;
    color: #e4e3e3ab;
}

li.pa-awards a {
    color: #e4e3e3ab!important;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333;
  }
 
/* C3.14 ÊÎÍÒÅÉÍÅÐ ÑÑÛËÎÊ Â ÊÎÍÖÅ ÏÎÑÒÀ*/
.punbb .post-links {
	margin-left: 19em;
	border-left-style: solid;
	border-left-width: 1px;
  }

/* C3.15 ÑÑÛËÊÈ Â ÊÎÍÖÅ ÏÎÑÒÀ*/
.punbb .post-links ul {
    padding: 0 1em 0 0;
    line-height: 2em;
    background: #e0dfdf;
    margin-left: -209px;
    border-top-style: dashed;
    border-top-width: 1px;
    text-align: right;
    text-transform: uppercase;
    font-size: 9px;
    font-family: times new roman;
    color: #a7a2a2;
    letter-spacing: 0.5px;
  }

.punbb .post-links ul a {
    color: #a7a2a2!important;
}

/* C3.16 ÑÑÛËÊÈ Â ÊÎÍÖÅ ÏÎÑÒÀ*/
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 0.75em;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    width: 902px;
    margin-left: -11px;
    background: #e0dfdf;
    font-family: times new roman;
    color: #a7a2a2;
    letter-spacing: 0.5px;
    font-size: 9px;
  }

#pun-viewtopic .modmenu .container {
background: none;
    border-top: none;
    border-bottom: none;
    padding: 0.5em 0em;
    text-align: right;
    font-size: 9px;
    width: 890px;
    margin-left: 1px;
    color: #181c1fbf;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
	height: 12px;
	line-height: 1em;
    /*color: #a7a2a2;*/
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }

#topic-modmenu .container strong #mod-options {
    padding-bottom: 2px;
    color: #373631;
    border: 1px solid #c4c4c4;
    text-transform: lowercase;}

#mod-options option {
font-family: verdana;
}

/* òåìó ïðîñìàòðèâàþò, çàïÿòàÿ â òåìó ïðîñìàòðèâàþò */
#topic-users-in { height: 100%;}
#topic-users-in a:last-child:after {content: "";}
#topic-users-in a:after {content: ",";}


/* ËÑÊÈ
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
    padding: 0.8em 1em;
    color: #797979;
    font-size: 8px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    text-align: center;
  }

/* C5.2 */
.punbb .info .container .backlink {
	padding-top: 0.8em;
    text-align: center;
    font-family: verdana;
    text-transform: lowercase;
    font-size: 8px;
  }
 
#pun-messages .fs-box {
	padding: 0;
}
#pun-messages .pa-posts, #pun-messages .pa-reg {
	display:none;
}

#pun-messages .post h3 span {
    width: auto;
    color: #c2c7b3;
}

#messages .icon {
/*display:none;*/
/*    margin-top: 0px;*/
/*    width: 83px;*/
/*height: 50px;*/
/*    border: solid 3px #720000;*/
}
#pun-messages .post h3 { 
	width: auto
	}
#pun-messages #profile .container fieldset {
	border:none;
width: 676px;
	}
#pun-messages #profile .post-links ul {
	background: none;
width: auto;
	}
#pun-messages #font-area, #pun-messages #size-area, 
#pun-messages #color-area, #pun-messages #table-area, #pun-messages #image-area, 
#pun-messages #imageup-area, #pun-messages #imageattach-area, 
#pun-messages #keyboard-area, #pun-messages #video-area, 
#pun-messages #addition-area {
	width: auto!important;
}
#pun-messages #smilies-area {
	width: 455px!important;
	}


#pun-messages .pmtcl1 {
width: 33%!important;
}

#pun-messages .pmtc22 {
width: 22%!important;
}

#pun-messages .tclcon {
color: #720000;
    letter-spacing: 0.7px;
    font-family: Bebas Neue, BN;
    font-size: 14px;
text-align: right;
    width: 174px;
}

#pun-messages h2 {
margin: 0;
}

#pun-messages h2 span {
font-size: 13px;
margin-top: -12px!important;
color:#720000;
}

#pun-messages .pmtc22 a, #pun-messages .pmtc33 {
 font-family: Bebas Neue, BN;
    font-size: 14px;
}

/* C6 ÑÒÐÀÍÈÖÀ Ñ ÏÐÎÔÈËÅÌ
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    text-transform: lowercase;
    font-size: 9px;
    font-weight: bold;
    margin: 0 0 1em 0;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 ÑÏÈÑÎÊ ÏÎËÜÇÎÂÀÒÅËÅÉ
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/* D1 ØÀÏÊÀ
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
    margin-top: -176px;
  }

/* D1.2 ÍÀÇÂÀÍÈÅ ÔÎÐÓÌÀ*/
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 0em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 ÍÀÇÂÀÍÈÅ ÔÎÐÓÌÀ*/
#pun-title h1 span  {
    display: none;
  }
  
/* D1.4 ØÀÏÊÀ*/
#pun-title table {
    background: url(http://forumstatic.ru/files/001b/28/95/81068.jpg) top center no-repeat;
    width: 960px;
    height: 350px;
    margin-left: -37.5px;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 0px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  color: rgb(80, 90, 109);
  }  
  
/* D3 ÎÑÍÎÂÍÀß ÍÀÂÈÃÀÖÈß
-------------------------------------------------------------*/

/* D3.1 ÎÑÍÎÂÍÀß ÍÀÂÈÃÀÖÈß*/
#pun-navlinks, #pun-navlinks .container {
    border-style: none;
    border-width: 0;
    font-family: Dobro, BN, Dobroch!important;

  }



/* D3.2 */
#pun-navlinks .container {
    width: 329px;
    margin-top: -106px;
    margin-left: 1.5px;
    padding-bottom: 3px;
    height: 40px;
  }

/* D.3 */
#pun-navlinks li {
	display: inline;
	padding-right: 0.5em;
  }

/* D3.4 */
#pun-navlinks li span {
    font-size: 19px;
  }


/* CS3.3 */
#pun-navlinks a {
    color: #5d6a73;
	text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
	color: #4a2e1c;
  }

/* ÓÁÐÀÒÜ - ÍÀÃÐÀÄÛ ÈÇ ÌÅÍÞ */
li#navawards {display: none !important;}  
  
/* D4 ÂÒÎÐÎÑÒÅÏÅÍÍÀß ÍÀÂÈÃÀÖÈß
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
    width: 329px;
  }

/* D4.2 */
#pun-ulinks .container {
    border-top: none;
    margin-top: -25px;
    padding-bottom: 12px;
    width: 329px;
    font-family: 'Dobro', BN!important;
    text-decoration: none;
    letter-spacing: 1px;
    height: 40px;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
  }
#pun-ulinks a {
    color: #1c2d23d9;
  }


/* D4.4 */
#pun-ulinks li a {
	padding: 0 0.5em 0 0;
font-size: 12px;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
	border-left-style: none;
	border-left-width: 0;
	padding-left: 0
  }

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  text-decoration: none;
  }

  
/* D5 ÏÐÈÂÅÒ ÃÎÑÒÜ È ÂÐÅÌß
-------------------------------------------------------------*/

/* D5.1 */
#pun-status {
border-bottom: none;
    margin-bottom: 0;
    position: absolute;
    margin-left: 334px;
    width: 225px;
    height: 42px;
    top: 287px;
    text-align: center;
  }

/* D5.2 */
#pun-status .container {
width: 226px;
    margin-left: 0px;
    margin-top: -7px;
}
  
  
/* D5.3 */
#pun-status span {
    white-space: nowrap;
    font-family: Dobro, BN, Dobroch!important;
    letter-spacing: 1px;
}

#pun-status span strong {
color: #5d6a73;
}

#pun-status .status-right {
float: none!important;
}

/* D5.4 */
#pun-crumbs1 {
/*font-weight: normal;*/
   /* overflow: hidden;*/
   /* font-family: 'bebas neue';*/
  /*  font-size: 15px;*/
  }


/* D5.5 ÍÀÇÂÀÍÈÅ ÔÎÐÓÌÀ ÑÂÅÐÕÓ*/
#pun-crumbs1 p.container {
/*text-align: center;*/
/* font-family:  'BEBAS NEUE';*/
 /*  font-size: 18px;*/
/*padding-top: 7px;*/
}
 


/* D5.6 */
#pun-break1 {
display: none;
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D7 ÁËÎÊ ÑÒÀÒÈÑÒÈÊÈ
-------------------------------------------------------------*/

/* D7.1 ÎÁÙÈÉ ÊÎÍÒÅÉÍÅÐ*/
#pun-stats .container {
    margin-top: 9px;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    clear: both;
    line-height: 150%;
    text-transform: lowercase;
}

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
    text-transform: lowercase;
  }

/* D7.4 ÊÎÍÒÅÉÍÅÐ ÎÒÄÅËÜÍÛÉ*/
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
    line-height: 130%;
  }

/* D7.5 ÂÍÓÒÐÈ ÊÎÍÒÅÉÍÅÐÀ*/
li#onlinelist div {
border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
  }

/* D8 ÔÓÒÅÐ
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  /*margin-top: 20px;*/
  }

/* D8.4 ÊÎÍÒÅÉÍÅÐ ÔÓÒÅÐÀ*/
#html-footer .container { 
    line-height: 150%;
    padding: 0.8em 1em;
    background: url(http://forumstatic.ru/files/001b/28/95/91067.jpg) no-repeat scroll center top;
    margin: 0px 0px -68px -48.5px;
    /* color: #3A6160; */
    width: 960px;
    height: 40px;
  }

/* D8.5 ÒÅÊÑÒÎÂÊÀ Ñ ÊÎÏÈÐÀÉÒÎÌ ÑÅÐÂÈÑÀ*/
#pun-about p span {
display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: 338px;
    font-size: 10px;
  }

#pun-about p span a {

}
/* ÑÒÈËÜ ÊÎÏÈÐÀÉÒÀ */
#html-footer p {
    display: block;
    width: 960px;
    height: 2px;
    text-align: right;
    padding-top: 26px;
    letter-spacing: 3px;
    font-size: 9px;
    color: #ececec52;
    font-family: Dobro, BN, Dobroch!important;
}  

/* ÊÎÍÒÅÉÍÅÐ ÏÎÄ ÁÀÍÍÅÐÛ*/
.bannner {
    position: absolute;
    margin-top: 42px !important;
    margin-left: 1px!important;
    width: 953px;
    height: 32px;
    overflow-y: auto;
    text-align: center;
    background: #21404073;
    border: solid 3px #2140403d;
}

.bannner a {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:grayscale(100%);
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

.bannner a:hover {
	opacity:0.4; 
	-moz-opacity:0.4; 
	filter:grayscale(0%);
}
  
/* D8.6 */
#pun-crumbs2 {
    /*font-weight: normal;*/
  /*  overflow: hidden;*/
   /* margin: 0em 0em 0em 0em;*/
  }

/* D8.7 */
#pun-crumbs2 .container {
   /* font-family: Dobro, 'bebas neue';*/
 /*   font-size: 15px;*/
/*font-family: 'bebas neue';*/
  }

/* D8.8 */
#pun-break4 {
    display: none;
  margin: -2px 1em;
  border-style: solid none;

  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

.admain {
    padding-left: 172px!important;
    margin-bottom: 1em;
}