var avantegarde = {
  src: 'flash/AvanteGarde.swf'
};
var handofsean = {
  src: 'flash/HandOfSean.swf'
};
sIFR.activate(avantegarde, handofsean);

sIFR.replace(avantegarde, {
  selector: 'h1'
  ,css: [
	 '.sIFR-root { color: #263e84; font-size: 40; text-transform:uppercase; letter-spacing:-2; font-weight:bold; line-height:0.9; margin-bottom:0; }'
]
,transparent: true
});

sIFR.replace(handofsean, {
  selector: 'h2'
  ,css: [
	 '.sIFR-root { color: #BBBBBB; font-size: 20; margin-top:0; letter-spacing:0.1; }'
]
,transparent: true
});

sIFR.replace(handofsean, {
  selector: 'h3'
  ,css: [
	 '.sIFR-root { color: #263e84; font-size: 16; text-transform:lowercase; }'
]
,transparent: true
});

sIFR.replace(avantegarde, {
  selector: 'h4'
  ,css: [
	 '.sIFR-root { color: #263e84; font-size: 13; text-transform:uppercase; font-weight:bold; letter-spacing:-0.4; }'
	 ,'.date { color: #7b7b7b; font-weight: normal; }'
]
,transparent: true
});

sIFR.replace(avantegarde, {
  selector: 'p.quote'
  ,css: [
	 '.sIFR-root { font-size:13; font-weight:bold; letter-spacing:0.1; color:#5b5b5b; }'
]
,transparent: true
});

sIFR.replace(avantegarde, {
  selector: 'h6'
  ,css: [
	 '.sIFR-root { color: #7b7b7b; font-size: 13; text-transform:uppercase; letter-spacing:-0.4; }'
]
,transparent: true
});
