* {
  float: none;       /* Screens are not big enough to account for floats */
  /* background: #fff;  /*  As much contrast as possible */
}
#content, #header {
  color: #000;
}

/* Slightly reducing font size to reduce need to scroll */
body { font-size: 75%; }

/* Style for the iPhone viewport with some side buffers */
#wrapper { padding: 1.4em 1.4em; }
#container { min-width: 200px; padding: 0.7em 1.3em; }
#content hr.postsep { padding-top: 1.2em; }

/* The menu needs some spacing */
#nav { padding-top: 0.4em; }