/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 106px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 106px;
}

/* Common page styles
-------------------------------------------------- */
.header {
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 10px;
    padding: 10px 0;
}

.pattern {
    background: url("../img/bg.gif");
}

.logo {
    border: 2px solid #ffffff;
}

.block {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    }

    .block:last-child {
        border-bottom: none;
        padding: 0;
    }

.footer-back-link {
    height: 20px;
    margin: 8px 0;
}

.footer-container {
    border-top: 1px solid #fff;
    font-weight: bold;
    height: 70px;
    padding-top: 9px;
}

.back-link {
    margin-top: 10px;
}

.anime-info {
    color: #444;
    font-style: italic;
}

.bordered {
    border: 1px solid #fff;
}

.article-blocks h2 {
    font-size: 22px;
}

.authors-list {
    list-style: none;
}

.icon {
    display: inline-block;
    height: 25px;
    margin: 0 5px;
    vertical-align: 10%;
    width: 15px;
}

.link_to_top {
    font-size: 130%;
}

.link-list {
    font-size: 16px;
}

/* Main
-------------------------------------------------- */
.frontpage-top-block {
    margin-top: 20px;
    text-align: center;
}

.title-with-icon .icon {
    margin-left: 0;
}

.subsections-list {
    list-style: none;
    padding-left: 0;
}

/* Anime index page
-------------------------------------------------- */

.anime-list tbody > tr > td {
    vertical-align: middle;
}

.st-head-row {
    text-align: center;
}

.st-head-row-main {
    display: none;
}

.legend {
    list-style: none;
    padding-left: 0;
    }

    .legend > li {
        margin: 2px 0;
    }

/* Anime page
-------------------------------------------------- */
.anime-secondary-headers {
    color: #777;
    font-size: 130%;
    list-style: none;
    padding: 0;
}

.creators {
    font-size: 20px;
}

/* Section page
-------------------------------------------------- */
.thematic-footer {
    margin-top: 10px;
    font-style: italic;
}

/* Forms
-------------------------------------------------- */
.help-text {
    padding-top: 7px;
    color: #777777;
}
