body {
  min-width: 950px;
}
#grey-bg {
  height: 90%;
  min-height: 600px;
  width: 100%;
  background: #cacaca;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#wrapper {
  font-family: CenturyGothic;
  font-weight: 200;
  width: 730px;
  margin: 13px auto;
  position: relative;
  z-index: 2;
}
a {
  text-decoration: none;
  color: #000;
  background: transparent;
  padding: 2px 7px;
}
h1 a {
  padding: 0;
}
a:hover {
  color: #fff;
  background: #000;
}
#header #sub a.selected {
  color: #000;
}
h1 a:hover {
  color: #000;
  background: #fff;
}
a.img:hover {
  background: transparent;
}
#header {
  position: relative;
}
#header h1 {
  font-weight: 400;
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#header #logo {
  height: 70px;
  position: absolute;
  right: -10px;
  top: 0;
}
#header ul {
  margin: 18px 0 0 -7px;
  text-transform: uppercase;
  font-size: 8pt;
}
#header ul li {
  display: inline-block;
  margin-right: 30pt;
}
#header #sub {
  position: absolute;
  font-size: 8.5pt;
  top: 65px;
  left: -100px;
}
#header #sub a {
  color: #8c8c8c;
}
#header #sub a:hover {
  color: #fff;
}
#header #sub li {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
#showcase {
  position: relative;
  height: 545px;
}
#showcase img {
  position: absolute;
  top: 10px;
  left: 2px;
  display: none;
}
#showcase img:first-child {
  display: block;
}
#grid {
  display: block;
  margin: 20px 0 4px;
  min-height: 533px;
  height: 533px;
  width: 763px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#grid li {
  position: relative;
}
#grid a {
  padding: 0;
  position: relative;
  display: block;
}
#grid a .overlay {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
}
#grid a .overlay div, #grid a .overlay p {
  position: absolute;
  height: 60px;
  width: 350px;
  left: 0;
  top: 0;
}
#grid a .overlay p {
  z-index: 3000;
  top: 12px;
  left: 20px;
  font-size: 12px;
  color: #FFF !important;
}
#grid a .bg {
  background: #ccc;
  opacity: .9;
  z-index: 2000;
}
#grid a:hover .overlay {
  opacity: 1;
}
#grid a:hover .overlay p {
  color: #000;
}
#grid ul {
  margin: 5px 0 0 -25px;
}
#grid li {
  display: inline-block;
  padding: 0 0 24px 25px;
  margin-top: -3px;
}
#project-info {
  font-size: 11px;
  line-height: 19px;
  position: absolute;
  bottom: -5px;
  left: 770px;
  width: 186px;
  z-index: 1000;
}
#project-info #project-name {
  text-transform: uppercase;
}
#project-info #project-meta {
  padding-bottom: 5px;
  font-style: italic;
}
#project-info #description-link {
  border-top: 1px solid #000;
  padding-top: 5px;
  font-size: 10px;
}
#project-info #description-link a {
  margin: 0;
  padding: 0;
}
#project-info .small {
  font-size: 9px;
}
#text-desc {
  font-size: 11px;
  padding: 26px 0 0 0;
  min-height: 498px;
}
#text-desc h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#text-desc h4 {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 11px;
}
#text-desc p {
  margin: 0 20px 10px 0;
}
#text-desc a {
  display: inline;
}
#text-content {
  margin-top: 40px;
  font-size: 11px;
}
#text-content a.email {
  margin-left: -5px;
  color: #8b8232;
  cursor: pointer;
}
#text-content p {
  margin-bottom: 15px;
}
#contact #text-content {
  margin-left: 180px;
}
#about #text-content {
  margin-left: 90px;
  width: 300px;
}
#sidebar-overlay {
  background: #CACACA;
  width: 20px;
  height: 534px;
  position: absolute;
  top: 80px;
  left: 745px;
  z-index: 100;
}
#footer {
  color: #999;
  margin: 0;
  font-size: 7px;
  float: right;
  position: relative;
}
