/* Generated by KaZcadeS */
body {
  margin: 0;
  background-color: white;
  color: black;
  font-family: verdana,sans-serif;
  font-size: 70%;
  text-align: center;
}
#container {
  margin: 10px auto;
  text-align: left;
  width: 700px;
}
#header {
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 90%;
}
#header h1 {
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 300%;
}
#menu {
  padding: 5px 0;
  font-size: 110%;
}
#menu ul {
  border-bottom: 1px solid grey;
  margin: 0;
  padding: 0;
}
#menu li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu a, #menu a:link, #menu a:visited {
  margin: 0 10px;
  color: black;
  text-decoration: none;
}
#menu a:hover, #menu a:focus, #menu a:active {
  border-bottom: 2px solid black;
  background-color: white;
  color: black;
  text-decoration: underline;
}
#photo {
  color: lightgrey;
  font-size: 400%;
  text-align: center;
}
#photo a:hover, #photo a:focus, #photo a:active {
  background-color: white;
}
#photo img {
  border: 1px solid lightgrey;
}
#photonav {
  font-size: 90%;
  line-height: 1em;
}
#photonav p {
  margin: 0;
  padding: 0;
}
.comment {
  border-top: 1px solid grey;
  font-size: 80%;
}
#addcomment {
  border-top: 1px solid grey;
  font-size: 80%;
}
#addcomment p {
  border-top: 1px solid lightgrey;
  margin: 0;
  padding: 5px;
}
#footer {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  font-size: 80%;
  text-align: center;
}
#footer p {
  margin: 0;
  padding: 5px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.red {
  color: red;
}
.grey {
  color: grey;
}
form, fieldset {
  border: 0px solid #000000;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1em;
}
input, textarea {
  border: 1px solid lightgrey;
}
label {
  float: left;
  width: 100px;
}
.submit {
  margin: 0 auto;
  display: block;
  width: auto;
}
a, a:link, a:visited {
  color: red;
}
a:hover, a:focus, a:active {
  background-color: red;
  color: white;
  text-decoration: none;
}
