--- Basic Information ---
Author: Dan Sherman
Author URI: http://www.dans-hobbies.com
Theme URI: http://www.dans-hobbies.com/simple-round/
Version: 1.0.2


--- License ---
http://www.opensource.org/licenses/gpl-license.php


--- Requirements ---
Wordpress version 2.8+


--- Author Development Philosophy ---
** A theme should do what it was originally intended to do, make the blog look
   a certain way. Plugins are what should be used to modify functionality,
   thus a theme should keep modification of core wordpress functionality to
   a minimum.
** A theme should be minimalistic, It should use as few images as possible to
   achieve a desired look.
** Cross browser compatibility is nice,  but lets be real who cares if
   something looks a little off in IE4, or Safari on Windows. What I mean is as
   long as the css/html fails gracefully for a given configuration I'm not 
   going to agonize over it.
** Hacks should be kept to a minimum. Sometimes a simple table is better than a
   dozen layers of nested divs and  20kb of css.

--- installation ---
** install simple round as you would any other theme
** open up heeder.php and and a keywords meta tag is you desire

--- Details ---
** The sidebar search widget is disabled as a search field is built into the
   theme. (see functions.php)
** The default gallery has been overwritten to provide a clean looking gallery.
      ** gallery captions will never be wider than the actual image.
      ** (see functions.php)
** Can be customized by edditing 'style.css' only
** Images contained within a post:
      ** Left aligned images float left.
      ** center aligned images center on the content area.
      ** right aligned images float right.
** Layout images:
      ** are contained within the 'images' directory
      ** can be overwritten with your own
         ** 'pageBack.jpg' is tiled
         ** 'bannerBack.jpg' is bottom/center aligned on the banner area
** The tool bar contains:
      ** a link to the blog index
      ** links for all level 1 pages
** browser support
      ** FF
         ** Rounded corners appear
            ** 2 Yes, no anti-aliasing
            ** 3 Yes
            ** 3.5 Yes
         ** Adheres to maximum width limit
            ** 2 Yes
            ** 3 Yes
            ** 3.5 Yes
         ** Adheres to minimum width limit
            ** 2 Yes
            ** 3 Yes
            ** 3.5 Yes
      ** IE
         ** Rounded corners appear
            ** 6 No
            ** 7 No
            ** 8 No
         ** Adheres to maximum width limit
            ** 6 hard coded to the minimum width
            ** 7 Yes
            ** 8 Yes
         ** Adheres to minimum width limit
            ** 6 hard coded to the minimum width
            ** 7 Yes
            ** 8 Yes
      ** Opera
         ** Rounded corners appear
            ** 10 No
         ** Adheres to maximum width limit
            ** 10 Yes
         ** Adheres to minimum width limit
            ** 10 Yes
      ** Safari
         ** Rounded corners appear
            ** 4 Yes
         ** Adheres to maximum width limit
            ** 4 Yes 
         ** Adheres to minimum width limit
            ** 4 Yes  
      ** Chrome
         ** Rounded corners appear
            ** 3 Yes, no anti-aliasing
         ** Adheres to maximum width limit
            ** 3 Yes 
         ** Adheres to minimum width limit
            ** 3 Yes