/**
 * TheWheel for Drupal 6.x
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Layout
 */
#header-region {
  background: #000;
  border-top: 1px solid #eaeaea;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #000;
  width: 100%;
}

#wrapper #container {
  position: relative;
  margin: 0 auto;
  padding: 1px 0;
  /*min-width: 750px;*/
  width: 760px;
  background: transparent url("images/banner-center.png") no-repeat 50% 0;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  top: 5em;
  margin: 10px 0 15em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}


#wrapper #container .sidebar .block {
  margin: 0 0 15px;
  background: #001313;
  border: 1px solid #003333;
}

#sidebar-left .block {
  padding-left: 8px;
  padding-right: 7px;
  border-left: none !important;
}

#sidebar-right .block {
  padding-right: 8px;
  padding-left: 7px;
  border-right: none !important;
}

.block .content {
  margin: 0.5em 0;
}

#wrapper #container .sidebar .block h2 {
  color: #555;
}

#sidebar-left .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

.block-region {
  padding: 1em;
  margin: auto;
  background: transparent;
  border: 2px dashed #e86565;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container .container-left {
  position: absolute;
  left: -232px;
  width: 241px;
  height: 100%;
  z-index: 10;
  background: #000 url("images/banner-left.png") no-repeat 100% 0;
}
#wrapper #container .container-right {
  position: absolute;
  right: -232px;
  width: 241px;
  height: 100%;
  background: #000 url("images/banner-right.png") no-repeat 0 0;
}

#wrapper #container #main {
  position: relative;
  height: 100%;
  width: 710px;
  margin: 284px auto 0;
  background: #002323;
  border-left: 10px solid #001313;
  border-right: 10px solid #001313;
}

#wrapper #container #main .shadow {
  background: transparent url("images/bg-shadow.png") repeat-x 0 -4px;
}
#wrapper #container #main .circles {
  background: transparent url("images/bg-circles.png") no-repeat 100% 100%;
}

#wrapper #container #center {
  position: relative;
  top: 5em;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 10px 15px 10em 35px;
  margin-bottom: 2em;
  position: relative;
  left: -10px;
  min-height: 270px;
}

#wrapper #container #main #search-box {
  position: relative;
  padding-left: 2.2em;
  margin-right: 32px;
  float: right;
  height: 38px;
  z-index: 2;
  background: transparent url(images/bg-menu.png) repeat-x 100% 0;
}
#wrapper #container #main #search-box .right-corner {
  position: relative;
  padding: 1px 30px 8px 0;
  margin-right: -30px;
  width: 100%; /* For IE */
  background: transparent url(images/bg-menu-right.png) no-repeat 100% 0;
}

#wrapper #container #main #primary_menu {
  position: absolute;
  top: -83px;
  left: 0; /* For IE */
  background: transparent url("images/banner-logo.png") no-repeat 205px 0;
  height: 145px;
  width: 100%;
  z-index: 3;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  position: relative;
  margin: 4em 0 0;
  padding: 0 1px .2em;
  min-height: 10px;
  color: #797979;
  background: #001313;
}

#wrapper #container #footer .block {
  margin: -0.3em 0;
}

#wrapper #container .breadcrumb {
  position: relative;
  margin-top: -2em;
  padding-left: 1px;
  padding-bottom: 0;
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.8em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #555;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a:hover {
  color: #00805f;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
#primary_menu ul {
  position: relative;
  margin: 55px 0 7px 0px;
  z-index: 4;
}

#primary_menu li {
  float: left;
  position: static;
  display: inline;
  margin: 0;
  padding: 0;
  height: 28px;
  background: transparent;
}

#primary_menu li a, #primary_menu li a:link, #primary_menu li a:visited, #primary_menu li a:hover,
#primary_menu li.active-trail a {
  float: left;
  font-size: 130%;
  padding: 0 30px;
  margin: -1px 0;
  color: #ccc/*#333*/;
  font-weight: normal;
  cursor: pointer;
}

#primary_menu li a:hover, #primary_menu li.active-trail a, #primary_menu li:hover a, #primary_menu li a.active {
  float: left;
  padding: 4px 22px 7px;
  margin: -5px 8px -5px;
  background: #6c6c6c;
}

#footer #block-menu-primary-links ul {
  font-size: 11px;
  text-align: center;
  padding-bottom: .6em;
  margin: 0 0 -.5em;
  border-bottom: 1px dotted #797;
  height: 1.4em;
}
#footer #block-menu-primary-links ul li {
  background: transparent;
  display: inline;
}
#footer #block-menu-primary-links ul li a, #footer #block-menu-primary-links ul li a:link,
#footer #block-menu-primary-links ul li a:visited {
  display: inline-block;
  padding: 0 .6em 0 .6em;
  height: 1.8em;
}
#footer #block-menu-primary-links ul li a:hover {
  background: #6b2424/*#cfcfcf*/;
}

#footer #block-menu-primary-links ul.menu li, #footer #block-menu-primary-links .item-list ul li, #footer #block-menu-primary-links li.leaf  {
  margin: 0;
  padding: 0;
}
#footer #block-menu-primary-links ul li ul{
  display: none;
}

/**
 * Secondary navigation
 */
ul.secondary-links li {
  float: right !important; /* LTR */
}

ul.secondary-links li a {
}

/**
 * Local tasks
 */
  ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border:0 ;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -10px 10px;
  padding: 0 10px;
  border-bottom: 1px solid #005050;
  position: relative;
}
ul.primary {
  padding: 6px 0 0;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #005050;
  margin: -2px -10px 10px;
  padding: 0 10px 0;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 1px solid #005050;
  border-bottom: none; 
  background: #002929;
  padding: 0px 10px 0px;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  color: #7c7c7c;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li a:hover, ul.primary li.active a:visited, 
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li a:hover, ul.secondary li.active a:visited {
  padding: 0px 10px 2px;
  background: #002323; /*url(images/bg-tab.png) repeat-x 0 50%;*/
  top: -2px;
}
ul.primary li a:hover, ul.secondary li a:hover {
  background: #002d2d;
  color: #005f43;
}
ul.primary li.active a, ul.secondary li.active a {
  font-weight: bold;
  border-bottom: 1px solid #002323;
  color: #85ba85;
}
ul.secondary li.active a {
  color: #333;
}

/**
 * Nodes & comments
 */
.node {
  margin: -1.5em -21px 1.5em;
  padding: 1.5em 21px;
}
.node h1 {
  border-bottom: 1px solid #004040;
}
.node .submitted {
  color: #666;
  text-align: right;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: right; /* LTR */
  margin-top: -3.5em;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
  margin: auto;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #005050;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #004040;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.comment .content {
  margin: 0.6em 0;
}

.node .content {
  margin: .5em 0 0;
}
.node .content-news {
  margin: 1.6em 0 0;
  color: #666;
  padding-top: 1em;
  clear: both;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #005050;
  background: #555 url(images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

fieldset label, fieldset legend {
  color: #d0d0d0;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Theme Search
 */
#search {
  position: relative;
  padding: 0;
  margin: 2px -5px 0;
  z-index: 4;
}
#search .form-item label {
  display: none;
}

#search .form-text {
  border: 1px solid #929292;
}
#search .form-text:focus {
  border: 1px solid #737373;
}

/**
 * Search Block
 */
.sidebar .block-search h2, .sidebar .block-search .form-item label {
  display: none;
}
.sidebar #search-block-form {
  padding: 10px 2px 3px 2px;
  margin: -13px -3px;
  background: #ededed;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #555 url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
  margin-top: 5px;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #a0a0a0;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}
div.admin-panel h3 {
  color: #d0d0d0;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

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

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

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

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

div.error, tr.error {
  color: #ccc;
  background-color: #785957;
}

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