var GillReg = {src: strThemeDir + 'swf/gillsansreg.swf'};
var GillLight = {src: strThemeDir + 'swf/gillsanslight.swf'};

sIFR.activate(GillReg);
sIFR.activate(GillLight);

sIFR.replace(GillLight, { selector: 'h1', css: ['.sIFR-root { color: #74981D; }','a{ color:#74981D; text-decoration:underline}','a:hover { color:#74981D; text-decoration:none}'], wmode: 'transparent'});

sIFR.replace(GillLight, { selector: 'h2', css: ['.sIFR-root { color: #9BC535; }','a{ color:#9bc535; text-decoration:underline}','a:hover { color:#9bc535; text-decoration:none}'], wmode: 'transparent'});

sIFR.replace(GillLight, { selector: '#headings h1', 
			 css: ['.sIFR-root { color: #74981D; }','a{ color:#74981D; text-decoration:underline}','a:hover { color:#74981D; text-decoration:none}'], 
			  forceSingleLine: true,
			 wmode: 'transparent'});

sIFR.replace(GillLight, { selector: '#headings h2', 
			 css: ['.sIFR-root { color: #9BC535; white-space:normal;  }','a{ color:#9bc535; text-decoration:underline}','a:hover { color:#9bc535; text-decoration:none}'], 
			 forceSingleLine: false,
			 wmode: 'transparent'});


sIFR.replace(GillReg, { selector: '#content h3', css: ['.sIFR-root { color: #9BC535; }','a{ color:#9bc535; text-decoration:underline}','a:hover { color:#9bc535; text-decoration:none}'], wmode: 'transparent'});
