html,
body,
#wrap {
  height: 100%; }

body > #wrap {
  height: auto;
  min-height: 100%; }

#main {
  padding-bottom: 50px; }

#cart {
  position: absolute; }

#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  clear: both;
  text-align: center; }
  #footer a {
    color: #fff; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

.debug {
  border: 1px solid red; }

.even {
  background-color: #fff; }
  .even a {
    color: #000; }

.odd {
  background-color: #E8E8E8; }
  .odd a {
    color: #000; }

.clr {
  clear: both; }

.formError {
  color: red; }

input.green {
  background-color: #82CD17;
  height: 25px;
  border: none;
  font-weight: bold; }

a.green {
  color: #000;
  background-color: #82CD17;
  height: 25px;
  line-height: 25px;
  border: none;
  padding: 5px;
  font-weight: bold; }

body {
  color: #fff;
  background-color: #131313; }

h1 {
  font-weight: bold;
  color: #82CD17; }

h2 {
  font-weight: bold;
  color: #fff; }

a {
  color: #fff; }

a:hover {
  color: #fcc; }

.affiliate {
  color: #ccc; }

.boxed {
  background-color: transparent;
  margin: 20px 0; }
  .boxed .box-top {
    height: 32px;
    background-image: url(/images/layout/box_top.png);
    background-repeat: repeat-x;
    padding: 0 5px; }
  .boxed .box_content {
    padding: 5px;
    background-image: url(/images/layout/box.png); }
  .boxed .box-bottom {
    padding: 0 5px;
    height: 32px;
    background-image: url(/images/layout/box_bottom.png);
    background-repeat: repeat-x; }

ul.menu {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
  clear: both; }
  ul.menu li {
    float: left;
    margin: 0 10px;
    padding: 0 30px;
    background-image: url(/images/layout/menuitem.png); }
    ul.menu li .menuitem {
      text-align: center; }
    ul.menu li .menuitem a {
      text-decoration: none;
      line-height: 75px;
      height: 75px;
      color: #ccff33;
      font-weight: bold;
      font-size: 1.7em;
      line-height: 75px;
      text-align: center; }
    ul.menu li .menuitem a.active {
      color: #fff; }
    ul.menu li .menuitem a:hover {
      color: #fff; }

ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 320px; }
  ul.submenu li {
    float: left;
    margin: 10px; }
    ul.submenu li .submenuitem {
      text-align: center;
      font-size: 1.4em; }
    ul.submenu li .submenuitem a {
      color: rgb(130, 205, 23); }
    ul.submenu li .submenuitem a.active {
      text-decoration: none;
      font-weight: bold;
      color: #fff; }
    ul.submenu li .submenuitem a:hover {
      color: rgb(223, 185, 70);
      text-decoration: none; }

.releases {
  background-image: url(/images/layout/releases.png);
  background-repeat: no-repeat;
  height: 408px;
  width: 658px; }
  .releases a {
    text-decoration: none; }
  .releases .cover {
    height: 100%;
    float: left;
    width: 345px; }
    .releases .cover .artwork {
      margin: 53px 0 10px 20px;
      background-color: #333333;
      height: 330px; }
      .releases .cover .artwork img {
        margin: 5px;
        width: 315px; }
  .releases .info {
    float: left;
    width: 305px; }
    .releases .info ul {
      height: 100%;
      list-style: none;
      padding: 53px 0 0 0;
      margin: 0; }
      .releases .info ul li.active {
        background-color: #333333; }
        .releases .info ul li.active .artist {
          color: #fff; }
      .releases .info ul li {
        height: 66px; }
        .releases .info ul li .artist {
          color: #003333;
          margin: 0 30px 0 40px; }
          .releases .info ul li .artist .artist_name {
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px; }
          .releases .info ul li .artist .artist_release {
            font-size: 14px;
            float: left; }
        .releases .info ul li .artist_price a {
          color: #fff;
          float: right;
          background-color: #333333;
          margin-right: 10px;
          width: 60px;
          text-align: center; }
      .releases .info ul li:hover a {
        background-color: #fff;
        color: #000; }

.getitnow {
  background-image: url(/images/layout/getit.png);
  background-repeat: no-repeat;
  height: 408px;
  width: 208px;
  padding: 53px 0 10px 20px; }

.cart {
  color: #000; }
  .cart .total_price {
    border-top: 1px solid #000;
    text-align: left;
    font-weight: bold; }

.about p {
  padding: 10px;
  line-height: 1.5em; }
.about a {
  color: #DFB946; }

.cart,
.song,
.price,
.pre_release,
.order_featured a,
.album,
a.preview_player,
.artist_price a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-border-radius: 10px;
  -webkit-border-radius: 5px; }

.song a,
.album a {
  color: #000066; }
.song a:hover,
.album a:hover {
  color: #000000; }
.song .cover,
.album .cover {
  float: left; }
.song .info,
.album .info {
  float: left;
  margin: 0 10px;
  width: 150px; }
  .song .info .title,
  .album .info .title {
    font-weight: bold; }
  .song .info .preorder,
  .album .info .preorder {
    float: left;
    background-color: red;
    color: #fff;
    padding: 1px 4px;
    font-size: 0.8em; }
.song .even,
.album .even {
  background-color: #fff; }
.song .odd,
.album .odd {
  background-color: #E8E8E8; }
.song img,
.album img {
  margin: 5px; }
.song .kick,
.song .price,
.album .kick,
.album .price {
  background-color: #82CD17;
  float: right;
  text-align: center; }
  .song .kick a,
  .song .price a,
  .album .kick a,
  .album .price a {
    font-weight: bold;
    color: #000;
    text-decoration: none; }
.song .price,
.album .price {
  width: 90px; }
.song .pre_release,
.album .pre_release {
  width: 130px;
  background-color: #000;
  float: right;
  text-align: center; }
  .song .pre_release a,
  .album .pre_release a {
    font-weight: bold;
    color: #82CD17;
    text-decoration: none; }
.song .kick,
.album .kick {
  width: 30px; }

.order_featured {
  margin-top: 10px; }
  .order_featured a {
    background-color: #82CD17;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    color: #000;
    text-decoration: none; }

.song .info .title {
  font-size: 1em; }

.album .info .title {
  font-size: 1.2em; }

.album,
.song {
  color: #000;
  height: 60px; }

.paperbag {
  padding: 10px;
  color: #fff; }
  .paperbag .amount {
    text-align: right; }
  .paperbag .total_sum {
    border-top: 1px solid #000;
    font-weight: bold; }
  .paperbag .email {
    text-align: left; }

#payment,
#cart_content {
  text-align: left; }

#cart_content h3 {
  color: #DFB946;
  line-height: 1em;
  margin: 0 0 2px 0; }

a.preview_player {
  background-color: #82CD17;
  padding: 5px;
  color: #000;
  text-decoration: none; }

ol {
  line-height: 30px; }

input.text {
  width: 90%; }

table tr {
  color: #000; }
table tr.odd {
  background-color: #fff; }
table tr.even {
  background-color: #E8E8E8; }

table#user_downloads tr {
  color: #fff; }
table#user_downloads tr.odd {
  color: #000;
  background-color: #fff; }
table#user_downloads tr.even {
  color: #000;
  background-color: #E8E8E8; }
