body {
    color: #9BE19C;
    font-family: "Courier 10 Pitch", "Courier", monospace;
    font-size: large;
}

#home {
    margin-top: 0;
    background-image: url('images/bg_tile_1445887880.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top;
    background-color: black;
    background-size: 100% 2.1em;
}

#title {
    width: 100%;
    height: 2.1em;
    margin-left: auto;
    margin-right: auto;
    
    background-image: url('images/title_bar_1445896134.png');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 61em;

    position: fixed;
    z-index:20;
}

#titleimg {
    max-width: 60em;
    height: 15em;
    margin-left: auto;
    margin-right: auto;

    background-image: url('images/title_img_1506700092.jpg');
    background-color: black;
    background-size: 100%;
    
    border-style: solid;
    border-top-width: 2.1em;
    border-right-width: 0.22em;
    border-bottom-width: 0.22em;
    border-left-width: 0.22em;
    border-color: #16d916;
    background-size: cover;
}

#post, #indexwrap {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2ex;

    background-color: black;

    border-style: solid;
    border-width: 0.22em;
    border-color: #16d916;

    font-weight: normal;
}

p, hr, h1, h2, h3, h4, h5 {
    margin-left: 1em;
    margin-right: 1em;
}

pre {
    margin-left: 2em;
    margin-right: 1em;

    color: #E19B9B;
}

code, .quote {
    color: #E19B9B;
}

p.dateline, figcaption {
    font-size: smaller;
    font-weight: normal;
}

h1 {
    text-align: center;
    margin-bottom: 0.1em;
}

p.dateline {
    text-align: center;
    margin-top: 0;
}

.footer {
    text-align: center;
}

/* unvisited link */
.inconspicuous a:link {
    color: #9BE19C;
    text-decoration: none;
}

/* visited link */
.inconspicuous a:visited {
    color: #9BE19C;
    text-decoration: none;
}

/* mouse over link */
.inconspicuous a:hover {
    color: #9BE19C;
    text-decoration: underline;
}

/* selected link */
.inconspicuous a:active {
    color: #9BE19C;
    text-decoration: underline;
}

/* the following are for normal article links (red) */

/* unvisited link */
a:link {
    color: #F01414;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #F01414;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FF2828;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #FF2828;
    text-decoration: none;
}

.img_bg {
    background-color: #5a0000;
}

.mask {
    opacity: 0.7;
    transition: opacity 1s;
}

.mask:hover {
    opacity: 1.0;
}

figure {
    margin: 1em;
}

table, th, td {
    border: 0.1em solid #d00404;
    
}

table {
    border-collapse: collapse;
    margin: 0 1em;
}

.inconspicuous, .inconspicuous tr, .inconspicuous td {
    border: 0 none black;
}

ol, ul {
    margin: 0 1em;
}

hr {
    background-color: #F01414;
    border: 0;
    height: 0.1em
}

.Media {
  display: flex;
  align-items: flex-start;
  margin: 1em;
}

.Media-figure {
  margin-right: auto;
}

.Media-body {
  flex: 1;
}
