html, body {
    margin: 0;
    min-width: 1200px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background-color: #121212;
    height: 100%; /*for wrapping footer*/
}

* {
    margin:0;
}

.pageContainer {
    background: #121212;
    padding: 0 15% 0 15%;
    max-width: 1400px;
    /*the rest of this div is to wrap the footer*/
    min-height:120%;
}

.bannerContainer {
    padding-top: 10px;
    margin-left: 1em;
    padding-bottom: 15px;
}

.header {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: .3em;
  position: relative; 
  top: 0px;
  display: inline-block;
  width: 25%;
  float: left;
}

.bullet {
  color: #A61C00; 
  font-size: 0.6em;
  position: relative;
  top: -5px;
}

.navBar {
    letter-spacing: .15em;
    display: inline-block;
    width: 70%;
    margin-top: 10px;
}

.navBar li {
    list-style: none;
    display: inline;
    margin-left: 3em;
}

.nav {
  font-weight: normal;
  color: #767676;
  font-size: .7em;
  float: right;
}

.nav a:link {color: #767676} 
.nav a:link {text-decoration:none}
.nav a:visited {color: #767676}
.nav a:hover {color: #008a99; border-top: 0.3em solid #A61C00; padding-top: .5em;}

#active {
    color: #008a99;
}

.siteContainer {
    height: 750px;
    margin-bottom: 1em;
    overflow: auto; /*for footer*/
    padding-bottom: 80px; /*must be same height as footer*/
    width: 100%;
}

#thumbs {
    position: absolute;
    display: inline-block;
    float: left;
    width: 23%;
}

#thumbs table {
    width: auto;
    align: left;
    border-collapse:separate;
    border-spacing: 1em .6em;
    display: inline-block;
}

#thumbs td {
    width: 100px;
    valign: top;
}

#thumbs img {
    width: 100px;
    height: 100px;
    border: 1px solid black;
    z-index: 0;
}

.thumbText {
    position: absolute;
    z-index: 1;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    color: #c6c6c6;
    background: #000000;
    height: 101px;
    width: 101px;
}

.thumbText p {
    margin-top:35px;
}

.thumbText:hover {
    opacity: .65;
}

.fullSize {
    margin-top: .8em;
    background: #121212;
    display: none;
    width: 600px;
    z-index: 5;
    position: relative;
    float: right;
}

.fullSizePortrait img {
    /*height: 550px;*/
    margin: 0px 10px 10px 0px;
    position: absolute;
    z-index: 0;
    margin-left: 20px;
}
    
.portraitInfo {
    position: absolute;
    z-index: 4;
    margin-left: 20px;
    padding: 10px;
    opacity: 0;
    height: 600px;
    width: 550px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.portraitInfo:hover {
    opacity: .75;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.infoText {
    z-index: 1;
    position: absolute;
}

.infoText a:link {color: #767676} 
.infoText a:link {text-decoration:none}
.infoText a:visited {color: #767676}

.portraitInfo h1 {
    font-size: 1.5em;
    margin: 0 10px 10px 10px;
    color: #999;
}

.portraitInfo p {
    font-size: 1em;
    margin: 10px;
    color: #767676;
}

.photo img {
    width: 120px;
    margin: 10px 10px 10px 10px;
    border: 1px solid black;
}

.infoBackground img {
    float: left;
    position: absolute;
    z-index: 0;
    height: 310px;
    width: 215px;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

.footer {
    background-color: #262626;
    position: relative;
    height: 80px;
    margin-top: -80px; /*negative value of footer height*/
    clear: both;
    text-align: center;
}

.footer .notch {
    position: absolute;
    top: 0px;
    left: 200px;
    margin: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #121212;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.footer .notch2 {
    position: absolute;
    top: -10px;
    left: 221px;
    margin: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #262626;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.crInfo {
    display: inline-block;
    margin-top: 1.5em;
}

.crInfo p {
    font-size: .8em;
    color: #767676;
    position: relative;
    font-weight: normal;
}

.crInfo a:link {color: #767676} 
.crInfo a:link {text-decoration:none}
.crInfo a:visited {color: #767676}
.crInfo a:hover {color: #008a99;}

.socialMedia {
    list-style: none;
    display: inline-block;
}

.socialIcons li {
    display: inline;
    position: absolute;
}

.fb {
    margin-top: -20px;
    width: 30px;
    height: 30px;
    background: url(imgs/socialmedia/facebook_sprite.png) 0 -30px;
    background-size: 30px 60px;
    display: block;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.fb:hover {
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tw {
    margin-top: -20px;
    margin-left: 50px;
    width: 30px;
    height: 30px;
    background: url(imgs/socialmedia/twitter_sprite.png) 0 0;
    background-size: 30px 60px;
    display: block;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tw:hover {
    background-position: 0 -30px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.li {
    margin-top: -20px;
    margin-left: 100px;
    width: 30px;
    height: 30px;
    background: url(imgs/socialmedia/linkedin_sprite.png) 0 -30px;
    background-size: 30px 60px;
    display: block;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.li:hover {
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*Books*/

.thumbsBooks {
    position: absolute;
    display: inline-block;
    float: left;
    width: 23%;
}

.thumbsBooks table {
    width: auto;
    align: left;
    /*border-collapse:separate;*/
    border-spacing: 1em .6em;
    display: inline-block;
}

.thumbsBooks td {
    width: 320px;
    valign: top;
    height: 150px;
}

.thumbsBooks img {
    width: 320px;
    border: 1px solid black;
    z-index: 0;
    position: relative;
}

.thumbsBooksText {
    position: absolute;
    z-index: 1;
    opacity: 0;
    text-align: center;
    color: #c6c6c6;
    background: #000000;
    width: 322px;
    height: 56%;
}

.booksText a:link {color: #c6c6c6} 
.booksText a:link {text-decoration:none}
.booksText a:visited {color: #c6c6c6}
.booksText a:hover {text-decoration: underline}

.thumbsBooksText p {
    margin-top: 90px;
}

.thumbsBooksText:hover {
    opacity: .65;
}

.booksText {
    display: inline-block;
    width: 55%;
    position: relative;
    float: right;
}

.booksText h1 {
    color: #d5d5d5;
    font-size: 1em;
    font-weight: 100;
    display: inline-block;
    position: absolute;
    background-color: #121212;
}

.booksText p {
    color: #999;
    font-size: .8em;
    display: inline-block;
    position: absolute;
    background-color: #121212;
}

#ibooks img {
    display: inline-block;
    position: absolute;
    width: 20%;
    margin-top: -1em;
    margin-left: 21.5em;
}

.fullSizeBooks {
    display: none;
    z-index: 0;
    position: relative;
}

/*Specifics for Contacts Page follow*/

.contactContainer {
    margin-top: 2em;
    margin-bottom: 1em;
    overflow: auto; /*for footer*/
    padding-bottom: 80px; /*must be same height as footer*/
    width: 100%;
}

.contactContainer img {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-bottom: 10em;
    float: left;
    z-index: 5;
}

.contactContainer h1 {
    display: block;
    position: absolute;
    font-size: 15em;
    font-family: Georgia, "KaiTi", "楷体", "Times New Roman", serif, STKaiti, "华文楷体";
    color: black;
    margin-top: 1em;
    z-index: 0;
    min-width: 4em;
    padding-bottom: .1em;
}

.contactContainer h2 {
    display: inline-block;
    position: relative;
    font-size: 1em;
    color: #999;
    width: 60%;
    float: right;
    padding-bottom: 1em;
}

.contactContainer p {
    display: inline-block;
    position: relative;
    font-size: .8em;
    color: #999;
    width: 60%;
    float: right;
}

.contactContainer a:link {color: #999} 
.contactContainer a:link {text-decoration:none}
.contactContainer a:visited {color: #999}
.contactContainer a:hover {color: #999; text-decoration: underline;}


/*Specifics for In 3D page follow*/

.fullSize3d {
    margin-left: 250px;
    background-color: #121212;
    display: inline;
    display: none;
    z-index: 5;
    position: relative;
}

.fullSizePortrait3d img {
    height: 600px;
    position: relative;
    margin: -380px 10px 10px 150px;
    display: inline-block;
}

.info3d {
    position: relative;
    padding: 10px;
    display: inline-block;
    margin-top: 250px;
}

.info3d h1 {
    font-size: 1.5em;
    margin: 0 10px 10px 10px;
    color: #999;
}

.info3d p {
    font-size: 1em;
    margin: 10px;
    color: #767676;
}

/*Specifics for Play page follow*/

.colors {
    display: inline-block;
}

#p1 {
    color: #008aa6;
}

#p2 {
    color: #A6008A;
}

#p3 {
    color: #8AA600;
}

#p4 {
    color: #008aa6;
}

/*Specifics for writings page follow*/

.writingsContainer {
    margin-bottom: 1em;
    overflow: auto; /*for footer*/
    padding-bottom: 80px; /*must be same height as footer*/
    width: 100%;
}

.writingsContainer a:link {color: #008a99;} 
.writingsContainer a:link {text-decoration:none;}
.writingsContainer a:visited {color: #008a99;}
.writingsContainer a:hover {color: #008a99; text-decoration: underline;}

#writingTable p {
    color: #999;
    font-size: .8em;
    padding-left: 1em;
}

#writingTable table {
    border-spacing: 2px;
}

#writingTable tbody {
    vertical-align: top;
}

#writingTable td > {
    text-align: left;
}
