﻿body {
  font-family: sans-serif;
  margin: 0;
  line-height: 1.25;
  font-size: 100%;
  background-color: #512800;
}

html, body {
  height: 100%;
}

#heading, #content, #footer {
  padding-left: 2em;
  padding-right: 2em;
}

#page {
  background-color: #EDEBD5;
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
}

#heading {
  padding-top: 2em;
}

#footer {
  padding-top: 0em;
  padding-bottom: 14em;
}

h1, h2, h3, h4, p, ul, ol, dl, address, blockquote, table, form, pre {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
  color: #512800;
  font-weight: normal;
}

h1 {
  font-size: 218%;
}

h2 {
  font-size: 164%;
}

h3 {
  font-size: 145%;
}

h4 {
  font-size: 118%;
}

map#navigation,
map#navigation-2 {
  clear: both;
}

map#navigation a.selected,
map#navigation-2 a.selected {
  background-color: #512800 !important;
  color: white !important;
}

map#navigation ul li,
map#navigation-2 ul li {
  float: left;
}

map#navigation ul li {
  margin-bottom: -0.05em;
}

map#navigation ul,
map#navigation-2 ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: table;
  clear: both;
  background-color: white;
}

map#navigation ul {
  border-bottom: 0.4em solid #512800;
}

map#navigation ul li a:link, map#navigation ul li a:visited,
map#navigation-2 ul li a:link, map#navigation-2 ul li a:visited {
  display: block;
  padding: 0.4em 0.6em 0.3em;
  white-space: nowrap;
  text-decoration: none;
  color: #512800;
}

map#navigation ul li a:focus,
map#navigation-2 ul li a:focus {
  outline: none;
}

map#navigation ul li a:hover, map#navigation ul li a:active,
map#navigation-2 ul li a:hover, map#navigation-2 ul li a:active {
  color: white;
  background-color: #512800;
}

.artwork {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

img#logo {
  vertical-align: middle;
  border: none;
}

#content {
  clear: both;
}

#lightbox a {
 background-color: transparent;
}

#footer {
  clear: both;
  margin-top: 1.5em;
}

#footer address {
  margin-left: 0px;
  font-size: 80%;
}

address {
  font-style: normal;
}

#topbar {
  background-color: white;
  display: table;
  width: 100%;
}

#topaddress {
  margin-top: 0px;
  float: right;
  font-size: 90%;
  line-height: 130%;
  padding-top: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

#toplogo {
  margin-top: 0px;
  margin-bottom: 0;
  float: left;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

a:link {
  color: #336666;
  text-decoration: none;
}

a:visited {
  color: gray;
}

a:hover {
  background-color: #C1E0E0;
  color: #336666;
}

a:active {
  color: white;
  background-color: #336666;
}

.signature {
  font-family: cursive;
}

p.letterdate {
  margin-top: 0px;
  float: right;
}

hr {
  color: #512800;
  margin-top: 2em;
  margin-bottom: 1em;
  height: 0.05em;
  width: 100%;
  text-align: left;
  border: solid;
  border-left: none;
  border-right: none;
  border-top: 1px solid #512800;
  border-bottom: none;
  clear: both;
}

.itemimage {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 0;
}

.itemimage img {
  border: 0.05em solid #512800;
}

code {
  font-family: sans-serif;
  font-style: italic;
}

ul.gallery {
  clear: left;
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0px;
  padding: 0px;
}

ul.gallery {
  clear: left;
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0px;
  padding: 0px;
}

ul.gallery li img {
  border: none;
  vertical-align: middle;
}

ul.gallery li {
  margin-right: 0.6em;
  margin-top: 0;
  margin-bottom: 0.6em;
  float: left;
}

.important {
  color: darkred;
}

dt {
  font-weight: bold;
}

span.clearancesaleprice {
  font-weight: bold;
  color: darkred;
}

span.sold  {
  position: absolute;
  color: darkred;
  font-size: 1.8em;
  padding: 0.18em 0.2em 0.18em 0.2em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  background-color: #EDEBD5;
}

.container {
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: table;
  width: 100%;
}

.container ul:first-child {
  margin-top: 0;
}

.container ul:last-child {
  margin-bottom: 0;
}





ul.navi {
  width: 100%;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  display: table;
  margin-left: 0;
  line-height: 100%;
}

.navi li {
  background-color: white;
  background-position: right center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
}

.two-columns li {
  width: 50%;
}

.four-columns li {
  width: 25%;
}

.navi li a {
  font-size: 120%;
  padding-left: 0.4em;
  padding-bottom: 0.4em;
  display: block;
  background-color: white;
}

.navi li a img  {
  border: none; width: 100%;
}

a img {
  vertical-align: bottom;
}

.navi li a span {
  position: absolute;
  display: block;
  padding: 0.4em;
  left: 1px;
  bottom: 1px;
  color: #512800;
  background-color: white;
}

.navi li a:hover span {
  background-color: #512800;
  color: white;
}

.navi li a:hover {
  background-color: #512800;
}

a img {
  border: none;
}

img {
vertical-align: bottom;
}

.frame {
  border: 1px solid #512800;
}

.legend {
  font-size: small;
  padding-left: 1em;
}

dl.inline dt {
  float: left;
  width: 2em;
  text-align: center;
}

dl.inline dd {
  margin-left: 2em;
}

table {
  border-collapse: collapse;
  border: none;
}

.legend dl:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
