
var akadora = {
src: 'include/sifr/flash/akaDora.swf'
      , ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var gabrielle = {
src: 'include/sifr/flash/gabrielle.swf'
      , ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var dinbek = {
    src: 'include/sifr/flash/dinbek.swf'
      , ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
};

var trebuchet = {
    src: 'include/sifr/flash/trebuchet.swf'
      , ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

var nina = {
    src: 'include/sifr/flash/nina.swf'
      , ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(akadora, dinbek, trebuchet, gabrielle);

sIFR.replace(nina, {
    selector: 'h1'
      , css: [
        '.sIFR-root { color: #ffffff;text-align:center}'
        , 'a { text-decoration: none;cursor:pointer;font-weight:normal;padding:0;margin:0px;font-size:15px  }'
        , 'a:link { color: #ffffff;cursor:pointer; }'
        , 'a:hover { color: ##87DCFB; }'

      ]
      , filters: {
          DropShadow: {
              distance: 2
          , color: '#222222'
          , strength: 2
          , alpha: .5
          }
      }
      , wmode: 'transparent'
});

sIFR.replace(gabrielle, {
    selector: 'h2'
      , css: [
        '.sIFR-root { color: #222222;cursor:pointer;font-size:28px;margin:0px;font-weight:normal}'
        , 'a { text-decoration: none;cursor:pointer;font-weight:normal;padding:0;margin:0px;  }'
        , 'a:link { color: #222222;cursor:pointer; }'
        , 'a:hover { color: #30596B; }'
      ]
       , filters: {
           DropShadow: {
               distance: 1
          , color: '#ffffff'
          , strength: 2
               //, alpha: .5
          , blurX: 0
          , blurY: 0
           }
       }
      , wmode: 'transparent'
});


sIFR.replace(akadora, {
    selector: 'h3'
      , css: [
        '.sIFR-root { color: #ffffff;text-align:center}'
        , 'a { text-decoration: none;cursor:pointer;  }'
        , 'a:link { color: #30596B; }'
        , 'a:hover { color: #1BAEBE; }'
      ]
      , filters: {
          DropShadow: {
              distance: 1
          , color: '#ffffff'
          , strength: 2
              //, alpha: .5
          , blurX: 0
          , blurY: 0
          }
      }
      , wmode: 'transparent'
});


sIFR.replace(nina, {
    selector: 'h4'
      , css: [
        '.sIFR-root { color: #333333;text-align:left;font-size:20px}'
        , 'a { text-decoration: none; color:#05749E }'


      ]
      , filters: {
          DropShadow: {
              distance: 2
          , color: '#777777'
          , strength: 2
          , alpha: .5
          }
      }
      , wmode: 'transparent'
  });

  sIFR.replace(nina, {
      selector: 'h5'
      , css: [
        '.sIFR-root { color: #CC0000;text-align:left;font-size:21px}'
        , 'a { text-decoration: none; color:#05749E }'


      ]

      , wmode: 'transparent'
  });


  sIFR.replace(nina, {
      selector: 'h6'
      , css: [
        '.sIFR-root { color: #333333;font-size:24px}'
        , 'a { text-decoration: none;cursor:pointer; font-size:20px }'
        , 'a:link { color: #30596B; }'
        , 'a:hover { color: #1BAEBE;text-decoration: underline; }'

      ]
      , filters: {
          DropShadow: {
              distance: 2
          , color: '#777777'
          , strength: 2
          , alpha: .5
          }
      }
      , wmode: 'transparent'
  });