@charset "utf-8";

/* MAIN TAGS */
body {
  font: 16px/1.4 Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-y: scroll;
}
a img { 
  border: none;
}
a,
a:visited,
a:active,
a:focus,
a:link {
  color: #42413E;
  text-decoration: underline; 
}
a:hover { 
  color: #030CCB;
  text-decoration: none;
}
h1, h2 {
  line-height: 1em;
  margin: 25px 0 15px 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
p {
  margin: 10px 0;
}
fieldset {
  border: 1px solid #83AA9B;
  padding: 15px 25px;
}
legend {
  padding: 0 10px;
}
label {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
}
input, textarea {
  background-color: #BBEDDA;
  border: 1px solid #83AA9B; 
  font-size: 14px !important;
  font: inherit;
}
input[type=submit] {
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #CAFFEB;
  text-shadow: 1px 1px white;
}
/* COLORS */
.fg-green {
  background-color: #83AA9B;
}
.bg-green {
  background-color: #AADDCA;
}





/* REMOTE */
.remote-line {
  line-height: 1.3em;
}
.remote-line1 {
  padding-left: 260px;
}
.remote-line2 {
  padding-left: 240px;
}
.remote-line3 {
  padding-left: 210px;
}
.remote-divider {
  margin-left: 175px;
  margin-top: 30px;
  border: none;
  height: 1px;
  width: 610px;
}
.remote-link {
  text-shadow: 2px 2px 2px #83AA9B;
}
.remote-first-letter {
  font-size: 18px;
  font-weight: bold;
}
#remote-line1-second {
  margin-left: 60px;
}
#remote-line2-second {
  margin-left: 73px;
}
#remote-line3-second {
  margin-left: 162px;
}





/* FOOTER */
.footer {
  font-size: 10px;
  text-align: center;
  padding: 5px 0 30px;
  background-color: white;
}
div .footer a {
}





/* TABLES */
table.galleries,
table.recommendations {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #BBEDDA;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
table.galleries,
table.galleries td,
table.recommendations,
table.recommendations td {
  border: 1px solid #83AA9B;
}
table.galleries td,
table.recommendations td {
  padding: 4px 8px;
  vertical-align: top;
}
table.galleries tr:hover,
table.recommendations tr:hover {
  background-color: #CAFFEB;
  cursor: pointer;
}





/* GUESTBOOK */
div.guestbook_entrybox {
  border: 1px solid #83AA9B;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
div.guestbook {
  background-color: #BBEDDA;
  padding: 0 5px;
}
div.guestbook.guestname {
  font-weight: bold;
  margin-bottom: 1px;
}
div.guestbook.guestdate {
  font-size: 10px;
  background-color: initial;
  text-align: right;
  font-weight: bold;
}
div.guestbook.guesttext {
  font-size: 14px;
}
#guestbookOpenLink {
  font-size: 9px;
}




/* PICTURE SHOW */
div.pictureshow_wrapper {
  background-color: RGBA(0, 0, 0, 0.90);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto auto;
  z-index: 999;
  visibility: hidden;
  overflow-y: scroll; /* Always show scrollbar to prevent the inner positioning getting messed up. */
}
div.pictureshow_content_wrapper,
div.pictureshow_text_wrapper {
  width: 1024px;
}
div.pictureshow_content_wrapper {
  cursor: initial;
  color: white;
  font-size: 12px;
  margin: auto auto;
}
div.pictureshow_text_wrapper {
  margin: 0 auto;
}
div.pictureshow_image h1 {
  cursor: initial;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
div.pictureshow_image div {
  cursor: initial;
  padding: 0 10px;
}
#pictureshow_image {
  cursor: pointer;
}
#pictureshow_nav {
  position: relative;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#pictureshow_nav a,
#pictureshow_nav a:focus,
#pictureshow_nav a:active,
#pictureshow_nav a:visited,
#pictureshow_nav a:link,
#pictureshow_nav a:hover,
#pictureshow_nav img,
#pictureshow_nav img:focus,
#pictureshow_nav img:active,
#pictureshow_nav img:visited,
#pictureshow_nav img:link,
#pictureshow_nav img:hover {
  border: none;
  outline-style: none;
}
#pictureshow_nav td {
  vertical-align: top;
}
h1.pictureshow_title {
  margin-bottom: 5px;
  line-height: 1em;
  text-shadow: 2px 2px 2px #000cff;
}
#pictureshow_button_prev {
  position: absolute;
  top: 5px;
  left: 5px;
}
#pictureshow_button_next {
  position: absolute;
  top: 5px;
  right: 5px;
}
#pictureshow_button_x {
  position: absolute;
  top: 15px;
  right: 15px;
}
#pictureshow_button_prev:hover,
#pictureshow_button_next:hover,
#pictureshow_button_x:hover {
  opacity: 1;
}
#pictureshow_button_prev,
#pictureshow_button_next,
#pictureshow_button_x {
  opacity: 0.8;
  cursor: pointer;
}
.pictureshow_tinyinfo {
  font-size: 9px;
  line-height: 5px;
}
.galleryinfo {
  line-height: initial;
}
a.pictureshow_tinyinfo {
  color: #AADDCA;
  text-decoration: none;
}
a.pictureshow_tinyinfo:hover {
  text-decoration: underline;
}
#pictureDescription {
  display: none;
}
#pictureDescLink {
  text-shadow: none;
}





/* ZAP PAGE */
div#zap_picture {
  background-color: black;
  display: inline-block;
  line-height: 0;
  float: left;
  margin: 10px;
  border: 1px solid #ADADAD;
  box-shadow: 3px 3px 4px black;
}
div#zap_picture:hover {
  border: 1px solid white;
}
img#zap_picture {
  cursor: pointer;
  opacity: 0.8;
}
img#zap_picture:hover {
  opacity: 1;
}





/* MISC */
.background_wrapper {
  background: url(background.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFF;
  margin: 0 auto; 
  width: 1158px;
}
.content_wrapper {
  padding: 180px 168px 0px 190px;
}
.maincontent-wrapper {
  padding: 5px 15px 15px 15px;
}
.noscroll {
  height: 100%;
  overflow: hidden;
}
