
body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

/* Layout
 * --------------------------------------------------------------------- */
html, body, #layout {
  margin: 0 !important;
  padding: 0 !important;
}
html, body {
  margin: 0;
  padding: 0;
}
#layout {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent url('/images/kp.gif') no-repeat bottom right;
}
#header, #main, #footer {
  display: table-row;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#header {
  height: 20px;
  background: transparent url('/images/bg_header.png') repeat-x top;
}
#content {
  padding: 1em;
  margin-right: 181px;
  margin-left: 0.5em;
}
#sidebar {
  float: right;
  width: 181px;
}
#footer {
  height: 58px;
  background: transparent url('/images/bg_footer.png') repeat-x bottom;
}
#footer .rc-scout {
  margin: 0 0 1em 1em;
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #ffc;
  border-radius: 4px;
}
#rsum #footer .rc-scout p {
  margin: 0;
}
.clearfix {
  clear: both;
}

/* Headings
 * --------------------------------------------------------------------- */
h2 {
  margin-bottom: 0.4em;
  line-height: 1.25em;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #cd4f4f;
}
h3 {
  margin-bottom: 0.4em;
  line-height: 1.25em;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #cd4f4f;
}

/* Links
 * --------------------------------------------------------------------- */
a {
  text-decoration: underline;
  color: #b60000;
  background: transparent;
}
a:link {
  color: #b60000;
  background: transparent;
}
a:visited {
  color: #7f0000;
  background: transparent;
}
a:hover, a:active {
  color: #b60000;
  background: #d7efff;
}

/* Sidebar menu
 * --------------------------------------------------------------------- */
#sidebar {
  text-align: right;
}
#face {
  width: 181px;
  height: 200px;
  background: transparent url('/images/face.gif') no-repeat top right;
}
#nav {
  width: 150px;
  margin: 0 0 0 auto;
  padding: 50px 0 50px 10px;
  text-align: left;
  background: transparent url('/images/ls.gif') no-repeat 0 34px;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
        margin: 0 !important;
}
a.menu {
  display: block;
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  border-left: 5px solid #b60000;
  text-decoration: none;
  line-height: 1.75;
  font-weight: bold;
  text-transform: lowercase;
}
a.menu {
  color: #b60000;
  font-size: 115%;
}
a.menu:link, a.menu:visited {
  border-color: #b60000;
  background-color: transparent;
}
a.menu:active, a.menu:hover {
  border-color: #e09e9e;
  background-color: #d7efff;
}
a.menu.current:link, a.menu.current:visited {
  border-color: #e09e9e;
  background-color: transparent;
}
a.menu.current:active, a.menu.current:hover {
  border-color: #e09e9e;
  background-color: #d7efff;
}

/* Teasers
 * --------------------------------------------------------------------- */
p.teaser {
  margin: 0 2em 1em 1em;
  width: 156px;
  position: relative;
}
p.teaser a {
  display: block;
  margin: 0;
  padding: 0;
  border: 3px solid #666;
}
p.teaser span {
  display: block;
  padding: 0.2em;
  color: #333;
  font-size: 90%;
  font-style: italic;
  text-align: center;
}
p.teaser .zoom {
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url('/images/magnify.png') no-repeat top right;
}
p.teaser img {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
#facebox table, #facebox table td {
  border: 0;
}

/* Content
 * --------------------------------------------------------------------- */
#content {
   width: 48em;
   color: #333;
}
#content p {
  margin: 0 0 1.5em 0;
  text-align: justify;
  line-height: 1.25em;
}
#content .inline-img {
  float: right;
  margin: 0 0 0 2em;
}
#content .byline {
  font-style: italic;
  margin-bottom: 0.25em;
}
#content .date {
  font-style: italic;
}
#content #teaser-strip {
  float: left;
  width: 170px;
  padding: 0 1em 0 1em;
}
#content #page-inner {
  margin-left: 194px;
  padding-top: 0.25em;
  width: 48em;
}
#content #page-inner p {
  margin: 0 0 1.5em 0;
  text-align: justify !important;
  line-height: 1.25em;
}
#content ul {
  list-style-type: disc;
}
#content li {
  line-height: 1.25em;
}

/* Home page
 * --------------------------------------------------------------------- */
#welcome #content {
  margin: 16px 0 0 0;
  padding: 0;
}
#welcome #content #tree {
  margin: 0;
  padding: 0;
  background: #fff url('/images/home_tree_with_menu.jpg') no-repeat top left;
  width: 500px;
  height: 432px;
}
#welcome #content h2 {
  position: absolute;
  top: 284px;
  left: 224px;
  font-size: 18px;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#welcome #content h2 a {
  text-decoration: none;
}
#welcome #content h2 a:link, #welcome #content h2 a:visited {
  color: #cd4f4f;
}
#welcome #content h2 a:hover, #welcome #content h2 a:active {
  color: #b60000;
}
#welcome #content ul {
  position: absolute;
  top: 313px;
  left: 236px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style-type: none;
}
#welcome #content li {
  height: 24px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#welcome #content li a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#welcome #content li a:link, #welcome #content li a:visited {
  color: #b60000;
}
#welcome #content li a:hover, #welcome #content li a:active {
  background: #d7efff;
}

#welcome #content .item {
  margin: 0 0 0 60px;
  padding: 14px;
  width: 464px;
  border: 5px solid rgb(129, 210, 255);
  border-radius: 18px;
}
#welcome #content .item img {
  float: left;
  margin: -10px 0 -20px -20px;
}
#welcome #content .item h3, #welcome #content .item p {
  margin-left: 90px;
}
#welcome #content .item p {
  font-style: italic;
  margin-bottom: 1em;
}
#welcome #content .item p:last-of-type {
  margin-bottom: 0;
}
#welcome #content .item a {
  text-decoration: none;
  color: #cd4f4f;
}
#welcome #content .item a:link, #welcome #content .item a:visited {
  color: #cd4f4f;
}
#welcome #content .item a:hover, #welcome #content .item a:active {
  color: #b60000;
}

/* Portfolio page
 * --------------------------------------------------------------------- */
#portfolio ul#portfolio-items {
  display: table;
  list-style-type: none;
  margin: 1em 0 1em 0;
  padding: 0;
}
#portfolio ul#portfolio-items li {
  display: table-row;
  list-style-type: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
#portfolio-items .year {
 display: table-cell;
 vertical-align: middle;
}
#portfolio-items .year span {
 display: block;
 width: 3em;
 padding-left: 0.25em;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 3em;
 font-weight: bold;
 letter-spacing: -0.04em;
 color: #ddd;
}
#portfolio-items .item {
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
}
#portfolio-items .item h3 {
  margin-bottom: 0;
}
#portfolio-items .item a {
  display: block;
  margin: 0;
  padding: 0.5em;
  text-decoration: none;
  color: #333333;
  width: 400px;
}
#portfolio-items .item div {
  height: 80px;
  padding-left: 90px;
  background-color: transparent;
  background-repeat: no-repeat;
}
#portfolio-items a:link, #portfolio-items a:visited {
  background: transparent;
}
#portfolio-items a:hover, #portfolio-items a:active {
  background: #d7efff;
  border-radius: 8px;
}
#portfolio-items a:link h3, #portfolio-items a:visited h3 {
  color: #cd4f4f;
}
#portfolio-items a:hover h3, #portfolio-items a:active h3 {
  color: #b60000;
}
#portfolio-items a:link div, #portfolio-items a:visited div {
  background-position: 0px -81px;
}
#portfolio-items a:hover div, #portfolio-items a:active div {
  background-position: 0px 0px;
}

/* Resume page
* --------------------------------------------------------------------- */
#rsum h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  margin: 0;
}
#rsum h4 {
  color: #aaa;
  font-weight: bold;
  float: right;
}
#rsum h5 {
  color: #333;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}
#rsum h6 {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
  margin: 0 0 0.25em 0;
}
#rsum .item h6 {
  display:inline;
  background: #ffc;
}
#rsum p {
  margin: 0 0 0.75em 0;
}
#rsum li {
  margin: 0 0 0.4em 0;
}
#rsum #experience .item {
  margin-bottom: 1.25em;
}
#rsum #download {
  margin-top: -40px;
  height: 50px;
}
#rsum #download p {
  float: right;
}

/* Download icons
 * --------------------------------------------------------------------- */
a.pdf, a.tgz, a.mov, a.web {
  display: block;
  padding: 20px 0 20px 48px;
  background: transparent url('/images/pdf.png') no-repeat top left;
}
a.pdf {
  background-image: url('/images/pdf.png');
}
a.tgz {
  background-image: url('/images/tgz.png');
}
a.mov {
  background-image: url('/images/mov.png');
}
a.web {
  background-image: url('/images/web.png');
}
a.pdf:hover span, a.tgz:hover span, a.mov:hover span, a.web:hover span,
a.pdf:active span, a.tgz:active span, a.mov:active span, a.web:active span {
  background-color: #d7efff;
}

/* Contact page
 * --------------------------------------------------------------------- */
#contact img {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

/* EOF */
