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: #982B1D; }','a { color:#982B1D; text-decoration:underline;}',' a:hover { color:#982B1D; text-decoration:none;}'], wmode: 'transparent'});
sIFR.replace(GillLight, { selector: 'h2', css: ['.sIFR-root { color: #CF4E3E; }',' a { color:#CF4E3E; text-decoration:underline;}','a:hover { color:#CF4E3E; text-decoration:none}'], wmode: 'transparent'});

sIFR.replace(GillLight, { selector: '#headings h1', 
			 css: ['.sIFR-root { color: #982B1D; }','a{ color:#982B1D; text-decoration:underline}','a:hover { color:#982B1D; text-decoration:none}'], 
			  forceSingleLine: true,
			 wmode: 'transparent'});

sIFR.replace(GillLight, { selector: '#headings h2', 
			 css: ['.sIFR-root { color: #CF4E3E; white-space:normal;  }','a{ color:#CF4E3E; text-decoration:underline}','a:hover { color:#CF4E3E; text-decoration:none}'], 
			 forceSingleLine: false,
			 wmode: 'transparent'});


sIFR.replace(GillLight, { selector: '#content h3', css: ['.sIFR-root { color: #CF4E3E; }',' a { color:#CF4E3E; text-decoration:underline;}','a:hover { color:#CF4E3E; text-decoration:none}'], wmode: 'transparent'});
