body {
    background-color: rgb(255,255,205);
    font-family: Trebuchet,"Trebuchet MS",sans-serif;
    font-size: 14px;
    line-height: 16px;
}
#page-title { font-style: italic; }
#last-changed-text {
    color: #A29B89;
    font-size: xx-small;
    font-style: italic;
    text-align: right;
}
pre {
    background: #eee;
    border: 1px dotted #A1A4AA;
    margin: 3px;
    overflow: auto;
    padding: 4px;
}
img { border: 0px; }
a { color: #696F65; }
a:visited { color: #838378; }
a.external:after { content: "\2197"; text-decoration: none !important; color: rgb(205,205,205) }
.oliveDrab { color: #696F65; }
.desertTan { color: #A29B89; }
.foliageGreen { color: #838378; }
.indentedQuote { margin-left: 15px; background-color: #FFFFCD }
#motto { text-align: center; color: black }
#topbanner {
    background-color: #082c15;
    font-size: xx-small;
}
/*
TODO: http://www.webdesignerwall.com/demo/css-gradient-text/
 h1 {
    bottom: -0.1em;
    display: block;
    position: absolute;
    width: 100%;
} */
h1 {
    font-weight: bolder;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 10px;
    text-shadow: rgba(0, 0, 0, 0.199219) 2px 2px 3px;
}
/* Not sure where the bogus bottom-border comes from, compensating with "0px" */
h2 { background-color: #082c15; color: white; padding: 3px 3px 0px 3px }
h3 { background-color: #ccc; text-align: center; padding: 3px }
h4 { border-bottom: thin solid black; }
h1,h2,h3,h4,h5,h6 {
    font-family: "Futura Condensed",Futura,sans-serif;
    margin-top: 0px;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #696F65;
}
h1 a { text-decoration: none; }
h2 span.par-edit, h3 span.par-edit, h4 span.par-edit, h5 span.par-edit, h6 span.par-edit {
    font-size: x-small;
    visibility: hidden;
}
h2:hover span.par-edit, h3:hover span.par-edit, h4:hover span.par-edit, h5:hover span.par-edit, h6:hover span.par-edit { visibility: visible; }
th {
    background: #696F65;
    border-bottom: 1px solid #838378;
    color: white;
    padding-left: 1em;
    text-align: left;
}
th a {
    color: white !important;
    text-decoration: none;
}
th p {
    font-size: 80%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 2em;
}
.pageLinks {
    background-color: #eee;
    color: #A29B89;
    font-size: 80%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
}
.pageLinks a {
    font-weight: bold;
    text-decoration: none;
}
#headerLinks td { border-bottom: 1px solid #ccc !important; }
#footerLinks td { border-top: 1px solid #ccc !important; }
#mainContent {
    background-color: white;
    font-size: 90%;
    padding: 1em;
}
#mainContent h2:first-child { margin-top: 0px; }
.error {
    color: #F25A5A;
    font-size: 80%;
    font-weight: bold;
}
form { display: inline; }
.contentTextarea { width: 100%; }
#toc { text-align: center }
#diff {
    white-space: pre-wrap;
    width: 97%;
}
.tagList {
    background: #eee;
    border: 1px dashed #31343A;
    clear: right;
    margin-top: 0.5em;
    padding: 0.2em 0.4em 0.2em 0.4em;
}
.tagCloud {
    background: #eee;
    border: 1px dashed #31343A;
    clear: right;
    float: right;
    margin: 1em;
    padding: 0.5em;
    width: 200px;
}
.pageVersionsList {
    font-size: 12px;
    font-variant: normal;
    letter-spacing: 0px;
}
table.wikitable {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.wikitable td {
    border: 1px solid #ccc;
    padding: 5px;
    /*text-align: center; I wonder why this is even here.*/
    vertical-align: middle;
}
table.wikitable td.em {
    background: #ccc;
    font-weight: bold;
}
.resizeTextarea a { text-decoration: none; }
.pending { text-decoration: none; border-bottom: 1px dotted black }

.wastePaper { display: none}
@media print {
    .wastePaper { display: block }
    .savePaper { display: none }
    .par-edit { display: none }
}

