#isabella{position:absolute;left:200px;top:100px;}
#project{position:absolute;left:100px;top:130px;}

html{
    margin: 0px;
    padding: 0px;
    width: 3900px;
    height: 100%;
    overflow-y: hidden;
}
body{
    padding: 0px;
    margin: 0px;
    width: 3900px;
    height: 100%;
    font-family: Geneva;
}

.mark{position:absolute;left:300px;top:-10px;}
.erin{position:absolute;left:340px;top:5px;}

.window{
    background-image: url(/assets/img/windows/test2.gif);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    /* background-position: 30px 30px; */
    /* background-color:#000; */

/*
    width: 220px;
    height: 337px;
*/
/*    height: 300px;*/
    cursor: pointer;
}


/* message box */
/*.left{
    background-image: url(/assets/img/windows/left-edge.png);
    background-repeat: no-repeat;
    float: left;
    width: 17px;
    height: 180px;

}
.right{
    background-image: url(/assets/img/windows/right-edge.png);
    background-repeat: no-repeat;
    float: left;    
    width: 17px;
    height: 180px;
}
.mid{
    background-image: url(/assets/img/windows/middle.png);
    float: left;
    height: 160px;
}*/
/*
.mid a:link{border: solid 0px;}
.mid a:active{border: solid 1px; border-bottom-width: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width:0px;}
.mid a:visited{border: solid 1px; border-bottom-width: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width:0px;}
.mid a:hover{border: solid 1px; border-bottom-width: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width:0px;}
*/
.message-pointer{
    position: relative;
    margin-bottom: -65px;
    margin-left: 200px;
}
.message{
    position: absolute;
    width: 300px;
    padding: 20px 0px 15px 30px;
    background-color:#fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    /* height: 160px; */
    display: none;
}
.message data{
    
}
.thmb{
    padding: 0px 5px 0px 0px;
    cursor: pointer;
}

.open-window{
    margin: -100px 0px 0px -250px;
}



/* popup */
.popup{
    position: absolute;
    background-color: rgb(245,248,180);
    padding: 5px 10px 5px 10px;
    max-width: 500px;
    min-width: 150px;
    font-family: arial;
    font-size: 11px;
    border: solid 1px;
    border-color:rgb(90,90,90);
}


/* links */
#link-container{
    position: absolute;
    left: 300px;
    top: 5px;
}


/* utility */
.clear{ clear: both;}

#sound{
    position: fixed;
    left: 0px;
    top: 93%;
}

#pillar{
    /*display: none;*/
    position: absolute;
    width: 300px;
    left: 10px;
    background-color:#fff;
    z-index: 5;
    padding: 20px;
    font-family: Arial;
    font-size: 12px;
    overflow: auto;
}

#date{
    position: absolute;
    width: 50px;
    left: 10px;
    z-index: 5;    
    background-color:#fff;    
}

#name-header{ position: absolute; top: 10px; left: 10px; z-index: 10;}

#featured{
    position: absolute;
    top: 0px;
    left: 100px;
    height: 100%;
    width: 900px;
    background-color:#FFF;
    opacity: .95;
}

#featured-content{
    position: absolute;
    top: 50%;
    margin-top: -270px;
    width: 740px;
    height: 550px;
    left: 50%;
    margin-left: -370px;
}
#featured-text{
    text-align:right;
    float:right;
    font-size: 10px;
    color:#333;
} 
#featured-text hr { position: relative; width: 100%; float:right;}

#project-table{ margin-left: 1400px;}

table{ width: 100%; height: 100%;}
td{height: 100%;}


/* 400x560 */
.project-info{
    position: relative;
    padding: 20px;
    width: 400px;
    height: 530px;
    background-color: #FFF;
    opacity:.93;
    font-size: 10px;
}
.external-link{
    position: relative;
    margin-top: 92%;
}