/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
		}
	.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: 0; 
		padding: 0; 
		overflow: auto; 
		letter-spacing: 0; 
		float: none;
		}
}

@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;
		width      : auto    !important;
		height     : auto    !important;
		}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {

	.sIFR-active h1,
	.sIFR-active h2,
	.sIFR-active h3{
		visibility: hidden;
		line-height: 1em;
		margin: 0;
		padding: 0;		
		}

	/* home */
	.sIFR-active .home h2 {
		visibility: hidden;
		}
	.sIFR-active .home .feature h3 { 
		visibility: hidden;
		color: #3b2019;	
		}				

	/* lower headers */
	.sIFR-active .lower01 .content h2,
	.sIFR-active .lower03 .content h2,
	.sIFR-active .lower04 .content h2 {
		visibility: hidden;
		font-size: 3.3em;
		}
	.sIFR-active .content h2.aliveCooking {
		visibility: hidden;
		font-size: 3em!Important;
		}		
	.sIFR-active .lower01 .content h3,
	.sIFR-active .lower03 .content h3,
	.sIFR-active .lower04 .content h3  {
		visibility: hidden;
		font-size: 1.5em;
		}
	.sIFR-active .lower03 .content h3 {
		width: 600px;
		}
	.sIFR-active .links h3 {
		width: 200px!Important;
		}		
				
	.sIFR-active .lower04 .content .longtitle {
		visibility: hidden;
		margin: 0 0 15px 0;
		width: 650px!Important;
		}		
	.sIFR-active .recipeTitle h3 {
		width: 650px!Important;
		}
	.sIFR-active .formArea h3 {
		margin: 0;
		}									
	.sIFR-active .recipeSearch h3,
	.sIFR-active h3.chooseVideo {
		visibility: hidden;
		}			
	.sIFR-active .lower04 .downloads h3 {
		visibility: hidden;
		width: 130px;
		font-size: 1.5em;
		margin: 0!Important;
		padding: 0;
		}
	.sIFR-active .eveningType h4 {
		visibility: hidden;
		font-size: 1.9em!Important;
		width: 300px;
		}		


	.sIFR-active .lower04 .inviteDetailsSend h3 {
		height: 50px!Important;
		width: 120px!Important;
		}			
	.lower04 .inviteDetailsSend h3 .sIFR-flash {
		height: 50px!Important;
		width: 120px!Important;
		}		
	.sIFR-active .inviteDetailsSend h3 {
		visibility: hidden;
		height: 50px!Important;
		width: 100px!Important;
		}
	.sIFR-active .cheesematterInvitePromo h3 {
		visibility: hidden;
		width: 180px!Important;
		margin: 0;
		font-size: 1.7em;
		}
	
	.sIFR-active .lower04 .previewForm h2 {
		visibility: hidden;
		height: 55px;
		width: 270px;
		}
	.lower04 .previewForm h2 .sIFR-flash {
		height: 55px;
		width: 270px;
		}

}