* {
    color: #666666;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
}

.title {
  font-weight: bold;
  font-size: 14px;
}

b {
  font-weight: bold;
}

a {
    color: #999999;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
div {
    overflow: visible;
}
img {
    border: none;
}

.red {
    color: red;
}

/* Layout */
body {
  text-align: center;
  background-color: #E9E9E9;
  margin: 0;
  padding: 0;
  top: 0px;
  bottom: 0px;
}

.hidden {
  display: none;
}

#main {
  width: 664px;
  bottom: 0px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  min-height: 1200px;
}

.content {
  text-align: left;
  padding: 16px 10px 0 30px;
}

#navbar {
  text-align: left;
  padding: 15px 0 5px 30px;
}

#navbar span {
  font-size: 14px;
  margin-right: 8px;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}

#navbar span.hover {
  color: red;
}

#navbar span.active {
  color: #333333;
}

.col {
  float: left;
  width: 46%;
  margin-right: 20px;
}

.photo {
  position: relative;
  margin: 0;
  padding: 0;
}

.imagetext {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  top: 80px;
  left: 50px;
  color: white;
}

.text {
  line-height: 17px;
  text-align: justify;
}

/* Home */
#slogan {
  position: absolute;
  top: 300px;
  left: 360px;
  width: 300px;
  text-align: left;
  z-index: 5000;
}

#slogan div {
  line-height: 32px;
  font-size: 28px;
}

#slogan .title {
  color: white;
}

#slogan .red {
  color: red;
}

.thumb {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.thumb img {
  border: 0;
}

.thumb p {
  margin: 0 0 0 4px;
  font-size: 11px;
  font-family: 'Trebuchet MS', arial, helvetica;
}

/* Bio */
#bio .text {
  margin-right: 180px;
}

#identity {
  margin-left: 50px;
  text-align: center;
}
#bio .thumb {
  margin-bottom: 10px;
  width: 100px;
}
#bio .thumb p {
  margin: 0 0 2px 0;
}

/* Projects */
#projects .text {
  margin-right: 180px;
  text-align: left;
}

#projects ul li {
   margin-bottom: 10px;
}

#projects ul li ul li {
   margin-bottom: 0px;
}

