/*
 * $FreeBSD$
 */

/*
 * Body
 */
body {
    font-family: sans-serif;
    background-color: #fff;
    margin: 5% auto 5% auto;
    min-width: 400px;
    width: 80%;
    max-width: 800px;
}

/*
 * General formatting
 */
a {
    text-decoration: none;
    color: #900;
}

a:hover, a:focus {
    background-color: #fee;
}

th {
    text-align: left;
}

/*
 * Title
 */
.title {
    display: block;
    padding: 6pt;
    font-size: 200%;
    font-weight: bold;
}

/*
 * Navigation bar
 */
.navigation {
    display: block;
    margin: 0;
    padding: 2pt;
    border-top: thin solid black;
    border-bottom: thin solid black;
    text-align: center;
    background-color: #fc6;
    color: #900;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline;
    padding: 0;
    margin: 0;
}

.navigation a {
    padding: 2pt 2em 2pt 2em;
    margin: 0;
    // font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    color: #900;
}

.navigation a:hover, .navigation a:focus {
    background-color: #900;
    color: #fc6;
}

/*
 * Date / time, name and login / logout link
 */
.loginout {
    display: block;
    margin: 0;
    padding: 3pt;
    text-align: right;
    font-size: 75%;
    font-style: italic;
}

.datetime {
    float: left;
}

/*
 * Content
 */
.main {
    display: block;
    padding: 6pt;
    min-height: 400px;
    overflow: auto;
}

.info {
    color: green;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

/*
 * Footer
 */
.footer {
    padding: 3pt 0 3pt 0;
    border-top: thin solid black;
    border-bottom: thin solid black;
    background-color: #fc6;
    text-align: center;
    font-size: 75%;
    font-style: italic;
}

/*
 * Error message
 */
.errorbox {
    display: block;
    margin: 20% auto 0 auto;
    font-size: large;
    text-align: center;
    vertical-align: middle;
}

/*
 * Login page
 */
.loginform {
    display: block;
    width: 50%;
    margin: 25% auto 0 auto;
}

.loginform fieldset {
    padding: 12pt;
    border: thin solid #900;
}

.loginform legend {
    padding: 0.5ex;
    font-size: large;
    font-weight: bold;
    color: #900;
    // background-color: #fc6;
}

.loginform div {
    padding: 6pt;
    white-space: nowrap;
    text-align: right;
}

/*
 * Poll
 */
.poll .synopsis {
    font-size: large;
}

.poll .long {
}

/*
 * Question
 */
.question .synopsis {
}

.question .short {
    font-size: large;
}

.question .long {
}

/*
 * Review
 */
.review .answer {
    font-weight: bold;
}

/*
 * Wiki text
 */
.wiki {
}

.wiki h1 {
    font-size: 120%;
    font-weight: bold;
}

.wiki h2 {
    font-size: 110%;
    font-weight: bold;
}

.wiki h3 {
    font-size: 100%;
    font-style: italic;
}

.wiki code {
    font-family: monospace;
    font-size: 90%;
}
