/*===========================================================================*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.Print {
		background-image:				url("/Templates/MightyAcorn/gfx/Print2x.png");
	}

	.Logo {
		background-image:				url("/Templates/MightyAcorn/gfx/Logo2x.png");
	}

	.NavigationMobile {
		background-image:				url("/Templates/MightyAcorn/gfx/NavigationMobile2x.png");
	}

	.HomeAboutLearnMore {
		background-image:				url("/Templates/MightyAcorn/gfx/HomeAboutLearnMore2x.png");
	}

	.HomeSponsorLearnMore {
		background-image:				url("/Templates/MightyAcorn/gfx/HomeSponsorLearnMore2x.png");
	}

	.DonationFormCVV2 {
		background-image:				url("/Templates/MightyAcorn/gfx/DonationFormCVV22x.png");
	}

	.SponsorChildSponsored {
		background-image:				url("/Templates/MightyAcorn/gfx/SponsorChildSponsored2x.png");
	}

	.ChildPictureSponsored {
		background-image:				url("/Templates/MightyAcorn/gfx/ChildPictureSponsored2x.png");
	}

	.SponsorDonateNow {
		background-image:				url("/Templates/MightyAcorn/gfx/SponsorDonateNow2x.png");
	}

	.SponsorHighRisk {
		background-image:				url("/Templates/MightyAcorn/gfx/SponsorHighRisk2x.png");
	}

	.SponsorChildHighRisk {
		background-image:				url("/Templates/MightyAcorn/gfx/SponsorChildHighRisk2x.png");
	}

	.ChildSponsorFormCVV2 {
		background-image:				url("/Templates/MightyAcorn/gfx/ChildSponsorFormCVV22x.png");
	}

	.ProductFeatured {
		background-image:				url("/Templates/MightyAcorn/gfx/ProductFeatured2x.png");
	}

	.ProductPictureFeatured {
		background-image:				url("/Templates/MightyAcorn/gfx/ProductPictureFeatured2x.png");
	}

	.FooterFacebook {
		background-image:				url("/Templates/MightyAcorn/gfx/FooterFacebook2x.png");
	}
    
	.FooterBlog {
		background-image:				url("/Templates/MightyAcorn/gfx/FooterBlog2x.png");
	}
    
	.FooterTrustwave {
		background-image:				url("/Templates/MightyAcorn/gfx/FooterTrustwave2x.png");
	}
    
    .NavigationArrow {
        background-image:				url("/Templates/MightyAcorn/gfx/NavArrows2x.png");
    }
    
}

/*===========================================================================*/
@media
only screen and (max-width: 840px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 840px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (max-width: 840px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 840px) and (min-device-pixel-ratio: 1.5) {
	.Logo {
		background-image:				url("/Templates/MightyAcorn/gfx/LogoMobile2x.png");
	}
}

/*===========================================================================*/
