$(document).ready(function() {
	$("#navigation li:first").addClass("first");
	$("#navigation li:last").addClass("last");
	$("#navigation li:last-child").css("background", "none").css("width", "215px").css("padding-right", "0");
	$("table.list td span.db:odd").css("float", "right");
	$("#sidebar ul li:last-child").css("border", "0");
});



$(function(){
	$('#middle, #navigation, #sidebar h2, #content .block').each(function() {
		$(this).corner("round 10px")
	});
	$('table.list td span.db').each(function() {
		$(this).corner("round 5px")
	});
	$('.tabs a').each(function() {
		$(this).corner("top round 5px")
	});
	$('.tab_page').each(function() {
		$(this).corner("bottom right round 5px")
	});
	$('#navigation li.first, #navigation li.first a').each(function() {
		$(this).corner("left round 10px")
	});
	$('#navigation li.last, #navigation li.last a').each(function() {
		$(this).corner("right round 10px")
	});
	$('input, textarea, a.button').each(function() {
		$(this).corner("round 5px")
	});
});



Cufon.replace ('h1, h2', { fontFamily: 'MyriadPro_Light' });
