.shadow1 {
  box-shadow: 1px 1px 3px #666;
}
/** This goes at the top right of a 4x4 box or right on a 1x2 box. */
/* ==========================================================================
   DETAIL
   ========================================================================== */
#detail {
  border-bottom: 30px solid #333;
}
#detail .missingdata {
  width: 100%;
  text-align: center;
  font-size: x-large;
  height: 500px;
  padding-top: 50px;
  background: url("../img/cloth_alike.b59db831fa87.png") 0 0 repeat;
}
#detail #header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#detail #header #summary {
  position: relative;
  float: left;
  width: 220px;
  height: 296px;
  padding: 10px;
}
#detail #header #summary #previewicon {
  position: absolute;
  bottom: 3px;
  left: 3px;
  z-index: 4;
}
#detail #header #summary #previewicon.disabled {
  width: 87px;
  height: 90px;
  background: url("../img/playButtonBig.1f2d78bb07dd.png") 0 0 no-repeat;
  cursor: pointer;
}
#detail #header #summary #innerSummary {
  position: absolute;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 1em;
}
#detail #header #summary span {
  z-index: 2;
  vertical-align: middle;
  display: table-cell;
  text-align: right;
}
#detail #header #summary span h1 {
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}
#detail #header #summary span h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  line-height: 16px;
  margin-top: 7px;
}
#detail #header #summary span h2 a {
  text-decoration: none;
}
#detail #header #summary span h3 {
  color: #fff;
  margin: 0px;
  font-weight: normal;
}
#detail #header #summary span h3 a {
  color: #fff;
  text-decoration: none;
}
#detail #header .bigImage {
  position: relative;
  float: left;
  width: 296px;
  height: 296px;
  overflow: hidden;
  background: #333;
  z-index: 2;
}
#detail #header .bigImage img {
  width: 297px;
}
#detail #header #image {
  background: url("../img/artistImage.8ae3f1b6c450.jpg") 0 0 no-repeat;
}
#detail #header #meta {
  position: relative;
  float: left;
  width: 100%;
  margin-left: -516px;
  height: 296px;
}
#detail #header #meta .metaBlock {
  position: relative;
  height: 100%;
  margin-left: 516px;
}
#detail #header #meta .metaBlock .metaMask {
  position: relative;
  width: auto;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#detail #header #meta .metaBlock .metaMask .metaContainer {
  position: relative;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails {
  display: inline-block;
  float: left;
  width: 300px;
  height: 297px;
  border-right: 1px solid #ddd;
  font-size: 11px;
  padding-top: 24px;
  position: relative;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails .inner {
  overflow-y: auto;
  height: 100%;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails h3 {
  top: 0px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  color: #aaaaaa;
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: normal;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails span.info {
  display: block;
  margin: 10px;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails span a {
  color: #D71F00;
  margin-bottom: 8px;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails span.list .title {
  float: left;
  width: 38%;
  text-align: right;
  clear: left;
  margin-right: 4px;
  font-weight: bold;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails span.list .data {
  float: left;
  width: 60%;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails.narrow {
  width: 450px;
}
#detail #header #meta .metaBlock .metaMask .metaContainer .metaDetails.close {
  width: 150px;
}
.thedata {
  border-bottom: 1px solid #A7A8AC;
  display: block;
  clear: both;
}
.recording #summary {
  background: #D95B43;
  border-bottom: 10px solid #97321f;
}
#summary.recording h1 {
  color: #2d0f09;
}
#detail.recording #header #summary span h2,
#detail.recording #header #summary span h2 a {
  color: #43160d;
}
