/* ===================
    ALL: Blue Theme
   =================== */

.header-container {
    border-bottom: 20px solid #74bff9;
}

.footer-container {
    border-top: 20px solid #74bff9;
}

.main aside {
    border-top: 20px solid #74bff9;
    border-bottom: 20px solid #74bff9;
}

.header-container,
.footer-container,
.main aside {
    background: #3d91e7;
}

header h1 {
    color: white;
}

#page .next i,
#page .previous i {
    color: #3d91e7;
}

#page a {
    color: #3d91e7;
}

#page a.actionLink:hover {
    color: #74bff9;
}

#page p tt {
    background-color: #DDD;
    box-shadow: 1px 1px 0 #CCC;
}

.message i {
    color: #74bff9;
}

blockquote i {
    color: #ddd!important;
}

.footer-container,
.footer-container a {
    color: white;
}

#toc a.active {
    color: black;
}




/* ===================
    Sia Theme
   =================== */

/** Generated by FG **/
@font-face {
    font-family: 'Conv_pixelart';
    src: url('../fonts/pixelart.eot');
    src: local('☺'),
         url('../fonts/pixelart.woff') format('woff'),
         url('../fonts/pixelart.ttf')  format('truetype'),
         url('../fonts/pixelart.svg')  format('svg');
    font-weight: normal;
    font-style: normal;
}


p, li {
    text-align: justify;
}

a {
    text-decoration: none;
}

tt {
    font-size: .9em;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

header img {
    float: left;
    padding: 10px 0;
}

header h1 {
    margin: 165px 0 0 20px;
    font-family: 'Conv_pixelart', monospace;
    font-weight: normal;
    font-size: 30px;
    line-height: 1em;
    text-shadow: 2px 2px 10px #333;
}

@media only screen and (min-width: 768px) {
    header h1 {
        margin: 20px 0 0 20px;
        font-size: 50px;
        width: 500px;
    }
}

#page .next {
    float: right;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    text-decoration: underline;
    clear: both;
}

#page a.actionLink {
    color: #ddd;
    font-size: 1em;
    margin-left: 6px;
    padding: 0 4px 0 4px;
    text-decoration: none;
}

#page a.actionLink:hover {
    text-decoration: none;
}

#page p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#page p tt {
    border-radius: 7px;
    padding: 0 5px;
}

.info,
.warning,
.todo,
.inheritance,
blockquote {
    background-color: #eee;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px;
    min-height: 80px;
}

.info,
.warning,
.todo,
.inheritance {
    box-shadow: 1px 1px 5px;
}

blockquote {
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    background: 10px  10px url('../images/quote-left.png')  no-repeat,
                right 10px url('../images/quote-right.png') no-repeat,
                #EEE;
}

.info {
    background-image: url('../images/info.png');
}

.warning {
    background-image: url('../images/warning.png');
}

.todo {
    background-image: url('../images/todo.png');
}

.inheritance {
    background-image: url('../images/inheritance.png');
}

.info p,
.warning p,
.todo p,
.inheritance p,
blockquote p {
    font-style: italic;
    padding: 5px 20px 5px 0;
    margin-left: 80px;
    text-align: left;
}

blockquote p {
    margin-right: 80px;
}

.info p tt,
.warning p tt,
.todo p tt,
.inheritance p tt,
blockquote p tt {
    font-style: normal;
}

pre {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px;
    font-size: .9em;
    line-height: 1.2em;
    background-color: #e4f0f9;
    margin-bottom: 20px;
    white-space: pre;
    word-wrap: normal;
    overflow: auto;
}

pre.language-shell {
    background-color: black;
    color: white;
}

pre.language-shell ol,
pre.language-vim ol {
    margin: 1em;
    padding: 0;
}

pre.language-shell ol li,
pre.language-vim ol li {
    list-style: none;
}

#toc {
    font-size: .8em;
    overflow: auto;
}

@media only screen and (max-width: 768px) {
    #toc {
        clear: both;
    }
}

#toc.fixed {
    height: auto;
}

@media only screen and (min-width: 768px) {
    #toc.fixed {
        position: fixed;
        top: 0;
        margin-left: 636px;
        width: 287px;
        padding: 0 52px 10px 51px;
        bottom: 0;
    }

    a.actionLink.icon-th-list {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
    #toc.fixed {
        margin-left: 55.8%;
        width: 25.2%;
        padding: 0 4.5% 10px;
    }
}

#toc li {
    text-align: left;
}

#toc a {
    color: white;
}

#toc ul.toc-list {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    line-height: 1.3em;
}

#toc > ul {
    margin-top: 1em!important;
    padding: 0!important;
}

#toc > ul > li {
    padding-bottom: 10px;
}

#toc > ul > li > a {
    font-size: 1.5em;
}

.footer-container a {
    text-decoration: underline;
}

.footer-container a:hover {
    text-decoration: none;
}