/* Styles for 2011 Resume */

body {
  background: #444;
  font-family: "Lucida Grande", Verdana, sans-serif;
}

p, ul { margin: 0;}

/* Header */

h1 {
  text-align: center;
  margin: 0;
  color: #BBB;
  text-shadow: 1px 1px 1px #555;
}

#info {display: none;}

#website {display: none;}

a:link, a:visited { color: #00B; }
a:hover, a:active { color: #999; }


/* Main Block */

#main {
  display: block;
  width: 800px; margin-left: auto; margin-right: auto;
  margin-top: 10px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 2px #000;
  -moz-box-shadow: 5px 5px 2px #000;
  box-shadow: 5px 5px 2px #000;
  padding: 15px;
  font-size: 0.8em;
  color: #424;
}

h2 {
  color: #888;
  text-shadow: 1px 1px 0px #444;
  font-size: 1.8em;
}

h3 {
  margin-bottom: 0;
  color: #000;
}

small {
  float:right;
  color: #555;
}

.sub {
  font-size: 0.8em;
}

#copy {
  margin-top: 5px;
  text-align: center;
  font-size: 0.7em;
  color: #555;
}
