
/* setup files */
var clarendon = {
  src: '/js/sifr3-r361/flash/sifr.swf'
};


/* activation */
sIFR.activate(clarendon);


/* substitute */
sIFR.replace(clarendon, {
  selector: 'h2.sifr',
  css:  { '.sIFR-root': {'background-color':'#FCFF1F', 'color': '#3d4346', 'font-size': '26px', 'text-transform': 'uppercase', 'margin':0, 'padding':0, 'letter-spacing' : 0.5 }},
  forceSingleLine : true,
  fitExactly : true,
  wmode : 'transparent',
  tuneHeight : -10,
  offsetTop : -1,
  tuneWidth : 1,
  onReplacement : function(CallbackInfo) {
	fixlayout.h2label();
  }
});



/* substitute */
sIFR.replace(clarendon, {
  selector: 'h3.sifr',
  css:  { '.sIFR-root': {'color': '#f5f5f5', 'font-size': '16px', 'text-transform': 'uppercase', 'margin':0, 'padding':0, 'letter-spacing' : 1.5 }},
  forceSingleLine : true,
  fitExactly : false,
  wmode : 'transparent',
  tuneHeight : -2,
  offsetTop : 0
});

// sIFR.modifyCss(css,contentNode,selector){
// 	console.log(contentNode);
// }