/* SBMUG's iPhone style sheet
   ref: "Optimizing Web Applications and Content for iPhone"
   <http://developer.apple.com/iphone/designingcontent.html> */

P, DIV, LI, TABLE, TR, TD {font-family:Helvetica; line-height:1.5em; color:#505050; }

/* recommended by Apple, but doesn't validate:
TABLE {-webkit-text-size-adjust:auto; }
 */

H1, H2, H3 {font-family:Helvetica; }
H1, .headingPlus3, .headingPlus2, .headingPlus1 {color:#2971A7; }

   .caption {font-family:Helvetica; font-size:10px; }
   .caption9 {font-family:Helvetica; font-size:9px; }

/* format for IMG ALT text */
IMG[alt] {font-family:Helvetica; font-size:10px; color:black; }

A:link, .linkColor {color:#2971A7; }
A:visited, .vlinkColor {color:CornflowerBlue; }
A:active {color:#FF3333; }

/* Drop capitals for iPhone: height 27 pixels (font size 37 pixels), 2 lines, line height 18 pixels.
   Based on an idea by Stu Nichols <http://www.cssplay.co.uk/menu/dropcap.html> */

   .dropCap {font-size:309%; font-weight:normal; float:left; height:.8em; line-height:.9em; margin-top:.06em; margin-right:1px; margin-bottom:0px; } /* height & line height 27 px or .76 em */
