html {
height:100%;

}
body {
    margin:0;
    height:100%;
        color: black;
    font-family: Times, serif;
    font-size: 12pt;
    line-height: 140%;

}
.textstuff{
    margin: auto;
    padding-right: 1em;
    padding-left: 1em;
    max-width: 44em;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: #333;
}
.site_container{
    overflow: hidden;
    min-height: 100%;
}
pre {
    border: 1px dotted gray;
    background-color: #ececec;
    color: #1111111;
    padding: 0.5em;
}
code {
    font-family: monospace;
}
h1 a, h2 a, h3 a, h4 a, h5 a { 
    text-decoration: none;
    color: blue;
}
h1, h2, h3, h4, h5 { font-family: Times;
                     font-weight: bold;
                     border-bottom: 1px dotted black;
                     color: blue; }
h1 {
        font-size: 130%;
}

h2 {
        font-size: 110%;
}

h3 {
        font-size: 95%;
}

h4 {
        font-size: 90%;
        font-style: italic;
}

h5 {
        font-size: 90%;
        font-style: italic;
}

h1.title {
        font-size: 200%;
        font-weight: bold;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: left;
        border: none;
}

dt code {
        font-weight: bold;
}
dd p {
        margin-top: 0;
}

.left {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.right {
    float:right;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
@media all and (max-width: 500px) {
    .right {
	float: none;
    }   
}

.clear {
    clear:both;
}

#footer{
    background: #000000;
    padding-bottom: 32000px;
    margin-bottom: -32000px;
    padding-top:100px;
    overflow:hidden;
 }

.nav{
    display: block;
}

video {
    width:100%;
    max-width:33em;
    height:auto;
}
