// Load path to the font:
var meridenbold = { src: 'http://ochostreview.co.uk/wp-content/themes/ochostreview/sifr/meridenbold.swf' };

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

// Activte sIFR
sIFR.activate( meridenbold );


// The replacements:

// Front Page Headers:

sIFR.replace( meridenbold, {
	selector: 'h1',
	css: [
		'.sIFR-root	{ font-size:30px; letter-spacing:-1; font-weight:bold; color:#373737; leading:-7 }', 
		'a 			{ font-size:30px; text-decoration:none; color:#3798CD }', 
		'a:link 	{ font-size:30px; text-decoration:none; color:#3798CD }', 
		'a:visited 	{ font-size:30px; text-decoration:none; color:#3798CD }', 
		'a:hover 	{ font-size:30px; text-decoration:underline; color:#3798CD }', 
		'a:active 	{ font-size:30px; text-decoration:underline; color:#3798CD }'
		], 
	wmode: 'transparent',
	fixFocus: true
});


sIFR.replace( meridenbold, {
	selector: 'h2',
	css: [
		'.sIFR-root	{ font-size:24px; letter-spacing:-1; font-weight:bold; color:#373737; leading:-7 }', 
		'a 			{ text-decoration:none; color:#3798CD }', 
		'a:link 	{ text-decoration:none; color:#3798CD }', 
		'a:visited 	{ text-decoration:none; color:#3798CD }', 
		'a:hover 	{ text-decoration:underline; color:#3798CD }', 
		'a:active 	{ text-decoration:underline; color:#3798CD }'
		], 
	wmode: 'transparent',
	fixFocus: true
});



sIFR.replace( meridenbold, {
	selector: '#sidebar h6',
	css: [
		'.sIFR-root	{ font-size:26px; text-align:center; letter-spacing:-1; font-weight:bold; color:#5f5e5e }', 
		'a 			{ text-decoration:none; color:#4f4e4e }', 
		'a:link 	{ text-decoration:none; color:#4f4e4e }', 
		'a:visited 	{ text-decoration:none; color:#4f4e4e }', 
		'a:hover 	{ text-decoration:underline; color:#0188f0 }', 
		'a:active 	{ text-decoration:underline; color:#0188f0 }'
		], 
	wmode: 'transparent',
	fixFocus: true
});


