/* jquery */
$(document).ready(function() {
	/* colorbox */
	$("a[rel*='urlbox']").colorbox({
		width : "700px",
		height : "90%",
		iframe : true
	});
	$("a[rel*='lightbox'][rev*='width']").colorbox({
		width : "700px",
		height : "90%",
		iframe : true
	});
	$("a[rel*='lightbox']").colorbox({});
	/* tooltip jquery toolbox */
	$(".Tips2").tooltip({
		effect : 'slide',
		fadeOutSpeed : 100,
		predelay : 200,
		position : "top center",
		offset : [20, -40],
		opacity : 0.85
	});
});
/* cufon */
Cufon.replace('h1', {
	textShadow : '1px 1px #ffffff'
});
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('#teaser #title');
Cufon.replace('#topnav #idList li a', {
	textShadow : '-1px -1px #363636'
});
Cufon.replace('#topnav #idList li a.active', {
	textShadow : '1px 1px #ffffff'
});
Cufon.replace('#subtopnav #idList li a', {
	textShadow : '1px 1px #e2e2e2'
});
Cufon.replace('.footer_text');
Cufon.replace('.copyright');
Cufon.replace('#listnavsub .first');
Cufon.replace('#listnavsub .second');
Cufon.replace('#listnavsub .third');
Cufon.replace('.left_title', {
	textShadow : '1px 1px #f3f4dc'
});

/* recaptcha */
var RecaptchaOptions = {
	theme : 'clean'
};

