@font-face {
    font-family: tengwar;
    src: url("/tngani.ttf") format("truetype");
}

@font-face {
    font-family: "Bertholdr Mainzer Fraktur";
    src: url("/fraktur.ttf") format("truetype");
}

html {
    background-color: transparent;
    color: black;
    background-image: url(nasa1.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
}

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 900px;
    min-height: 1000px;
    // background-color: rgba(255,255,255,.9);
    background-color: transparent;
    color: black;
    font-family: Baskerville, "Computer Modern", Serif;
}

.text {
    font-family: Baskerville, "Computer Modern", Serif;
}

p {
    hyphens: auto;
}

blockquote .description {
    border: initial;
    padding-left: initial;
}

#fsk {
    float: right;
}

#headline {
    color: white;
    background-color: transparent;
    /* border-bottom-width: 1px;
    border-bottom-style: solid; */
    padding: 15px;
    width: 100%;
}

#navigation {
    position: relative;
    float: right;
    width: 280px;
    border-left-width: 1px;
    border-left-style: dotted;
    padding: 15px;
    font-size: small;
    background-color: rgba(255,255,255,.9);
}

#index a {
    text-decoration: none;
    font-family: Sans-Serif;
}

#index a:hover {
    text-decoration: underline;      
}

#entries {
    width: 550px;
    padding: 15px;
    background-color: rgba(255,255,255,.9);
}

.statusline {
    width: 550px;
    padding: 15px;
    font-size: small;
    background-color: rgba(255,255,255,.9);
}

.answer {
    padding-left: 15px;
}

.subtitle {
    font-size: small;
}

#subtitle a {
    text-decoration: none;
    color: white;
}

#bottom {
    clear: both;
    color: gray;
    background-color: transparency;
    padding: 15px;
    font-size: small;
}

a.wikipedia {
    color: black;
    text-decoration: none;
}

a.wikipedia:hover {
    text-decoration: underline;
}

a.wikipedia:after {
    content: "↑";
    font-size: x-small;
    vertical-align: top;
}

h1 {
    font-size: xx-large;
    color: gray;
    // background-color: white;
    font-family: Sans-Serif;
}

h1 a {
    text-decoration: none;
    color: white;
}

h2 {
    font-family: Sans-Serif;
    font-size: large;
    font-weight: normal;
    /* color: navy; */
    // background-color: white;
}

h2 a {
    text-decoration: none;
    color: black;
}

h3 {
    hyphens: auto;
}

h3 a {
    text-decoration: none;
    color: black;
}

.comment h1 {
    color: black;
    font-family: Baskerville, "Computer Modern", Serif;
    font-size: medium;
    text-decoration: underline;
}

.comment h2 {
    font-family: Baskerville, "Computer Modern", Serif;
    font-size: medium;
    text-decoration: underline;
}

.comment h3 {
    font-family: Baskerville, "Computer Modern", Serif;
    font-size: medium;
    font-style: italic;
    text-decoration: underline;
}

.comment h4, h5, h6 {
    font-family: Baskerville, "Computer Modern", Serif;
    font-size: medium;
    font-weight: normal;
}

h3 {
    font-family: Sans-Serif;
    font-size: medium;
    font-weight: normal;
    color: black;
    // background-color: white;
}

blockquote {
    font-family: Baskerville, Serif;
    font-style: normal;
    border-left: 3px solid silver;
    padding: 10px;
    padding-left: 20px;
    margin-right: 0;
    background-color: rgba(255,255,255,1);
}

q {
    font-style: italic;
}

q em {
    font-style: normal;
}

.subscript {
    font-size: small;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 1em;
    padding-bottom: 2em;
}

.subscript p {
    hyphens: none;
}

.mark {
    background: #ffff80;
}

.code {
    background-color: black;
    color: silver;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: small;
}

.youtube {
    margin-left: 40px;
}

.vimeo {
    margin-left: 40px;
}

audio {
    margin-left: 40px;
    width: calc( 100% - 40px );
}

video {
    width: 100%;
}

label {
    padding-right: 1em;
}

textarea {
    width: 100%;
}

.error {
    color: red;
}

.table {
    display: table;
}

.table p {
    display: table-row;
    height: 2em;
}

.table p label {
    display: table-cell;
}

.table p input {
    display: table-cell;
}

td {
    vertical-align: text-top;
    text-align: right;
    border: 0px none;
}

.last_comments {
    text-align: right;
}

.translation {
    font-style: italic;
}

.translation:before {
    content: "«";
}

.translation:after {
    content: "»";
}

.pin {
    height: 6%;
    float: right;
}

.fraktur {
    font-family: "Bertholdr Mainzer Fraktur", Fraktur;
}

