// window.addEvent('domready',function(){
	
	var rtf_dokument_xcnd_lite = 
	{
		src: '/js/rtf_dokument_xcnd_lite.swf'
	};
	
	sIFR.delayCSS  = false;
	
	//sIFR.domains = ['hlm.figmocity.com','hyperlocalmedia.com','www.hyperlocalmedia.com'];
	sIFR.activate(rtf_dokument_xcnd_lite);
	 
	/* Archive Listings headings, and Entry Archive headings */
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '.sifr-entry-listing-heading,.sifr-entry-heading,.archive-title,.asset-name',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#660000',
				'font-weight':'bold' ,
				'background-color':'#EBE8D5' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#660000' },
			'a:hover' : 
				{ 
				'color': '#660000' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: 'h2#content-dashboard-header,.search-results-header',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#660000',
				'font-weight':'bold' ,
				'background-color':'#EBE8D5' , 
				'text-transform':'uppercase',
				'font-size':'24px'
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#660000' },
			'a:hover' : 
				{ 
				'color': '#660000' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: 'h2.archive-header',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#660000',
				'font-weight':'bold' ,
				'background-color':'#EBE8D5' , 
				'text-transform':'uppercase',
				'font-size':'24px;'
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#660000' },
			'a:hover' : 
				{ 
				'color': '#660000' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	
	// Site location note
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '#site-nav-location',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#ffffff',
				'background-color':'#D3D2C0' , 
				'text-transform':'uppercase',
				'text-align':'right'
				}
			}
		}
	);
	
	// Sidebar Headings
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '#beta-inner h2',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#660000',
				'font-weight':'bold' ,
				'font-size':'25px',
				'background-color':'#EBE8D5' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#660000' },
			'a:hover' : 
				{ 
				'color': '#660000' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	
	// Sidebar Headings
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '.added-value dt',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#660000',
				'font-weight':'bold' ,
				'font-size':'20px',
				'background-color':'#EBE8D5' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#660000' },
			'a:hover' : 
				{ 
				'color': '#660000' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	// Comment Names, Commets heading, and Comment Form heading
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '.comments-full-width .comments-header,.comments-full-width .comments-open-header',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#ffffff',
				'font-weight':'bold' ,
				'font-size':'25px',
				'background-color':'#660000' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#ffffff' },
			'a:hover' : 
				{ 
				'color': '#ffffff' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	// Comment Dates and Commenter Name (dont set font height, use css)
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '#comments span.comment-author,#comments span.comment-date',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#ffffff',
				'font-weight':'bold' ,
				//'font-size':'14px',
				'text-align':'right',
				'background-color':'#660000' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#ffffff' },
			'a:hover' : 
				{ 
				'color': '#ffffff' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);
	// Comment Form Labels
	sIFR.replace(
		rtf_dokument_xcnd_lite,
		{
		selector: '.comments-full-width label',
		css:
			{
			'.sIFR-root': 
				{ 
				'color':'#ffffff',
				'font-weight':'bold' ,
				'font-size':'18px',
				'background-color':'#660000' , 
				'text-transform':'uppercase' 
				},
			'a': 
				{ 'text-decoration':'none' },
			'a:link' : 
				{ 'color':'#ffffff' },
			'a:hover' : 
				{ 
				'color': '#ffffff' , 
				'text-decoration':'underline' 
				} 
			}
		}
	);

// });