// Athena jQuery scripts

$(document).ready(function() {
   		$("#sidebar-left .children").hide();
		$("#sidebar-left .current_page_item .children, #sidebar-left .current_page_ancestor .children").show();
		
		$("#sidebar-left .children .children").hide();
		$("#sidebar-left .children .current_page_item .children, #sidebar-left .children .current_page_ancestor .children").show();
		
		//$("#content .box:nth-child(4n+4)").addClass("last");
		//$("#content .box:nth-child(4n+5)").addClass("break");
});
