/* CSS created by Andreas Brauchli
 * based on layout created by Daniel Kunz
 *
 * please support open sourced software
 */

/* === LAYOUT === */

html { height: 100%; }

body {
  background-color: black;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  height: 100%;
  text-align: center;
}

a img { border: none; }

#horizon {
  width:1px;
  height:50%;
  margin-bottom:-325px; /* half of page's height */
  float:left;
}

#page {
  display: none;
  text-align: left;
}

#overlay {
  background-image: url(enter.jpg);
}

#page, #overlay {
  margin: 0 auto;
  position: relative;
  /*min-width: 650px !important;*/
  width: 650px;
  height: 650px;
  clear: left;
}

#title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 430px;
  height: 120px;
  background-color: black;  
  background-image: url(title.jpg);
  background-repeat: no-repeat;
}

#contact {
  position: absolute;
  left: 0px;
  top: 120px;
  width: 100px;
  height: 100px;
  background-color: #695E57;
  color: white;
}

#shows {
  position: absolute;
  left: 100px;
  top: 120px;
  width: 330px;
  height: 100px;
  background-color: #000000;
  color: #FFFFFF
}

#news {
  position: absolute;
  left: 430px;
  top: 0px;
  width: 220px;
  height: 220px;
  background-color: #EDD140;
}

#video {
  position: absolute;
  left: 0px;
  top: 220px;
  width: 285px;
  height: 180px;
  background-color: black;
}

#bio {
  position: absolute;
  left: 285px;
  top: 220px;
  width: 365px;
  height: 180px;
  background-color: #695E57;
  color: white;
  padding-bottom: 2px;
}

#biocontainer {
  height: 95%;
  width: 360px;
  margin: auto;
  text-align: justify;
  overflow: auto;
}

#downloads {
  position: absolute;
  left: 130px;
  top: 400px;
  width: 270px;
  height: 130px;
  background-color: #000000;
  color: #FFFFFF
}

#music {
  position: absolute;
  left: 0px;
  top: 400px;
  width: 130px;
  height: 130px;
  background-color: #EDD140;
}

#store {
  position: absolute;
  left: 0px;
  top: 530px;
  width: 400px;
  height: 120px;
  background-color: #695E57;
  color: white;
}

#fotos {
  position: absolute;
  left: 400px;
  top: 400px;
  width: 250px;
  height: 250px;
  background-color: #000000;
}

.pagelist {
  position: absolute;
  margin: 0px;
  bottom: 0px;
  right: 0px;
  list-style: none;
}

.pagelist li {
  float: left;
  border: solid 1px;
  text-align: center;
  line-height: 17px; /* vertical align */
  width: 17px;
  height: 17px;
  font-size: 8pt;
}

.pagelist li:hover {
  background-color: blue;
  color: white;
  cursor: pointer;
}

.currentpage {
  background-color: black;
  color: #5555FF;
  /* border-color: inherit; */
}

.resizable {
  /*border: solid 1px;*/
  background-image: url("expand.png");
  background-position: top right; 
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 17px;
  right: 4px;
  top: 4px;
}

.resizable:hover {
  background-color: yellow;
  cursor: pointer;
}

.maximized {
  display: block;
}

.minimized {
  display: none;
}

/* === STYLE === */

#page {
  font-family: sans-serif;
  font-size: small;
}

h1 {
  font-size: small;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 4px 7px;
}

p {
  margin: 4px 7px;
  line-height: 12px;
  font-size: 8pt;
}

li {
  display: block;
  list-style: none;
}


