/*****************************************************************************
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: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    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 {
		font-size: 40px;
	}	
	.sIFR-active body.aboutBedwetting .content h2 {
		width: 540px;
		font-size: 30px;
		height:auto;
	}	
	.sIFR-active body.readyForBed .content h2,
	.sIFR-active body.managingBedwetting .content h2,
	.sIFR-active body.yourSpace .content h2 {
		/*font-size: 50px;*/
		font-size: 30px;
		height: auto;
		margin-bottom: 0px;
	}
	.sIFR-active body.products .content h2.mainPage 
	{
		font-size: 30px;
		font-weight:bold;
		width: 400px;
	}
	.sIFR-active body.products .content h2,
	.sIFR-active body.miscPages .content h2{
		font-size: 30px;
		height: auto;
		width: auto;
	}
	.sIFR-active body.managingBedwetting .content h2.smaller{
		font-size: 30px;
		width: 450px;
	}		
	.sIFR-active body.freeSample .content h2{
		font-size: 32px;
	}	
	.sIFR-active p#tagLine {
		font-size: 26px;
		margin-top: 11px;
	}
	.sIFR-active body.homeBoy p#subTagLine,
	.sIFR-active body.homeGirl p#subTagLine {
		font-size: 34px;
	}
	.sIFR-active p#sifrText {
		 font-size: 24px;
		margin-top: 10px;
		margin-bottom: 50px;
	}	
	.sIFR-active body.readyForBed .content p#sifrText,
	.sIFR-active body.managingBedwetting .content p#sifrText {
	    font-size: 24px;
	}
	.sIFR-active body.aboutBedwetting .content h2.smallerWide,
	.sIFR-active body.aboutBedwetting .content h2.smallerLessWide {
		font-size: 30px;
		margin-bottom: 0;
		width:350px;
	}
	.sIFR-active body.aboutBedwetting .content h2.smallerWide {
		width:650px;
	}
	.sIFR-active body.aboutBedwetting .content h2.smaller {
		font-size: 30px;
		height:30px;
		width:470px;
	}
	.sIFR-active body.managingBedwetting p.bolderLink {
		font-size: 30px;
	}
	.sIFR-active body.managingBedwetting #subContentContainer .content h2 {
		font-size: 30px;
		width: 90%;
	}
	.sIFR-active body.managingBedwetting #subContentJoin .content h2,
	.sIFR-active body.yourSpace #subContentJoin .content h2,
	.sIFR-active body.managingBedwetting #subContentRegister .content h2,
	.sIFR-active body.yourSpace #subContentRegister .content h2,
	.sIFR-active body.yourSpace #subContent .content h2,
	.sIFR-active body.yourSpace #subContentLarge .content h2 {
		font-size: 30px;
	}
	.sIFR-active body.yourSpace #subContentLarge .content h2 {
		width: 90%;
	}
	.sIFR-active h2#readyForBed {
		width: 98.5%;
	}	
	.sIFR-active body.readyForBed #storyTime h2 {
		font-size: 30px;	
	}
	.sIFR-active body.readyForBed #shadowPuppet h2, 
	.sIFR-active body.readyForBed #bedtimeStory h2 {
		font-size: 30px;
		width: 90%;
	}
	.sIFR-active body.readyForBed h2.waterstones  {
		font-size: 50px;
		width: 600px;
	}	
	.sIFR-active body.topTen #book1 h4 {
		width:98%;
	}
	.sIFR-active body.topTen ul#tabs li span{
		font-size: 200%;
	}
	.sIFR-active body.topTen ul#tabs li span a:hover{
		text-decoration: underline;
	}
	.sIFR-active body.readyForBed h2.storyH2 {
		font-size: 30px;
		width: 90%;
		margin-bottom: 0;
	}	
	.sIFR-active body.products #productPyjamaPant #sizesBox h2,
	.sIFR-active body.products #productSleepShorts #sizesBox2 h2{
		font-size: 30px;
	}
	.sIFR-active body.errorPage h2,
	.sIFR-active body.resources h2,
	.sIFR-active body.olderKids h2,
	.sIFR-active body.termsAndConditions h2,
	.sIFR-active body.siteMap h2 {
		font-size: 30px;
	}
	.sIFR-active body.resources h2.wider{
		font-size: 30px;
	}
	.sIFR-active body.products p#sifrText,
	.sIFR-active body.yourSpace p#sifrText {
		margin-bottom: 10px;
	}
	.sIFR-active body.aboutBedwetting p#sifrText,
	.sIFR-active body.products p#sifrText,
	.sIFR-active body.yourSpace p#sifrText {
		font-size: 25px;
	}
	.sIFR-active body.topTen #book1 h3 {
		font-size: 30px;
		height: auto;
	}
	.sIFR-active body.topTen h3 {
		height: auto;
	}
	.sIFR-active  body.topTen h3.thinner 	{
		font-size: 25px;
		height: auto;
	}
	.sIFR-active body.topTen #book1 h4 {
		font-size: 25px;
	}
	.sIFR-active body.products #productPyjamaPant h2, body.products #productBedMats h2, body.products #productSleepShorts h2 {
		font-size: 30px;
	}
}



