/* CSS Document */

body {
  color: #666666;
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-small;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

a:link, a:visited {
  color: #FF9933;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}


h1 {
  width: 100%;
  height: 350px;
  background-image: url("images/printhead.jpg");
  background-repeat: no-repeat;
  text-indent: -700em;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1.imgdetail {
  width: 100%;
  height: 130px;
  background-image: url("images/printhead.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  text-indent: -700em;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0px;
}

h3 {
  color: #946F55;
  background-color: #F4F0D8;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0px;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

div.imgdetail {
  margin-left: 10px;
  margin-right: 10px;
}

#main {
  margin-left: 275px;
  margin-right: 10px;
}

#main p {
  max-width: 40em;
  font-size: 1.1em;
}

#nav {
  color: #333333;
  margin-left: 275px;
  margin-right: 10px;
  text-align: right;
  font-size: 0.9em;
  text-transform: lowercase;
}

#nav ul {
  margin-left: 0px;
  margin-top: 0px;
}

#nav a:link, #nav a:visited {
  color: #F0B314;
}

#nav a:hover, #nav a:active {
  color: #333333;
}

#nav ul li {
  list-style-type: none;
  display: inline;
}

#nav ol {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-right: 3px;
  margin-top: 3px;
}

#nav ol li {
  display: block;
  letter-spacing: 0.1em;
}

#nav ol li a:link, #nav ol li a:visited {
  color: #946F55;
}

#nav ol li a:hover, #nav ol li a:active {
  color: #333333;
}

.date {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #999999;
}

.thumbs {
  float: left;
  width: 110px;
  margin-right: 10px;
}

.thumbs a img {
  display: block;
  border-top: 5px solid #FF9933;
  border-left: 5px solid #FF9933;
  border-bottom: 5px solid #FF9933;
  border-right: 5px solid #FF9933;
  margin-top: 5px;
  margin-bottom: 12px;
  width: 100px;
  height: 100px;
}

.thumbs a:hover img {
  border-top: 5px solid #333333;
  border-left: 5px solid #333333;
  border-bottom: 5px solid #333333;
  border-right: 5px solid #333333;
}
