/* Colors ------------------------------
  colors are set dynamically via the theme editor in the admin area.
  initially, the colors were set to:

  bg_site = #030303
  bg_cart = #0d0716
  txt_titles = #ffffff
  txt_highlight = NA
  txt_body = #474747
  txt_cart = #d5d5d5
  txt_add_to_cart = #fff88c
  txt_separator = #464646

*/

/* Layout ------------------------------ */

body {
	background: #000000;
	color: #888888;
	font-size: 11px;
	font-family: Helvetica Neue, Helvetica, Verdana, sans;
	line-height: 18px;
	padding-bottom: 60px;
	border-top: 7px solid #333333;
}
#wrapper {
  width: 780px;
  margin: 0 auto;
}
.column {
  float: left;
  width: 240px;
  margin-right: 30px;
  margin-bottom: 30px
}

/* Typography -------------------------- */

h2 {
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  padding: 10px 0px;
}

h3 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}

/* Header ------------------------------ */

#header .cart {
  float: right;
  height: 24px;
  font-size: 10px;
  width: 150px;
  text-align: center;
  color: #d5d5d5;
  background-color: #333333;
}
#header .cart a {
  text-decoration: none;
  color: #bab672;
}
#header .cart a:hover {
  text-decoration: none;
}
#header .logo {
  width: 400px;
}
#header .nav {
  float: right;
  margin: 30px 0 25px;
}

/* Nav --------------------------------- */

ul.nav {
  list-style: none;
}
ul.nav li {
  float: left;
  display: block;
  padding: 0 4px;
  border-right: 1px solid #282828;
}
ul.nav li.last {
  padding-right: 0px;
  border-right: 0;
}
ul.nav li.last a {
  padding-right: 0;
}
ul.nav li a {
  height: 14px;
  color: #888888;
  margin-top: -5px;
  text-decoration: none;
  display:block;
  padding:0px 5px;
}
ul.nav li.active a,
ul.nav li a:hover {
	color: #888888;
}
ul.nav li a:hover {
	color: #888888;
}

/* Products ----------------------------- */

.products {
  margin-top: 35px;
}
.products ul.product_list li {
  display: block;
  float: left;
  width: 240px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.products ul.product_list li.last {
  margin-right: 0;
}

.products ul.product_list .thumb {
  height: 176px;
}

.products ul.product_list .thumb h4.vendor {
  font-family: Helvetica Neue, Verdana, sans;
  font-weight: 500;
  color: #c0c0c0;
  margin-top:3px;
  margin-bottom:-4px;
}

.products ul.product_list .thumb h4.ptitle {
  font-weight: 500;
  font-family: Georgia, Helvetica, Verdana, sans;
  font-style:italic;
  color: #888888;
  margin-bottom: 15px;
}

/* Header ------------------------------- */

.header {
  width: 779px;
  height: 20px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  clear: both;
  border-bottom: 1px dotted #282828;
}
.header h2 {
  display: block;
  float: left;
  width: 380px;
  font-size: 12px;
  font-weight: normal;
}

.header .nav {
  float: right;
  margin-top: 15px;
}


/* Index (template) --------------------- */

.welcome {
  margin-bottom: 50px;
}

/* Product (template) ------------------- */

.product {
  margin-bottom: 30px;
  clear: both;
}
.product .top {
  width: 779px;
  height: 300px;
  margin-bottom: 30px;
  border-top: 1px dotted #282828;
  padding-top: 30px;
}
.product .top .featured_image {
  float: left;
  width: 510px;
  height: 300px;
}

.product .top .info {
  position: relative;
  float: right;
  width: 239px;
  height: 300px;
}
.product .top .info h2 {
  color: #ffffff;
  padding: 0;
  margin-bottom: 0px;
}
.product .top .info h3 {
  font-weight: 500;
  font-family: Georgia, Helvetica, Verdana, sans;
  font-style:italic;
  color: #888888;
  margin-bottom: 10px;
}
.product .top .info p {
  color: #888888;
  margin-bottom: 10px
}
.product .top .info .pricing {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 14px;
  font-size: 18px;
}
.product .top .info .pricing span {
  display: block;
  float: left;
  height: 18px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #888888;
}
.product .top .info .pricing a {
  display: block;
  float: left;
  color: #bab672;
}
.product .bottom {
  width: 780px;
  height: 141px;
  margin-bottom: 30px;
}
.product .bottom .image {
  float: left;
  width: 240px;
  margin-right: 30px;
}
.product .bottom .last {
  margin-right: 0px !important;
}


/* Page (template) ------------------ */

.page .body {
  clear: both;
  margin-bottom: 30px;
}
.page .artists {
  width: 510px;
  float: left;
}
.page .artists ul {
  margin-bottom: 30px;
}
.page .artists ul li {
  clear: both;
  padding-bottom: 30px;
}
.page .artists ul li img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background: #333;

}
.page .artists ul li p {
  width: 430px;
  float: left;
}
.page .artists ul li p span {
  color: #b8b8b8;
  font-weight: bold;
}
/* Search (template) ------------------- */

body.search .header {
  margin-bottom: 0px;
}

body.search #catalog_items {
  padding-bottom: 20px;
  border-bottom: 1px dotted #2e2e2e;
  margin-bottom: 20px;
}

body.search #catalog_items input {
  width: 225px;
  margin-right: 10px;
}

body.search #searchresults ol {
  border-top: 1px dotted #2e2e2e;
  margin-top: 20px;
}

/* Pagination ----------------------- */

div#pagination {
  margin-top: 20px;
  text-align: center;
}
div#pagination a {
  text-decoration: none;
  color:#999999;
  background: #111;
  padding: 5px 9px;
  margin: 0 0 7px 0;
  border: 1px solid #2e2e2e;
  font-size:10px
}

div#pagination a:hover {
  cursor: pointer;
  background: #1f1f1f;
  color:#fff;
}
div#pagination a.selected {
  color: #ffffff;
  background: #516E76;
  border: 1px solid #5e5552
}
div#pagination span.current {
  padding: 5px 9px;
  margin: 0 0 7px 0;
  font-weight: bold;
  background: #2e2e2e;
  border: 1px solid #333;
}

/* Prefooter ------------------------------- */

#prefooter {
  width: 779px;
  padding-top: 30px;
  margin-bottom: 20px;
  border-top: 1px dotted #282828;
  border-bottom: 1px dotted #282828;
  clear: both;
}
#prefooter h4 {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 20px;
}
#prefooter li.title {
  color: #b8b8b8;
}
#prefooter a {
  color: #636363;
  text-decoration: none;
}

#prefooter .last {
  width: 239px;
}

#prefooter .last ul {
  width: 118px;
  margin-right: 1px;
  float: left;
}

/* Footer --------------------------- */
#footer {
  height: 30px;
  margin-bottom: 30px;
}
#footer .nav {
  float: right;
}
#footer .copyright {
  margin-top: -5px;
  float: left;
}

/* Utility ----------------------------- */

.clear {
  display: block;
  clear:both;
}
a {
  outline: none;
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
hr {
  border: 0;
  background: #2e2e2e;
  height: 1px;
}

.last {
  margin-right: 0;
}

/* Cart -------------------------------- */

/*--------------------------------------------
Cart
---------------------------------------------*/

#cart {
  margin: 0
}
#cart .header {
  margin-bottom: 10px;
}
#cart .money {
  color: #bab672;
}
#cart .right {
  position: absolute;
  top: 10px;
  right: 0px;
  text-align: right;
}
#line-items {
  list-style: none;
  margin: 5px 0 30px;
}
#line-items li {
  position: relative;
  padding: 10px 0px;
  margin-bottom: 2px;
}
#line-items li h3,
#line-items li p.right {
  margin-top: 10px;
}
#line-items li h3 {
  font-size: 12px;
}
.c-thumb {
  float: left;
  margin-right: 20px;
  padding: 2px;
  text-align: center;
}
li#total {
  margin: 10px 0 45px;
  font-size: 13px;
  text-align: right;
  border-top: 1px dotted #282828;
}
li#total .money {font-size: 13px;}
#update-cart {float: left;}
#in-cart {
  display: inline;
  float: right;
  position: static;
  height: 26px;
  margin: 7px 255px 13px;
  padding: 5px 14px 0;
  background: #111;
  color: #000;
}
#cart-count {
  float: left;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 11px;
}
#cart-count a {
  border-color: #fff;
  color: #fff;
}
#cart-count a:hover {
  border: none; background: none;
}
#checkout {
  float: right;
  margin-bottom: 30px;
}


body.cart #footer .nav {
 display: none !important;
}

body.cart #footer .copyright {
 display: none !important;
}

body.page,
body.product {
  margin: 0;
  padding: 0;
}
