/*
title:		styles for iphone and ipad
author:     dsdny.com
*/

@media screen and (max-width: 320px)
{
	h1 { font-size: 2.0em; }
	h2 { font-size: 1em; }
	h4 { font-size: .65em; }
	#leftnav a { font-size: 1.1em; }
	h3, p, ul, ol, .formwrap { font-size: .9em; }
	.menu { font-size: .6em; }
	ul#contacts li { font-size: .82em; }
	.tabberlive .tabbertab h2 { font-size: .82em; }
	.tabberlive .tabbertab h3 { font-size: .82em; }
	.tabberlive .tabbertab p { font-size: .75em; }
}

@media screen and (max-width: 480px)
{
	h1 { font-size: 2.0em; }
	h2 { font-size: 1em; }
	h4 { font-size: .65em; }
	#leftnav a { font-size: 1.1em; }
	h3, p, ul, ol, .formwrap { font-size: .9em; }
	.menu { font-size: .6em; }
	ul#contacts li { font-size: .82em; }
	.tabberlive .tabbertab h2 { font-size: .82em; }
	.tabberlive .tabbertab h3 { font-size: .82em; }
	.tabberlive .tabbertab p { font-size: .75em; }
}
