/* $Id: style.css,v 1.8 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
body {
 color: white;
  background: #08021a url(bg2.jpg) repeat-x top; /* LTR */
  font-family: arial, helvetica, sans-serif;
}

a:link {
  color: #abf;
}
a:visited {
  color: #d67;
}
a:active {
  color: #fff;
}
h2 {
  color: #ffffff;
  background-color: #000000;
  border: none;
  font-size: 1.05em;
  margin: 1em 0em 0em 0em !important;
  padding: 0.5em;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
h2.title {
  background-color: #fff;
  border: solid 1px #888;
}
p {
  margin: 0 1em 1em 0; /* LTR */
  padding: 0;
}
table {
  font-size: 1em;
}

div.container-inline {
  text-align:center;
}

#edit-thumbnails-Small-1-wrapper  label.option{
  color: #444 !important;
}
#edit-thumbnails-Medium-1-wrapper  label.option{
  color: #444 !important;
}
#edit-thumbnails-Large-1-wrapper  label.option{
  color: #444 !important;
}
#edit-thumbnails-Small-wrapper  label.option{
  color: #444 !important;
}
#edit-thumbnails-Medium-wrapper  label.option{
  color: #444 !important;
}
#edit-thumbnails-Large-wrapper  label.option{
  color: #444 !important;
}

table.views-view-grid  td {
  text-align: center !important;
  vertical-align: bottom;
  padding: 8px !important;
  width: 25%;
}

.block {
  background: url('blockfoot.png') no-repeat bottom center;
  border: none !important;
  margin-top: none;
  padding-bottom: 50px;
}

table.cart-review td {
  padding: 18px;
}

.node,.view-CDs,.order-review-table {
  background: url('mainfoot.png') no-repeat bottom center;
  padding: 15px;
  padding-bottom: 50px;
}
.node {
  margin-bottom: 30px;
}

tr.odd,tr.even,tr.pane-title-row,fieldset,td.active {
  background: none !important;
}

tbody {
  border: none !important;
}

legend {
  background-color: black;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-right: 15px;
}

#cart-form-products ,#cart-form-buttons{
  border: none !important;
}

div#cart-form-pane {
  background: url('mainfoot.png') no-repeat bottom center;
  border: none !important;
  margin-top: none;
  padding-bottom: 50px;
}

div.category-grid-products table td {
  background-color: #000000 !important;
  /* for IE */
  filter:alpha(opacity=70) !important;
  /* CSS3 standard */
  opacity:0.7 !important;
}

ul.primary li  a{
  background-color: #000000 !important;
  /* for IE */
  filter:alpha(opacity=70) !important;
  /* CSS3 standard */
  opacity:0.7 !important;
}

.status {
  color: black !important;
}

div.body {
  background-color: #000000 !important;
  /* for IE */
  filter:alpha(opacity=70) !important;
  /* CSS3 standard */
  opacity:0.7 !important;
}

.view-digital-download ,.view-albums,.search-results,#user-register,#uc-cart-checkout-form,#user-login{
  background: url('mainfoot.png') no-repeat bottom center;
  padding: 15px;
  padding-bottom: 50px;
}

#sidebar-left {
  width: 180px  !important;
}

label {
  color: white;
}

ul,li {
  list-style-type: none !important;
  padding: 0px;
  margin: 0px;
}

.content {
  border: none !important;
}

tbody {
  border: none !important;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 700px;
}
#header  {
  position: absolute;
  top: 25px;
  left: 195px;
}

#content  {
  position: absolute;
  top: 146px;
  margin-left: 120px;
}

#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border:none; /* LTR */
}
ul.links li.first {
  border: none;
}

a.active {
  color: white !important;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.node .submitted {
  color: #7c7c7c;
  font-size: 0.9em;
  float: left; /* LTR */
  padding: 0.5em 0em 0.5em 1em; /* LTR */
}
.node .taxonomy {
  color: #7c7c7c;
  font-size: 0.9em;
  float: right; /* LTR */
}
.node .content {
  clear: both;
  padding-left: 1em; /* LTR */
}
.node .links {
  padding: 1em 0 1em 0.2em; /* LTR */
}
.comment {
  border: solid 1px #777;
  margin: 0.5em 0;
  padding: 0.5em;
}
.block {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.block .content {
  border: solid 1px #888;
  border-top: none;
  margin: 0;
  padding: 5px;
}
.block h2.title {
  margin: 0;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}

div.admin-panel .body {
  background: #f4f4f4;
}

div.admin-panel h3 {
  background-color: #888;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*
** Module specific styles
*/

.path, .path a, .path a:visited {
  color: #fff;
}
