a {
    color: #222;
    text-decoration: brown dashed;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    color: #000;
    outline: 0;
}
/*=================================*/
.wrap {
    max-width: 1145px;
    padding-left: 3em;
    padding-right: 3em;
}
/*@media (max-width: 1000px) {*/
    /*#primary {*/
        /*width: 80% !important;*/
    /*}*/

    /*.has-sidebar #secondary {*/
        /*width: 16% !important;*/
    /*}*/
/*}*/
.entry-header{
    margin-bottom: 0 !important;
}
/*.content-area{*/
/*width: 100% !important;*/
/*}*/
/*article, .site-main{*/
/*width: 90% !important;*/
/*}*/
.link-list {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.8em;
    -moz-column-count: 2;
    -moz-column-gap: 1.8em;
    column-count: 2;
    column-gap: 1.8em;
}
@media (max-width: 1000px) {
    .link-list {
        -webkit-column-count: 2;
        -webkit-column-gap: 1em;
        -moz-column-count: 2;
        -moz-column-gap: 1em;
        column-count: 2;
        column-gap: 1em;
    }
}
@media (max-width: 700px) {
    .link-list {
        -webkit-column-count: 1;
        -webkit-column-gap: 0.8em;
        -moz-column-count: 1;
        -moz-column-gap: 0.8em;
        column-count: 1;
        column-gap: 0.8em;
    }
}




@media screen and (min-width: 48em) {

    /* Typography */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */
    .wrap {
        max-width: 1145px;
        padding-left: 2em;
        padding-right: 2em;
    }

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 58%;
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 26%;

    }

    .error404 #primary {
        float: none;
    }
}

.post-thumbnail {
    margin-bottom: 0.2em;
    text-align:center;
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    opacity: 0.7;
}


/*=================================*/
/*=================================*/

.post-thumbnail {
    margin-bottom: 0.2em;
    text-align: center;
}
/*.wrap {*/
    /*padding-left: 3em;*/
    /*padding-right: 3em;*/
    /*max-width: 1145px;*/
/*}*/
/*#primary {*/
    /*width: 70% !important;*/
/*}*/
/*.has-sidebar #secondary {*/
    /*width: 26% !important;*/
/*}*/
.vip_booklink {
    height: 20px;
    background-color: #8ff7ce;
    padding: 10px;
}
.booklink {
    float: left;
    padding: 0 20px;
}
.booklinkblock {
    margin-left: 20px;
    text-decoration: none !important;
}
.childbooklist {
    margin-left: 20px;
    color: brown;
    text-decoration: none !important;
    list-style-type: none;
}
a.masterbooklink {
    color: brown;
    border-bottom: 1px dotted;
    text-decoration: none !important;
    text-decoration-color: white;
}
a.childbooklink {
    color: brown;
    text-decoration: none;
}
/*=============================================*/
.widget-title{
    background-color: #cfcfcf;
    padding: 15px;
    text-align: center;
    font-size:120%;
}
H2.widget-title{
    background-color: #cfcfcf;
    padding: 5px;
    text-align: center;
    font-size:110%;
}
.widget{
    background-color: #efefef;
    padding: 10px;
}
/*=============================================*/
a.fld_link {
    font-size: 90%;
    color: brown;
    border-bottom: 1px dotted;
    text-decoration: none !important;
}
.lit {
    padding-left: 30pt;
    font-size: 12pt;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    margin: 0;
}
.literatura:before {
    font-size: 1.1em;
    margin-left: 0;
    display: block;
    content: 'Литература';
    font-family: serif;
    font-weight: bold;
    font-style: italic;
}
.literatura p {
    font-size: .95em;
    margin: 5px 5px 5px 40px;
    font-family: serif;
    font-style: italic;
}
.literatura p b, .literatura p strong {
    color: #800000;
}
.lit-src {
    font-size: .95em;
    margin: 5px 5px 5px 40px;
    font-family: serif;
    font-style: italic;
}
.lit-src:before {
    font-size: 1.1em;
    margin-left: -40px;
    display: block;
    content: 'Источник';
    font-family: serif;
    font-weight: bold;
    font-style: italic;
}
.lit-src b, .lit-src strong {
    color: #800000;
}
/*.slwmenu {*/
    /*padding-left: 30px;*/
    /*font-size: .8em;*/
    /*padding-right: 30px;*/
    /*display: block;*/
    /*text-align: center;*/
    /*font-weight: bold;*/
    /*margin: 0 auto 25px;*/
/*}*/
/*.slwmenu:before {*/
    /*content: '♦  ';*/
/*}*/
/*.slwmenu:after {*/
    /*content: '  ♦';*/
/*}*/
/*.slwmenu li, .slwmenu ul.tocgormenu {*/
    /*display: inline-block;*/
/*}*/
/*.slwmenu a.slwlink, .slwmenu a {*/
    /*color: #800000;*/
    /*font-style: normal;*/
/*}*/
h3{
    margin: 0;
    padding: 0;
}

h3.podp {
    font-size: 1.1em;
    margin-bottom: 3px;
    margin-top: 3px;
}
.podp {
    font-size: .8em;
    /*margin-right: 30px;*/
    color: #800000;
    text-align: right;
}
.letter {
    text-align: justify;
}
.letter:first-letter {
    font-size: 3.5em;
    float: left;
    line-height: 35px;
    display: inline-block;
    position: relative;
    color: #800000;
    background-image: url(../../img/fon2.gif);
    width: 53px;
    height: 55px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background-size: contain;
    padding: 10px 5px;
    margin: 0;
}
.cit1 {
    margin-bottom: 0;
    color: #0000cd;
    margin-top: 0;
    text-align: justify;
    font-style: italic;
}
.cit {
    color: Black;
    font-weight: bold;
}
.k {
    font-size: 1.05em;
    color: #007b26;
    font-family: serif;
    font-weight: bold;
}
.buk0 {
    font-size: 1.05em;
    padding-right: 5pt;
    color: #800000;
    font-family: "Times New Roman", serif;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (min-width: 48em) {
    .wrap {
        padding-left: 2em;
        padding-right: 2em;
        max-width: 1145px;
    }
    .has-sidebar #secondary {
        width: 26%;
    }
}
.poembox,
.bylbox {
    margin: 2px auto;
    padding-left: 20px;
    background-image: url('../../img/bumaga.jpg');
}
.poembox:before,
.bylbox:before {
    background-image: url('../../img/uzor2.gif');
    background-origin: content-box;
    display: block;
    height: 22px;
    content: ' ';
    margin: 0;
    margin-top: 30px;
    margin-left: -20px;
}
.poembox:after,
.bylbox:after {
    background-image: url('../../img/uzor1.gif');
    background-origin: content-box;
    display: block;
    height: 22px;
    margin: 0 0 -10px 0px;
    content: ' ';
    margin-bottom: 30px;
    margin-left: -20px;
}
.poembox .podp,
.bylbox .podp {
    margin: 10px 5px;
}
.poembox .poem_top,
.bylbox .poem_top {
    padding-top: 10px;
}
.poembox .poem_box,
.bylbox .poem_box {
    margin: 5px auto;
    padding-top: 10px;
}
.poembox .poem0,
.bylbox .poem0 {
    margin-left: 20px;
}
.poembox .poem1,
.bylbox .poem1 {
    margin-left: 50px;
}
.poembox .poem2,
.bylbox .poem2 {
    margin-left: 80px;
}
.poembox .poem3,
.bylbox .poem3 {
    margin-left: 110px;
}
.poembox .numb1,
.bylbox .numb1,
.poembox .numb,
.bylbox .numb {
    font-size: 1em;
    padding-left: 45px;
    margin: 2px auto;
}
.poembox .numb1 .numb2,
.bylbox .numb1 .numb2,
.poembox .numb .numb2,
.bylbox .numb .numb2 {
    font-size: .7em;
    width: 40px;
    display: inline-block;
    margin-left: -45px;
}
.poembox .numb1,
.bylbox .numb1 {
    margin-top: 15px;
}
a.index {
    font-variant-position: super;
    font-family: serif;
}
.poem0 {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.poem1 {
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.poem2 {
    margin-left: 110px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.poem3 {
    margin-left: 160px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.box_right {
    float: right;
}
.songbox,
.box_right {
    width: 400px;
    margin-left: 20px;
    font-family: "Times New Roman", Times, serif;
    background-image: url('../../img/bumaga.jpg');
}
.songbox:before,
.box_right:before {
    background-image: url('../../img/uzor2.gif');
    background-origin: content-box;
    display: block;
    height: 22px;
    content: ' ';
    margin: 0px 0 0 0px;
}
.songbox:after,
.box_right:after {
    background-image: url('../../img/uzor1.gif');
    background-origin: content-box;
    display: block;
    height: 22px;
    margin: 0 0 -10px 0px;
    content: ' ';
}
.songbox h1,
.box_right h1,
.songbox h2,
.box_right h2,
.songbox h3,
.box_right h3 {
    text-align: center;
    font-weight: bold;
    color: #800000;
}
.songbox p,
.box_right p {
    font-family: sans-serif;
    padding: 0;
}
