@font-face {
    font-family: vaud;
    src: url('vaud.otf');
    url('vaud.otf');
}

.ac-container{
    width: 150px;
    margin: -10px 0px 0px 0px;
    float:left;
    padding-top:none;
    position: absolute;
}

.ac-container label{
    font-family: vaud, sans-serif;
    padding: 0px 0px;
    position: relative;
    z-index: 20;
    display: block;
    height: 20px;
    cursor: pointer;
    color: silver;
    line-height: 33px;
    font-size: 14px
}

.ac-container label:hover{
    color: black
;
}

.ac-container input:checked + label,{
    color: silver;
}

.ac-container input:checked + label:hover{
    color: black;
}


.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    color:red;
}

.ac-container input:checked + label:hover:after{
    color:red;
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 0px rgba(155,155,155,0.3);
}

.ac-container article ul{
    list-style:none;
    padding-left: 0;
    font-size: 11px;
}

.ac-container article ul li{
font-family: vaud, sans-serif;
color:silver;
}


.ac-container input:checked ~ article.ac-professional{
    height: 200px;
}

.ac-container input:checked ~ article.ac-academic{
    height: 160px;
}

.ac-container input:checked ~ article.ac-art{
    height: 65px;
}

.ac-container input:checked ~ article.ac-press{
    height: 80px;
}
.ac-container input:checked ~ article.ac-contact{
    height: 80px;
}

.ac-container li:hover{
    color: black;
}

.ac-container a:hover{
    color: black;
}

.ac-container .contact:hover{
    color:silver;
}

#gallery{

    float:right;
    margin-top:100px;
}

#website{

    margin:auto;
    width:990px;

}

#pnext{

    font-family:vaud, sans-serif;
    font-size: 11;
    font-color: silver;
}

a{
    font-family:vaud, sans-serif;
    font-size: 11;
    color: silver;
    text-decoration:none;
}

a:visited { text-decoration: none; color:silver; }
a:hover { text-decoration: none; color:blue; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:black }

#previous, #next{
    padding-left:5px;
    color:silver;
    float:right;
    cursor:hand;

}

#previous:hover, #next:hover {

    color:black;
}

#title{
    text-transform:uppercase;
    font-family:vaud, sans-serif;
    font-size: 14;
    font-style:bold;
    color: black;
    padding-bottom: none;
    padding-top: 70px;
    width:100px;
}

#resume{
    font-family:vaud, sans-serif;
    font-size: 14;
    color: silver;
    padding-bottom: 5px;
    padding-top:10px;
    margin:0;
}

#resume:visited { text-decoration: none; color:silver; }
#resume:hover { text-decoration: none; color:blue; }
#resume:focus { text-decoration: none; color:yellow; }
#resume:hover, #resume:active { text-decoration: none; color:black }

#explain {
    float:right;
    padding-left: 200px;
    color:gray;
}

#explain {
    font-size:13;
    text-decoration: none;
    color:black;
    width:800px;
    float:left;
    padding-left:190px;
    padding-top:10px;
    font-family:vaud, sans-serif;
    line-height:160%;

}

#explainlink {

    font-size:12;
    text-decoration: underline;
    color:black;
    width:800px;
    font-family:vaud, sans-serif;
}

#subtitle {
    text-transform:uppercase;
    text-decoration: none;
    font-size:13;
    color:black;
    padding-top:-20px;
    font-family:vaud, sans-serif;


};
