@charset "utf-8";
/* CSS Document */

    @font-face {
    font-family: 'Amaze';
    font-style: normal;
    font-weight: normal;
    src: local('Amaze'), url("AMAZI__.TTF") format('ttf');
    }

body {
	background-image: url("images/ferv-spring_06.jpg");
	background-attachment: fixed;
}

a:link {color: #75E3B2; text-decoration: none;}
a:visited {color: #8E8E8E; text-decoration: overline;}
a:hover {color: #FFA99C; text-decoration: line-through;}
a:active {color: #CCC902; text-decoration: underline;}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: #75E3B2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #FFFFFF;
  border-bottom: 2px solid #FFA99C;
}

div.site {
	width: 560px;
	color: #559064;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 12pt;
}

h1 {
	width: 90%;
	color: #00CCC9;
	text-shadow: 1px 1px #FFA99C;
	font-family: 'Amaze';
	font-size: 30pt;
	border-bottom: 2px dotted #FFA99C;
	padding-left: 10px;
}

h4 {
	font-family: 'Amaze';
    font-size: 12pt;
    color: #559064;
	letter-spacing: .5em;
	font-style: italic;
	margin-bottom: 2px;
}

em {
	font-size: 16pt;
	font-family: 'Amaze';
	color: #CCC902;
}

img.thumb {
	float: left;
	height: 75px;
	width: 30px;
	margin-right: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #E7F8E8; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #96E0A1; 
}

label {
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
}

input{
    width: 250px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px dotted #FFA99C;
    margin-top:3px;
    font-size:0.9em;
    color: #559064;
   
}
textarea{
    width:250px;
    height:100px;
    background-color: #FFFFFF;
    border: 1px dotted #FFA99C;
    margin-top:3px;
    font-size:0.9em;
    color: #559064;
}


#submit {
    width:70px;
    height:35px;
    background-color: #FFFFFF;
    color: #559064;
    border: 1px dotted #FFA99C;
    margin-top:20px;
}