/* CSS Document */ 
* { position:relative; box-sizing: border-box; }
body {
  font-family: 'Nunito', sans-serif;
  font-size: 11pt; /* keep this the same size as for <p> and <table> to prevent editor <span> insertions */
  background-color:#e1e1ee;
}

div#logo {
  margin: 90px 0 0 17px;
}
td#header {
  vertical-align: bottom;
  height: 75px;
}
#menu_container {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 1.2em;
  color: #eee;
  padding: 5px 2px;
  background-color: #b0b2d2;
  border-radius: 4px;
  z-index: 1;
}
.content {
  position: relative;
  width: 730px;
  font-size: 11pt;
  margin: 24px 0;
  padding:0 10px;
  background-color:#e1e1ee;
  color:#121212;
}

.content a:link,
.content a:visited {
  font-weight: bold;
  color: #26428c;
  text-decoration: none;
}
.content a:hover {
  font-weight: bold;
  color: #bf1a2c;
  text-decoration: none;
  cursor: pointer;
}
.content p {
  font-size: 11pt;
  margin-top: 0.1em;
  margin-bottom: 0.8em;
  color: #333333;
}
.content h1 { /* heading */
  font-size: 18pt;
  color: #bf1a2c;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.content h2 { /* subheading */
  font-size: 15pt;
  font-weight: bold;
  font-style: normal;
  color: #26428c;
  margin-top: 1.2em;
  margin-bottom: 0.8em;  
}
.content h3 { /* section heading */
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
  color: #333;
  margin: 1em 0 .2em 0
}
.content h4 { /* quote */
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  font-style: italic;
  color: #26428c;
  font-weight: normal;
  text-align: left;
  margin: 8px 40px 8px 40px;
}
.content h5 { /* quotee */
  font-family: "Nunito", serif;
  font-size: 0.8em;
  color: #26428c;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  margin-top: 0.1em;
  margin: 8px 40px 16px 40px;
}
.content h6 { /* [code] */
  font-family: 'Oxygen Mono', monospace;
  font-size: 0.7em;
  font-style: normal;
  color: #f7f7f7;
  background-color: #333333;
  font-weight: normal;
  margin: 8px 20px 16px 20px;
  padding: 6px;
  border-radius: 4px;
}
pre {
  display: block;
  font-size: 0.8em;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
  white-space: pre-wrap;
  width: 95%;
}
.content hr {
  border: 0px solid #b0b2d2;
  border-top: 2px solid #b0b2d2;
}
.content table {
    font-size: 11pt;
}
.content td {
}
.barQuote {
  font-size:14px;
  font-style:italic;
  font-weight:normal;
  line-height:1.5em;
  color:#121212;
  float:right;
  text-align:right;
  width:145px;
  margin:20px 30px 0px 0px;
}
.barQuoteOwner {
  font-size:11px;
  font-style:italic;
  color:#959595;
  float:right;
  width:145px;
  text-align:right;
  margin:22px 35px 0px 0px;
}

.photoContainer {
  position:relative;
  color: #eee;
  font-size: 12px;
  width: auto;
  padding: 3px;
  background: #b0b2d2;
  border-radius:3px;
}
.content ul {
  list-style: disc outside url(/images/list-style-image.png);
  padding-inline-start: 22px;
}
.content ul ul { list-style: disc outside none; }
.content li { margin-bottom: 1em; }

#content #fullImageWindow {
  position:absolute;
  width:100px;   /* default */
  height:100px;  /* default */
  font-size: 10pt;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  border: 3px #b0b2d2 solid;
  padding: 0px;
  margin: 0px;
}
#content #fullImageTitleBar {
  background-color: #b0b2d2;
  height:16px;
}
#content #fullImageTitle {
  font-size: 12px;
  font-weight: bold;
  color: #7400d7;
  padding:2px;
  position:relative;
  padding:0px;
  margin:0px 1px 0px 1px;
  float:left;
}
#content .fullImageTitleButton {
  position:relative;
  width :16px;
  height: 16px;
  padding :0px;
  margin: 0px 1px 0px 1px;
  float: right;
  cursor: pointer;
  background: transparent url(/images/fullimg_close.gif) top left no-repeat;
}

#content div#fullSizeImage {
  display:table;
  color: white;
  font-size: 14px;
  padding: 5px;
  background-color: #b0b0d0;
  border-radius:4px;
  box-shadow: 2px 2px 6px #999;
}
#content .waitLoading {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url('/images/waitspinner.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 120px;
}
#content div#fullSizeImage .imageTitle {
  position:absolute;
  color: #444;
  bottom: 10px;
  right: 10px;
  padding: 2px 6px;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius:4px;
}
#content div#fullSizeImage .imageCaption {
  position:absolute;
  color: #ddd;
  font-size: 12px;
  bottom: -18px;
  right: 0px;
  padding: 2px 6px;
}

#gallery_index { width:720px; }
#gallery_index > img {
  margin: 10px;
  visibility: hidden;
}
.gallery_thumb { cursor:pointer; }
.gallery_thumb, .random_image {
  box-shadow: 2px 2px 6px #999;
}
.sold-ribbon { opacity: 0.8; }
.homepage_video {
  border: 8px inset rgba(150, 140, 200, 0.35);
  border-radius:4px;
  box-shadow: 2px 2px 6px #999;

}
div#fb_like_share { text-align: center; }
.copyright {
  font-size: 12px;
}
.copyright > span {
  font-size: 14px;
}


