@charset "utf-8";
/* CSS Document */
/* Main Design */
* {
  margin: 0;
  padding: 0;
  font-family: "lucida grande", "lucida sans", lucida, verdana, arial, sans-serif; 
  font-size: 100%;
  color: #333;
}

body {
  height: 100%;
  background: #eaeaea;
  text-align: left;
  overflow: scroll;
}

h1 {
  color: #9e005d;
  font-size: 1.75em;
  padding: 0;
  margin-top: 21px;
  font-weight: bold;
}

h2 {
  color: #9e005d;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 20px;
}

p {
  line-height: 1.4em;
  margin-bottom: 20px;
}

img,
img a {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  outline: none;
}

a:hover {
  color: #9e005d;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}

#content img a {
  border: 0px;
  padding: 0;
}

.noborder {
  border: none;
}

.border {
  border: 1px solid #333;
  padding: 5px;
  background: #fff;
}

#wrap {
  height: 600px;
  width: 5000px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  background: url('/images/butterfly.png') no-repeat left center;
  padding-left: 185px;
  cursor: move;
  margin-left: -185px;
}

#main {
  width: 325px;
  padding: 95px 0;
  text-align: right;
  font-size: 0.85em;
  float: left;
}

#navigation {
  margin: 37px 0 50px 0;
  list-style: none;
  font-size: 1.75em;
  padding: 0;
  line-height: 1.25em;
}

#navigation li {
  color: #333;
  font-weight: bold;
  text-align: right;
}


/* Content Design */

#content {
  position: relative;
  top: 0;
  left: 50px;
  margin: 45px 0;
  font-size: 0.8em;
  float: left;
}

#portfolio {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#portfolio li {
  display: block;
  margin-right: 25px;
  float: left;
}


/* Vita */

.left {
  float: left;
  width: 333px;
  margin-right: 30px;
}


/* CSS Tooltip */
a.enlarge { 
  position: relative;
  display: block;
  text-align: right
}

a.enlarge img {
  padding-top: 7px;
}

a.enlarge span {
  display: none;
}

a.enlarge:hover span.tooltip {
  display: block;
  position: absolute;
  top: 2px;
  right: 15px;
  padding: 0;
  color: #636363;
  font-size: 0.85em;
  text-align: right;
}