/*****************************************************************************
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;
		display:block;
  }
  
  .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;
  }
}


@media screen {
	.sIFR-dummy { width: 0px; height: 0px; margin-left: 42px !important; z-index: 0; }

	/* Defaults */	
	.sIFR-active .content h1,						
	.sIFR-active .content h2,
	.sIFR-active .footer h1,
	.sIFR-active .related h1,						
	.sIFR-active .module-home h2,				
	.sIFR-active .events h2,
	.sIFR-active .event-detail h2,
	.sIFR-active .event-detail h3,
	.sIFR-active .heading-stories h1,			
	.sIFR-active .heading-stories h2,			
	.sIFR-active .story-select strong,
	.sIFR-active .story-select em,
	.sIFR-active .module-home h1,
	.sIFR-active .product-intro .heading h1,
	.sIFR-active .line-search p,
	.sIFR-active .amount-raised-graph h3,
	.sIFR-active .fundraise-heading p.blurb, .sIFR-active .amount-raised-graph h4 
	{ font-family:Verdana, Arial, Helvetica, sans-serif; visibility:hidden; line-height:1;  }	


	/* Bookman */	
	.sIFR-active .event-detail h2				{ font-size:36px; letter-spacing:3px; }
	.sIFR-active .event-detail h3				{ font-size:14px; letter-spacing:1px; }
	.sIFR-active .content h1					{ font-size:26px; letter-spacing:2px; }	
	.sIFR-active .content h2,
	.sIFR-active .footer h1,
	.sIFR-active .related h1					{ font-size:20px; letter-spacing:1px; }	
	.sIFR-active .module-home h2				{ font-size:16px; letter-spacing:1px; margin-bottom:0; } 
	.sIFR-active .events h2						{ font-size:20px; }
	.sIFR-active .heading-stories h1			{ font-size:36px; letter-spacing:1px; }
	.sIFR-active .heading-stories h2			{ font-size:14px; letter-spacing:1px; }
	.sIFR-active .story-select strong			{ font-size:18px; letter-spacing:1px; }	
	
	/* Myriad */
	.sIFR-active .module-home h1				{ font-size:19px; letter-spacing:.5px; }
	.sIFR-active .product-intro .heading h1		{ font-size:19px; letter-spacing:.5px; }
	.sIFR-active .story-select em				{ font-size:14px; letter-spacing:-1px; width:110px; }	
	.sIFR-active .line-search p 				{ font-size:16px; letter-spacing:0px; }
	.sIFR-active .amount-raised-graph h3		{ font-size:16px;}
	.sIFR-active .fundraise-heading p.blurb, .sIFR-active .amount-raised-graph h4	{ font-size:14px;  }
	
	/* Adjustments */
	.sIFR-active .content .related h2					{ visibility:visible; font:bold 1.1667em Arial, Helvetica, sans-serif; letter-spacing:0; }
	.sIFR-active .content .text h1	 					{ visibility:visible; font:bold 1.333em Arial, Helvetica, sans-serif; letter-spacing:0; }
	.sIFR-active .content .donations h1					{ visibility:visible; font:normal 1.333em Arial, Helvetica, sans-serif; letter-spacing:0; margin:10px 0; }
	
	.sIFR-active .module-home .heading 					{ padding-bottom:5px; }
	.sIFR-active .content .heading h1 					{ margin:0; display:inline; }
	.sIFR-active .content .heading h1 .sIFR-flash 		{ margin:20px 40px 0 0; }
	.sIFR-active .content .heading-stories h1 .sIFR-flash	{ margin:0 0 10px; }
	.sIFR-active .event-detail h2 .sIFR-flash 				{ display:inline }
	.sIFR-active .event-detail h3 .sIFR-flash 				{ display:block }
	.sIFR-active .product-intro .heading h1 .sIFR-flash 	{ margin:0; }
	.story-select strong 									{ margin-top:8px; }
	.sIFR-active .story-select .sIFR-replaced object 		{ cursor:pointer; }
	.sIFR-active .footer-sub h1								{ width:130px; }
	
	
}

