var futura = { src: themedir + '/style/swf/futura-book.swf' };
var fancy = { src: themedir + '/style/swf/im-fell.swf'};

sIFR.activate(futura);
sIFR.activate(fancy);

sIFR.replace(fancy, {
  selector: '#home h1.light-red',
  css: ['.sIFR-root { color: #a92b16; text-indent:5; }', 'a { color: #a92b16; text-decoration:underline;}','a:hover { color:#a92b16; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(fancy, {
  selector: '#home h1',
  css: ['.sIFR-root { color: #701f18; }', 'a { color: #701f18; text-decoration:underline;}','a:hover { color:#701f18; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});


sIFR.replace(futura, {
  selector: '#home h3',
  css: ['.sIFR-root { color: #56587e; }', 'a { color: #56587e; text-decoration:none;}','a:hover { color:#56587e; text-decoration:underline;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(futura, {
  selector: '#comments h1',
  css: ['.sIFR-root { color: #701f18; }', 'a { color: #701f18; text-decoration:underline;}','a:hover { color:#701f18; text-decoration:none;}', 'em { color: #a92b16; font-weight:bold; font-style:normal;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(futura, {
  selector: '#comments h2',
  css: ['.sIFR-root { color: #56587e; }', 'a { color: #56587e; text-decoration:underline;}','a:hover { color:#56587e; text-decoration:none;}', 'em { font-weight:bold; font-style:normal;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});


sIFR.replace(futura, {
  selector: '#blog .post h1',
  css: ['.sIFR-root { color: #701f18; }', 'a { color: #701f18; text-decoration:none;}','a:hover { color:#701f18; text-decoration:underline;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(futura, {
  selector: '#page .post h1',
  css: ['.sIFR-root { color: #701f18; }', 'a { color: #701f18; text-decoration:none;}','a:hover { color:#701f18; text-decoration:underline;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(futura, {
  selector: '#sidebar h2',
  css: ['.sIFR-root { color: #7b7b7b; text-transform:uppercase; }', 'a { color: #7b7b7b; text-decoration:underline;}','a:hover { color:#7b7b7b; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(fancy, {
  selector: '#sidebar h1',
  css: ['.sIFR-root { color: #701f18; }', 'a { color: #701f18; text-decoration:underline;}','a:hover { color:#701f18; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(fancy, {
  selector: '#page h1.page-heading',
  css: ['.sIFR-root { color: #a92b16; }', 'a { color: #a92b16; text-decoration:underline;}','a:hover { color:#a92b16; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});

sIFR.replace(futura, {
  selector: 'h2',
  css: ['.sIFR-root { color: #7b7b7b; text-transform:uppercase; }', 'a { color: #7b7b7b; text-decoration:underline;}','a:hover { color:#7b7b7b; text-decoration:none;}'],
  wmode: 'transparent',
  tuneHeight: '-3',
  offsetTop:'-3'
});
