/*

Version: 10/02/2008

Description: Normalises the default rendering of most HTML elements.

*/

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, q, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, thead, tbody, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/*

*/

body {
  font: 100% Helvetica, Arial, sans-serif; /* 16px */
  color: #1A1A1A;
  background: #000000 url(/images/body_bg.gif) no-repeat 20px 0;
  padding-top: 180px;
}

.clear {
  clear: both;
}

#wrapper {
  width: 800px;
  margin: 0 0 0 20px;
  font-size: 0.625em; /* 16px x 0.625 = 10px */
}

#header {
  width: 800px;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 20px;
  background: transparent url(/images/header_bg.gif) repeat-y 290px 0;
}

#header h1 {
  width: 263px;
  height: 146px;
  text-indent: -5000px;
  float: left;
  margin-bottom: 40px;
  background: transparent url(/images/h1_bg.gif) no-repeat 0 0;
}

/*

#header #quote {
  width: 490px;
  height: 125px;
  text-indent: -5000px;
  float: right;
  background: transparent url(/images/quote_bg.gif) no-repeat 0 0;
}

*/

#header #quote {
  width: 490px;
  float: right;
  color: #009DE9;
  font: 4em Georgia, serif;
}

#header #quote span {
  border-bottom: 1px solid #333333;
}

#header h2 {
  width: 275px;
  color: #DD007C;
  text-align: right;
  clear: left;
  margin-right: 15px;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
}

#header div.preview {
  width: 150px;
  float: left;
  margin-left: 20px;
}

#header div.preview {
  opacity: 0.8;
}

#header div.preview:hover {
  opacity: 1;
}

#header div.preview h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;

}

#header div.preview h3 a {
  color: #FFFFFF;
  text-decoration: none;
}

#header div.preview img {
  background-color: #1A1A1A;
  margin-bottom: 10px;
}

#header div.preview p {
  font-size: 1.1em;
  line-height: 1.4;
}

#header div.preview p a {
  color: #606060;
  text-decoration: none;
}

#header #contact {
  position: absolute;
  bottom: 0;
  left: 86px;
  font-size: 1em;
  color: #FFFFFF;
  line-height: 1.8;
}

#header #contact a {
  color: #FFFFFF;
  text-decoration: none;
}

#header #contact a span {
  color: #606060;
}

#header #contact span {
  color: #009DE9;
}

#header #skills {
  position: absolute;
  bottom: 0;
  left: 310px;
  color: #009DE9;
  font-size: 1.2em;
  font-weight: normal;
}






#projects {
  width: 714px; /* TODO */
  margin-left: 86px; /* TODO */
  border-top: 1px solid #666666;
}

div.project {
  width: 714px; /* TODO */
  margin-bottom: 150px;
  padding-top: 20px;
  float: left;
}

div.content {
  width: 554px;
  float: right;
}

div.content img {
  background-color: #1A1A1A;
  margin-bottom: 12px;
}

div.content h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

span.client {
  color: #FFFFFF;
}

span.project,
span.project a {
  color: #009EEF;
}

div.project p {
  font-size: 1.1em;
  color: #333333;
  padding-right: 250px;
  line-height: 1.4;
}

ol.nav {
  width: 140px; /* TODO */
  float: left;
  clear: left;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1A1A1A;
  line-height: 1.6;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

ol.nav.cmyk {
  background-image: url(/images/nav_cmyk_bg.gif);
  padding-top: 15px; /* 5 + 10 */
}

ol.nav.rgb {
  background-image: url(/images/nav_rgb_bg.gif);
  padding-top: 15px; /* 5 + 10 */
}

ol.nav.identity {
  background-image: url(/images/nav_identity_bg.gif);
  padding-top: 19px; /* 9 + 10 */
}

ol.nav.illustration {
  background-image: url(/images/nav_illustration_bg.gif);
  padding-top: 16px; /* 6 + 10 */
}

ol.nav.misc {
  background-image: none;
  padding-top: 0;
}

ol.nav a {
  color: #606060;
  text-decoration: none;
}

ol.nav a:hover {
  text-decoration: underline;
}

ol.nav a.current {
  color: #FFFFFF;
}