﻿@font-face {
    font-family: 'trystregular';
    src: url('../fonts/Tryst-Regular-webfont.eot');
    src: url('../fonts/Tryst-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Tryst-Regular-webfont.woff2') format('woff2'), url('../fonts/Tryst-Regular-webfont.woff') format('woff'), url('../fonts/Tryst-Regular-webfont.ttf') format('truetype'), url('../fonts/Tryst-Regular-webfont.svg#trystregular') format('svg');
    font-weight: norma;
    font-style: normal;
}
body {
    background: #FFFFFF url(../img/bg.jpg) no-repeat top center;
    font-size: 110%;
    font-family: 'trystregular';
}
.container {
    max-width: 1100px;
}
.content {
    min-height: 650px;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px 50px 20px 50px;
}
.header {
    text-align: center;
}
.header h1 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 10px;
}
.header h1 a {
    color: #666;
    text-decoration: none;
}
.header h2 {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 8px;
}
.nav {
    height: 2.8rem;
    margin-bottom: 10px;
}
.menu.expanded li {
    margin: 0 8px 0 8px;
    border-radius: 4px;
}
.menu.expanded li.active a,
.menu.expanded li.active a:hover {
    padding: 0 10px 0 10px;
    background-color: #90B0CE;
    color: #fff;
    border-radius: 4px;
}
.menu.expanded a,
.menu.expanded a:hover {
    color: #999;
}
@media (max-width: 767px) {
    .nav {
        background-color: #fff;
        border-bottom: 1px solid #bbb;
        height: auto;
        left: 0;
        max-height: 200px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .nav .menu.expanded li:hover {
        background-color: #ddd;
    }
    .nav a {
        color: #258fd6;
    }
    .nav a:hover {
        color: #444;
    }
    .responsive-menu label {
        background-color: #222;
    }
    .header {
        margin-top: 2rem;
        text-align: center;
    }
}
.repertory {
    margin-top: 2rem;
}
.article header h1 {
    font-weight: bold;
}
.article header h1 a {
    color: #444;
}
.article header h1 a:hover {
    color: #258fd6;
    text-decoration: none;
}
.comment {
    background-image: url('../img/user.png');
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    padding-left: 4rem;
}
.comment blockquote {
    margin: 0;
}
.nbcom {
    background-color: #258fd6;
    color: #fff;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: .2rem .3rem;
}
.nbcom:hover {
    background-color: #3a6c96;
    color: #fff;
    text-decoration: none;
}
.capcha-word {
    background-color: #ccc;
}
.article,
.pagination {
    margin-bottom: 4rem;
}
.article.static {
    margin-bottom: 0;
}
.pagination a {
    background-color: #90B0CE;
    color: #fff;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: .5rem .6rem;
    border-radius: 4px;
}
.pagination a:hover {
    background-color: #3a6c96;
    color: #fff;
    text-decoration: none;
}
.aside,
.aside a {
    color: #666
}
.aside {
    padding-left: 2rem;
}
@media (max-width: 768px) {
    .aside {
        margin-top: 2rem;
        padding-left: 1rem;
    }
}
.aside h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: uppercase;
}
.aside li.tag {
    margin-left: 0;
}
.aside ul {
    margin: 0;
}
.footer {
    padding: 2rem 0;
    text-align: center;
}
.footer p {
    margin: 0;
}
.copyright {
    font-size: 0.8rem;
}
#dropdown-nav ul li div {
    color: #eee;
    padding: .425rem .7rem;
}
#dropdown-nav ul li {
    position: relative;
}
#dropdown-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f6f6f6;
    border: 1px solid #efefef;
    padding: 0;
    z-index: 9999;
}
#dropdown-nav ul ul a {
    color: #444;
}
#dropdown-nav ul ul li {
    float: none;
    width: 200px;
}
#dropdown-nav ul ul li.active a {
    background: transparent;
}
#dropdown-nav ul ul li:hover {
    background: #ccc;
}
#dropdown-nav ul li:hover > ul {
    display: block;
}
@media (max-width: 768px) {
    #dropdown-nav ul {
        background: #f6f6f6;
    }
    #dropdown-nav ul li.active {
        background-color: #258fd6;
        width: 100%;
    }
    #dropdown-nav ul li.active a {
        color: #fff;
    }
    #dropdown-nav ul li:hover {
        background: #ccc !important;
        width: 100%;
    }
    #dropdown-nav ul li li:hover a {
        color: #fff;
    }
    #dropdown-nav ul ul {
        width: 100%;
        border: none;
    }
    #dropdown-nav ul li div {
        color: #444;
    }
    #dropdown-nav ul li a {
        color: #444;
    }
}