/*=: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/>    
*/

/****************************************\
  CUSTOM AND FALLBACK STYLES - CONFIGURE
\****************************************/

@media screen {
	/* "visibility: hidden; line-height: 1em;" must be in all sIFR active font styles*/

	/*---- sIFR Font Styles for <H1>----*/
	.sIFR-active h1 { 
		font-size: 28px; padding:0; margin:0; visibility: hidden; line-height: 1em; width:340px;
	}
	/*---- Fallback CSS Font Styles for <H1>----*/
	h1{font:normal 28px Georgia, "Times New Roman", Times, serif; color:#cdbb75; font-weight:normal; padding:0; margin:9px 0 8px; line-height:20px; }

	
	/*---- sIFR Font Styles for <H2>----*/	
	.sIFR-active h2 {
		font-size: 20px; padding:0; margin:0; visibility: hidden; line-height: 1em; width:340px;
	}
	/*---- Fallback CSS Font Styles for <H2>----*/
	h2{font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#db0000; padding:0; margin:3px 0 15px; line-height:20px;  }

}

/*******************************\
  STANDARD STYLES - DO NOT EDIT
\*******************************/

@media print {
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
}

@media screen {
	.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;
	}
	
	.sIFR-replaced > div {
		display: none !important;
	}
}
