sIFR.activate(KlavikaBold);

sIFR.replace(KlavikaBold, {
  selector: 'span.titlu, .articol h1, .articol h2',
  wmode: 'transparent', 
  css: ['.sIFR-root {	color:#2b2a2a; font-size:25px} ',
		'a 			{	text-align:left; color: #2B2A2A; text-decoration: none; padding-left:0; margin-left:0}',
		'a:hover	{	text-decoration:none; color:#EE312F}',
		'strong {font-weight:normal; color:#ee312f} '
		]
});

sIFR.replace(KlavikaBold, {
  selector: 'h2',
  wmode: 'transparent', 
  css: [
  	'.sIFR-root { color:#ee3231; font-size:22px} ', 
	'strong {font-weight:normal; color:#ee312f} '
  ]
});

sIFR.replace(KlavikaBold, {
  selector: '.articol h4',
  wmode: 'transparent', 
  css: ['.sIFR-root {	color:#2b2a2a; font-size:17px} ']
});

sIFR.replace(KlavikaBold, {
  selector: '#cformsform li.textonly, h3',
  wmode: 'transparent', 
  css: ['.sIFR-root {	color:#2b2a2a; font-size:21px} ', 
		'a			{	text-align:left; color: #2B2A2A; text-decoration: none; padding-left:0; margin-left:0}',
		'a:hover	{	text-decoration:none; color:#EE312F}',
		'strong 	{	font-weight:normal; color:#ee312f} '
  ]
});

