/* li {
    display: inline;
}  */

#items a:visited, #items a {
    color: black;
}

.submenu {
    /* do not put all subchoices on one line in projects (too long) */
    white-space: normal !important;
    width: 60px;
}

#program {
    /* just the program submenu gets hoisted, the only way since it's absolutely positioned */
    margin-top: -42px;
}

#selector {
    margin-top: 10px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 18px;
}

#selector > li {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    cursor: pointer;
}

.selected {
    background-color: LightBlue;
}

#selector a, #selector a:visited {
    color: black;
}

#selector .subchoice, #selector a:visited.subchoice {
    padding: 0 4px;
    margin: 0 10px 0 -4px;
    color: lightblue;
}

#selector .selected {
    color: white;
}

.subselector {
    position: absolute;
    left: 158px;
    margin-top: -21px;
}

.subselector li {
    display: inline;
    font-size: 1.0em;
}

.projects {
    margin: 68px 0 0 0;
    padding-left: 0;
    padding-top: 100px;
}

.projects li {
    display: block;
    float: left;
    margin: 0;
}

#initial li.sequencer {
    background-color: #d3d3d3;
    font-size: 10em;
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 165px;
    width: 220px;
    padding-left: 0;
    padding-right: 0;
}

#initial li.small {
    font-size: 1.7em;
    /* text-transform:  lowercase; */
}

.projects li.small {
    text-transform: lowercase;
}

/* single line container only!
 * multi-line container with table trick
 * used in .photobook f*cks up projects layout.
 */
.projects .sequencer .container {
    position: relative;
    top: 41.5%;
    /* display: table-cell;
    vertical-align: middle; */
}

/* multiline vertical-align trick */
.photobook .sequencer .container {
    display: table-cell;
    vertical-align: middle;
}

.photobook .sequencer .project {
    display: table;
    width: 200px;
    margin-left: 10px;
}

/* end of trick */

.project {
    width: 220px;
    height: 165px;
}

.noimage-title {
    /* background-color: lightCoral;
    position: absolute; */
    margin-left: -217px;
    border: medium none;
    color: #d3d3d3;
    font: bold 2em georgia, serif;
    height: 90px;
    overflow: hidden;
    width: 220px;
    word-wrap: break-word;
}

.logo {
    width: 220px;
    height: 165px;
}

.hidden {
    display: none;
}

.zoom {
    z-index: 1000;
    position: relative;
    /*  margin-top: -40px;
     margin-left: -10px;
     border: 1px solid lightgrey;
     padding: 10px; */
    background-color: white;
}

.zoom img {
    visibility: hidden;
}

.zoom_hidden {
    display: none;
    word-wrap: break-word;
    position: absolute;
    top: 0;
    margin: 10px;
    background-color: white;
    padding: 10px;
    width: 180px;
}

.year {
    font-weight: bold;
}

.title {
    color: blue;
    font-size: 1.13em;
    text-decoration: underline;
}

.location {
    color: green;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid lightBlue;
    margin-left: 23px;
    margin-bottom: 0;
    position: relative;
    top: -18px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid lightBlue;
    margin-left: 0;
}

#startyear {
    display: none;
}

#name {
    margin-top: 0;
}