// Load path to the font:
var newhouse = { src: 'http://www.yourcharismacoach.com/wp-content/themes/charisma/sifr/newhouse.swf' };

// Use stylecheck (read documentation for info):
// sIFR.useStyleCheck = true;

// Activte sIFR
sIFR.activate( newhouse );


// The replacements:


// Front Page Headers:

sIFR.replace( newhouse, {
	selector: '.home h1.center',
	css: [
//		'.sIFR-root	{ font-size:38px; font-style:italic; text-align:center; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		// temporary for sales page:
		'.sIFR-root	{ font-size:30px; font-style:italic; text-align:center; letter-spacing:-1; font-weight:bold; color:#ef0000; leading:-7 }', 
		
		'a 			{ font-size:38px; text-decoration:none; color:#373737 }', 
		'a:link 	{ font-size:38px; text-decoration:none; color:#373737 }', 
		'a:visited 	{ font-size:38px; text-decoration:none; color:#373737 }', 
		'a:hover 	{ font-size:38px; text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ font-size:38px; text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});

sIFR.replace( newhouse, {
//	selector: '.archive-header h1',
	selector: 'h1',
	css: [
		'.sIFR-root	{ font-size:36px; font-style:italic; text-align:left; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		'a 			{ font-size:36px; text-decoration:none; color:#373737 }', 
		'a:link 	{ font-size:36px; text-decoration:none; color:#373737 }', 
		'a:visited 	{ font-size:36px; text-decoration:none; color:#373737 }', 
		'a:hover 	{ font-size:36px; text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ font-size:36px; text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});



sIFR.replace( newhouse, {
	selector: '#sidebar h2',
	css: [
		'.sIFR-root	{ font-size:24px; font-style:normal; text-align:center; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		'a 			{ font-size:24px; text-decoration:none; color:#373737 }', 
		'a:link 	{ font-size:24px; text-decoration:none; color:#373737 }', 
		'a:visited 	{ font-size:24px; text-decoration:none; color:#373737 }', 
		'a:hover 	{ font-size:24px; text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ font-size:24px; text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});



sIFR.replace( newhouse, {
	selector: 'h2.center',
	css: [
//		'.sIFR-root	{ font-size:26px; font-style:normal; text-align:left; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		'.sIFR-root	{ font-size:22px; font-style:normal; text-align:center; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		'a 			{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:link 	{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:visited 	{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:hover 	{ font-size:26px; text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ font-size:26px; text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});



sIFR.replace( newhouse, {
//	selector: '.archive-header h1',
	selector: 'h2',
	css: [
		'.sIFR-root	{ font-size:26px; font-style:normal; text-align:left; letter-spacing:-1; font-weight:bold; color:#373737 }', 
		'a 			{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:link 	{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:visited 	{ font-size:26px; text-decoration:none; color:#373737 }', 
		'a:hover 	{ font-size:26px; text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ font-size:26px; text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});

