// BUILT ON TOP OF JQUERY /////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/*************************************************************************************************/

$(document).ready(function() {
						   
	$("ul li:first-child").addClass("first-child");
	$(".all-news .post:first-child").addClass("first-child");
	$(".book-detail .maincol img:first-child").addClass("book");
	$(".books .excerpt:nth-child(odd)").addClass("new-row");

	///////////////////////////////////////////////////////////////////////////////////////////////
	
	// dropshadows
	//$('.content').dropShadow({left: 1, top: 1, opacity: 0.6, blur: 0});
	
	$('img.book').dropShadow({left: 3, top: 3, opacity: 0.4, blur: 2});

	
});
