html, body { 
    min-height: 100%; 
}

html {
    font-family: Georgia;
    color: floralwhite;
    cursor: url(images/star68.gif), default;
}

html a {
    cursor: url(images/mooncursor.png), pointer;
}

body {
    margin: 0;
    background: white;   
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(images/bgsaturn2.gif) repeat;
    background-size: auto;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

h2 {
    font-family: "UnifrakturMaguntia", cursive;
}

/* major page decor */

#hermit {
    position: absolute;
    width: auto;
    height: 700px;
    margin-left: -70px;
}

#curtain {
    position: relative;
    float: right;
    height: 700px;
    width: auto;
    transform: scaleX(-1);
    margin-right: -125px;
    z-index: 1;
}

#point {
    position: absolute;
    right: 0;
    margin-right: 285px;
    margin-top: -50px;
    width: 160px;
    transform: rotate(-107deg) scaleY(-1);
    
}

/* text box */
.boxy {
    position: absolute;
    z-index: 3;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 400px;
    background-color: rgba(240, 248, 255, 0.2);
    box-shadow: 0 0 25px 30px rgba(240, 248, 255, 0.35);
}

/* title */
.boxy #title {
    width: 450px;
    height: 75px;
    z-index: 4;
    position: absolute;
    margin-top: -52px;
    margin-bottom: 0;
    margin-left: 130px;
}

/* decor */
#birds {
    position: absolute;
    width: 170px;
    margin-top: -110px;
    margin-left: -90px;
}

#curve {
    position: absolute;
    width: 180px;
    transform: rotate(19deg);
    margin-top: -150px;
    margin-right: -40px;
    right: 0;
}

/* buttons */
#comp {
    position: absolute;
    left: 0;
    margin-left: -32px;
    margin-top: 32px;
}

#time {
    position: absolute;
    left: 0;
    margin-left: 57px;
    margin-top: 32px;
}

#bookmark {
    position: absolute;
    left: 0;
    margin-left: 145px;
    margin-top: 32px;
}

#eyes {
    position: absolute;
    left: 0;
    margin-left: 234px;
    margin-top: 32px;
}

#neolife {
    position: absolute;
    left: 0;
    margin-left: 322px;
    margin-top: 32px;
}

#dream {
    position: absolute;
    left: 0;
    margin-left: 411px;
    margin-top: 32px;
}

/* side menu */
.boxy .sidemenu {
    float: left;
    height: 100%;
    width: 180px;
    overflow-y: scroll;
    font-family: "UnifrakturMaguntia", cursive;
    background-color: rgba(240, 248, 255, 0.2);
}

.boxy .sidemenu ul {
    padding: 10px 0;
}

.boxy .sidemenu li {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
}

.boxy .sidemenu a {
    color: lightgrey;
    text-decoration: none;
    padding-left: 5px;
}

.boxy .sidemenu a:hover {
    font-style: italic;
    text-decoration: none;
}

/* content */
.boxy .content {
    height: 100%;
    width: 520px;
    margin-left: 180px;
    background-color: rgba(240, 248, 255, 0.2); 
    overflow-y: scroll;
    color: lightgrey;
}

.boxy .content #topcat {
    margin-top: 30px;
}
.boxy .content h4 {
    font-family: "UnifrakturMaguntia", cursive;
    border-bottom: 1px dotted lightgrey;
    margin-bottom: 0;
    margin-top: 10px;
}

details summary {
    font-size: 13px;
    padding: 4px;
    width: 200px;
    cursor: pointer;
}

details a {
    color: midnightblue;
}

details a:hover {
    font-style: italic;
    text-decoration: none;
}

details p {
    border: 1px solid lightgrey;
    padding: 4px;
    margin: 0;
	font-size: 13px;
}
