/*=: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-hasFlash h1 {
  line-height: 1em;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/*---- Moddifications to hide text before sifr loads ---*/
html.sIFR-active h1,html.sIFR-active .module_trigger dt span,html.sIFR-active .offer1, .number,html.sIFR-active #footer div.strapline {color: #fff;}

/*---- General modifications to make things line up properly with stupid sifr ---*/
html.sIFR-active .panel_outline .offer1 {font-size: 1em;}
.sIFR-active h1 { margin-bottom: 10px; }
.sIFR-active body.home h1 { border: 1px solid red; display: none;}
.sIFR-active body.locator h1 {padding-bottom: 0; margin-bottom: 0;}
.sIFR-active .more-information h2 {margin-top: 10px;}
.sIFR-active .module_trigger dt,
.sIFR-active h3  {background-position: 0 35%;}
.sIFR-active .module_trigger dt {padding-top: 5px;}
.sIFR-active .module_trigger dt span {font-size: .1em;}
 .sIFR-active .module_trigger dd {padding-bottom: 10px;}