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

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: #412b59;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    text-align: center;
}

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 {{{ */
#container {
    background: url(/images/shadow-main.png) transparent center left repeat-y;
    padding: 0 15px 1px 15px;
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

#header, #whorlBottom, #gradTop, #gradBottom{
    text-align: center;
    background: url(/images/whorl-top.jpg) transparent center top repeat-x;
    width: 990px;
    height: 340px;
}

#logo {
    display: block;
    position: relative;
    top: 12px;
}

#whorlBottom {
    background-image: url(/images/whorl-bottom.jpg);
}

#gradTop {
    background-image: url(/images/gradient-top.png);
}

#gradBottom {
    background-image: url(/images/gradient-bottom.png);
}

#footer {
    text-align: center;
    font-size: 60%;
    width: 775px;
    clear: left;
    margin-left: 101.5px;
    margin-bottom: -283px;
    background-color: #2e586f;
    position: relative;
    z-index: 20;
    color: #aac5d4;
    padding-bottom: 0.5em;
}

#footer a {
    color: #aac5d4;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks {
    padding: 1em 0;
}

#shadow {
    height: 30px;
    width: 1020px;
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: -10px;
    background: url(/images/shadow-bottom.png) transparent center top no-repeat;
    position: relative;
}

#main {
    background: url(/images/bg-main.png) transparent left top repeat-y;
    width: 775px;
    display: inline; /* IE hack */
    float: left;
    margin-left: 101.5px;
    text-align: left;
    font-size: 80%;
    margin-top: -283px;
    min-height: 490px;
    position: relative;
    z-index: 20;
}

.menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 151px;
    list-style: none;
}

.menu li {
    display: block;
    width: 147px;
    padding: 2px;
}

.menu a {
    display: block;
    color: white;
    border: 1px solid #8fabba;
    border-color: #8fabba #264555 #192e39 #658ca0;
    text-decoration: none;
    width: 136px;
    padding: 2px 3px 2px 6px;
}

.menu a:hover {
    background-color: #224558;
    border-color: #80949f #152c38 #0e1d25 #516c7b;
}

#content {
    display: inline; /* IE Hack */
    float: left;
    background: url(/images/bg-content.jpg) left top no-repeat;
    margin-left: 5px;
    padding: 15px 15px 10px 15px;
    width: 589px;
    min-height: 273px;
}

.homeImage {
    float: right;
    position: relative;
    top: -25px;
    left: 25px;
}

.homeImageHead {
    background: url(/images/home-shadow-top.png) transparent center top no-repeat;
    width: 380px;
    height: 20px;
}

.homeImageBody {
    background: url(/images/home-shadow-main.png) transparent center top repeat-y;
    padding: 1px 12px;
    width: 356px;
}

.homeImageBody img {
    margin: -9px 0;
    position: relative;
}

.homeImageFoot {
    background: url(/images/home-shadow-bottom.png) transparent center top no-repeat;
    width: 380px;
    height: 20px;
}
/* }}} */

/* Content {{{ */

.contentitem_default {
    margin: 0;
    padding: 0.5em 0;
}

p {
    margin: 0;
    padding: 0;
}

div.icon_default {
    font-size: 90%;
    text-align: center;
}

.c_gallery {
    display: inline; /* IE6 Hack */
    float: left; /* to contain floating contentPics */
    width: 100%;
}

.contentPic {
    text-align: center;
    display: inline; /* IE6 Hack */
    float: left;
    margin: 0;
    padding: 0.5em 0;
    font-weight: bold;
    width: 50%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0 0 0.3em 0;
}

h1 { font-size: 150% }
h2 { font-size: 125%; }
h3 { font-size: 110%; }

.floatLeft {
    float: left;
    padding: 0 5px 1em 0;
    clear: left;
    width: 150px;
    text-align: center;
}

/* }}} */

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

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;
}
/* }}} */


