* {
  margin: 0;
  padding: 0;
}
  
html {
  background: #fff url('flowers.gif') no-repeat bottom left fixed;
}

body {
  font: 62.5% Corbel, Calibri, Arial, Helvetica, 'Sans-Serif';
  line-height: 150%;
  text-shadow: #fff 1px 1px 0px;
}

a, a:link, a:visited, a:active {
  color: #4183c4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.box {
  clear: both;
  position: absolute;
}

.logo {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: .8em 1.5em 0 .8em;
  padding: .2em;
  text-align: center;
}

.logo, .logo img {
  height: 80px;
  width: 80px;
}

.logo a {
  font-size: 1.25em;
  font-style: italic;
}

.logo a span {
  display: block;
  margin-top: 0.5em;
}

.logo a:hover {
  text-decoration: none;
}

.logo a:hover span {
  text-decoration: underline;
}

.logo a img {
  border: none;
}

.box .inside {
  background-color: #eaf2f5;
  border: 3px solid #ddd;
  padding: .5em;
  -moz-border-radius: .5em;
}

.box h2 {
  color: #111;
  font-size: 2.2em;
  letter-spacing: -1px;
  line-height: 1em;
}

.box .outside {
  color: #444;
  font-size: 1.275em;
  letter-spacing: -1px;
  margin-top: .7em;
}

.bottom {
  font-size: 1.4em;
  letter-spacing: -1px;
  line-height: 1.5em;
}

/**
 * pierre
 */
#pierre {
  left: 25em;
  top: 8em;
  width: 27em;
}

#pierre .inside {
  padding: .5em .5em 0 .5em;
}

#pierre h1 {
  color: #111;
  font-size: 2.6em;
  letter-spacing: -2px;
  line-height: 1em;

}

#pierre .email a {
  background: url('email.png') no-repeat center left;
  padding-left: 1.7em;
}

#pierre .email sup {
  font-size: 1em;
  position: relative;
  top: .3em;
}

#pierre .projects {
  list-style-type: none;
  margin: 0 0.5em 0 8.75em;
}

#pierre .projects span {
  border-bottom: 1px dotted #666;
  color: #000;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin: 1em 0 0.25em 0;
}

#pierre .projects ul {
  list-style-type: disc;
  margin-left: 1.25em;
  padding: 0;
}
