$().ready(function(){ 
$('.entry-title a').FontEffect({ 
	outline 		:false, 	// Apply the outline effect 
	outlineColor1 	:"#000", 	// [find contrasting] The upper left outline color 
	outlineColor2 	:"", 		// [outlineColor1] the lower right outline color 
	outlineWeight 	:2, 		// 1=light,2=normal,3=bold 
	mirror 			:false, 	// Apply the mirror effect 
	mirrorColor 	:"#000", 		// [object color] The color of the reflex 
	mirrorOffset 	:-10, 		// The distance from text 
	mirrorHeight 	:50, 		// The height of the reflex (perc.)* 
	mirrorDetail 	:1, 		// The reflex detail 1=high,2=medium,3=low 
	mirrorTLength 	:50, 		// The length of the sfumature (perc.)* 
	mirrorTStart 	:0.2, 		// The starting opacity of the reflex (0-1) 
	shadow 			:false, 		// Apply the shadow effect 
	shadowColor 	:"#000", 	// The color of the shadow 
	shadowOffsetTop :0, 		// The top offset position (px) 
	shadowOffsetLeft:0, 		// The left offset position (px) 
	shadowBlur 		:3, 		// The shadow blur 1=none,2=low,3=high 
	shadowOpacity 	:1, 		// The opacity of the shadow (0=none,1=all) 
	gradient 		:true,		// Apply the gradient effect 
	gradientColor 	:"#ff8c4f", 	// The color of the gradient 
	gradientPosition:20, 		// The start position of the gradient (perc.)* 
	gradientLength 	:50, 		// The length of the gradient (perc.)* 
	gradientSteps 	:20, 		// the steps of the gradient 
	gradientTLength	:50, 
	gradientTSTart	:0.2,
	hideText 		:false,	 	// Hide the source text 
	})
	
$('#content h1').FontEffect({ 
	outline 		:false, 	// Apply the outline effect 
	outlineColor1 	:"#000", 	// [find contrasting] The upper left outline color 
	outlineColor2 	:"", 		// [outlineColor1] the lower right outline color 
	outlineWeight 	:2, 		// 1=light,2=normal,3=bold 
	mirror 			:false, 	// Apply the mirror effect 
	mirrorColor 	:"#000", 		// [object color] The color of the reflex 
	mirrorOffset 	:-10, 		// The distance from text 
	mirrorHeight 	:50, 		// The height of the reflex (perc.)* 
	mirrorDetail 	:1, 		// The reflex detail 1=high,2=medium,3=low 
	mirrorTLength 	:50, 		// The length of the sfumature (perc.)* 
	mirrorTStart 	:0.2, 		// The starting opacity of the reflex (0-1) 
	shadow 			:false, 		// Apply the shadow effect 
	shadowColor 	:"#000", 	// The color of the shadow 
	shadowOffsetTop :0, 		// The top offset position (px) 
	shadowOffsetLeft:0, 		// The left offset position (px) 
	shadowBlur 		:3, 		// The shadow blur 1=none,2=low,3=high 
	shadowOpacity 	:1, 		// The opacity of the shadow (0=none,1=all) 
	gradient 		:true,		// Apply the gradient effect 
	gradientColor 	:"#ff8c4f", 	// The color of the gradient 
	gradientPosition:20, 		// The start position of the gradient (perc.)* 
	gradientLength 	:50, 		// The length of the gradient (perc.)* 
	gradientSteps 	:20, 		// the steps of the gradient 
	gradientTLength	:50, 
	gradientTSTart	:0.2,
	hideText 		:false,	 	// Hide the source text 
	})
	
	$('#vorlage').FontEffect({ 
	outline 		:true, 		// Apply the outline effect 
	outlineColor1 	:"#aaa", 	// [find contrasting] The upper left outline color 
	outlineColor2 	:"", 		// [outlineColor1] the lower right outline color 
	outlineWeight 	:1, 		// 1=light,2=normal,3=bold 
	mirror 			:false, 	// Apply the mirror effect 
	mirrorColor 	:"", 		// [object color] The color of the reflex 
	mirrorOffset 	:-10, 		// The distance from text 
	mirrorHeight 	:50, 		// The height of the reflex (perc.)* 
	mirrorDetail 	:1, 		// The reflex detail 1=high,2=medium,3=low 
	mirrorTLength 	:50, 		// The length of the sfumature (perc.)* 
	mirrorTStart 	:0.2, 		// The starting opacity of the reflex (0-1) 
	shadow 			:true, 		// Apply the shadow effect 
	shadowColor 	:"#111", 	// The color of the shadow 
	shadowOffsetTop :2, 		// The top offset position (px) 
	shadowOffsetLeft:2, 		// The left offset position (px) 
	shadowBlur 		:1, 		// The shadow blur 1=none,2=low,3=high 
	shadowOpacity 	:1, 		// The opacity of the shadow (0=none,1=all) 
	gradient 		:false,		// Apply the gradient effect 
	gradientColor 	:"#000000", 	// The color of the gradient 
	gradientPosition:20, 		// The start position of the gradient (perc.)* 
	gradientLength 	:50, 		// The length of the gradient (perc.)* 
	gradientSteps 	:20, 		// the steps of the gradient 
	gradientTLength	:50, 
	gradientTSTart	:0.2,
	hideText 		:true	 	// Hide the source text 
	})
})
