/*---------------------------------
COLOURS:		

blue:		#0082D6		
yellow:		#F7C006
grey:		#A0A0A0

---------------------------------*/

sIFR.fitExactly = true;


//Define the Flash file to use:
var TheSerifB7 = {
  src: 'swf/TheSerifB7.swf'
};

var TheSerifB5 = {
  src: 'swf/TheSerifB5.swf'
};


//Tell sIFR to activate + load movie file:
sIFR.activate(TheSerifB7);
sIFR.activate(TheSerifB5);

//Begin replacing elements:

//HOW TO WORK OUT RATIOS
//sIFR.debug.ratios(TheSerifB7Bold, { 
	//selector: '.home .main_content h2' 
	//});

sIFR.replace(TheSerifB5, {
  	selector: ' h1'
	,css: [
		'.sIFR-root { color:#B1AB80; leading:0; font-size:24px; }',
		]
	,wmode:'transparent'
	});


/*  H O M E   */
sIFR.replace(TheSerifB7, {
  	selector: ' h2.home_page_style'
	,css: [
		'.sIFR-root { color:#B1AB80; leading:0; font-size:12px; }',
		]
	,wmode:'transparent'
	});
	
sIFR.replace(TheSerifB5, {
  	selector: ' h3.home_page_style'
	,css: [
		'.sIFR-root { color:#A19A68; leading:0; font-size:24px; }',
      	'a { text-decoration: none; color: #A19A68; margin-right: 0;  }',
      	'a:link { color: #A19A68; margin-right: 0; }',
      	'a:visited { color: #A19A68; margin-right: 0; }',
      	'a:hover { color: #FFFFFF; margin-right: 0; }',
      	'a:active { color: #A19A68; margin-right: 0; }'
		]
	,wmode:'transparent'
	});	
	
sIFR.replace(TheSerifB7, {
  	selector: ' .subcol_topheading'
	,css: [
		'.sIFR-root { color:#6A6441; leading:0; font-size:12px; }',
		]
	,wmode:'transparent'
	});	

sIFR.replace(TheSerifB5, {
  	selector: ' .subcol_intro'
	,css: [
		'.sIFR-root { color:#232116; leading:0; font-size:24px; }',
		]
	,wmode:'transparent'
	});	


