/* Globals */

body {
  margin: 0px;
  padding: 0px;
  background: #000000;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

.code {
  font-family: "Courier New";
  font-size: 14px;
  text-align: center;
  padding: 10px;
  background: #CCCCCC;
  border: 1px solid #999999;
  margin: auto 100px;
}

h1 {
  margin: 10px;
  font-size: 24px;
  font-weight: normal;
}

img {
  display: block;
}

a img {
  border: 0px;
}

.clear {
  clear: both;
}

#wrapper {
  width: 900px;
  margin: 0px auto;
  text-align: center;
  background: #FFFFFF;
}

#content {
  text-align: left;
}

/* Header */

#header {
  margin-bottom: 10px;
}

  #header h1 {
    margin: 0px;
    padding: 0px;
  }

    #header h1 a {
      display: block;
      height: 150px;
      background: url(/images/living-dead-logo.jpg) top left no-repeat;
    }

      #header h1 a span {
        display: none;
      }

/* Links */

#links {
  margin-left: 10px;
  float: left;
  width: 250px;
}

  #links a {
    margin: 0px;
    padding: 0px;
  }

  #links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
    #links ul li {
      margin-bottom: 10px;
    }
    
/* The team */

#the_team {
  float: right;
  width: 615px;
  margin-right: 10px;
}

#the_team ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#the_team ul li {
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
}

/* Shopping cart stuff */

.item {
  clear: both;
}

.item div {
  float: left;
}

.item .picture {
  width: 270px;
}

.item .description {
  width: 300px;
}

.item .purchase {
  width: 150px;
}

#view_cart {
  clear: both;
}

/* Footer */

#footer {
  padding: 10px 0px;
  clear: both;
}

#footer p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}

/* Portfolios */

#artist {
  margin-left: 10px;
  float: left;
  width: 200px;
}

#portfolio {
  margin-right: 10px;
  text-align: center;
  float: right;
  width: 680px;
}

#artist ul {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
}

/* Shop */

#products {
  width: 880px;
  margin: 0px auto;
  text-align: left;
}

#products img {
  padding: 4px;
  border: 1px solid #CCCCCC;
}

#products .product {
  clear: both;
  margin-bottom: 30px;
}

#products .photo {
  float: left;
  width: 210px;
}

#products .photo p {
  font-size: 12px;
  text-align: center;
  margin: 0px;
}

#products .photo p a {
  color: #333333;
}

#products .photo p a:hover {
  color: #FFFFFF;
}

#products .description {
  float: left;
  width: 400px;
}

#products .description h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0px 0px 10px 10px;
  color: #333333;
}

#products .description p {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin: 0px 0px 10px 10px;
}

#products .price {
  float: left;
  width: 260px;
  text-align: center;
}

#products .price h1 {
  font-family: Georgia, Times;
  font-size: 36px;
  color: #666666;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

#products a:hover {
  background: #000000;
  text-decoration: none;
}

#promo_images {
  text-align: center;
}

#promo_images img {
  margin: 0px auto;
  margin-top: 10px;
}

#flash_positive, #flash_negative {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #FFFFFF;
  background: #228B22;
  margin-top: 0px;
}

#flash_negative {
  background: #DC143C;
}


#footer {
  text-align: center;
}

#footer p {
  margin: 0px auto;
}

#footer p img {
  display: inline;
  padding-top: 5px;
}