/* !GENERAL */

body {
  background:url(../images/bg.jpg) repeat;
  font-family:Geneva;
}

#page-wrapper, .region-page-closure {
  width: 817px;
}
#page {
  border: 1px solid #390F00;
  background: #996600;
}
#content, .no-sidebars #content {
    float: left;
    margin-left: 0;
    margin-right: -815px;
    padding: 10px;
    width: 795px;
}
#main {
  background: url(../images/wavy_zebra.gif) repeat-x bottom;
  padding-bottom:50px;
}
#header,
#navigation {
  padding:0;
}
#content {
  padding-left:20px;
  padding-right:20px;
}

#edit-locations-0 {
  border:0;
}
#edit-locations-0 legend {
  display:none;
}


#navigation {
  background: url(../images/navbar_bg.gif) repeat-x;
  height:35px;
}
#navigation ul.links li {
  background: url("../images/navbar_thingy.gif") no-repeat 0 9px;
  padding: 4px 7px 0 20px;
}
#navigation ul.links li.first {
  background: none;
}
#navigation a {
  color: #CC0000;
  font-size:18px;
  font-weight:bold;
  line-height:26px;
  font-family:Arial;
}
#navigation a.active {
  color: #FFEC00;
}

#secondary-menu {
  margin:-22px 0 0 0;
  z-index:1;
  float:right;
  font-size:16px;
}


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


tr.even, tr.odd {
  background:#333;
  color:#fff;
  border-color:#000
}
td.active {
  background: #111;
}
form tr.even {
  background:#222;
  color:#fff;
}
form tbody,
form th,
form thead th {
  border-color:#000;
}
fieldset,
.profile h3 {
  border-color:#B97B00;
}
.form-item, .form-checkboxes, .form-radios, .description p {
  margin:0 0 1em 0;
}

h1.title {
  margin: 5px;
}

/* login */
.unified-login-left {
  padding-right:20px;
  border-right:1px solid #444;
}
.unified-login-right {
  padding-left:20px;
}
.unified-login-left h2,
.unified-login-right h2 {
  margin-bottom:10px
}
#user-login input.form-text,
#user-register input.form-text {
  width:300px;
}
#user-register input.password-field,
#user-register input.password-confirm {
  width:150px;
}
.page-user .password-description {
  display:none !important;
}

/* toolbar */
div#toolbar-toolbar div.shadow {
  display:none;
}
div#toolbar-toolbar div.depth-0 ul.links {
  margin:0;
  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
div#toolbar-toolbar {
  height:27px;
}
div#toolbar-toolbar div.depth-0 ul.links li {
  padding-right:0;
}
div#toolbar-toolbar div.depth-0 ul.links li a {
  margin-right:0;
  border-radius: 7px;
  font-size:11px;
}


/* tabs */
ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus, li a.active, ul.secondary a.active, ul.secondary a.active:hover, ul.secondary a.active:focus  {
  color:#fff;
}
ul.primary li a,
ul.secondary a {
  color: #aaa;
}
ul.secondary {
  background:#000;
  border-color:#000;
}
ul.secondary a {
  background:#000;
  border-color:#333;
}
ul.secondary a.active, ul.secondary a.active:hover, ul.secondary a.active:focus {
  background:#000;
  border-color:#666;
}
/* end tabs */

/* buttons */
input.form-submit,
a.button,
input.teaser-button {
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #D2D2D2;
  border-right-color: #D2D2D2;
  background: url(../../seven/images/buttons.png) 0 0 repeat-x;
  border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  margin-right:5px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}
div.node-form input#edit-submit,
div.node-form input#edit-submit-1 {
  border: 1px solid #8eB7cd;
  border-left-color: #8eB7cd;
  border-right-color: #8eB7cd;
  border-bottom-color: #7691a2;
  background: url(../../seven/images/buttons.png) 0px -40px repeat-x;
  color: #133B54;
}
/* end buttons */

/* messages */
div.status .krumo-root {
  color:#000;
}
div.status, .ok {
    color: #d8ffb0;
}
div.status, table tr.ok {
    background-color: #000;
}
div.warning, .warning {
    color: #ff8100;
}
div.warning, table tr.warning {
    background-color: #000;
}
div.error, .error {
    color: #8C2E0B;
}
div.error, table tr.error {
    background-color: #000;
}
div.error p.error {
    color: #ff0000;
}
/* end messages */

/* throbber */
html.js a.views-throbbing, 
html.js span.views-throbbing,
.ubercart-throbber {
  position:absolute;
  background:url(../images/ajax-loader.gif) no-repeat scroll right center transparent;
  padding:0;
  z-index:999;
}
/* fix pager padding & ajax throbber padding */
.pager a, .pager strong.pager-current {
  padding:0;
}
html.js .pager a.views-throbbing, html.js .pager span.views-throbbing {
  position:relative; 
}

/* !END GENERAL */






/* !UBERCART */
#uc-cart-view-form td.remove input {
  font-size:10px;
  padding:3px;
}
#uc-cart-view-form td,
#uc-cart-checkout-form td {
  padding:2px 5px;
}
#uc-cart-view-form .product-description,
#uc-cart-checkout-form .product-description {
  font-size:80%;
}

#line-items-div,
#payment-details,
.order-pane,
#cart-form-buttons,
#checkout-form-bottom,
.solid-border {
  border-color:#B97B00;
}
.order-review-table,
.order-pane thead,
.view-uc-orders-user thead {
  background:#222;
  border-color:#000;
  color:#fff;
}
.order-review-table .pane-title-row,
.order-review-table .review-button-row {
  border-color:#000;
  background:#333;
  color:#ccc;
}
.view-uc-orders-user table,
table.uc-order-history {
  width:100%;
}

#cart-form-products {
  border:none;
}

/* !END UBERCART */


