html { font-family: "DejaVu Sans", sans-serif; color: #000; background:#eee}
body { margin: 0 auto; padding: 0; font-size: 96%; width: 46em }
a img { border: none }
a { color: #5522ff; text-decoration: none }
a:visited { color: #9922dd; text-decoration: none }
a:hover, a:visited:hover { text-decoration: underline }


div#stylebox {
    font-size: 80%;
    float: right;
    width: 12em;
    outline: 1px solid #ffc731;
    border: 1px solid #ffffee;
    background: #fff77c;
    padding: 0.25em;
    line-height: 1.3;
    color: #a65200;
    clear: right;
    margin: 1em 0;
}

div#threadlist {
    margin: 1em auto;
    width: 46em;
}

span.threadlink {
    padding: 0 1em 0 0;
}
span.threadlink a:first-child {
    font-weight: bold;
}

h1 {
    font-weight: normal;
    font-size: 175%; 
    letter-spacing: 0.05em; 
    text-align: center;
    color: #999;
}


h2 {
    font-weight: normal;
    font-size: 150%; 
    letter-spacing: 0.025em; 
    float: left;
    color: #666;
    margin: 1em 0 0 -0.75em;
}
h2 a:visited, h2 a {
    color: #666;
}

h3 { 
    font-weight: normal; font-size: 120%; letter-spacing: 0.025em;
    background: url(../img/balloontip.png) no-repeat 5em 100%;
    padding-bottom: 16px;
    margin: 0.6em 0 -1px 0;
    z-index: 1000;
    float: left;
    clear: left;
}

div.threadnavigation {
    float: right;
    clear: right;
}
div.threadnavigation a {
    font-size: 80%;
    color: #999;
    background: #ddd;
    border: 1px solid #999;
    -moz-border-radius: 1em;
    border-radius: 1em;
    vertical-align: middle;
    padding: 0.125em 0.25em;
    width: 1em;
    display: block;
    float: left;
    text-align: center;
    margin: 0.125em;
}
div.threadnavigation a:hover {
    text-decoration: none;
    color: #444;
}

span.replynum {
    background: #fff77c;
    border: 1px solid #fc737f;
    -moz-border-radius: 1em;
    border-radius: 1em;
    font-size: 80%;
    vertical-align: middle;
    font-family: serif;
}
span.replynum a {
    font-weight: bold;
    color: #a65200;
    padding: 0.5em;
}

div#createbox,
div.thread {
    margin: auto;
    width: 46em;

}
div.replytext {
    clear: both;
    border: 1px solid #ccc;
    background: #fff;
    padding: 1em;
    line-height: 1.3;
    color: #444;
    border-radius: 1em;
    -moz-border-radius: 1em;
    z-index: -1000;
}
div.replytext p {
    margin: 0 0 1em 0;
}
div.replyabbrev {
    text-align: right;
    color: #666;
}
div#threadlinks {
    margin: 1em auto;
    text-align: center;
    width: 46em;
}
div.threadlinks a,
div#threadlinks a,
span.deletebutton {
    color: #999;
    font-weight: bold;
    font-size: 80%;
    background: #ddd;
    border: 1px solid #999;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 0 0.5em;
    vertical-align: middle;
}
span.deletebutton a:hover,
div.threadlinks a:hover,
div#threadlinks a:hover {
    text-decoration: none;
    color: #444;
}
span.deletebutton a {
    color: #999;
}
span.postername {
    font-weight: bold;
    letter-spacing: 0;
}

form {
    margin-top: 1em;
    clear: left;
}
input {
    border-radius: 1em;
    -moz-border-radius: 1em;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    vertical-align: middle;
    font-size: 100%;
    line-height: 1;
}
textarea {
    border: 1px solid #ffc731;
    background: #fff77c;
    padding: 0.25em;
    line-height: 1.3;
    color: #a65200;
    margin: 0;
    border-radius: 1em;
    -moz-border-radius: 1em;

}

table#oldthreadlist {
    margin: auto;
    width: 46em;
    border-collapse: collapse;
}
table#oldthreadlist th,
table#oldthreadlist td {
    border: 1px solid #ddd;
    background: #fff;
}

div#footer {
    text-align: center;
    margin: 1em
}
