$(document).ready(function() {

	if($("body.page-id-23").length != 0) {
		$("body.page-id-23 .content .post p:first").addClass("first");
	}



	// Contact Page - form styling
	if($("body.page-id-27").length != 0) {
		
		$("fieldset.CleanContact br").remove();
		
		$("#clean_contact_from_name").prev().attr("id","labelName");
		$("#clean_contact_from_email").prev().attr("id","labelEmail");
		$("#clean_contact_subject").prev().attr("id","labelSubject");
		$("#clean_contact_body").prev().attr("id","labelBody");

		$("#labelName,#clean_contact_from_name").wrapAll("<div class='formRow clearfix'>");
		$("#labelEmail,#clean_contact_from_email").wrapAll("<div class='formRow clearfix'>");
		$("#labelSubject,#clean_contact_subject").wrapAll("<div class='formRow clearfix'>");
		$("#labelBody,#clean_contact_body").wrapAll("<div class='formRow clearfix'>");
		
		$(".formRow label").wrap("<div class='label'>");
		$(".formRow input,.formRow textarea").wrap("<div class='writeStuff'>");
	}
	


});
