/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active #infotext p {
  visibility: hidden;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}

.sIFR-active .more #infotext p {
    margin-top: 37px;
}

.sIFR-active #footer p {
  visibility: hidden;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;

}

.sIFR-active h2 {
  visibility: hidden;
  line-height: 25px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.sIFR-active #buy h2 {
    margin-bottom: -20px !important;
    text-align: center;
}

.sIFR-active .position {
  visibility: hidden;
  text-transform: uppercase;
  display: block;
  float: left;
  height: 50px;
  margin-top: -3px;
}

.sIFR-active .trackname {
  visibility: hidden;
  line-height: 30px;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  xfloat: left;
  height: 50px;
  margin-top: 9px;
  position: absolute;
  width: 90%;
  left: 60px;
}

.sIFR-active .above99 .trackname {
    left: 75px;
}

.sIFR-active .above999 .trackname {
    left: 100px;
}

.sIFR-active #remixpage .trackname {
    left: 0px;
}

.sIFR-active #widgetembed {
    margin-left: 120px;
    height: 30px;
    width: 200px;
    z-index: 500;
    position: relative;
}

.sIFR-active #content .date {
    margin-top: -5px;
}

.sIFR-active #sidebar .date {
    margin-bottom: -5px;
}