html,
body {
    background: url("../images/fundal.jpg") repeat fixed 0 0 transparent;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    max-width: 100%;
}
#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    max-width: 992px;
}
#hiddennav,
#head #submit {
    display: none;
}
p {
    padding: 0.2em;
}
.disnav {
    float: right;
}
p.disnav {
    background: none repeat scroll 0 0 #333333;
    padding: 0.2em;
}
a,
a:link {
    color: #ffc600;
    padding: 0.1em;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0 #666666;
    border-top: 1px dotted #333333;
    color: #ffffff;
}
#head {
    background: url("../images/hbg.png") no-repeat scroll 0 -3em transparent;
    height: 8em;
    margin-bottom: 0;
    padding: 0.5em 0.5em 0;
    width: 100%;
}
#head h1 {
    display: inline;
    float: left;
    font-size: 2em;
    margin: 2.6em 0 0;
    padding: 0;
}
#head h1 a,
#head h1 a:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ffff99;
}
#searchbar {
    float: right;
    margin: 4.8em 0 0;
}
#searchbar input {
    background: none repeat scroll 0 0 #222222;
    border: 1px solid #222222;
    color: #ffffff;
}
#searchbar input[type="text"] {
    background: url("../images/search.png") no-repeat scroll 1px 1px #222222;
    padding: 1px;
    text-align: right;
}
#search {
    display: none;
}
#menu {
    background: none repeat scroll 0 0 #222222;
    margin: 0 auto;
    padding: 0.5em;
    width: 100%;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    display: inline;
}
#menu a {
    color: #ffffff;
    font-weight: 600;
    padding: 0.4em;
    text-decoration: none;
}
#menu a:hover {
    background: none repeat scroll 0 0 #ffc600;
    color: #333333;
}
.navigation {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.alignright {
    background: none repeat scroll 0 0 #333333;
    float: right;
    padding: 0.2em;
}
.alignleft {
    background: none repeat scroll 0 0 #333333;
    float: left;
    padding: 0.2em;
}
#content {
    width: 77%;
}
#content h3 {
    font-size: 1.5em;
}
#content .data {
    margin-bottom: 0.22em;
}
#content .data p,
#content .postmetadata p {
    background: none repeat scroll 0 0 #222222;
    display: inline;
    line-height: 120%;
    padding: 0.2em;
}
#content .postmetadata p {
    background: none repeat scroll 0 0 #333333;
}
#content .storycontent {
    background: none repeat scroll 0 0 #222222;
    padding: 10px;
}
#content .storycontent p {
    display: block;
    line-height: 145%;
    margin: 0.1em 0 0;
}
.postmetadata {
    margin-top: 0.3em;
}
#content h3 a {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-style: normal;
    padding: 0.3em;
    text-decoration: none;
}
#content h3 a:hover {
    background: none repeat scroll 0 0 #ffc600;
    border-top: 1px dotted #333333;
    color: #000000;
}
* h3 em {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-style: normal;
    padding: 0.3em;
    text-decoration: none;
}
.badge {
    float: right;
    margin: 0.3em;
    padding-top: 1em;
}
#side {
    background: url("../images/mbg.png") repeat scroll 0 0 #222222;
    min-width: 120px;
    padding: 0.5em;
    text-align: left;
    width: 17%;
}
#side h4 {
    color: #222222;
    font-size: 1.5em;
    margin: 1em 0 0.1em;
}
#side ul,
#side * ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#side * li {
    border-bottom: 1px solid #888888;
    margin: 0.3em 0.1em;
}
#side * img {
    float: left;
    margin: 0 0.2em 0 0;
}
#side a,
#side a:link {
    color: #222222;
    padding: 0.1em;
    text-decoration: none;
}
#side a:hover {
    background: none repeat scroll 0 0 #ffc600;
    border-top: 1px dotted #333333;
    color: #000000;
}
#side #meta a,
#side #meta li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
#comments {
    background: none repeat scroll 0 0 #222222;
    clear: right;
    padding: 0.3em 1em;
}
#comments * p {
    background: none repeat scroll 0 0 transparent;
}
#comments * li {
    margin: 0.4em 0;
}
#comments * li p {
    background: none repeat scroll 0 0 #333333;
    display: block;
    line-height: 100%;
    margin: 0.2em 0 0;
    width: 90%;
}
textarea,
input {
    background: none repeat scroll 0 0 #444444;
    border: 0 none;
    color: #ffffff;
    margin: 0.1em;
}
textarea {
    padding: 0.1em;
}
.entrytext {
    background: none repeat scroll 0 0 #222222;
    padding: 0.6em;
}

#footer {
    align-items: center;
    display: flex;
    justify-content: center;
    background: none repeat scroll 0 0 #444444;
    border-top: 3px dotted #666666;
    clear: both;
    font-size: 80%;
    margin: 0 auto;
    padding: 0.2em;
    text-align: center;
    width: 100%;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer,
.push {
    height: 2.8em;
}
blockquote {
    background: url("../images/bbg.png") no-repeat scroll 0 0 transparent;
    padding: 5px;
}
blockquote p {
    padding-left: 30px;
}
#content img {
    margin: 0 0.5em 0.5em;
}
hr {
    background: none repeat scroll 0 0 #666666;
    border: 0 none;
    height: 1px;
    margin: 1.2em 0;
    width: 97%;
}
h4 {
    font-size: 130%;
}
dt {
    font-weight: 700;
    margin-top: 1.2em;
}
dd {
    margin-left: 0.7em;
    margin-top: 0.3em;
}
#answerdiv p {
    padding-left: 0;
}
@media (max-width: 768px) {
    #content,
    #side {
        padding: 5px;
        width: 100%;
    }
    .c-burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 0 0 auto;
        height: 27px;
        width: 30px;
    }
    .c-burger div {
        border-radius: 5px;
        background: #fff;
        height: 4px;
        width: 100%;
    }
    #menu ul {
        display: none;
    }
    #menu ul li{
        margin: 15px 0 0 0;
    }
    #menu ul a{
        display: inline-block;
        width: 100%;
    }
    #menu ul.o-visible {
        background: #222;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 144px;
        left: 0;
        height: 100vh;
        width: 100%;
    }
}
