var hypatia = {
  src: '/sIFR/hypatia.swf'
};

sIFR.activate(hypatia);

sIFR.replace(hypatia, {
		  selector: '#content h1.home',
		  css: [ '.sIFR-root { font-size: 34; letter-spacing: -1; color: #568b95; }' ],
		  wmode: 'transparent'
		});
		
sIFR.replace(hypatia, {
	  selector: '#content h1.shop',
	  css: [ '.sIFR-root {font-size: 30; letter-spacing: -1; color: #568b95;  margin-bottom: 10px; }' ],
	  wmode: 'transparent'
	});
	
sIFR.replace(hypatia, {
	  selector: '#content .prod-list-desc h5',
	  css: [ '.sIFR-root {font-size: 32; color: #797979; width: 200px;}' ],
	  wmode: 'transparent',
	  offsetTop: '3'
	});
	
sIFR.replace(hypatia, {
	  selector: '#content .prod-list-desc h4',
	  css: [ '.sIFR-root {font-size: 22; color: #568791; width: 200px;}', 'a {color: #568791; text-decoration: none}', 'a:hover {color: #7f405a}' ],
	  wmode: 'transparent',
	  offsetTop: '6'
	});
	
sIFR.replace(hypatia, {
  selector: '#content h1.cart',
  css: [ '.sIFR-root {font-size: 30; letter-spacing: -1; color: #568b95;  margin-bottom: 5px; }' ],
  wmode: 'transparent',
  offsetTop: '2'
});

sIFR.replace(hypatia, {
  selector: '#content h3',
  css: [ '.sIFR-root {font-size: 24; letter-spacing: -1; color: #70485E;  margin-bottom: 5px; }' ],
  wmode: 'transparent',
  offsetTop: '2'
});

sIFR.replace(hypatia, {
  selector: '.checkout-title h2',
  css: [ '.sIFR-root {font-size: 28; color: #568b95; width: 280px;}' ],
  wmode: 'transparent',
  offsetTop: '3'
});		

sIFR.replace(hypatia, {
  selector: 'th#view-grandtotal',
  css: [ '.sIFR-root {font-size: 26; color: #ffffff;}' ],
  wmode: 'transparent',
  offsetTop: '3'
});		

sIFR.replace(hypatia, {
  selector: 'h4.price',
  css: [ '.sIFR-root {font-size: 24; color: #5a5a5a;}' ],
  wmode: 'transparent',
  offsetTop: '5'
});

sIFR.replace(hypatia, {
  selector: '.feature small',
  css: [ '.sIFR-root {font-size: 24; color: #858585;}' ],
  wmode: 'transparent',
  offsetTop: '5'
});

sIFR.replace(hypatia, {
  selector: '.home-title h2',
  css: [ '.sIFR-root {font-size: 24; color: #6cb0b9; letter-spacing: 0; }' ],
  wmode: 'transparent',
  offsetTop: '5'
});


sIFR.replace(hypatia, {
  selector: '.associated h5',
  css: [ '.sIFR-root {font-size: 20; color: #70485E;  margin-bottom: 5px; }' ],
  wmode: 'transparent',
  offsetTop: '2'
});

sIFR.replace(hypatia, {
  selector: '#blog h2.entry-title',
  css: [ '.sIFR-root {font-size: 21; color: #70485E;}', 'a {color: #70485E; text-decoration: none}', 'a:hover {color: #6cb0b9;}' ],
  wmode: 'transparent',
  offsetTop: '2'
});

sIFR.replace(hypatia, {
  selector: '#blog h4',
  css: [ '.sIFR-root {font-size: 18; color: #6cb0b9;}', 'a {color: #70485E; text-decoration: none}', 'a:hover {color: #6cb0b9;}' ],
  wmode: 'transparent',
  offsetTop: '5'
});

sIFR.replace(hypatia, {
  selector: '#meta h4',
  css: [ '.sIFR-root {font-size: 16; color: #70485E;}', 'a {color: #70485E; text-decoration: none}', 'a:hover {color: #6cb0b9;}' ],
  wmode: 'transparent',
  offsetTop: '5'
});
