/* stylesheet */

body {
  margin: 0 444px 0 50px;
  padding: 0 0px 0 0px;
  min-width: 444px;
  background-color: #fff;
  font-family: monospace;
}

img {
  border: 0;
}

#everything {
  float: left;
  width: 100%;
  border-left: 50px solid #fff; /* The width and color of the left rail */
  border-right: 444px solid #fff; /* The width and color of the right rail */
  margin-left: -50px;
  margin-right: -444px;
  display: inline; /* So IE plays nice */
}

#left {
  float: left;
  padding-top: 1em;
  width: 50px;
  margin-left: -50px;
  position: relative;
  font-size: 90%;
  line-height: 180%;
}

#center {
  float: left;
  padding: 1em;
  width: 100%;
  margin-right: -100%;
  background-color: #fff;
}

#right {
  float: right;
  padding: 1em 1em 0 0;
  width: 400px;
  margin-right: -444px;
  position: relative;
}

.left-header {
  font-variant: small-caps;
}

#left a:link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#left a:active {
  color: #f00;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#left a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#left a:hover {
  color: #f00;
  text-decoration: none;
  border-bottom: 0px dotted #f00;
}

#left a div {
/*  float: right;
  padding-top: 1em;
  width: 200px;
  margin-right: -200px;
  position: relative; */
  position: absolute;
  top: 1em;
  left: 660px;
  width: 444px;
  display: none;
  border: 2px dotted #efefef;
}

#left a:hover div {
  display: block;
}

/* style for friends */

#friends {
  position: fixed;
  bottom: 10px;
  left: 10px;
  color: #aaa;
}

#friends a:link {
  color: #aaa;
  text-decoration: none;
  border-left: 1px dotted #f00;
  border-right: 1px dotted #f00;
}

#friends a:active {
  color: #f00;
  text-decoration: none;
  border-left: 1px dotted #f00;
  border-right: 1px dotted #f00;
}

#friends a:visited {
  color: #aaa;
  text-decoration: none;
  border-left: 1px dotted #f00;
  border-right: 1px dotted #f00;
}

#friends a:hover {
  color: #f00;
  text-decoration: none;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
}

#right a:link,
#center a:link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#right a:active,
#center a:active {
  color: #f00;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#right a:visited,
#center a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #f00;
}

#right a:hover,
#center a:hover {
  color: #f00;
  text-decoration: none;
  border-bottom: 0px dotted #f00;
}


div#center h1 {
  display: none;
}

div#center .stylized-letters {
  font-size: 2em;
  margin: 0;
  padding: 1em 0 0 0;
  width: 20em;
}

div#right .stylized-letters {
  font-size: 1.4em;
  margin: 0;
  padding: 1em 0 0 0;
  text-align: right;
}

div#center .stylized-letters span {
  margin: 3px;
  padding: .2em;
  border: 0;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}

div#right .stylized-letters span {
  margin: 1px;
  padding: .1em;
  border: 1px dotted #ccc;
  color: #000;
  background-color: #cbcbcb;
}


ul#contact li {
  list-style: none;
}

form#sendEmail {
  background-color: #000000;
  padding: 1em;
  border: 1px dotted #ccc;
}

.error {
  color: #fff;
}

form textarea, form input { font-family: sans-serif; font-size: 1em; border:
0; margin: .3em 0 .3em 0; }

.labelHighlight {
  color: #888;
}

#work pre {
  font-family: sans-serif;
  text-align: right;
}

