/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.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;
}

/*---- Header styling ---*/
.sIFR-active h1.sifr, .sIFR-active h2.sifr, .sIFR-active h3.sifr, .sIFR-active h4.sifr, .sIFR-active h1.generaltitle, .sIFR-active blockquote.sifr, .sIFR-active .link_sifr span, .sIFR-active h2.strip, .sIFR-active h3.nav, .sIFR-active #maintitle h1, .sIFR-active strong.numbers, .sIFR-active p.storyfacts
{
    visibility: hidden;
    font-family: Verdana;
    line-height: 1em;
}

.sIFR-active h1.sifr
{
    font-size: 23px;
    margin-bottom: 0px;
}

.sIFR-active #maintitle h1
{
    font-size: 23px;
    margin-bottom: 0px;
}


.sIFR-active h1.generaltitle
{
    font-size: 25px;
    margin-bottom: 0px;
}

.sIFR-active h2.sifr
{
    font-size: 18px;
    margin-bottom: 2px;
}

.sIFR-active h2.strip
{
    font-size: 26px;
    margin-bottom: 0px;
}

.sIFR-active h2.sifrrhs
{
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: -2px;
    text-align: right;
}

.sIFR-active h3.sifr
{
    font-size: 18px;
    margin-bottom: 2px;
}

.sIFR-active h4.sifr
{
    font-size: 15px;
    margin-bottom: 2px;
}

.sIFR-active blockquote.sifr
{
    font-size: 15px;
    margin-bottom: 2px;
}

.sIFR-active .link_sifr span
{
    font-size: 12px;
    margin-bottom: 0px;
}

.sIFR-active h3.nav
{
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sIFR-active strong.numbers
{
    font-size: 45px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.sIFR-active p.storyfacts
{
    font-size: 14px;
    margin-bottom: 0px;
}
