/* home465.css - for getaroundtown.../index[465-].html at 2010 06 05 15:10+
 FORMAT HierPg heavier?
 DELETED 
*/
/* OLD PROBLEMS and IDEAS
 WHAT IF change "Proj..." to "L1..."  + naming consistancy? - variety of L1s?
 TO DO link to BobLaw.us notes.
 TO DO: re-format, e.g. left edge align "Text" list; indent PgSum, h3. 
 CSS VALIDATED but "Valid CSS information" not show SiteID, PgSum
*/

body{font-family: Verdana, Arial, Helvetica, sans-serif;}

#Hier{ font-size: small;}                        /* Global nav up hierarchy */
.HierYou{}                                                 /* You are here: */ 
.HierUp{}                                                /* Up the hierarcy */
.HierPg{ font-weight: bolder;}                                 /* this Page */

#SiteID{}                                /* Goal: user identifies this site */
h1{ text-align: left;}
.SiteName{
  font-size: xx-large;
  vertical-align: text-bottom;
}
.Tagline{
  font-size: small;
  font-weight: lighter;
  vertical-align: top;
  padding: 1em;
}
.Utility{                                                   /* utility nav  */
  font-size: small;
  font-weight: lighter;
  vertical-align: top;
   /* ?? "text-align: right;" not in span ??  */ 
  padding: 1em;
}

#PgID{}                                  /* Goal: user identifies this page */
h2{                                                         /* Page heading */
 text-align: center;                                    
 font-size: x-large;
}
h3{                                      /* Page summary with links to Text */
 text-align: left;              /* TO DO: indent both sides; -left Title */
 font-size: large;
}
.PgSumTitle{ font-weight: bolder;}
.PgSumText{ font-weight: normal;}

.Illus{              /* Color photo or diagram for visual learners & appeal */
 float: right;
 padding: 0em 0em 1em 0em; /* ??? balance white space between h2 and ul ??? */
 border-style: solid;  border-width: thin; 
 margin: 0em 0em 2em 2em;
}

#Proj{
 text-align: left;
 margin: 0em 0em 2em 0em;
 font-size: medium;
}
h4{}

p{text-align: left;}

#PgAbout{                     /* Goals: more about this webpage; navigation */
 clear: both; 
}
#PgAbout p{
 text-align: left;
 margin: 0em 0em 2em 0em;
 font-size: medium;
}

