@charset 'utf-8';
body, html {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode";
  color: black;
  margin: 20px 0; }

body {
  background-color: #dddddd; }

h2 {
  margin: 25px 0 10px 0; }
  h2:first-child {
    margin-top: 0; }

p {
  margin: 0;
  font-size: 15px;
  margin-bottom: 0.5em;
  line-height: 1.5em; }

a {
  color: black;
  outline: none; }
  a:visited, a:active {
    color: black;
    outline: none; }

img {
  border: 0; }

dl {
  line-height: 1.5em; }

dt {
  float: left;
  width: 8em;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

dd {
  margin: 0 0 0.5em 8em; }

dl.small dt {
  width: 5em; }
dl.small dd {
  margin: 0 0 0.5em 5em; }

ul {
  margin: 0 0 0.5em 1em;
  padding: 0;
  font-size: 15px; }
  ul li {
    margin: 0.3em 0;
    list-style-type: square;
    line-height: 1.5em; }

#wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 97%;
  max-width: 1024px; }

#bar {
  height: 100px;
  margin: 0 auto;
  background: url("../images/sand.png");
  border-bottom: 5px solid #eeeeee;
  box-shadow: 1px 1px 20px #888888;
  -moz-box-shadow: 1px 1px 20px #888888;
  -webkit-box-shadow: 1px 1px 20px #888888;
  behavior: url(../javascripts/PIE.htc);
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  behavior: url(../javascripts/PIE.htc); }

#name {
  position: absolute;
  right: 20px;
  margin: 25px 0 10px 20px;
  font-family: "IM Fell DW Pica SC", "Trebuchet MS";
  font-size: 70px;
  text-shadow: 2px 2px 10px #aaaaaa;
  font-weight: 500; }
  #name #first-name {
    float: left;
    color: white; }
  #name #last-name {
    float: left;
    color: black; }

#degree {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 11px;
  font-weight: 300;
  color: #555555; }

#main {
  position: absolute;
  right: 0;
  top: 140px;
  width: 700px;
  z-index: 3;
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(../javascripts/PIE.htc);
  box-shadow: 1px 1px 5px #888888;
  -moz-box-shadow: 1px 1px 5px #888888;
  -webkit-box-shadow: 1px 1px 5px #888888;
  behavior: url(../javascripts/PIE.htc); }

#side {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 3%; }
  #side #photo-border {
    border: 0;
    height: 140px;
    width: 140px;
    padding: 15px;
    margin: 0 0 20px 0;
    background: white;
    background: white -webkit-gradient(linear, right top, left bottom, color-stop(0.34, #f0f0f0), color-stop(0.66, white));
    background: white -moz-linear-gradient(right top, #f0f0f0 34%, white 66%);
    box-shadow: 1px 1px 20px #888888;
    -moz-box-shadow: 1px 1px 20px #888888;
    -webkit-box-shadow: 1px 1px 20px #888888;
    behavior: url(../javascripts/PIE.htc);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(../javascripts/PIE.htc);
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg); }
    #side #photo-border #photo {
      background: url("../images/photo.jpg");
      height: 135px;
      width: 140px;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      behavior: url(../javascripts/PIE.htc); }
  #side p {
    font-size: 10px;
    color: #aaaaaa; }
    #side p a {
      color: #aaaaaa; }

#map {
  float: right;
  margin: -35px 0 10px 10px;
  border: 8px solid #eeeeee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(../javascripts/PIE.htc); }

#icons {
  margin: 0 0 20px 0px;
  padding: 10px 10px 4px 10px;
  width: 150px;
  background: url("../images/sand.png");
  border-bottom: 5px solid #eeeeee;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  behavior: url(../javascripts/PIE.htc);
  box-shadow: 1px 1px 20px #888888;
  -moz-box-shadow: 1px 1px 20px #888888;
  -webkit-box-shadow: 1px 1px 20px #888888;
  behavior: url(../javascripts/PIE.htc); }
  #icons ul {
    margin: 0; }
    #icons ul li {
      display: inline-block;
      margin: 5px 7px; }
      #icons ul li a {
        width: 32px;
        height: 32px;
        display: block; }
        #icons ul li a.delicious {
          background: url(../images/icons.png); }
        #icons ul li a.facebook {
          background: url(../images/icons.png) 0 -32px; }
        #icons ul li a.github {
          background: url(../images/icons.png) 0 -64px; }
        #icons ul li a.lastfm {
          background: url(../images/icons.png) 0 -96px; }
        #icons ul li a.twitter {
          background: url(../images/icons.png) 0 -128px; }
        #icons ul li a.xing {
          background: url(../images/icons.png) 0 -160px; }

/*	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
 *	Copyright (c) 2009 Niall Doherty
 *	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses. */
/* Most common stuff you'll need to change */
@media screen {
  .coda-slider-wrapper {
    padding: 0 0; }

  .coda-slider {
    background: white url("../images/gradient2.gif") repeat-x; }

  /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
  .coda-slider-no-js .coda-slider {
    height: 200px;
    overflow: auto !important;
    padding-right: 20px; }

  /* Change the width of the entire slider */
  .coda-slider {
    width: 700px; }
    .coda-slider .panel {
      width: 700px; }

  /* Tab nav */
  .coda-nav ul li a {
    margin: 0 10px; }
    .coda-nav ul li a:hover {
      background: #333333; }
    .coda-nav ul li a.current {
      background: #eeeeee;
      color: black; }

  /* Panel padding */
  .coda-slider .panel-wrapper {
    padding: 20px; }
  .coda-slider p.loading {
    padding: 20px;
    text-align: center; }

  /* Tabbed nav */
  .coda-nav ul {
    clear: both;
    display: block;
    overflow: hidden;
    background-color: black;
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(../javascripts/PIE.htc); }
    .coda-nav ul li {
      display: block;
      width: 20%;
      float: left;
      margin: 0; }
      .coda-nav ul li a {
        background: black;
        color: white;
        display: block;
        padding: 5px 0;
        text-decoration: none;
        text-align: center;
        outline: none;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-right: 2px solid black;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        behavior: url(../javascripts/PIE.htc); }

  /* Miscellaneous */
  .coda-slider-wrapper {
    clear: both;
    overflow: auto; }

  .coda-slider {
    float: left;
    overflow: hidden;
    position: relative; }
    .coda-slider .panel {
      display: block;
      float: left; }
    .coda-slider .panel-container {
      position: relative; } }
