body {
    margin: 0;
    background-color: black;
    color: #ff9900;
    font-family: "Arial", "sans-serif";
}

#title {
    border-left: 64px #ff9900 solid;
    border-bottom: 16px #ff9900 solid;
    border-radius: 0 0 0 20px;
    padding: 16px;
    height:  48px;
}

#title h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    text-shadow:#ccc 0 1px 0, #c9c9c9 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px;
}

#content {
    border-left: 64px #ff9900 solid;
    border-top: 16px #ff9900 solid;
    border-radius: 20px 0 0 0;
    position: absolute;
    top: 112px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: hidden;
    padding: 16px;
/*    overflow-y: auto; */
}

#content h2 {
    font-size: 24px;
}

#links {
    margin: 0;
    padding: 0;
}

#links li {
    display: inline-block;
    width: 200px;
    height: 18px;
    padding: 4px;
    background-color: #ff9900;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    background-clip: border-box;
    text-align: center;
    line-height: 18px;
    margin: 12px 12px 12px 0;
}

#links li > a, li > a:hover, li > a:active, li > a:visited, li > a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

img.portrait {
    width: 200px;
    height: 200px;
    border: 4px solid #ff9900;
    border-radius: 100px;
    float: right;
}

#albums {
    margin: 0;
    padding: 0;
}

#albums li {
    display: block;
    height: 56px;
    vertical-align: middle;
    margin: 0px 0 0px 0;
    padding-left: 56px;
    background-image: url('/folder.png');
    background-size: 48px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#albums li h1 {
    font-size: 16px;
    margin: 2px;
    line-height: 28px;
}

#albums li h2 {
    font-size: 10px;
    margin: 1px;
}

#albums li a, li > li > a:active, li > a:visited, li > a:link {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

#albums li a:hover {
    text-decoration: underline;
}

#thumbnails {
    width: 100%;
    text-align: center;
}

#thumbnails div {
    display: inline-block;
    width: 124px;
    border: 1px solid #ff9900;
    text-align: center;
    margin: 2px;
    padding: 0;
}

#thumbnails div a, div > a:active, div> a:visited, div > a:link {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

#thumbnails div img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    margin: 2px;
}

#thumbnails div h3 {
    font-size: 12px;
    text-align: center;
    margin: 4px 0 0 0;
}

#photopage {
    text-align:center;
}

#photopage img {
    max-width: calc(100% - 16px);
}
