/*
The Creature Site
Cascading Style Sheet (CSS)

Created by Paul Robinson
*/
html{
  scrollbar-base-color: #003300;
}

#MainMenu{
  position: absolute;
  bottom: 0px;
  height: 79px;
  width: 100%;
  text-align: center;
}

#Dropdown{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 292px;
  height: 395px;
  background-image: url(layout/Dropdownc.png);
  background-color: transparent;
  background-repeat: no-repeat;
}

#content{
  height: 88%;
  width: 700px;
  margin-left: 285px;
  text-align: center;
  overflow: auto;
}

#fullimage{
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h3{
  width: 308px;
  height: 54px;
  background-image: url(layout/Underline.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
}

body{
  background-color: #000000;
  background-image: url(layout/bg1.png);
  background-repeat: repeat-x;
  color: #75b532;
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
}

img{
  border: 0px;
}

a{
  color: #4b6e45;
}
a:hover{
  color: #80d463;
}
a:visited{
  color: #4b6e45;
}
a:link{
  color: #80d463;
}

#Dropdown a{
  display: block;
}
#Dropdown ol{
  margin: 0px;
  padding-left: 120px;
  padding-top: 90px;
  list-style: none;
}

#Dropdown li{
  padding-bottom: 5px;
  font-size: 0.8em;
}

#Image0{
  background-color: transparent;
  background-image: url(layout/gallerya.png);
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0px;
  width: 200px;
  height: 132px;
  float: left;
  margin-left: 15%;
  margin-top: 10px;
  padding-top: 18px;
  padding-left: 10px;
}
#Image1{
  background-color: transparent;
  background-image: url(layout/galleryb.png);
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0px;
  width: 200px;
  height: 132px;
  float: right;
  margin-right: 15%;
  margin-top: 10px;
  padding-top: 18px;
  padding-left: 10px;
}
#Image2{
  background-color: transparent;
  background-image: url(layout/galleryc.png);
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0px;
  width: 200px;
  height: 132px;
  float: left;
  margin-left: 15%;
  margin-top: 30px;
  padding-top: 22px;
  padding-left: 10px;
}
#Image3{
  background-color: transparent;
  background-image: url(layout/galleryd.png);
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0px;
  width: 200px;
  height: 132px;
  float: right;
  margin-right: 15%;
  margin-top: 30px;
  padding-top: 22px;
  padding-left: 10px;
}

#Imagelinks{
  border-top: 1px solid #003300;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

#message{
  color: #f00;
  font-weight: bold;
}

#close{
  color: #0c0;
  font-weight: bold;
}

.gallery a.button, .gallery a.button:visited {
  display: block;
  width: 160px;
  height: 90px;
/*  background: url(gallery/char_bird1.gif); */
  background-position: top left;
  background-color: transparent;
  text-align: center;
  color: #FFF;
  line-height: 90px;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 5px;
}
.gallery a.button:hover {
  background-position: 0 -90px;
  line-height: 90px;
  overflow: hidden;
}
