var glypha = {
	src: '/inc/swf/engravers-gothic.swf'
};

sIFR.fitExactly = true;
sIFR.debugMode = false;
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(glypha);
  
sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h1'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #8BDFDB; background-color: #3D2922; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7FBBB9; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h2'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #8BDFDB; background-color: #3D2922; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7FBBB9; }'
		,'a:hover { color: #CCCCCC; }'
	]
});

sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'h4'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; background-color: #3D2922; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #DFC9C3; }'
		,'a:hover { color: #DFD4D1; }'
	]
});

sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'div.idx-listing h3'
	,css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #a08a6b; font-size:24px; }'
	]
});

//sIFR.replace(glypha, {wmode: 'transparent', 
//	selector: 'div.idx-listing h5'
//	,css: [
//		'.sIFR-root { text-align: left; font-weight: bold; color: #a08a6b; font-size: 18px; margin:0; padding:0;}'
//	]
//});


sIFR.replace(glypha, {wmode: 'transparent', 
	selector: 'div.agent-details-phone'
	,css: [
		'.sIFR-root {color:#62D4DA; font-size: 20px; margin-left:52px; font-weight:bold; width:100%;}'
	]
});


var sifr_modal_options = { /* Used in IDX modal lightboxes */
	wmode: 'transparent', 
	selector: '#cboxLoadedContent h1',
	css: [
		'.sIFR-root { text-align: left; font-weight: bold; color: #8BDFDB; background-color: #3D2922; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7FBBB9; }'
		,'a:hover { color: #CCCCCC; }'
	]
};


