/* document -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font: 11px/2em Helvetica, Arial, sans-serif;
  background: #fff url(img/bg_tile.gif) 206px 0 fixed repeat-y;
}
div.nav {
  width: 190px;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 215px;
}
div.nav ul {
  width: 190px;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.nav li {
  margin-bottom: 1em;
}
div.nav li a {
  height: 11px;
  background-color: #f6de63;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
div.nav li a.active {
  background-position: center bottom;
}
div.nav li a span {
  display: none;
}
.nav_profile {
  background-image: url(img/nav_profile.gif);
}
.nav_portfolio {
  background-image: url(img/nav_portfolio.gif);
}
.nav_contact {
  background-image: url(img/nav_contact.gif);
}
div.page {
  width: 410px;
  margin: 0;
  padding: 200px 0 2000px 330px;
  background: url(img/logo.gif) 0 153px no-repeat;
  position: relative;
}


/* typography -----*/

h3 {
  margin: 0 0 20px;
  font: 18px/normal Verdana, sans-serif;
}
p {
  margin: 1em 0;
}
strong {
  font-weight: normal;
  background: #f6de63;
}
a img {
  border: none;
}


/* portfolio -----*/

#port_nav {
  margin: 1em 0 0;
  line-height: normal;
  list-style: none;
  float: left;
}
#port_nav li {
  width: 120px;
}
#port_nav li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#port_nav li a:hover {
  color: #333;
  background: #f6de63;
}
#port_nav li ul {
  margin: 0 0 1em;
  color: #999;
  list-style: none;
}
#port_nav li ul li a {
  color: #999;
  font-weight: normal;
  float: none;
}
#images {
  width: 270px;
  padding-top: 1em;
  background: #fff;
  float: right;
}
#images ul {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  float: left;
}
#images ul li {
  margin: 0 0 20px 20px;
  float: left;
}


/* specialty -----*/

.clear:after {
  content: "!";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#contact_form, #loading, #response {
  background: #fff;
}
#credit {
  margin: 0;
  padding-top: 100px;
  font-size: 10px;
}
#credit a {
  color: #333;
  text-decoration: underline;
  background: #f6de63;
}


/* lightbox -----*/
/*
#lightbox {
  padding: 10px;
  color: #fff;
  background-color: #000;
}
#lightboxDetails {
  padding-top: 10px;
  text-align: center;
}
#lightbox img, #overlay img {
  border: none;
}
#keyboardMsg {
  text-transform: uppercase;
  letter-spacing: 3px;
}
#keyboardMsg a {
  color: #f6de63;
  font-weight: bold;
  text-decoration: none;
}
#overlay {
  background: url(img/overlay.png) center center repeat;
}
*/