@font-face{
  font-family:"TrayanRUS";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/TrajanPro3Regular.otf)
}
@font-face{
  font-family:"TrayanRUSB";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/TrajanPro3SemiBold.woff)
}
@font-face{
  font-family:"GroteskM";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/grotesk-medium.woff);
}
@font-face{
  font-family:"GroteskD";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/grotesk-demi.woff);
}
@font-face{
  font-family:"StandardTT";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/OldStandardBook120-Regular.woff);
}
@font-face{
  font-family:"StandardTT";
  font-style:normal;
  font-weight:bold;
  src:url(../fonts/OldStandardBook120-Bold.woff);
}
@font-face{
  font-family:"StandardTT";
  font-style:italic;
  font-weight:normal;
  src:url(../fonts/OldStandardBook120-Italic.woff);
}
@font-face{
  font-family:"StandardTT";
  font-style:italic;
  font-weight:bold;
  src:url(../fonts/OldStandardBook120-Bold-Italic.woff);
}
@font-face{
  font-family:"Carolin";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/CarboniumBold.woff)
}
@font-face{
  font-family:"Poster";
  font-style:normal;
  font-weight:normal;
  src:url(../fonts/standardposter.woff)
}


/* ------------------------------------------------- */
/*                ВЕРХНИЙ ЗАГОЛОВОК                  */
.headerLFT{
  font-family: TrayanRUSB;
  text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.15);
  font-size:65px;
  /*line-height: 75px;*/
  text-transform:uppercase;
  font-stretch: ultra-expanded;
  letter-spacing: 12px;
  position:relative;
  top: 0px;
}

.headerRGH{
  font-family: TrayanRUSB;
  text-shadow: -4px 3px 0px rgba(0, 0, 0, 0.15);
  font-size:65px;
  /*line-height: 75px;*/
  text-transform:uppercase;
  font-stretch: ultra-expanded;
  letter-spacing: 12px;
  position:relative;
  top: 0px;
}

.headerBOTT {
  font-family: TrayanRUS;
  font-size:18px;
  font-weight:bold;
  position:relative;
  top: -12px;
}



/* ------------------------------------------------- */
/*                     ТИТУЛ                         */
.imgtitle {
  mix-blend-mode: multiply;
  height: 100px;
  vertical-align: middle;
  padding:0px;
  position:relative;
  top: 0px;
}

article{
  position:relative;
  margin:auto;
  top: -10px;
  background:#dee0d7;
  color: #444;
}

/* ------------------------------------------------- */
/*                     ПОДВАЛ                        */

.posterC{
  font-family: Poster;
  text-indent: 0;
  font-size:12px;
}


/* ------------------------------------------------- */
/*                     полоска                       */
#borderbottom {
  width: 100%;
  border-bottom:3px solid #333;
}
#bordermenu {
  width: 100%;
  border-bottom:2px solid #cccdbf;
}
#bordersmall {
  font-size:5px;
}
#borderhead {
  width: 75%;
  border-bottom:2px solid #cccdbf;
  margin-left : 40px;
}



/* ------------------------------------------------- */
/*                     ЛИНКИ                         */
a:link, a:visited, a:focus, a:hover, a:active{
  text-indent: 0;
  text-decoration: none;
  color: black;
}  

ul, li {
  list-style-type: none; /* Убираем маркеры */
  margin-left: 20; /* Отступ слева в браузере IE и Opera */
  padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}

/*    левое меню - большие  */
.divgrotesk{
  font-family: GroteskD;
  font-size:25px;
  margin-bottom: 10px;
}

/*    левое меню - средние  */
.leftmenu {
  position:relative;
  top: -7px;
  font-family: GroteskM;
  text-indent: 0;
  font-size:22px;
  line-height: 90%;
  text-transform: none;
}

/*     верхнее меню            */
.topmenu {
  position:relative;
  top: -8px;
  font-family: GroteskM;
  text-indent: 0;
  font-size:28px;
  text-transform:uppercase;
}

/*     линки в тексте            */
.textlink {
  font-family: Poster;
  font-size:16px;
  text-transform: none;
}



/* ------------------------------------------------- */
/*            ЗАГОЛОВОК ОТКРЫТОЙ СТРАНИЦЫ            */
.currheader {
  font-family: TrayanRUSB;/*GroteskD;*/
  text-indent: 0;
  font-size:36px;
  text-align:center;
  /*font-stretch: ultra-expanded;*/
  letter-spacing: 2px;
  /*padding-left : 40px;*/
}


/* ------------------------------------------------- */
/*                   ТЕКСТ                           */
currpost{
  font-family: StandardTT;
  text-indent: 40;
  font-size:16px;
  text-align:justify;
  line-height: 20px;
  font-stretch: ultra-condensed;
}

/*                       МАНУСКРИПТ                  */
carolin{
  font-family: Carolin;
  text-indent: 0;
  font-size:20px;
  text-align:justify;
  /*line-height: 80%;*/
}

/* ------------------------------------------------- */
/*               СТАНДАРТНЫЙ АБЗАЦ                   */
p {
  margin-top: 0px;
  margin-bottom: 0px;
}


/* ------------------------------------------------- */
/*               СТАНДАРТНЫЕ ЗАГОЛОВКИ               */
h1{
  font-family:"TrayanRUS";
  font-size:24px;
  text-indent: 0;
  line-height:100%;
  text-align:center;
    letter-spacing: 2.4px;
    hyphens: none ;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
h2{
  font-family:"TrayanRUS";
  font-size:22px;
  text-indent: 0;
  line-height:100%;
  text-align:center;
    letter-spacing: 0.8px;
    hyphens: none ;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
h3{
  font-family:"TrayanRUS";
  font-size:20px;
  text-indent: 0;
  line-height:100%;
  text-align:center;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  hyphens: none ;
    /*font-stretch: ultra-expanded;*/
    /*letter-spacing: 2px;*/
  /*font-weight:bold;*/
}