h2, h3, h4, h5, a, p, ol, ul {
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

body {
  color: #303030;
  margin: 0;
  padding: 0;
}

/* Изображения */
.image-text {
  color: #2b598b;
  font-size: 10px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

.image-link {
  text-decoration : none;
  color: #FFFFFF;
  font-size: 9px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

/* Гиперссылки */
a:link, a:visited {
  text-decoration: none;
  color:#286ea0;
}

a:hover, a:active {
  text-decoration: underline;
  color: #286ea0;
/*  color: #909AA7;*/
}

.current-link {
  color: #c42418;
}

/******* Текст статьи *******/

p {
  padding: 0px 15px 0px 15px ;
  line-height:150%;
  font-size: 12px;
  text-align: justify;
}

/* Эпиграф */

.epigraf {
  font-size: 10px;
  text-align: left;
  color: #2B598B;
  padding-right: 15px;
  padding-left: 180px;
  font-weight: bold;
}

/* Сноски */
.snoski {
  font-size: 10px;
  margin-left: 30px;
  margin-right: 20px;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #D4D4D2;
  text-align: left;
}

/* Список литературы */
.literature li{
  font-size: 10px;
  margin-left: 30px;
  margin-right: 20px;
  text-align: left;
}

/* Обычный текст без отступов */

.clear-text {
  padding: 0px 0px 0px 0px ;
  line-height:17px;
  font-size: 13px;
  text-align: justify;
}

/* Лит. клуб */
#club-text {
  font-size : 13px;
  line-height : 18px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 4px;
  padding-top : 0px;
  text-align : justify;
  margin-top:4px;
}

#club-title {
  font-size : 13px;
  line-height : 18px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 4px;
  padding-top : 0px;
  text-align : justify;
  margin-top:4px;
  color:#286ea0;
  margin-top: 2px;
  margin-bottom: 0px;
}

.anons-author {
  color:#286ea0;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height:15px;
}

/* Навигация */

.navigation {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  width: 157px;
  font-weight:bold;
}

.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 95%;
}

.navigation ul li a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-size: 10px;
  background-color: #2b598b;
  height: 90%;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin: 0px;
  padding-right: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color:#103a67;
  background-repeat: no-repeat;
  background-position: left;
}

.navigation ul li a:hover, .navigation ul li a.current {
  background-color: #103a67;
  color: #FFFFFF;
}

/* Буквица */
.bukvitza {
  font-family: "Times New Roman", Times;
  font-size: 33pt;
  color: #2b598b;
  font-weight: bold;
  margin-right: 2px;
  line-height: 33px;
  float: left;
}

/* Стихи */

.poem {
  font-style: italic;
  font-size: 130%;
  font-family: "Times New Roman", Times;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 120%;
}

.poem-indent {
  text-indent: 75px;
}

/* Дата */

.date {
  margin-top: 2ex;
  font-weight: bold;
  font-size: 76%;
}

/* Автор */

.author {
  font-size: 70%;
  margin-bottom: 4ex;
  text-align: right;
}

.club-author {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #286ea0;
}

#mgarsky {
  font-size: 70%;
  margin-bottom: 4ex;
  text-align: center;
}

/* Рубрика */

.rubr {
  color: white;
  font-weight: bold;
  font-size: 60%;
  line-height: 105%;
  text-align: center;
  margin-top: 7px;
  margin-bottom: -1px;
}

/* Официальная подпись */

.official {
  text-align: left;
  font-size: 60%;
  margin-top: 20px;
}

/* Заголовки */

h1 {
  color:#286ea0;
  width:100%;
  margin:10px 10px 10px 0px;
  font-size:32px;
  text-align: center;
  font-family: "Times New Roman", Times;
  font-variant: small-caps;
}

h2 {
  font-weight: bold;
  text-align: center;
  color:#286ea0;
  margin:10px 10px 20px 10px;
  font-size:16px;
}

h3 {
  color:#286ea0;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  font-size: 14px;
  margin : 20px 10px 0px;
}

h4 {
  font-weight: normal;
  color:#286ea0;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: -5px;
}

h5 {
  color:#286ea0;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  font-size: 85%;
}

/* Списки */

ol {
  margin-top: 1ex;
  margin-bottom: 1ex;
  margin-right: 25px;
  line-height: 140%;
  font-size: 12px;
  text-align: justify;
}

ul {
  margin-top: 1ex;
  margin-bottom: 1ex;
  margin-right: 15px;
  line-height: 120%;
  font-size: 12px;
}

li {
  MARGIN: 5px 0px;
  font-size: 12px;
}

.leaf {
  padding: 0 0 0 15px;
}
.leaf li{
  padding: 0 0 5px 15px;
  margin-left: 15px;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(design/o.png) no-repeat 1px .35em;
}

/* Разные классы */

#right {
  text-align: right;
}

.right {
  text-align: right;
}

#center {
  text-align: center;
}
.center {
  text-align: center;
}
#bold {
  font-weight: bold;
}

.blue-text {
  color: #286ea0;
}

blockquote {
  background: url(design/quote.png) no-repeat;
  color: #286EA0;
  text-indent: 10px;
  margin: 5px 10px 5px 25px;
  font-weight: bold;
}

.quote {
  background: url(design/quote.png) no-repeat;
  color: #286EA0;
  text-indent:10px;
  margin: 5px 10px 5px 25px ;
}

#black-text {
  color: #000000;
}

#yellow-text {
  color: #FFEC94;
}


.border {
  border: solid 1px rgb(62, 128, 180);
}

.border-blue {
  border: solid 1px rgb(62, 128, 180);
}

#blago {
  font-weight: normal;
  text-align: center;
  color:#1D3C5F;
  font-size:10px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  line-height:8px;
  display: block;
}

#anons-mk {
  margin-top: 1px;
  margin-bottom: 8px;
  line-height:140%;
  text-align: left;
  font-size: 12px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

#anons-link {
  line-height:140%;
  text-align: left;
  font-size: 12px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-weight: bold;
}

/* Футер */

#footer {
  color: #FFFFFF;
  font-size: 9px;
  padding:0px 5px;
  padding: 0px 15px 0px 15px ;
  line-height:150%;
  text-align: justify;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

#footer a {
  color: #FFFFFF;
}

#footer-address {
  font-size: 9px;
  color: #484848;
  border-top:1px solid #CDCDCD;
  padding: 0px 15px 0px 15px ;
  line-height:150%;
  text-align: justify;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

#footer-address a {
  color: #484848;
}

#mk_num {
  color: #286ea0;
  font-size:11px;
}

/* Реклама */
.klinks {
  font-size:10px;
  text-align:center;
  color:white;
  font-family:Arial;
}
.klinks a:link, .klinks a:visited, .klinks a:active {
  font-size:10px;
  color: white;
}

