body {
    background-color: #FCF5F0;
}

h1 {
    padding: 30px 0 25px 0;
    letter-spacing: -1px;
    font: 24px Helvetica, sans-serif;
}

h2 {
    padding: 15px 0 10px 0;
    letter-spacing: -1px;
    font: 18px Helvetica, sans-serif;
}

h3 {
    font-weight: bold;
    font-size: 13px;
}

.button {
    color: #915219;
    background: #fcf5ef url(/images/button.jpg) bottom left no-repeat;
    border: 1px solid #f5e2d5;
    border-bottom: 2px solid #b7660d;
    font-size: 13px;
    margin-right: 15px;
}

#wrap {
    width: 1000px;
    /* background-color: #FCF5F0; */
    background-color: #d6ae85;
    margin: 0 auto;
    font-family: Helvetica, sans-serif;
}

#header {
    height: 200px;
    background: url(/images/header.jpg) 0 0 no-repeat;
}

#header h1 {
    color: white;
    font-size: 36px;
    padding: 30px 0 0 0;
    text-align: center;
}

#header_forms {
    height: 39px;
    color: white;
    border-top: 2px solid #bd8b49;
    background: url(/images/header_bg.jpg) top left repeat-x;
}

#header_forms form {
    margin: 7px 10px 0 10px;
}

#header_forms fieldset {
    margin: 0;
    padding: 0;
}

#header_forms input,#header_forms select {
    border: 1px solid #9DB2C7;
    background-color: #EFEFEF;
    padding: 1px;
    font-size: 13px;
    font-family: Ariel, Helvetica, sans-serif;
    margin: 0;
}

#header_forms input {
    height: 18px;
}

#header_forms .button {
    height: 22px;
    vertical-align: baseline;
}

#header_forms input:focus,#header_forms select:focus {
    background-color: white;
}

#header_forms form.fast_links {
    float: left;
}

#header_forms form.search {
    float: right;
}

#main {
    padding: 10px 5px;
    background-color: #d6ae85;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

/* Menu/Navigation */
#left {
    float: left;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    color: #915219;
    margin: 10px 0 10px 5px;
    display: inline; /* IE6 float+margin problem fix */
}

ul#menu {
    background-color: #fbf3ed;
}

ul#menu, #menu ul {
    /* padding: 0 0 45px 0; -> moved to dynCSS */
    margin: 0;
    list-style-type: none;
}

ul#menu li {
    padding: 0;
    margin: 0;
}

ul#menu li a, ul#menu li span {
    padding: 0 10px;
    color: #915219;
    border-bottom: 1px solid white;
    display: block;
    /* line-height: 25px; -> moved to dynCSS */
    /* height: 25px; -> moved to dynCSS */
    vertical-align: middle;
    background: url(/images/menu_item_bg.jpg) bottom left no-repeat;
}

ul#menu li a.cat, ul#menu li span.cat {
    font-size: 13px;
}

ul#menu li span {
    background-position: -200px bottom;
}

ul#menu li a:hover {
    background-position: -150px bottom;
}

#counter {
    color: #EFEFEF;
    background: url(/images/content_title_bg.jpg) top left repeat-x;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
    padding: 0 10px;    
}

#counter span {
    font-family: Georgia;
    margin-left: 10px;
}

/* END Menu/navigation */
#content {
    background-color: #fdf7f3;
    float: right;
    width: 785px; /* 1000px ( #wrap ) - 200px (#left) - 5px (#left margin) - 10px (#contnet margin) */
    margin: 10px 5px 10px 0;
    display: inline; /* IE6 float+margin problem fix */
}

#content .title, #content .title a, 
#content h2 a, #content h3 a {
    color: #efefef;
}

#content .title {
    background: url(/images/content_title_bg.jpg) top left repeat-x;
    height: 33px;
}

#content .article h3 { color: black; }
#content .title a:hover,#content h2 a:hover,#content h3 a:hover {
    /* color: #efefef; */
    
}

#content .title h2 {
    padding: 0 15px;
    line-height: 33px;
    margin: 0;
}

#content .hr {
    background-color: #854714;
    height: 4px;
    margin-top: 4px;
    font-size: 1px;
}

#content .text {
    font-size: 13px;
    padding: 20px;
    min-height: 400px;
    height: auto !important;
    height: 400px;    
}

#content .text ol { list-style-type: decimal }
#content .text ul { list-style-type: disc }

#content .text a {
    color: #915219;
}

#content a:hover, #content a:visited {
    text-decoration: underline;
}

#sys_msgs {
    padding: 20px;
}

#sys_msgs .msg_error {
    font-size: 24px;
}

#sitemap li {
    font-weight: bold;
    font-size: 15px;
    list-style-type: none;
}

#sitemap ul li {
    font-weight: normal;
    font-size: 13px;
    list-style-type: disc;
}

/* Pager */
#pager {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 2px;
    list-style: none;
    white-space: nowrap;
    width: 250px;
    text-align: center;
}

#pager span {
    padding: 2px;
    font-size: 14px;
}

#pager li {
    margin: 0 5px 0 0;
    list-style: none;
    display: inline;
}

#pager li a {
    border: 1px solid #999;
    font-weight: normal;
    padding: 1px 5px;
    color: black;
}

#pager li a:hover {
    background-color: #e3c4af;
    color: white;
}

/* Footer */
#footer {
    font-size: 13px;
    height: 39px;
    border-top: 2px solid #bd8b49;
    background: url(/images/footer_bg.jpg) bottom left repeat-x;
    color: #efefef;
    clear: both;
}

#footer a {
    color: #efefef;
}

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

#footer p {
    margin: 0;
    padding: 11px 20px;
}

#footer ul {
    text-align: center;
    padding: 11px 20px;
    text-transform: uppercase;
}

#footer ul li {
    display: inline;
}

#footer ul li.separator {
    padding: 0 10px;
}

#copyright {
    background-color: #FCF5F0;
    height: 22px;
}

#copyright p {
    text-align: center;    
    margin: 0;
    padding: 5px;
    font-size: 12px;    
}

/*  ---- MODULES ---- */ /* Zebra tables */
table.zebra {
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
}

table.zebra tr th {
    background-color: #804511;
    font-weight: bold;
    padding-right: 15px;
    color: white;
}

table.zebra tr td {
    padding-right: 15px;
}

table.zebra tbody tr {
    cursor: pointer;
}

table.zebra tbody tr.even {
    background-color: #f5e2d5;
}

table.zebra tbody tr:hover {
    background-color: #e3c4af;
}

/* Search & Filter */
#search_filter {
    margin: 0 auto 20px auto;;
    display: block;
    text-align: center;
}

.search_fields label {
    float: none;
    display: inline;
}

.search_fields input,.search_fields select {
    width: 100px;
}

.search_fields input.int {
    width: 50px;
}

.search_fields input.date_time {
    width: 70px;
}

.search_fields input#search,.search_fields .button {
    width: auto;
}

.search-controls {
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
}

.search-controls label {
    
}

.search-results {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

/* Articles */
.article {
    margin-bottom: 20px;
}

.article h3 {
    background-color: #e3c4af;
    padding: 5px;
    margin-bottom: 10px;
}

/* polls */
.polls_list h3 {
    background-color: #673710;
    padding: 5px;
    margin-bottom: 10px;
}
.polls_list h3 a { color: white !important; }

ol#poll li {
    list-style-type: upper-roman;
    font-size: 13px;
}

ol#poll img,.poll_actions img {
    vertical-align: text-bottom;
}

ol#poll, ol#poll ol {
    padding-left: 17px;
}

ol#poll li h4 {
    background-color: #e3c4af;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
}

ol#poll ol li {
    list-style-type: decimal;
}