
	var font =
	{
		src: '/flash/nevis.swf',
		ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
	};
		
	sIFR.activate( font );
	
	
	sIFR.replace( 
		font,
		{
			selector: 'h1',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#999999' },
				
			},
			offsetTop: 0,
			
			tuneHeight: 0,
			
			wmode: "transparent"
			
		}     
	);
	
	sIFR.replace( 
		font,
		{
			selector: '.blog h3, .project h3, #project-description h2, .blog-posting h3',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#2fa9d7' },
				
				'a': { 'color': '#2fa9d7', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#000000 ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: -4,
			
			wmode: "transparent"
			
		}     
	);
	
	sIFR.replace( 
		font,
		{
			selector: '.workflow h3',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#333' },
				
				'a': { 'color': '#333', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#333 ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: 2,
			
			wmode: "transparent"
			
		}     
	);
	
	
	sIFR.replace( 
		font,
		{
			selector: '.latest-project h3, .latest-blog h3',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#2fa9d7' },
				
				'a': { 'color': '#2fa9d7', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#000000 ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: -10,
			
			wmode: "transparent"
			
		}     
	);
	
	
	sIFR.replace( 
		font,
		{
			selector: '.special h3',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#111111' },
				
				'a': { 'color': '#111111', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#111111 ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: -8,
			
			wmode: "transparent"
			
		}     
	);
	
	sIFR.replace( 
		font,
		{
			selector: '.archive h3, .contact h2, .route h2',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#00669a' },
				
				'a': { 'color': '#00669a', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#00669a ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: -4,
			
			wmode: "transparent"
			
		}     
	);
	
	sIFR.replace( 
		font,
		{
			selector: '.secondary-content h3',
			css:
			{
				'.sIFR-root': { 'text-transform': 'uppercase', 'color': '#555555' },
				
				'a': { 'color': '#555555', 'text-decoration': 'none'},
				
				'a:hover': { 'color': '#555555 ', 'text-decoration': 'underline' }
			},
			offsetTop: 0,
			
			tuneHeight: 0,
			
			wmode: "transparent"
			
		}     
	);
	

 
