html {
    height: 100%;
}

body {
    background: black url('/img/bg.jpeg') no-repeat;
    color: white;
    font-family: Monospace, Courier;
    text-align: center;
    margin: 0;
    padding: 0;
}

.links {
    font-size: 75%;
    background : rgba(0,0,0,0.6);
    border-bottom: 1px solid black;
    padding: 8px 0;
}
.links ul {
    padding: 0;
    margin: 0;
}
.links ul li {
    display: inline-block;
}
.links ul li:after {
   content: " :: ";
   margin: 0 2px;
}
.links ul li:last-child:after{
    content: "";
}
.links a {
    text-decoration: none;
}

header h1 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 350%;
    font-weight: lighter;
}
header h1 a,
header h1 a:hover {
    text-decoration:none;
}
header h1 .infinite {
    font-size: 130%;
    vertical-align: middle;
}

.static {
    position: relative;
    top: -10px;
    text-align: center;
}

.heisenberg {
    position: relative;
    top: -15px;
    text-align: center;
    font-size: 50%;
}
.heisenberg .white {
    background-color:   white;
    color:              black;
}
.heisenberg .green {
    background-color:   green;
}
.heisenberg .blue {
    background-color:   blue;
}
.heisenberg .orange {
    background-color:   orange;
}
.heisenberg .red {
    background-color:   red;
}

.entrypaging {
    font-size: 75%;
    top: 15px;
}

#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    overflow: auto;
}

footer {
    position: fixed;
    right: 25px;
    bottom: 20px;
    font-size: 5px;
}

@media screen and (max-width: 800px) {
    footer {
        position: inherit;
        margin-bottom: 10px;
        margin-top: 25px
    }
}

footer ul {
    list-style-type: none;
}

footer img {
    height: 20px;
}

.post {
    background: rgba(255, 255, 255, 0.20);
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 10px;
}

.post_title {
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 8px;
}
.post_title a {
    text-decoration: none;
}

.post_extras {
    text-align: left;
    color: white;
    font-style: italic;
    font-size: 60%;
    vertical-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 8px;
}

.post_excerpt {
    text-align: justify;
    background: rgba(255, 255, 255, 0.5);
    font-family: none;
    color: black;
    border-spacing: 10px;
    padding: 5px 8px;
}

.post_more,
.post_hide {
    font-size: 0.7em;
    font-style: italic;
    color: #333333;
    text-decoration: none;
}

.post_hidden {
    display: none;
}

.post_prose {
    text-align: justify;
    background: rgba(255, 255, 255, 0.5);
    font-family: none;
    color: black;
    border-spacing: 10px;
    padding: 5px 8px;
}


.blog_post_title {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    margin-right: 20%;
    margin-left: 20%;
}

.blog_post_extras {
    color: white;
    font-style: italic;
    font-size: 60%;
    vertical-align: center;
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#credits {
    font-size: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.prose {
    background: rgba(255, 255, 255, 0.5);
    color: black;
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify;
}

.prose div {
    padding: 10px;
}

.prose h1 {
    font-weight: none;
    font-size: 120%;
    padding-left: 30px;
    padding-top: 10px;
}

.prose .citation {
    color: white;
    font-style: italic;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 20px;
}

a {
    text-decoration:underline;
    color:inherit;
}
a:visited {
    text-decoration:none;
    color:inherit;
}
a:hover {
    text-decoration:underline;
    color:white;
}

.prose div a {
    text-decoration:none;
    color:inherit;
    background: rgba(255,180,255,0.2);
}
.prose div a:visited {
    text-decoration:none;
    color:inherit;
    background: rgba(255,180,255,0.1);
}
.prose div a:hover {
    text-decoration:underline;
    color:inherit;
}

.roundedTop {
    border-radius:5px 5px 0px 0px;
}

.roundedLow {
    border-radius:0px 0px 5px 5px;
}

.align-right {
    float: right;
}
.align-left {
    float: left;
}
img.align-right {
    margin: 10px;
}