/* ================================================================= */
/*                                                                   */
/* CSS/HANDHELD.CSS                                                  */
/*                                                                   */
/* Hans Mühlen / 2010-05-22 - 2010-10-09                             */
/*                                                                   */
/* ================================================================= */

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*                                                                   */
/*  *** WORK IN PROGRESS! ***   Do not copy or comment!              */
/*                                                                   */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* ---------------------------------------------------------------- */
/* -- IPHONE
/*    Screen size: 480x320 px
/*    Clickable items at least 44x44px
/* ---------------------------------------------------------------- */
/*
@media only screen and (max-device-width: 480px)
{
}
*/

/* in Ipad and OS 4+
@media only screen and (orientation:portrait)
{
}
@media only screen and (orientation:landscape)
{
}
*/

/* ---------------------------------------------------------------- */
/* -- IPAD
/*    Screen size: 1024x768 px
/*    Clickable items at least 44x44px
/* ---------------------------------------------------------------- */
/*
@media only screen and (min-device-width:768px) and (max-device-width: 1024px)
{
}
*/



