/*
CSS for KimAlwyn's homepage
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #FFCCE0;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

/* define classes */

.lyric {
  color: #A32929;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
  /*text-transform: uppercase;*/
 font-style: italic;
}

.photocaption p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 350px;
  line-height: 1.4em;
}

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

.date {
  color: navy;
  font-weight: normal;
  font-size: normal;
  font-family: Georgia, Times, serif;
  font-style: italic;
  }

.bothcol {
  width: 735px;
}

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

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

form.contact label {
  font-weight: bold;
  font-size: small;
  color: #5252E0;
  line-height: 150%;
}

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

form.contact input{
  margin: 4px;
}

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

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #5252E0;
  margin-top: 4px;
}

#lassenlist {
  color: #5252E0;
  list-style-type: circle;
}

#bodycontent ul {
  /*font-size: small;*/ 
  color: #5252E0;
  list-style-type: disc; 
}

#navigation ul {
  font-size: small;
  list-style-type: none;
  padding-left: 20px;
}

#navigation ul ul {
  color: #FFCCE0;
  list-style-type: disc;  
  padding-left: 20px;
}

p {
  color: #5252E0;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: white;
  border-top: 3px solid #A32929;
  border-bottom: 4px solid #A32929;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin: 0;
}

#navigation {
  width: 180px;
  height: 798px;
  background: #5252E0 url(palm4.jpg) no-repeat;
  margin: 0;
}

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

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

h1 {
  font-size; x-large;
  color: white;
  padding-top: 49px;
  padding-bottom: 14px;
  padding-left: 10px;
  margin: 0;
  background: #5252E0 url(palm2.JPG) repeat-y right;
  height: 18px;
}

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

h3 {
  color: #A32929;
  /*font-weight: normal;*/
  font-size: 100%;
}

/*
This section deals with the position of items on the screen, using absolute positioning
*/ 

#navigation, #bodycontent, #header, #leftcol, #rightcol, #snapbig, #snap1, #snap2 {
  position: absolute;
}

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

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
  top: 3px;
}  

#leftcol {
  width: 350px;
}

#rightcol {
  width: 350px;
  left: 385px;
}

#snapbig {
  width: 330px;
}

#snap1 {
  width: 200px;
  left: 345px;
  padding: 0;
}

#snap2 {
  width: 200px;
  left: 545px;
  padding: 0;
}

a {
  font-weight: bold;
}

#navigation a:link {
  color: white;
}

#navigation a:visited {
  color: #FFCCE0;
}

#bodycontent a:link {
  color: navy;
}

#bodycontent a visited {
  color: teal;
}

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

a:active {
  color: red;
  background-color: #A32929;
}









