// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

// If you are updating from the Alpha, please note that the source refences have changeda

var font1 = {
src: 'static/sifr_helvetica.swf'
};
var font2 = {
src: 'static/sifr_swiss_721_narrow.swf'
};


/*  sIFR.debugMode = true;*/
sIFR.preserveSingleWhitespace = true;
sIFR.prefetch(font1);
sIFR.activate();

sIFR.replace(font1, {selector: 'h1.agenda'
,css: [
  '.sIFR-root {font-size: 24px; color: #B90000; font-style: italic} a { text-decoration: none;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});

sIFR.replace(font1, {selector: 'h1.breves'
,css: [
  '.sIFR-root {font-size: 24px; color: #2d4965; font-style: italic} a { text-decoration: none;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});



sIFR.replace(font1, {selector: 'h1'
,css: [
  '.sIFR-root {font-size: 24px; color: #5082BD; font-style: italic} a { text-decoration: none;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});


sIFR.replace(font2, {selector: 'h2'
,css: [
  '.sIFR-root {font-size: 18px; color: #5082BD; font-weight: bold} a { color: #5082BD; text-decoration: none;} a:hover {color: #5082BD; text-decoration:underline;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});

sIFR.replace(font2, {selector: 'div.breve h3'
,css: [
  '.sIFR-root {font-size: 15px; color: #2D4965; font-weight: bold} a { text-decoration: none;}'
],
wmode: 'transparent', fitExactly: true, tuneHeight: -3});
