/*=: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-unloading .sIFR-flash {
  visibility: hidden !important;
}

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

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/

.sIFR-active #content h1, .sIFR-active #contentWrap h1, .sIFR-active #content h3, .sIFR-active #contentWrap h3, .sIFR-active #content h5, .sIFR-active #content h6, .sIFR-active h2#overlayH2, .sIFR-active p#overlayP, .sIFR-active p.intro {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px; *font-size: 20px; 
	margin: 0 0 -3px;
	display: block;
	line-height: 1.2;
}

.sIFR-active h2#overlayH2 {
	font-size: 19px; *font-size: 21px;
	margin: 0 0 3px;
	height: 40px;
}

.sIFR-active p#overlayP {
	font-size: 14px; *font-size: 15px; 
	margin: 0;
	height: 22px;
}

.sIFR-active p.intro {
	font-size: 14px; *font-size: 15px; 
	margin: -1px 0 10px;
}

.sIFR-active #content h1 {
	font-size: 19px; *font-size: 20px;
	margin-bottom: -5px; *margin-bottom: 0px;
}

.sIFR-active #content h3, .sIFR-active #contentWrap h3 {
	font-size: 15px; *font-size: 16px; 
	margin: 4px 0 -6px; *margin-bottom: -2px;
}

.sIFR-active #hmArchives .archive h4 {
	font-size: 15px; *font-size: 16px; 
}

.sIFR-active #hmArchives .archive#archive2 h4 {
	font-size: 15px; *font-size: 16px; 
}

.sIFR-active #stationList h3 {
	font-size: 15px; *font-size: 16px; 
	margin: 4px 0 -6px; *margin-bottom: -2px;
	letter-spacing: 5px;
}

.sIFR-active #content h5 {
	font-size: 11px; *font-size: 12px; 
	margin: 4px 0 -6px; *margin-bottom: -2px;
}

.sIFR-active #content h6 {
	font-size: 11px; *font-size: 12px; 
	margin: 0 0 -5px; *margin-bottom: -2px;
}

