
/* All-around {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    font-size: 100%;
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: black;
    color: black;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

html {
    text-align: center;
    background-color: #656148;
    height: 100%;
}

body {
    width: 792px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: left;
    background: url(/images/bg-main.png) black left top repeat-y;
    color: #f7f1ca;
    min-height: 100%;
}

a {
    color: #f7f1ca;
}

a:visited, a:active, a:hover {
    color: #eae4be;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}

img {
    border: 0;
}
/* }}} */

/* Layout {{{ */
#header {
    display: block;
    background: url(/images/bg-header.jpg) transparent left top no-repeat;
    height: 94px;
    text-decoration: none;
    padding-bottom: 10px;
    vertical-align: top;
    padding-top: 5px;
}

#header span {
    float: none; /* this somehow gets around an IE bug */
}

#sig {
    margin-left: 43px;
    width: 357px;
    height: 45px;
}

#fineartist {
    margin-left: 241px;
    margin-top: -6px;
    width: 104px;
    height: 19px;
}

.menu {
    padding: 0;
    margin: 0 35px;
    list-style: none;
    display: inline;
    float: left;
    background: url(/images/bg-menu.png) transparent left top no-repeat;
    width: 722px;
    font-size: 80%;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

.menu li {
    display: inline;
    float: left;
    text-decoration: none;
    height: 40px;
    line-height: 25px;
    margin-right: 5px;
}

.menu li.active, .menu li.last_active {
    background: url(/images/tab-left.png) transparent left top no-repeat;
}

.menu li.first_active {
    background: url(/images/tab-left-first.png) transparent left top no-repeat;

}

.menu a {
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
    padding: 0 11px;
}

.menu li.active a, .menu li.first_active a, .menu li.last_active a {
    color: black;
    background: url(/images/tab-right.png) transparent right top no-repeat;
}

.menu a:focus {
    outline: none;
}

#content {
    float: left;
    clear: left;
    display: inline;
    min-height: 150px;
    margin: 0 35px;
    padding: 0.5em 20px 0px 20px;
    background: url(/images/gradient2-main.png) #17160f center top no-repeat;
    width: 682px;
}

#footer {
    clear: left;
    padding-top: 1em;
    font-size: 80%;
    text-align: center;
    color: #75725f;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

#footer a {
    color: #656148;
}

#footTextlinks {
    padding: 1em 0;
}
/* }}} */

/* Content {{{ */
.error {
    color: #ff9999;
}

#adminPage div.error {
    color: #aa0000;
}

.numeric {
    text-align: right;
}

#content {
    font-size: 90%;
}

legend {
    color: #f7f1ca;
}

#content p {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 0.1em;
}

h1 {
    font-size: 165%;
    text-align: center;
    color: black;
    display: none;
}

h2 { font-size: 135%; }
h3 { font-size: 125%; }

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    font-weight: bold;
    width: 240px;
}

.contentitem_default {
    padding-bottom: 1em;
}

/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table, #adminPage * {
    color: black;
}

#adminPage a {
    color: #656148;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

