@import "sc-player-wlc.css";

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Helvetica, Arial, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #fa0; text-decoration: none; }
a:visited { color: #fa0; }
a:hover { color: #fff; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: none; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

/* Layout */

html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  height: 100%;
  min-width: 450px;
  overflow: hidden;
}

#badbrowser {
  padding: 10px;
  display: none;
}

.oldie #badbrowser {
  display: block;
}

#container {
  min-height: 100%;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #262626;
  z-index: 3001;
}

#main {
  padding: 50px 0 30px 0;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #262626;
  z-index: 3000;
}

/* Landing Page */
.landing-dialog {
	position: absolute;
	width: 700px;
	left: 50%;
	margin: 100px 0 0 -350px;
	border: 5px solid #3e3e3e;
  background: #262626;
  padding: 20px 10px 30px 10px;
  text-align: center;
}

#go-fullscreen.landing-dialog {
	width: 300px;
	left: 50%;
	margin: 100px 0 0 -150px;
}

.landing-dialog h1 {
	font-size: 14px;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #efefef;
}

.landing-dialog ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.landing-dialog li {
	margin: 0 20px 0 0;
	float: left;
}

.landing-dialog a {
	text-decoration: none;
}

.landing-dialog a img {
	opacity: .9;
	margin-bottom: 5px;
}

.landing-dialog a:hover img {
	opacity: 1;
}

.landing-dialog .pipe {
	margin: 0 10px;
}

/* Footer UI */

#footer-toggleComments,
#footer-analog {
  float: left;
}

.footer-links {
  font-size: 9px;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  color: #595959;
  padding: 0 10px;
  border-right: 1px solid #000;
}

.footer-links span {
  display: inline-block;
  padding-left: 4px;
  color: #595959;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.footer-links span:hover {
  color: #737373;
}

.footer-links span.active {
  color: #fff;
  text-shadow: #fff 0 0 3px;
}

#footer-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  border-left: 1px solid #000;
}

#footer-buttons-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #460;
  box-shadow: 0 0 20px #460;
}

#footer-buttons-buttons {
  position: relative;
}

.button {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/ui-buttons.png?v=1);
  outline: none;
  cursor: pointer;
}

.button:hover {
  background-color: #333;
}

footer .button {
  width: 34px;
  height: 30px;
}

#footer-buttons .button {
  float: left;
  border-right: 1px solid #000;
  outline: none;
}

#footer-buttons .button.active,
#footer-buttons .button.active:hover {
  background-color: #000;
}

#button-like {
  background-position: -8px -60px;
}

#button-comment {
  background-position: -58px -60px;
}

#button-download {
  background-position: -108px -60px;
}

#button-info {
  background-position: -157px -60px;
}

#footer-flip {
  border-left: 1px solid #000;
  border-right: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -89px;
}

#footer-flip span {
  padding-left: 0;
  width: 21px;
}

#footer-sc {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -47px;
}

#button-sc {
  background-position: -202px -60px;
  border-left: 1px solid #000;
  width: 46px;
}

/* Player */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -100px;
  width: 200px;
  height: 42px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  z-index: 510;
}

#loading-etc {
  font-size: 12px;
  color: #333;
}

#loading.error {
  color: #a33;
}

#loading.error #loading-etc {
  color: #633;
}

#loading-etc img {
  margin-right: 2px;
  vertical-align: -2px;
}

#cover {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin: - 0 0 -320px;
  width: 640px;
  height: 640px;
  z-index: 500;
}

#pixels {
  position: absolute;
  width: 100%;
  z-index: 505;
}

#pixels div.pixel {
  float: left;
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: transparent;
  /* outline: 1px solid #f00; */
}

.flip #pixels div.pixel {
  float: right;
}

#pixels div.pixel:nth-child(40n+1) {
  /* make sure rows wrap in the right spot
    (webkit gets it wrong at some zoom levels) */
  clear: both;
}

.showComment {
  position: absolute;
  top: 50px;
  left: 0;
  height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: #000 0 1px 0;
  font-family: menlo, monaco, "lucida sans typewriter", courier, "courier new";
  opacity: 0.3;
  white-space: nowrap;
  z-index: 515;
  visibility: hidden;
}

#time {
  color: #fff;
}

#bigPlayButton {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -52px;
  width: 104px;
  height: 104px;
  background: url(../img/play.png?v=1) no-repeat top left;
  cursor: pointer;
  z-index: 1000;
}

/* SoundCloud-enabled functionality */

#playerLink {
  color: #262626;
}

.requires-sc {
  display: none;
}

.sc-connected .requires-sc {
  display: block;
}

.sc-connected .no-sc {
  display: none;
}

/* Dialogs */

.dialog {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -174px;
  padding: 4px;
  width: 340px;
  z-index: 2000;
  background: url(../img/dialog-shadow.png?v=1) repeat;
  opacity: 0;
}

.dialog-inner {
  padding: 20px;
  background: #262626;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
}

.dialog-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-position: -265px -65px;
}

#dialog-comment {
  margin-left: -184px;
  width: 360px;
}

#dialog-comment-avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  background: #000;
}

#dialog-comment-text {
  width: 254px;
}

#dialog-comment-submit {
  clear: left;
  float: right;
  margin: 7px 0 0 0;
}

#dialog-comment-markerPreview {
  padding: 0 2px;
  opacity: 0.5;
}

.dialog-like-section {
  border-top: 1px solid #303030;
  padding: 10px 0;
  color: #666;
  font-size: 11px;
}

.sc-heart {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 16px;
  height: 12px;
  vertical-align: -3px;
  background: url(../img/ui-buttons.png?v=1) no-repeat -17px -68px;
  opacity: 0.5;
}

a:hover .sc-heart {
  opacity: 1;
}

.sc-heart-active {
  opacity: 1;
  background-position: -17px -118px;
}

#plzFav {
  color: #999;
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
  display: block;
}

#plzFav:hover {
  color: #fff;
}

#isFav {
  display: none;
  color: #fa0;
}

#shareURL {
  width: 180px;
  background: #999;
  color: #000;
}

#shareURL:focus {
  background: #fff;
}

#button-firebug {
  visibility: hidden;
}

#dialog-download {
  width: 400px;
}

.dialog-download-cover {
  float: left;
  padding: 0 10px 10px 0;
  background: #262626;
  margin: -5px 0 10px 0;
}

/* Text */

h3 {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
}

h4 {
  margin: 0 0 5px 0;
  font-size: 10px;
  font-weight: normal;
  color: #ccc;
  text-transform: uppercase;
}

p {
  font-size: 12px;
  line-height: 1.2em;
  margin: 0 0 15px 0;
}

.details {
  margin: -10px 0 15px 0;
  font-size: 12px;
  color: #999;
}

/* Form fields */

.input-text, textarea {
  background: #ccc;
  border: none;
  padding: 3px;
  font-size: 11px;
}

.input-text:focus,
textarea:focus {
  background: #fff;
}

textarea {
  height: 44px;
  width: 240px;
}

.input-button {
  background: #333;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
  border: none;
}

.input-button:hover {
  background: #444;
}

/* Misc */

.clear {
  clear: both;
}

.nomargin {
  margin-bottom: 0 !important;
}

.lessmargintop {
  margin-top: 5px !important;
}

.hr {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background:#303030;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
