/*Whole Page*/

body {
  background-color: #1a4f30;
  height: 100%;
  padding: 0;
}

h1 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2%;  
}

h2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 2%;
}

p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding: 0;
}

li {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #74473c;
}


/*Wrapper and Header*/


#wrapper {
  position: relative;
  margin: auto;
  display: block;
  height: 100%;
  min-height: 800px;
  max-width: 1400px;
  min-width: 560px;
  padding: 0;
  padding-bottom: 3%;
  text-align: center;
  background-color: #002d04;
  border: 3px groove black;
  border-radius: 15px;
}
}

#header {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  padding 0;
}

#logo {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #bbf9ab;
  width: 100%;
  height: 60px;
  border: 1px solid black;
  border-radius: 15px 15px 0 0;
}

#logo img {
  position: relative;
  text-align: center;
  height: 90%;
  margin-bottom: 2%;
  padding: 1px;
  /*border: 1px solid black;*/
}

#menu {
  position: relative;
  margin: 0;
  width: 100%;
  height: 50px;
  border: 1px solid black;
  background-color: #bbf9ab;
  opacity: 0.8;
}

#menu ul {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 98%;
}

#menu li {
  position: relative;
  display: inline;
  list-style-type: none;
  padding: 1%;
}

#menu li.current {
  border: 1px solid black;
  background-color: #5c9a15;
}


/*Main Layout*/


#main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 2%;
  padding-left: 1%;
  padding-right: 1%;
  border-top: 1px solid black;
  height: 100%;
}

#info {
    position: relative;
    float: left;
    width: 30%;
    margin-top: 2%;
    padding: 2%;
    background-color: #70a84e;
    border: 1px solid black;
}

#info h1 {
    text-align: center;
}

#info p {
    text-align: justify;
}

#info a {
    color: #002d04;
    text-decoration: underline;
}

#info a:hover {
  color: #74473c;
}

#art {
    position: relative;
    float: left;
    width: 65%;
    margin-top: 2%;
}


/*Art Gallery*/


#image {
  width: 80%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  background-color: white;
  border: 3px groove black;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}


#image.normal {
  vertical-align: middle;
}

#image.normal img {
}

#image.zoom {
  vertical-align: middle;
  overflow: scroll;
}

#image.zoom img {
  width: 200%;
  height: 200%;
}


#image img {
  width: 94%;
  height: auto;
}


#thumbs {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding: 10px;
  height: 100px;
  overflow: scroll;
  overflow-y: hidden;
  background-color: inherit;
  border: 1px solid #70a84e;
}

#thumbs ul {
  width: 1900px;
  margin: 0;
  padding: 0;
}

#thumbs.folds ul {
    width: 2360px;
}

#thumbs.thesis ul {
  width: 1300px;
}

#thumbs.fragment ul {
  width: 2550px;
}

#thumbs.hypatia ul {
    width: 1200px;
}

#thumbs.caves ul {
    width: 1250px;
}

#thumbs.innerearth ul {
    width:1550px;
}

#thumbs.watercolor ul {
    width: 1600px;
}

#thumbs.portrait ul {
    width: 850px;
}


#thumbs.water ul {
  width: 900px;
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style: none;
  display: inline;
}

#thumbs img {
  height: 75px;
  padding: 5px 7px 0 7px;
}

#nextprev {
  width: 96%;
  height: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
}

#nextprev a {
  color: #70a84e;
  text-decoration: underline;
}

#nextprev a:hover {
  color: #74473c;
}

#prev {
  position: relative;
  float: left;
  width: 20%;
}

#title {
  position: relative;
  float: left;
  width: 60%;
  margin-bottom: 1%;
  color: #bbf9ab;
}

#next {
  position: relative;
  float: left;
  width: 20%;
}

