﻿/*
CSS for RSVP Lake Geneva site
*/

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, "New Times Roman", serif;
  border-top: 3px solid #8c995f;
  border-bottom: 3px solid #8c995f;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 3em;
  margin: 0;
  width: 92.5%;
  background: white;
}

h1, h3 {
  background-color: #8c995f;
}  

h1 {
  font-family: "Monotype Corsiva", Arial, Helvetic, san-serif;
  font-size: xx-large;
  color: #642F59; 
  padding-top: 1.42em;
  padding-bottom: .75em;
  padding-left: .4em;
  margin-top: 0;  
  margin-left: 0;  
  margin-bottom: .2em;
  background: #8c995f url(gallery/bkgrd-01-adobe_edited-4.jpg) repeat-y right;
}

h2 {
  color: #642F59;
  font-weight: normal;
  font-size: 110%;
  padding-top: 1em;
  padding-bottom: .2em;
  padding-left: .6em;
  margin-top: 0; 
}

body {
  font-family: Verdana, Helvetica, arial, sans-serif;
  background-color: #e2edff;
  line-height: 110%;
  padding: 4px;
  margin-left: 8px;
  margin-right: 8px;
  border-top: 4px solid #642f59;
  border-left: 4px solid #642f59;
  border-right: 4px solid #642f59;
}

p {
  font-size: x-small;
  color: navy;
  margin-left: 15px;
}

ul {
  margin-left: 15px;
}

.pixlepadding {
  padding: 30px;
}

li {
  font-size: x-small;
  color:  black;
  font-style: italic;
  list-style-type: none;
}

a {
  Font-weight: normal;

}

#navigation {
  background-color: #8c995f;
  width: 180px;
  height: 130px;
  border: 1px solid black;
}

/*
The following section re: navigation must remain in this order:
  link, visited, hover, active
*/

a:link {
  color: navy;
}

a:visited {
  color: purple;
}

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

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

.attentiongrab {
  width: 60%
}

.mmphoto {
  float: right;
  line-height: 50%;
  margin-top: 2px;
  margin-right: 24px;
}

.logo {
  float: right;
  margin-top: 1px;
  margin-right: 400px;
}

/*
This section deals with the positions of items on the screen.
It uses absolute positioning - fixed x & y coordinates measured
from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #trailer {
  position: absolute;
}

#navigation, #bodycontent {
  top: 190px;
}

#bodycontent {
  margin-left: 200px;
  margin-right: 20px;
  padding-right: 60px;
}

#sitebranding {
  width: 96.5%;
}

form.contact fieldset {
  border: 2px solid navy;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form.contact {
  Padding: 0;
  margin: 0;
  Margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: normal;
  font-size: x-small;
  color: navy;
}

form.contact label.fixedwidth {
  display: block;
  width: 240px;
  float: left;
}

form.contact .buttonarea input {
  background: #642F59;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4ps;
  background-color: #8c995f;
}

#trailer {
  font-style: italic;
  font-family: Verdana, Helvetica, arial, sans-serif; 
  font-size: xx-small;
  color: navy;
  padding: 10px;
}
