﻿/*****************************************************************************
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-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
  /*
  .sIFR-active .side_nav ul li a
  {
  	visibility: hidden;
  } 
  */
  .sIFR-active .row h1 span, .sIFR-active .row h2 span,  .sIFR-active .row h3 span
  {
  	visibility: hidden;
  }
  
  .sIFR-active .hero-box .highlight
  {
  	visibility: hidden;
  }
  
  .sIFR-active h1 .top
  {
	margin: 0 auto;
  }
 
  
	.sIFR-active .site h1,
	.sIFR-active .site h2,
	.sIFR-active .site h3
	{
		margin-bottom: 8px;
	}
	

  
  a > .sIFR-replaced, a > .sIFR-replaced > .sIFR-flash
  {
  	cursor:pointer;
  }
  
  .sIFR-active .site h1 { font-size: 32pt; line-height:20px;min-height:40px;
                          height:auto !important;
	height: 40px;}
  .sIFR-active .site h1 .top { font-size: 20pt; line-height:10px;}
  .sIFR-active .site h2 { font-size: 24pt; line-height:16px;}
  .sIFR-active .site h2 .top { font-size: 10pt; min-height:13px;
                               height:auto !important;
	height: 13px;}
  .sIFR-active .site h2 .bottom { min-height:27px;
                                  height:auto !important;
	height: 27px;} 
  /*
  .sIFR-active .site .hero-boxes .hero-box-tab-header { font-size: 32pt;}
  .sIFR-active .site .hero-boxes .hero-box-tab-header .top { font-size: 11pt;}

  .sIFR-active .site #header .top_nav { font-size: 35pt; line-height:20px;}
  .sIFR-active .site #header .top_nav ul li .top { font-size: 14pt;}
  .sIFR-active .site .side_nav ul li { font-size: 30pt;}
  .sIFR-active .site .side_nav ul li .top { font-size: 15pt;}

  .sIFR-active .site .side_nav ul li {line-height:12px;}
  
*/
  .sIFR-active .site .hero-box .highlight{ 	font-size:32pt; line-height: 27px; overflow:hidden;}

  .sIFR-active .site .productHighlight .productText  { font-size: 24pt; line-height:16px; min-height:27px;
                                                       height:auto !important;
	height: 27px;}

  
}

@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  object {
		display: block;
	}
	.sIFR-active #landing #container h2 {
		margin: 0;
	}
	*/
	h1.sIFR-replaced
	{
		margin-top:-7px;
	}
	h2.sIFR-replaced
	{
		margin-top:-6px;
	}
}