﻿/*Cufon.replace('.headerLogo', { fontFamily: 'Arial' });
Cufon.replace('.headerTitle', { fontFamily: 'DINSchrift' });*/

Cufon('.red', { hover:{color:'#242d70'} });
Cufon('#footer ul li a, #contact1 ul li a', { hover:{color:'white'} });
Cufon('#footerTitle a', { hover:{color:'white'} });
Cufon.replace('#footer ul li, #footer ul li a, #footerTitle, #footerTitle a, #contact1', { fontFamily: 'DINSchrift' });
/*Cufon.replace('#footerTitle', { fontFamily: 'DINSchrift' });*/

$(document).ready(function() {

	/*credits button*/
	/*$(".textBlock").hide(0);
	$("#footer .btnCredit").click(function () {
      if ($(".textBlock:first").is(":hidden")) {
        $(".textBlock").slideDown(50);
      } else {
        $(".textBlock").hide(50);
      }
    });*/
	
	
	
	/*$("a .footerBtn").hover(function (){
        $(this).css("text-decoration", "underline");
		},function(){
			$(this).css("text-decoration", "none");
		}
	);*/

	
	
/*
	//vars
	var conveyor = $(".content-conveyor", $("#sliderContent")),
	item = $(".item", $("#sliderContent"));
	
	//set length of conveyor
	conveyor.css("width", item.length * parseInt(item.css("width")));
			
	//config
	var sliderOpts = {
	  max: (item.length * parseInt(item.css("width")) + 280) - parseInt($(".viewer", $("#sliderContent")).css("width")),
	  slide: function(e, ui) { 
		conveyor.css("left", "-" + ui.value + "px");
	  }
	};
	
	//create slider
	$("#slider").slider(sliderOpts);
*/
});/*function*/


