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

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    background-color: #3f0114;
    text-align: center;
}

body {
    background-image: url(/images/bg-red.jpg);
}

#gradient {
    background: url(/images/bg-gradient.png) transparent left top repeat-x;
    height: 860px;
    width: 100%;
}

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

a {
    position: relative;
    cursor: pointer;
    color: #8b1f2d;
}

a:hover, a:active, a:visited {
    color: #3f0114;
}
/* }}} */

/* Layout {{{ */
#container {
    width: 843px;
    text-align: left;
    margin: 0 auto;
}

#header {
    display: block;
    position: relative;
    height: 103px;
}

#statue {
    position: absolute;
    left: 47px;
    top: 6px;
    width: 223px;
    height: 170px;
}

#logo {
    position: absolute;
    left: 289px;
    top: 15px;
    width: 472px;
    height: 105px;
}

#shadowTop {
    background: url(/images/shadow-top.png) transparent left top no-repeat;
    width: 843px;
    height: 110px;
}

#bgTop {
    height: 110px;
    background: url(/images/bg-top.png) transparent left top no-repeat;
}

#main {
    background: url(/images/shadow-main.png) transparent left top repeat-y;
    padding: 0 36px 0px 33px;
    float: left;
    width: 774px;
}

#columns {
    float: left;
    width: 774px;
    background: url(/images/bg-main.jpg) transparent left 28px repeat-y;
    position: relative;
    margin-bottom: -21px;
    margin-top: -28px;
}

#columnsTop {
    background: url(/images/columns-top.png) transparent left top no-repeat;
    width: 237px;
    height: 52px;
    position: absolute;
    top: -52px;
    left: 0;
}

#taglineMain {
    background: url(/images/italian_built-black-trans.png) transparent left top no-repeat;
    width: 344px;
    height: 32px;
    position: absolute;
    left: 320px;
    top: -30px;
}

#content {
    float: left;
    background: url(/images/columns.jpg) transparent left top no-repeat;
    padding: 16px 15px 0 228px;
    min-height: 400px;
    width: 531px;
    margin-right: -20px;
}

.menu {
    float: left;
    width: 228px;
    margin: 9px 0 0 0;
    padding: 0;
    margin-right: -228px;
    position: relative;
    list-style: none;
    z-index: 2;
    background: url(/images/menu-top.png) left top no-repeat;
    padding: 20px 0 0 0;
    font-size: 105%;
    font-weight: bold;
    font-style: italic;
}

.menu li {
    display: block;
    width: 228px;
    background: url(/images/menu-main.png) left top repeat-y;
}

.menu a {
    display: block;
    width: 188px;
    margin: 0 19px;
    padding: 3px 1px;
    border-top: 2px solid #af8659;
    text-decoration: none;
}

.menu a, .menu a:visited, .menu a:active {
    color: black;
}

.menu a:hover {
    color: #8b1f2d;
}

.menu li.menuFoot {
    background: url(/images/menu-bottom.png) left top no-repeat;
    height: 20px;
}

.menu li.bgSound {
    background: none;
    width: 208px;
    padding-left: 20px;
    color: #e6d4ae;
}

.menu li.first a {
    border-top: 0px;
    padding-top: 0px;
}

.menu li.last a {
    padding-bottom: 0px;
}

#footer {
    float: left;
    clear: left;
    width: 843px;
    font-size: 90%;
    text-align: center;
    background: url(/images/bg-footer.png) transparent left top no-repeat;
    padding: 30px 0;
    color: white;
    position: relative;
}

#footer a {
    color: #e6d4ae;
}

#mainFrameShadow {
    background: url(/images/main-frame-shadow.png) transparent left top no-repeat;
    padding: 12px;
    width: 524px;
    height: 205px;
    margin: -11px -9px 0px -9px;;
}

#mainFrame {
    padding: 7px;
    background: url(/images/home-frame.jpg) transparent center center;
    height: 191px;
}
/* }}} */

/* Content {{{ */

/* Content templates */
div.contentitem_default {
    padding-bottom: 1em;
}

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

h1 {
    font-size: 200%;
    font-style: italic;
}
/* }}} */

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

