/* Default Formatting */

html { height: 100%;
}

body { font-family: Arial; font-size: 10pt; color: black; height: 100%; width: 100%; margin: 0; padding: 0; background-color: white;
}

h1, h2, h3, h4, h5, h6 { font-family: Arial; color: #307305; margin-bottom: 5pt; margin-top: 10pt;
}

h1 { font-weight: bold; font-size: 13pt;
}

h2 { font-weight: bold; font-size: 12pt; font-style: italic;
}

h3 { font-weight: bold; font-size: 11pt;
}

h4 { font-weight: bold; font-size: 11pt; font-style: italic;
}

h5 { font-weight: bold; font-size: 10pt;
}

h6 { font-weight: bold; font-size: 10pt; font-style: italic;
}

a { color: #407474; font-weight: bold; text-decoration: underline;
}

a:visited { color: #243f3f;
}

a:hover { color: #4e8e8e;
}

em { font-style: italic;
}

strong { font-weight: bold;
}

input, select, textarea { background-color: white; border: 1px solid silver; color: #152626; padding: 0.1em;
}

/* Special Elements & Classes */

/* Layout Helpers */

.clearer { clear: both;
}

.invisible { display: none; margin: 0; padding: 0;
}

/* Header, Footer & Sidebars */

div.website { height: 100%;
}

div.headerbar { background: #1d5000 url('header-bg.png'); height: 100px; background-repeat: repeat-x; margin: 0;
}

div#header-logo { float: left; margin: 5px;
}

div#header-navigation { float: right; text-align: right; 
}

div#header-navigation ul { display: inline-block; margin: 0; padding: 0; height: 100px;
}

div#header-navigation ul li { display: inline; margin: 0; padding: 0; height: 100px;
}

div#header-navigation ul li a { display: inline-block; color: white; text-decoration: none; margin: 0; height: 50px;  padding: 50px 5px 0 5px;
}

div#header-navigation ul li a:hover { background-image: url('header-bg-hover.png'); background-repeat: repeat-x;
}

div.header-drop-shadow { height: 20px; margin: 0 0 10px 0; padding: 0; background-image: url('header-after-shadow.png'); background-repeat: repeat-x;
}

div.body { padding: 0; min-height: 100%; margin: 0; display: table;
}

div.body-row { display: table-row;
}

div.sidebar { width: 20em; display: table-cell; vertical-align: top;
}

div.sidebar-left {
}

div.sidebar-right {
}

div.contents { line-height: 13pt; display: table-cell; vertical-align: top;
}

div.footer-drop-shadow { height: 20px; margin: 10px 0 0 0; padding: 0; background-image: url('footer-before-shadow.png'); background-repeat: repeat-x;
}

div.footerbar { background-color: #1d5000; text-align: center; height: 50px; padding-top: 50px; background-image: url('footer-bg.png'); background-repeat: repeat-x; font-weight: bold; color: white;
}

/* Blocks (sidebar) */
div.block { margin: 1.5em 1.5em 3em 1.5em; border: 1px solid #8DA280; background: #CBEABA; padding: 0.5em; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.block h2 { margin-top: 0; margin-bottom: 1em; text-align: center;
}

/* Advanced Forum */

div.forum-topic-header {
}

ul.forum-links { list-style: none;
}

div.top-post {
}

div.forum-post {
}

div.forum-post div.post-info {
}

div.forum-post div.forum-post-wrapper {
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-sub {
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main {
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.content {
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.author-signature { font-size: 8pt; 
}

div.forum-post div.forum-post-footer {
}

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**
 * Parts of the theme that shall not get colored
 */
/*div#header-navigation ul li a:hover { background-color: #eee;
}*/