body {
    color: #bbd6ed;
    font-size: large;
}

#home {
    margin-top: 0;
    background-image: url('images/bg_tile_1512912183.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_1512911982.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_1512910180.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: #2c95de;
    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: #2c95de;

    font-weight: normal;
}

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

h1, h2, h3, h4, h5, p.dateline {
    color: #f0b014;
}

.nice_color {
    color: #f0b014;
    font-weight: bold;
}

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

    color: #e1c79b;
}

code, .quote {
    color: #e1c79b;
}

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;
}

/* inconspicuous unvisited link */
.inconspicuous a:link {
    text-decoration: none;
}

/* inconspicuous visited link */
.inconspicuous a:visited {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.mask:hover {
    opacity: 1.0;
}

figure {
    margin: 1em;
}

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

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

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

ol, ul {
    margin: 0 1em;
}

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

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

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

.Media-body {
  flex: 1;
}

em {
    font-weight: bold;
}
