#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}         

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

body {
    background: #000;
    color: #000;
    font-family: Georgia;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
}

div#header {
    color: #FFF;
    font-size: 4em;
    margin-bottom: 50px;
    margin-top: 15px;
}

a, a:link, a:visited, a:active {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

a.nohover:hover {
    font-weight: normal;
}

img {
    border: 1px solid #000;
}    

div.line {
    font-size: 3em;
    width: 100%;
}

div#info_container {
    background: #FFCC33;
}

div#web_container {
    background: #FF6600;
}

div#projects_container {
    background: #CC6600;
}

div#video_container {
    background: #993300;
}

div#contact_container {
    background: #990000;
}

div.line div a {
    color: #000;
}

div.moreinfo {
    display: none;
    font-size: 0.5em;
    padding: 20px;
}

span.gray {
    color: #696969;
}

span.tiny {
    font-size: 0.6em;
}

div#video div.video {
    margin: 0 auto;
    padding-top: 35px;
    width: 850px;
}    

div#video div.video_header {
    font-size: 1.2em;
    font-weight: bold;
}

div#video div.video_intro {
    font-size: 0.8em;
    padding-bottom: 10px;
    padding-top: 5px;
}

div#video div.video_video {
    margin: 10px;
}

div#projects div.project {
    clear: both;
    margin: 0 auto;
    padding-top: 35px;
    width: 850px;
}    

div#projects div.project_header {
    font-size: 1.2em;
    font-weight: bold;
}

div#projects div.project_intro {
    float: left;
    font-size: 0.8em;
    margin-top: 5px;
    text-align: justify;
    width: 500px;
}

div#projects div.project_media {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

div.website {
    margin: 25px auto 0;
    width: 650px;
}

div.website_link {
    font-size: 1.5em;
}

div.website_photo {
    margin: 5px;
}

div.website_text {
    font-size: 0.8em;
    text-align: justify;
}                