/* PLAYLIST PAGE LAYOUT */

#main {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #c8d8e8;
  border-top: none;
}

#content {
  padding: 0 20px 18px;
  position: relative;
  color: #333;
  zoom: 1;
}

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

.cap.top {
  height: 8px;
  background-color: #c8d8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddeaf5), to(#b8cfe0));
  background: -moz-linear-gradient(top, #ddeaf5, #b8cfe0);
  background: linear-gradient(top, #ddeaf5, #b8cfe0);
  border-bottom: 1px solid #a0bcd0;
  margin-bottom: 14px;
}

.cap.bottom {
  height: 8px;
  background-color: #c8d8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8cfe0), to(#ddeaf5));
  background: -moz-linear-gradient(top, #b8cfe0, #ddeaf5);
  background: linear-gradient(top, #b8cfe0, #ddeaf5);
  border-top: 1px solid #a0bcd0;
  clear: both;
  margin-top: 14px;
}

.padder {
  zoom: 1;
}

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

/* TITLE BLOCK */
#title.intro {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8d8e8;
  zoom: 1;
}

#title.intro h1 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  display: inline;
}

#title.intro h1 .title-artist {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin-left: 10px;
}

#title.intro h1 .title-artist a { color: #08c; }

#title.intro a.view-more {
  float: right;
  font-size: 12px;
  color: #08c;
  margin-top: 4px;
}

#title.intro p {
  font-size: 11px;
  color: #666;
  margin-bottom: 0;
  margin-top: 6px;
  clear: both;
}

/* LEFT STACK */
#left-stack {
  float: left;
  width: 182px;
  margin-right: 20px;
}

.lockup.product .artwork-placeholder {
  width: 170px;
  height: 170px;
  background-color: #d8d8d8;
  border: 1px solid #bbb;
  text-align: center;
  line-height: 170px;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

/* BLUE PILL BUTTON */
.btn-action {
  display: block;
  text-align: center;
  width: 120px;
  margin: 0 auto 10px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #4d9fdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#6db8ea), to(#3588c8));
  background: -moz-linear-gradient(top, #6db8ea, #3588c8);
  background: linear-gradient(top, #6db8ea, #3588c8);
  border: 1px solid #2a72aa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.btn-action:hover {
  background-color: #5aaee8;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cc5f0), to(#4296d4));
  background: -moz-linear-gradient(top, #7cc5f0, #4296d4);
  background: linear-gradient(top, #7cc5f0, #4296d4);
  text-decoration: none;
}

.lockup.product ul.list {
  font-size: 11px;
  color: #444;
  margin-bottom: 0;
  line-height: 17px;
}

.lockup.product ul.list li {
  margin-bottom: 2px;
}

.lockup.product ul.list .label {
  font-weight: bold;
  color: #333;
}

.lockup.product ul.list a { color: #08c; }

/* LEFT STACK SECTIONS */
.extra-list {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 12px;
  margin-bottom: 0;
}

.extra-list h4 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.extra-list ul.list {
  font-size: 12px;
  margin-bottom: 0;
}

.extra-list ul.list li {
  margin-bottom: 3px;
  line-height: 17px;
}

.extra-list ul.list a { color: #08c; }
.extra-list ul.list a:hover { text-decoration: underline; }

/* CENTER STACK */
.center-stack {
  margin-left: 202px;
}

/* TRACK LIST TABLE */
.track-list {
  margin-bottom: 20px;
}

.tracklist-content-box {
  border: 1px solid #a8c4dc;
  border-bottom: none;
  background-color: #eef4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fd), to(#e8f0f8));
  background: -moz-linear-gradient(top, #f4f8fd, #e8f0f8);
  background: linear-gradient(top, #f4f8fd, #e8f0f8);
}

.tracklist-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.tracklist-table thead tr {
  background-color: #e8eef4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f5fa), to(#dce6f0));
  background: -moz-linear-gradient(top, #f0f5fa, #dce6f0);
  background: linear-gradient(top, #f0f5fa, #dce6f0);
  border-bottom: 1px solid #b8cfe0;
}

.tracklist-table thead th {
  padding: 5px 8px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #444;
}

.tracklist-table th.index,
.tracklist-table td.index {
  width: 30px;
  text-align: right;
  color: #888;
  padding-right: 10px;
  font-weight: normal;
}

.tracklist-table th.time,
.tracklist-table td.time {
  width: 44px;
  text-align: right;
  color: #555;
  padding-right: 8px;
}

.tracklist-table th.artist,
.tracklist-table td.artist {
  width: 160px;
  color: #08c;
}

.tracklist-table tbody tr {
  border-bottom: 1px solid #dde8f0;
}

.tracklist-table tbody tr.even {
  background-color: #fff;
}

.tracklist-table tbody tr.odd {
  background-color: #f2f7fc;
}

.tracklist-table tbody tr:hover {
  background-color: #ddeeff;
}

.tracklist-table tbody td {
  padding: 5px 8px;
  color: #333;
  font-size: 12px;
}

.tracklist-table tbody td.name {
  font-weight: normal;
  color: #333;
}

.tracklist-table tbody td.artist a {
  color: #08c;
  text-decoration: none;
}

.tracklist-table tbody td.artist a:hover { text-decoration: underline; }

.tracklist-footer {
  width: 100%;
  border: 1px solid #c8d8e8;
  border-top: 1px solid #b8cfe0;
  background-color: #eef3f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fc), to(#e8eef4));
  background: -moz-linear-gradient(top, #f4f8fc, #e8eef4);
  background: linear-gradient(top, #f4f8fc, #e8eef4);
  font-size: 11px;
}

.tracklist-footer td {
  padding: 5px 8px;
  color: #666;
  text-align: center;
}

.track-count {
  font-weight: bold;
  color: #444;
}

.tracklist-table th.download,
.tracklist-table td.download {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

a.dl-link {
  color: #08c;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

a.dl-link:hover { text-decoration: underline; }

/* DESCRIPTION / REVIEW BOX */
.product-review {
  border-top: 1px solid #dde8f0;
  padding-top: 14px;
  margin-bottom: 20px;
}

.product-review h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.product-review p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  margin-bottom: 0;
}

.cap.top {
  height: 8px;
  background-color: #c8d8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddeaf5), to(#b8cfe0));
  background: -moz-linear-gradient(top, #ddeaf5, #b8cfe0);
  background: linear-gradient(top, #ddeaf5, #b8cfe0);
  border-bottom: 1px solid #a0bcd0;
}

.cap.bottom {
  height: 8px;
  background-color: #c8d8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8cfe0), to(#ddeaf5));
  background: -moz-linear-gradient(top, #b8cfe0, #ddeaf5);
  background: linear-gradient(top, #b8cfe0, #ddeaf5);
  border-top: 1px solid #a0bcd0;
  clear: both;
}

/* TITLE BLOCK */
#title.intro {
  margin-bottom: 16px;
  padding: 10px 12px 12px;
  border-bottom: 1px solid #b8cfe0;
  background-color: #f0f5fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fbfd), to(#e8f0f8));
  background: -moz-linear-gradient(top, #f8fbfd, #e8f0f8);
  background: linear-gradient(top, #f8fbfd, #e8f0f8);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

#title.intro h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}

#title.intro h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
}

#title.intro h2 a { color: #08c; }

#title.intro a.view-more {
  font-size: 11px;
  color: #08c;
  display: block;
  margin-bottom: 8px;
}

#title.intro p {
  font-size: 11px;
  color: #666;
  margin-bottom: 0;
}

/* LEFT STACK */
#left-stack {
  float: left;
  width: 190px;
  margin-right: 20px;
}

.lockup.product .artwork-placeholder {
  width: 170px;
  height: 170px;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 170px;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.lockup.product ul.list {
  font-size: 11px;
  color: #666;
  margin-bottom: 14px;
}

.lockup.product ul.list li {
  margin-bottom: 4px;
  line-height: 16px;
}

.lockup.product ul.list .label {
  font-weight: bold;
  color: #444;
}

.extra-list {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 14px;
}

.extra-list h4 {
  font-size: 11px;
  font-weight: bold;
  color: #444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.extra-list ul.list {
  font-size: 11px;
}

.extra-list ul.list li {
  margin-bottom: 4px;
}

.extra-list ul.list a { color: #08c; }

/* CENTER STACK */
.center-stack {
  margin-left: 210px;
}

/* TRACK LIST TABLE */
.track-list {
  margin-bottom: 20px;
}

.tracklist-content-box {
  border: 1px solid #ddd;
  border-bottom: none;
}

.tracklist-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.tracklist-table thead tr {
  background-color: #e8eef4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f5fa), to(#dce6f0));
  background: -moz-linear-gradient(top, #f0f5fa, #dce6f0);
  background: linear-gradient(top, #f0f5fa, #dce6f0);
  border-bottom: 2px solid #b8cfe0;
}

.tracklist-table thead th {
  padding: 5px 8px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  border-right: 1px solid #ddd;
}

.tracklist-table thead th:last-child {
  border-right: none;
}

.tracklist-table th.index,
.tracklist-table td.index {
  width: 32px;
  text-align: center;
  color: #888;
  font-size: 11px;
}

.tracklist-table th.time,
.tracklist-table td.time {
  width: 50px;
  text-align: right;
  color: #888;
  padding-right: 10px;
}

.tracklist-table th.artist,
.tracklist-table td.artist {
  width: 180px;
}

.tracklist-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.tracklist-table tbody tr.even {
  background-color: #fff;
}

.tracklist-table tbody tr.odd {
  background-color: #f8f8f8;
}

.tracklist-table tbody tr:hover {
  background-color: #e8f4ff;
}

.tracklist-table tbody td {
  padding: 6px 8px;
  color: #333;
  font-size: 12px;
}

.tracklist-table tbody td.name {
  font-weight: bold;
}

.tracklist-table tbody td.artist {
  color: #555;
}

.tracklist-footer {
  width: 100%;
  border: 1px solid #ddd;
  border-top: 2px solid #b8cfe0;
  background-color: #eef3f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f5fa), to(#e4ecf4));
  background: -moz-linear-gradient(top, #f0f5fa, #e4ecf4);
  background: linear-gradient(top, #f0f5fa, #e4ecf4);
  font-size: 11px;
}

.tracklist-footer td {
  padding: 5px 8px;
  color: #666;
}

.track-count {
  font-weight: bold;
  color: #444;
}

/* REVIEW / DESCRIPTION BOX */
.product-review {
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  margin-bottom: 20px;
}

.product-review h4 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.product-review p {
  font-size: 12px;
  color: #555;
  line-height: 18px;
  margin-bottom: 0;
}
