/** Website design ©Vincent Beers, October 2009
  * Site: http://davince.tengudev.com/
  * Email: VincentBeers@gmail.com
 **/

body
{
  background-color: #555;
  font-family: Ruluko, Ruluko MS, cursive;
  margin: 0;
  color: #fff;
}

/** Generic stuff. **/
h1
{
  size: xx-large;
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
  letter-spacing: 5px;
}

a:link    { color:#fda; }
a:visited { color:#fda; }
a:hover   { color:#c98; background: rgba(255, 255, 255, 0.2); }
img { border: 0; border-radius: 2px; }
.smalltext { font-size: x-small; }
p { margin-top: 0; }
.clearall { clear: both; }
td { padding: 0 3px; }
h3 { margin: 0; }
.incat { text-align: center; }
.center { text-align: center; }
#content { font-size: large; }

/** Header stuff. **/
#header
{
  margin: 0 auto;
  width: 780px;
}

#nav
{
  display: block;
  position: relative;
  width: 190px;
  /*border: 1px solid green;*/
  font-size: large;
  font-weight: bold;
}

#nav a
{
  font-size: large;
  text-decoration: none;
  padding: 2px 6px 2px 5px;
  border-radius: 3px;
}
#nav li { margin: 3px 0; padding: 0;}
#nav ul { list-style-type: none; margin: 0; padding: 0; }

/** Large version of photo bar. **/
#fotobalk.groot
{
  top: -10px;
  padding-top: 10px;
  position: relative;
  height: 140px;
  min-width: 776px;
  padding-left: 5px;
  margin-bottom: -10px;
  border: thin invisible black;
  border-top: none;
  box-shadow: 0 0 5px 5px #444;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
}

#fotobalk.groot img
{
  width: 90px;
  height: 90px;
  margin: 5px;
  outline: 1px solid black;
  margin-bottom: 0;
  position: middle;
}

#fotobalk.groot a { text-decoration: none; }

#fotobalk.groot #thumbscontainer
{
  overflow: auto;
  height: 133px;
  width: 744px;
}

#fotobalk.groot .album
{
  position: relative;
  float: left;
  width: 100px;
  top: 6px;
  left: 6px;
  margin: 0 4px 5px 0;
  border: 1px solid #876;
}

.albumtekst
{
  text-align: center;
  width: 100px;
  position: relative;
  top: -1px;
}

.album img
{
  float: left;
}


/** Small version of photo bar. **/
#fotobalk.klein
{
  top: -10px;
  padding-top: 10px;
  position: relative;
  height: 58px;
  min-width: 776px;
  padding-left: 5px;
  margin-bottom: -10px;
  border: thin invisible black;
  border-top: none;
  box-shadow: 0 0 5px 5px #444;
  border-radius: 10px;
  font-size: small;
}

.album { border-radius: 3px; }

#fotobalk.klein .album
{
  position: relative;
  float: left;
  width: 94px;
  height: 30px;
  top: 10px;
  left: 6px;
  margin: 0 4px 9px 0;
  border: 1px solid #876;
}

#fotobalk.klein img
{
  position: relative;
  width: 30px;
  height: 30px;
  outline: 1px solid black;
  vertical-align: middle;
}

#fotobalk.klein a { text-decoration: none; }

#fotobalk.klein .albumtekst
{
  width: 62px;
  float: left;
  top: 10px;
}

/* Used for fold/unfold area in photo bar. */
#fotobalk.groot a.uitvouwzone
{
  width: 18px;
  height: 150px;
  background: url(img/borderswitch-area.png) no-repeat !important;
  float: right;
  clear: none;
}

#fotobalk.klein a.uitvouwzone
{
  width: 18px;
  height: 60px;
  background: url(img/borderswitch-small-area.png) !important;
  background-size: 100%;
  float: right;
  clear: none;
}


/** Middle of page (content etc). **/
#maincontainer
{
  width: 900px;
  min-width: 900px;
  max-width: 900px;
  /*border: 1px solid black;*/
  margin: 0 auto;
  padding-right: 190px;
}

#midden
{
  float: right;
  width: 710px;
  margin: 0 auto;
  text-align: justify;
  margin-top: -4em;
  padding-bottom: 2em;
}

.tekstfoto
{
  width: 320px;
  height: 213px;
  float: left;
  margin-right: 10px;
}

/* Photo block. */
.fotothumb
{
  display: block;
  border: thin solid #876;
  border-radius: 5px;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
  float: left;
  width: 130px;
  margin: 3px;
  height: 150px;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
}

.fotothumb img
{
  max-width: 112px;
  min-height: 55%;
  max-height: 120px;
  margin: 15px 0 0 0;
}

.fotothumb p
{
  position: absolute;
  width: 145px;
  height: 15px;
  bottom: 0;
  font-size: 90%;
  color: #024;
}


/** Bottom of page. **/
#bottom
{
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: small;
  background-color: #555;
  padding: 4px 0;
  /*background: url(img/bottom-up-shade.png) repeat-x top;*/
  box-shadow: 0 0 5px 5px #444;
  text-align: center;
  
}

#fotozone
{
  position: relative;
  width: 100%; /* for IE 6 */
}
#fotozone p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 7px;
  margin: 0;
  width: 100%;
  height: 100%;
}
.fotonavknop {
  display: block;
  font-size: smaller;
  width: 49%;
  height: 100%;
  float: left;
  text-decoration: none;
}
a.fotonavknop:hover {
  background: rgba(255, 255, 255, 0.2);
}
.transbg {
  background: rgba(0,0,0,0.5);
  color: white;
}

.albumthumb { display: none; }
