html, body {
    font: medium verdana,arial,helvetica,sans-serif;
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 1300px;
}

input[type=text] {
    width: 800px;
}

a,
a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
    cursor: hand;
    cursor: -o-pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
}

#header {
    font-size: small;
    text-align: right;
    padding: 4px;
}

#content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#content table {
    width: 100%;
    border: 0;
    padding: 0;
}

#prev,
#next {
    width: 150px;
}

#prev img,
#next img {
    position: fixed;
    top: 50%;
    margin-top: -64px;
    margin-left: -64px;
}

#displayCase {
    width: 970px;
    padding: 0 15px;
}

.displayElem {
    height: 100%;
    width: 100%;
    text-align: center;
}

.displayElem h1 {
    padding-bottom: 20px;
    font-size: 32px;
}

.blarg {
    text-align: left;
    margin-bottom: 15px;
}

#newPost {
    margin-bottom: 25px;
}

#newPost #textEntry {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#newPost #adEntry {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.mce-container {
    margin: 0 auto !important;
}

.formForButton {
    display: inline;
    margin: 0 5px;
}

#html {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 12px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    background: #faf8f0;
    border: 1px solid #808080;
    text-align: left;
    padding: 5px;
    margin-bottom: 15px;
}
