//<[CDATA[

var centurygothic = {
	src: '/design/plain_site/flash/centurygothic.swf'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 19, 1.28, 25, 1.25, 27, 1.23, 31, 1.24, 37, 1.23, 41, 1.22, 42, 1.23, 53, 1.22, 90, 1.21, 93, 1.2, 95, 1.21, 103, 1.2, 104, 1.21, 1.2]
};

var futuralight = {
	src: '/design/plain_site/flash/futuralight.swf'
	,ratios: [7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 35, 1.32, 37, 1.3, 40, 1.31, 43, 1.3, 46, 1.31, 52, 1.3, 55, 1.29, 59, 1.3, 94, 1.29, 95, 1.28, 101, 1.29, 102, 1.28, 103, 1.29, 109, 1.28, 110, 1.29, 1.28]
};

sIFR.activate(centurygothic, futuralight);

sIFR.replace(futuralight, {
	selector: 'h1.projects'
	,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'background-color': '#89a1a5', 'leading': -8 }
	}
	,tuneHeight: -3
});

sIFR.replace(futuralight, {
	selector: 'h1'
	,css: {
	  '.sIFR-root': { 'color': '#92203f', 'leading': -8 }
	}
	,tuneHeight: -3
});

sIFR.replace(futuralight, {
	selector: 'div.h1'
	,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'background-color': 'transparent', 'leading': -8, 'letter-spacing': -1 }
	}
	,wmode: 'transparent'
	,tuneHeight: -16
});


sIFR.replace(futuralight, {
	selector: 'h2'
	,css: {
	  '.sIFR-root': { 'color': '#92203f', 'leading': -8 }
	}
});

sIFR.replace(centurygothic, {
	selector: 'h4'
	,css: [
	  '.sIFR-root { color: #92203f; leading: -8; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #92203f; }'
	  ,'a:hover { color: #470014; text-decoration: none; }'
	]
});

//sIFR.debug.ratios({ src: '/design/plain_site/flash/centurygothic.swf', selector: 'h4' });

//]]>