/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3

Copyright 2006

Author 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
http://wiki.novemberborn.net/sifr3

This software is licensed and provided under the CC-GNU LGPL
http://creativecommons.org/licenses/LGPL/2.1/
*****************************************************************************/

  .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;
  }
/* Geir endret 200510 for å fjerne sifr fra H3 tags */  
  .sIFR-active #global li, .sIFR-active #global li.active, .sIFR-active #nav li, .sIFR-active #nav li.active, .sIFR-active #intro .teaser h2, .sIFR-active #intro .teaser2 li, 
   .sIFR-active .home #subcontent h2, .sIFR-active .sub #subcontent h2, .sIFR-active #subcontent .teaser a strong, .sIFR-active #page h1, .sIFR-active h2.title, .sIFR-active #intro .teaser li li {
    visibility: hidden;
  }
/* Original
  .sIFR-active #global li, .sIFR-active #global li.active, .sIFR-active #nav li, .sIFR-active #nav li.active, .sIFR-active #intro .teaser h2, .sIFR-active #intro .teaser2 li, .sIFR-active .main .text h3, 
  .sIFR-active .text h3, .sIFR-active .home #subcontent h2, .sIFR-active .sub #subcontent h2, .sIFR-active #subcontent .teaser a strong, .sIFR-active #page h1, .sIFR-active h2.title {
    visibility: hidden;
  }*/
