var foundry	= {src: strThemeDir + '/swf/foundry.swf'};

sIFR.activate(foundry);
sIFR.forceClear = true;
var ratiosArr = [8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 86, 1.15, 87, 1.14, 88, 1.15, 91, 1.14, 92, 1.15, 94, 1.14, 95, 1.15, 98, 1.14, 99, 1.15, 1.14];

/* Inside pages */


sIFR.replace(foundry, {selector: '#inside-header h1', css: ['.sIFR-root {color:#808285; margin:0; padding:0; font-weight:normal; white-space:normal; float:left}','a { text-decoration: none; }','a:link { color:#808285; text-decoration:underline }','a:hover { color:#808285; text-decoration:none }']
			, wmode:'transparent'
			, fitExactly: true
			, forceWidth: true
			, forceSingleLine: true
			, offsetTop: '-3'
			, ratios: ratiosArr
});

sIFR.replace(foundry, {selector: '#inside-header h2', css: ['.sIFR-root {color:#808285; margin:0; padding:0; float:left; font-weight:normal; white-space:normal;}','a { text-decoration: none; }','a:link { color:#808285; text-decoration:underline }','a:hover { color:#808285; text-decoration:none }']
			, wmode:'transparent'
			, fitExactly: true
			, forceWidth: true
			, forceSingleLine: true
			, offsetTop: '-3'
			, ratios: ratiosArr
});

sIFR.replace(foundry, {selector: '#inside-header h2#sifrLongHeading', css: ['.sIFR-root {color:#808285; margin:0; padding:0; float:left; font-weight:normal; white-space:normal;}','a { text-decoration: none; }','a:link { color:#808285; text-decoration:underline }','a:hover { color:#808285; text-decoration:none }']
			, wmode:'transparent'
			, fitExactly: true
			, forceWidth: true
			, forceSingleLine: false
			, offsetTop: '-3'
			, ratios: ratiosArr
});

sIFR.replace(foundry, {selector: 'h3.event-date', css: ['.sIFR-root {color:#f68220; margin:0; padding:0; font-weight:normal; }','a { text-decoration: none; }','a:link { color:#f68220; text-decoration:underline }','a:hover { color:#f68220; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
});

sIFR.replace(foundry, {selector: '.h3-box h3', css: ['.sIFR-root {color:#f68220; margin:0; padding:0; font-weight:normal; }','a { text-decoration: none; }','a:link { color:#f68220; text-decoration:underline }','a:hover { color:#f68220; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
			, tuneHeight: '-6'
			, offsetTop: '-3'
});

sIFR.replace(foundry, {selector: '.h3-box-alt h4', css: ['.sIFR-root {color:#ada6a3; margin:0; padding:0; font-weight:normal; text-align:right; }','a { text-decoration: none; }','a:link { color:#ada6a3; text-decoration:underline }','a:hover { color:#ada6a3; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
			, tuneHeight: '-6'
			, offsetTop: '-3'
});

sIFR.replace(foundry, {selector: '#talk-box em', css: ['.sIFR-root {color:#ada6a3; margin:0; padding:0; font-weight:normal}','a { text-decoration: none; }','a:link { color:#ada6a3; text-decoration:underline }','a:hover { color:#ada6a3; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
			, tuneHeight: '-10'
			, offsetTop: '-2'
});

sIFR.replace(foundry, {selector: '.home-leftbox em', css: ['.sIFR-root {color:#808285; margin:0; padding:0; font-weight:normal}','a { text-decoration: none; }','a:link { color:#808285; text-decoration:underline }','a:hover { color:#808285; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
			, tuneHeight: '-10'
			, offsetTop: '-2'
});

sIFR.replace(foundry, {selector: '.home-rightbox em', css: ['.sIFR-root {color:#808285; margin:0; padding:0; font-weight:normal}','a { text-decoration: none; }','a:link { color:#808285; text-decoration:underline }','a:hover { color:#808285; text-decoration:none }']
			, wmode:'transparent'
			, ratios: ratiosArr
			, tuneHeight: '-10'
			, offsetTop: '-2'
});

