/* Website created for Kim Spillane 
	by Clarence 'Chevy' Cheuvront
	Fall 2007
*/
 
body { 
  font-size: 0.9em; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFC; 
}

a:link { text-decoration: underline;  color: #006600;}
a:visited { text-decoration: underline; color: #006600}
a:hover { text-decoration: none; color: #006600; }
a:active { text-decoration: none; }

p a:link { text-decoration: underline;  color: #006600;}
p a:visited { text-decoration: underline; color: #006600}
p a:hover { text-decoration: none; color: #006600; }
p a:active { text-decoration: none; }

h1, h2, h3, h4 , h5, h6{
  text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #C07445; 
}
h2 {text-align: center;}

.quote {
  text-align: right; 
  font-style: italic; 
  text-indent: 0; 
  }

p {
  text-align: left; 
  color: #006600; 
  text-indent: 14px; 
}


#main { 
	width: 740px; 
	margin-left: auto; 
    margin-right: auto; 
	padding: 0; 
	border: 4px solid #E5B168; 
    background-color: #FEFAE8; 
	
}

#banner {
  border-bottom: 0 solid #BD6A37; 
  margin-bottom: 28px; 
  padding: 0; 
}

#inside {
  width: 690px;
  margin-left: auto; 
  margin-right: auto;  
}

#navbar p {text-indent: 0; }

#navbar {   
  margin-top: 6px; 
  margin-bottom: 12px; 
  padding: 2px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #6495ED; 
  font-size: .9em;   
  font-weight: bold; 
  border: 0 solid #005b44;  
  background-color: #E5B168; 
  background-color: #D99149; 
  border: 1px solid #999999; 
}
 
#navbar a {display: block; margin: 0; padding: 7px; }
#navbar a:link {text-decoration: none; color: #FFFFFF;}
#navbar a:visited {text-decoration: none; color: #FFFFFF;}
#navbar a:hover {text-decoration: none; color: #F5EFD5; }
#navbar a:active {text-decoration: none; color: #FFFFFF;}


.f_right {float: right; 
  margin: 0 5px 10px 30px; 
}
.f_left {float: left; 
  margin: 0 30px 10px 5px; 
}

#footer {
  border-top: 1px solid #E5B168; 
  text-align: center; 
  margin-top: 14px; 
  margin-bottom: -3px; 
}
ul {
	
}
li {
	color: #006600;
}

/* CSS for Kim's Calendar*/

#calendar {margin-left: 15px; font-size: 7pt;}
#calendar a:link, a:visited, a:active {text-decoration: none; color: #006600;}
#calendar a:hover {text-decoration: underline;}
#calendar th {font-size: 9pt; color:#FFFFFC; background-color: #D99149; border: 1px solid #006600;}
#calendar td {text-align: right; vertical-align: top; width: 60px; background-image: url(images/back.jpg);
	height: 60px; background-color: #FEFAE8; border: 1px solid #006600;}

.date {float: left; font-size: 9pt;}

/* I added the following two lines of code to make the entire cells a link */
#calendar th a {display: block; width: 100%}
#calendar th a:hover {color: white; background-color: #D99149; text-decoration: none;}

#calendar th.prev {background-color: white; border: 1px solid #006600; display: block;}
#calendar th.next {background-color: white; border: 1px solid #006600; display: block;}
#calendar td.prev {background-image: url(images/back.jpg); }
#calendar td.next {background-image: url(images/back.jpg); }

table {
color: #006600; 
}