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

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

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

a {
    color: #d24613;
    cursor: pointer; /* IE Hack */
}

a:hover, a:visited, a:active {
    color: #6e321c;
}

img {
    border: 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%;
}
/* }}} */

/* Layout {{{ */
div#ccLine {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#ccLine span {
    position: relative;
    top: -22px;
}

div#ccLine img {
    margin: 0px 3px;
}

#container {
    margin: 0 auto;
    width: 733px;
    text-align: left;
    background: url(/images/bg-main.png) white left top repeat-y;
}

#main {
    display: inline; /* IE Hack */
    float: left;
    width: 100%;
    background: url(/images/bg-content-top.png) transparent 147px top no-repeat;
}

#header, #main {
    margin: 0 6px;
}

#main2 {
    float: left;
    background: url(/images/bg-content-bottom-plain.png) transparent right bottom no-repeat;
}

.menu {
    float: left;
    margin: 0;
    padding: 10px 0 12px 12px;
    width: 135px;
    list-style: none;
    font-size: 75%;
    color: white;
    line-height: 130%;
}

.menu li {
    float: left;
}
.menu span {
    float: left;
    padding-right: 3px;
}

.menu a {
    float: left;
    width: 125px;
    color: white;
    text-decoration: none;
    padding: 2px 0;
}

.menu a, .menu a:visited, .menu a:active, .menu a:hover {
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}

.menu li.login a {
    color: yellow;
}

#content {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    padding: 1em 12px 0em 12px;
    width: 541px;
    float: left;
    min-height: 262px;
    _height: 262px;
}

div#joinNow {
    display: inline;
    float: left;
    margin-left: 6px;
    padding-top: 10px;
    width: 712px;
    font-weight: bold;
    text-align: center;
    background: #f26623;
}
div#joinNow a {
    color: white;
    text-decoration: none;
}

#footer {
    clear: left;
    text-align: center;
    background: url(/images/bg-footer.png) white left top no-repeat;
    padding-top: 20px;
    font-size: 75%;
}

#footTextlinks {
    padding: 1em 0;
    color: #f26623;
}

#footTextlinks a {
    padding: 0 5px;
    line-height: 150%;
}

#footElements {
    padding: 0 80px;
}

.errors {
    color: #cc0000;
}

div.errors {
    padding-bottom: 1em;
}
/* }}} */

/* Content {{{ */
.c_default_standin {
    display: none;
}

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

#content p {
    margin: 0;
    padding: 0;
    text-indent: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
}

h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }

.contentitem_default {
    padding-bottom: 1em;
}

.c_default_standin {
    display: none;
}

blockquote {
    border: 1px dashed #f26623;
    margin: 0 40px;
    padding: 5px 8px;
    font-size: 90%;
    background: url(/images/transparent-orange.png) transparent;
}

blockquote cite {
    display: block;
    font-style: normal;
    padding-top: 0.5em;
    text-align: right;
    font-size: 90%;
}

#content blockquote p {
    text-indent: 0;
}
/* }}} */

/* Forms {{{ */
.iField {
    float: left;
    padding: 0 1.5ex 0 0;
}

.iField label {
    display: block;
}

.iText, .iPassword {
    width: 17ex;
}

.required {
    color: #f26623;
}

legend {
    color: black;
}

#emailThought {
    width: 150px;
}

.iField .iSubmit {
    margin-top: 0.6em;
    margin-left: 1em;
}
/* }}} */

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

