/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

.social-link {
	position: absolute;
	padding: 5px;
	height: 48px;
	width: 48px;
	background-color: #f7f6f1;
	text-align: center;
}

.social-link.facebook {
	left: 309px;
	top: 33px;
}

.social-link.twitter {
	margin-left: -88px;
	margin-top: 8px;
}

.social-link a {
	display: block;
	font-family: 'ModernPictogramsNormal';
	font-size: 48px;
	line-height: 1;
	color: #dcdbcf;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.social-link a:hover {
	color: #ed7000;
}

.audiojs {
	width: 160px;
	height: 72px;
	background-image: none;
	background-color: #444;
}

.audiojs audio {
	display: none;
}

.audiojs .play-pause {
	border-right:  none;
	height: 29px;
}

.audiojs .scrubber {
	margin-left: 0;
	width: 110px;
}

.audiojs .time {
	clear: left;
	margin-left: 0;
	border-left: none;
	padding: 0;
	width: 160px;
	background-color: #555;
	text-align: center;
}

.block-display-sale-copy-block {
  margin-top: 15px;
  width: 480px;
  float: left;
}

.sale-copy-text {
  margin-bottom: 10px;
  color: red;
}


