/*
CSS for magee's home page
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: Tan;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: Tan;
  color: black;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: Black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: Black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: White;
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: bold, italic;
}

a {
  font-weight: bold;
}

a:link {
  color: DarkRed;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: Black;
  background-color: navy;
}

.fun {
  color: DarkRed;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 680px;
  background-color: LightRed;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid Black;
}

img.feature {
  float: right;
  margin: 10px;
}

/*
This section deals with the position 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 {
  position: absolute;
}

#navigation {
  top: 6.54em;
}

#bodycontent  {
  position: absolute;
  top: 6.0em;
  left: 300px;
}

#header {
  width: 100%;
}

#photos {
   position: absolute;
   top: 27.0em;
   left: 300px;
}

#photos2 {
   position: absolute;
   top: 12.0em;
   left: 450px;
}

#photos3 {
   position: absolute;
   top: 12.0em;
   left: 660px;
}

#license {
   position: absolute;
   top: 87.0em;
   left: 300px;

}
