/*---[ Details ]---------------------------------------
Mobile Safari Style Sheet
Site: www.foobar.com
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 24.03.2007
Date Modified: 08.05.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
[01] Mobile Safari Specific
-------------------------------------------------------*/


/* [01] Mobile Safari Specific
-------------------------------------------------------*/
html, body {
	-webkit-text-size-adjust: auto; /* options: auto, %, none */
	-webkit-tap-highlight-color: #333;
}

/* Other Options
-webkit-border-radius: ;
-webkit-border-top-left-radius: ;
-webkit-border-top-right-radius: ;
-webkit-border-bottom-left-radius: ;
-webkit-border-bottom-right-radius: ;
*/