/**
 * TheWheel for Drupal 6.x
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #000;
  font: 12px/170% Verdana, sans-serif;
  color: #888;
  min-width: 750px;
}

input, textarea, select {
  font: 12px/100% Verdana, sans-serif;
  color: #bbb;
  background-color: #001919;
  border: 1px solid #002b2b;
}
input.form-text, textarea {
  width: 100%;
}
textarea, select {
  font: 12px/160% Verdana, sans-serif;
}

.resizable-textarea .grippie {
  border-color: #003535;
  background-color: #003030;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}


h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #85ba85;
  text-decoration: none;
}

a:hover {
  color: #009266;
  text-decoration: none;
}

a:active, a.active, .sidebar a.active {
  color: #005f43;
  font-weight: bold;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .5em 1em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .5em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #444;
  color: #666;
  font-weight: bold;
}
fieldset thead th {
  color: #222;
}

th a:link, th a:visited {
  color: #009266;
}

td, th {
  padding: .3em .5em;
  color: #ccc;
}

div.admin-dependencies, div.admin-required {
  color: #303030;
}

tr.even, tr.odd, tbody th {
  border: solid #444;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: transparent/*#555*/;
}

tr.even {
  background-color: #444;
}

tr.drag {
  background-color: #758575;
}

tr.drag-previous {
  background-color: #667466;
}

tr.odd td.active {
  background-color: #556155;
}

tr.even td.active {
  background-color: #667466;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #002323;
  border-bottom: 1px solid #666;
  background-color: #888;
  color: #303030;
  font-weight: bold;
}
tr.region-message {
  background-color: #2a2a2a;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

.views-table td.active a:hover {
  color: #90ca90;
}

span.form-required {
  color: #ffae00;
}

.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #9d9d9d;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
  display: block;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
#banner .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.title-front {
  border-bottom: 1px solid #ccc;
  padding-bottom: .3em;
  margin-bottom: 1.2em;
}
.title h1, .title-front h1 {
  border-bottom: 1px solid #004040;
  color: #ccc;
}
.title-news h1 {
  font-weight: bold;
  display: inline;
}
.title-news {
  width: 91%;
  padding-top: .3em;
  padding-left: 4px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

/**
 * Fixes for IE 7
 */

/* Disable header-region for now as it doesn't hide if empty */
*:first-child+html #header-region {
  display: none;
}

/* Fix main content margin */
*:first-child+html #wrapper #container #main {
 margin-top: 264px;
}

/* Fixes duplicate circles */
*:first-child+html #wrapper #container #main .circles {
}

/* Fix Search Button position */
*:first-child+html #search #edit-submit-search, *:first-child+html #search #edit-search-theme-form-1 {
  vertical-align: middle;
}

/* Fix gallery pager position */
*:first-child+html .view-gallery ul.pager .pager-next, *:first-child+html .view-gallery ul.pager .pager-last,
*:first-child+html .view-gallery ul.pager .pager-previous, *:first-child+html .view-gallery ul.pager .pager-first {
  margin-top: 2px;
}

/* Fix views filters position */
*:first-child+html .view-filters {
  margin: 0 0 -1em;
}

/* Fix background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

