/*
ihpone-sized CSS wadeamos.com web site
*/

body {
  width: 320px;
  font:  12pt;
  font-family: Helvetica, Arial, sans-serif;
  color:  black;
  background-color: #a3c2c2;
  line-height: 125%;
  padding: 0;
  margin: 10px;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: x-large;
   background-color: navy;
   color: white;
   padding-top: .5em;
   padding-bottom: .5em;
   padding-left: .5em;
   margin: 0;
}

li {
   font-size: large;
   padding-left: 10px;
}

.checklist {
   list-style-type:  "\2610";
}


h2 {
   color: navy;
   font-size: 130%;
   font-=weight: normal;
   padding-top: 15px;
}

p {
  font-size: large;
  color: black;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: #2744d6;
}

a:hover {
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

#navigation {
  width: 250px;
  background-color: #7da5d8;
}

ul {
  margin: 15px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type:  none;
}


/*
This section deals with the postion of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.


#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
  border-top: 3px solid #7da5d8;
}

.feature {
  float: right;
  margin:10 px;
}

*/
