/*
 * default.css
 * ~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- default theme.
 *
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 22, 2016 */
@font-face {
    font-family: 'cake_dingbatsregular';
    src: url('../fonts/cakedingbats-webfont.eot');
    src: url('../fonts/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cakedingbats-webfont.woff2') format('woff2'),
         url('../fonts/cakedingbats-webfont.woff') format('woff'),
         url('../fonts/cakedingbats-webfont.ttf') format('truetype'),
         url('../fonts/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Internal and external links generated by docutils have em inside the a. */
.reference em {
    font-style: normal;
}

.page-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* General button */
.button {
    background: #D33C44;
    font-weight: normal;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.button:hover,
.button:focus {
    text-decoration: none;
}
.button:active {
    outline: 0;
}

/* Red buttons */
.button.red:focus,
.button.red:hover {
    background: #E6E6E6;
    color: #D33C44;
}

/* Blog Post View */
.page-container h1 {
    color: #d33c44;
    font-weight: 200;
}
.page-container h2,
.page-container h3,
.page-container h4 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin: 1.5em 0 0.5em;
}
.timestamp.postmeta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #76766B;
    margin-bottom: 1em;
}
.postmeta .author {
    font-weight: bold;
}


/* Archive List */
.post-archive {
    margin-bottom: 3em;
}
.post-archive .post-time {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #d33c44;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.post-archive .post-time span {
    color: #363638;
}
.post-archive .entry-title {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #D33C44;
}
.entry-title a {
    color: #D33C44;
}
.post-archive p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
}


/* def list */
dl.docutils {
    margin: 2em 0;
    padding: 0;
}
.docutils dt {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}
.docutils dd {
    border-left: 2px solid #ccc;
    margin: 0 0 1em 1em;
    padding: 0 0 .5em .5em;
    font-size: 14px;
    font-size: 1.4rem;
}




/* -- Sidebar -- */
.sidebar h1 {
    color: #D33C44;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.sidebar h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 23px;
    border-top: 1px solid #363637;
    margin: 10px 0 15px;
}
.sidebar ul {
    margin-left: 0;
}
.sidebar li {
    list-style: none;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0;
}
.sidebar a {
    color: #363637;
}
.sidebar a:hover {
    color: #2f85ae;
}

.docutils.internal-toc td {
    font-size:1.5em;
    padding:5px;
}


table.internal-toc {
    border:0;
    width:80%;
}

/* -- body styles -- */
.body {
    position: relative;
}

/* inline code */
.docutils .pre,
tt {
    font-family: "Roboto Mono", "Consolas", "Monaco", monospace;
    font-size: 105%;
    line-height: normal;
    padding: 0px 2px;
    color: #363637;
}
dl tt {
    border-bottom: none;
}



/* Inline list styles */
.inline li {
    display: inline;
}
.inline li:after {
    content: ' | ';
    display: inline;
}
.inline li:last-child:after {
    content: '';
}



/* Admonitions */
.admonition,
.deprecated,
.versionadded,
.versionchanged {
    margin: 20px 0;
    padding: 12px 10px 12px 60px;
    position: relative;
    min-height: 55px;
}

/* Hide the words generated by sphinx as we have icons */
.admonition .admonition-title {
    display: none;
}

.deprecated p,
.versionadded p,
.versionchanged p,
.admonition p {
    margin-bottom: 5px;
}
.deprecated p:last-child,
.versionadded p:last-child,
.versionchanged p:last-child,
.admonition p:last-child {
    margin-bottom: 0;
}
.admonition pre {
    margin-bottom: 5px;
}
.admonition ul,
.admonition ol {
    margin-bottom: 5px;
}


/* Icons on admonititions */
.admonition:before,
.deprecated:before,
.versionadded:before,
.versionchanged:before {
    display: block;
    font-family: 'cake_dingbatsregular';
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    top: 10px;
    left: 15px;
    user-select: none;
}

.seealso,
.tip {
    background: #d9edf7;
}
.seealso:before,
.tip:before {
    content: 'X';
    color: #97CAE4;
}

.note {
    background: #fcf8e3;
}
.note:before {
    color: #E2C99C;
    content: 'U';
}
.topic {
    background: #eee;
}
.warning {
    background: #f2dede;
}
.warning:before {
    color: #E0B9B9;
    content: 'W';
}

.deprecated,
.versionadded,
.versionchanged {
    background: #dff0d8;
}
.versionmodified {
    font-style: italic;
}
.deprecated:before,
.versionadded:before,
.versionchanged:before {
    color: #A7D096;
    content: 'V';
}

/* Tables */
table {
    border-color: #ccc;
    margin-bottom: 20px;
}
table thead th {
    background: #ECECE9;
    padding: 9px 10px;
}
table tbody td {
    padding: 9px 10px;
}
table td,
table th {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.viewcode-back {
    font-family: sans-serif;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}


/* -- glossary -- */
.glossary dt {
    font-size: 16px;
    font-family: Raleway, Helvetica, Arial;
    color: #BD8A5D;
}
.glossary dd {
    margin-bottom: 18px;
}

/* -- Footnotes -- */
.footnote {
    border: 0;
}
.footnote .label {
    background: none;
    color: #000;
    display: block;
    position: static;
    font-size: 14px;
}
/* Hide backrefs */
.footnote td em:first-child {
    display: none;
}

/* -- generated index -- */
.genindex-jumpbox {
    margin-bottom: 18px;
}
.genindextable {
    border: 0;
}
.genindextable dt {
    line-height: 20px;
    margin-bottom: 5px;
}
.genindextable dd {
    margin-left: 24px;
}
.genindextable a {
    font-size: 14px;
}
