
@font-face {
    font-family: "Futura Bold";
    src: url("../fonts/Futura-Bold.otf") format("truetype");
}
@font-face {
    font-family: "Futura Medium";
    src: url("../fonts/Futura-Medium.otf") format("truetype");
}

html {
    position: relative;
    min-height: 100%;
}

body{
    font-family: "Futura Medium";
    margin-bottom: 100px;
}

.gray{
    color: #AEAEAE;
}

.divider{
    padding-left: 5px;
    padding-right: 5px;
}

.page-handler{
    margin-top:80px;
    height: auto;
    overflow: hidden;
}

.main-content-handler{
    width:auto;
    overflow: hidden;
}

.ad-content-handler{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    width:310px;
}


.navigation {
    z-index: 1000;
    position: fixed;
    left:0;
    right:0;
    top:0;
    background-color: #003652;
    color: #A68C1B;
}

.navigation a {
    color: #A68C1B;
}

.navigation .navigation-link a {
    font-family: Times;
}

.navigation .navigation-link{
    border-top: 5px solid;
    padding-left: 10px;
    padding-right: 10px;
}
.navigation .navigation-search{
    padding-left: 20px;
}
.navigation-offset {
    padding-top: 5px;
}

/*search bar*/
.search-handler{
    margin-bottom:30px;
}
.search-button{
    background-color: #A68C1B;
    border: #A68C1B 1px solid;
    color:white;
    height:50px;
}
input.search-bar {
    height:50px;
}


/*
    entry.pug
*/

.word{
    padding-top: 50px;
    margin-top: -50px;
}

.sense-counter, .subsense-counter{
    padding-right: 5px;
}

.sense >*, .subsense >.definition-text, .subsense >.subsense-counter{
    display: table-cell;
}

.definition-example{
    color: #7D7D7D;
}

.pronunciation, .pos, .headword, .etymology, .domain, .alternate-pronunciation, .derivative {
    color: #003652;
}


.definition-example, .definition-text, .sense-counter, .sense-confer, .sense-synonyms, .sense-variant{
    font-family: Times;
}

/*
    /list
*/

hr.double {
    border:none;
    border-top:double #EAEAEA;
}

.letter-list {
    max-width: 700px;
    word-break: break-word;
}

.letter-list .letter {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    font-family: "Futura Bold";
    color: #003652;
    border-right: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
}

.letter-list .letter-selected{
    font-size: 20px;
    color: #A68C1B;
}


.pagination-list {
    word-break: break-word;
}

.pagination-list a {
    color: #A68C1B;
    padding: 10px;
}

.pagination-list .page-selected {
    color: #003652;
}


/*footer*/
.footer{
    position: absolute;
    height: 40px;
    background-color: #003652;
    width:100%;
    bottom: 0;
}

/*sketchy*/
.sketchy {
    z-index: 500;
    position: fixed;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: black;
    opacity: 0.8;
}

.sketchy > * {
    color: white;
    text-align: center;
    position: fixed;
    margin-left: -80px;
    left: 50%;
    top: 50%;
    bottom: 50%;
}


/*letter-list .letter:nth-child(2n) {
    display: none;
}*/

.pagination-list a.page:nth-child(2n + 1) {
    display: none;
}
