$(document).ready(function() {		
	$("#edit-mail-wrapper .description").hide();
	$("#edit-pass-wrapper .description").hide();
	$("#edit-preview").hide();
	$("#edit-name-wrapper label").html("Email");
	$("#edit-pass-wrapper label").html("Password");
	$("label[for='edit-pass-pass2']").html("Confirm");
	
	// modify add form
	$(".section-node-add #edit-field-image-file-0-ahah-wrapper #edit-field-image-file-0-upload-wrapper").clone().prependTo("div.node-form");
	$(".section-node-add #edit-field-image-file-0-ahah-wrapper .description:eq(1)").appendTo(".node-form #edit-field-image-file-0-upload-wrapper");
    $(".section-node-add #edit-field-image-file-0-ahah-wrapper #edit-field-image-file-0-upload-wrapper").remove();
    $(".section-node-add #edit-field-image-file-0-ahah-wrapper").hide();
	$(".section-node-add .node-form .standard").append('<div class="form-item"><div class="description">Only photos of Tippecanoe County taken by community members will be considered. By clicking "Save" you agree to our <a href="/terms-conditions.html">terms and conditions</a>.</div></div>');	
	$("#edit-field-image-file-0-upload").attr("size",35);
}); 