/*
  structure:
  - display
  - location
  - dimension
  - margins
  - backgrounds
  - colors
  - etc
*/

@import url(//fonts.googleapis.com/css?family=Berkshire+Swash|Quintessential|Sail|Lobster+Two:400italic);

* {
  font-family: Verdana, Geneva, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-image: url("images/green.jpg");
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Berkshire Swash';
  font-style: italic;
  color: rgb(100, 50, 0);
}

h1 {
  /** Used as the title font */
  display: inline;
  font-size: 24pt;
  font-weight: lighter;
}

h2 {
  margin-top: 25px;
}

div.rounded {
  display: inline;
  width: auto;
  height: auto;
  background-color: white;
  color: rgb(100, 50, 0);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 5px 5px 10px #333;
  overflow: auto;
}

div#header {
  font-size: 10pt;
  min-height: 120px;
  padding: 0;
  background-image: url("images/title-vijver.jpg");
  background-position: center;
  text-align: center;
}

div#title-spacer {
  height: 78px;
  padding: 0;
  margin: 0;
}

div#title {
  padding: 10px;
  padding-top: 20px;
}

div#content {
  position: relative;
  max-width: 1000px;
  min-height: 600px;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 90%;
  background-color: rgb(220, 230, 220);
  color: rgb(100, 50, 0);
  border-color: rgb(100, 50, 0);
  border-style: outset;
  border-width: 1px;
  text-align: left;
  overflow: auto;
  margin: 0 auto;
}

.raised {
  color: rgb(100, 50, 0);
  border-color: rgb(100, 50, 0);
  border-style: outset;
  border-width: 1px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 10px #210;
}

.flat {
  color: rgb(100, 50, 0);
  border-color: rgb(100, 50, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px 3px 3px 3px;
}

table.guestbook {
  width: 650px;
  margin: 20px;
  color: rgb(80, 40, 0);
  background-color: rgb(220, 220, 200);
  border-spacing: 0;
}

td.guestbook {
  font-family: 'Quintessential', cursive;
  font-size: 10pt;
  padding-top: 0;
  padding-bottom: 0;
}

small.guestbook {
  font-family: 'Quintessential', cursive;
}

div#menu {
  background-color: rgb(100, 50, 0);
  background-image: url("images/woodtexture.jpg");
  width: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  margin: 0;
  color: white;
  text-align: center;
}

span.menu {
  font-family: 'Sail', cursive, Verdana, Tahoma;
  font-size: 20pt;
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

a {
  color: rgb(60, 30, 0);
  font-style: italic;
}

a.menu {
  font-family: 'Sail', cursive, Verdana, Tahoma;
  font-size: 20pt;
  color: rgb(220, 230, 220);
  font-style: normal;
  text-decoration: none;
}

a.menu:hover {
  color: rgb(255,255,255);
}

span.spacer {
  margin-left: 45px;
}

td {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

iframe.gmaps {
  color: rgb(100, 50, 0);
  float: right;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
}

hr {
  border-color: rgb(240, 210, 200);
  border-width: 1px;
}

div.photos {
  width: 510px;
  float: right;
}
  
img.photoA {
  float: right;
  margin: 10px;
  cursor: pointer;
}

img.photoB {
  float: right;
  margin: 10px; 
  margin-right: 50px;
  cursor: pointer;
}

div#container-bg {
  display: none;
  position: fixed; 
  top: 0;
  left: 0; 
  width: 100%; 
  height: 100%;
  text-align: center;
  z-index: 100;
}

div#dim-bg {
  display: none;
  position: fixed; 
  top: 0;
  left: 0; 
  width: 100%; 
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
  z-index: 110;
  /** filter: alpha(opacity=70); /** Invalid CSS, but required to please M$ IE < 8 */
}

div#photo-ontop {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px; 
  height: 600px;
  margin-top: -300px;
  margin-left: -400px;
  background-color: rgb(30, 25, 20);
  border-color: rgb(30, 25, 20);
  color: rgb(30, 25, 20);
  border-style: outset;
  border-width: 1px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 15px 15px 15px rgb(0, 0, 0);
  z-index: 120;
}

img.rounded {
  width: 800px;
  height: 600px;
  border-radius: 5px 5px 5px 5px;
}

/*
  structure:
  - display
  - location
  - dimension
  - margins
  - backgrounds
  - colors
  - etc
*/
