body {
  background: #a9bac3 url(../images/style/background.png) repeat-x;
  font-family: Sans-Serif;
  margin: 50px;
  margin-top: 0px;
  text-align: center;
}

a {
  color: #111177;
}

dt {
  font-weight: bolder;
}

h1, h2 {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}


li {
  font-size: .8em;
  margin-bottom: .4em;
}

ul {
  list-style-type: none;
  padding: 0;
}

div.data_left {
  background-image: none;
}

div.site { 
  text-align: center;
  width: 80em;
}

#input div.data {
  width: 290px;
}

#input div.data div {
  height: 250px;
}

div.data div {
  background: url(../images/style/data_background.png) repeat-x;
  padding: 5px 1px 5px 3px;
}

#output, #input {
  width: 900px;
  margin: auto;
}

#footer { 
  font-size: .8em;
}

#header {
  background: url(../images/style/header_background.png) repeat-x;
  color: #fff;
  margin: auto;
  padding: 0;
  height: 60px;
  width: 50%;
}

#header h1 {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: .8em;
}

#header h1 a {
  color: #fff;
  text-decoration: none;

}

div.bigblock {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  margin-bottom: 3em;
  width: 58em;
}

div#contact {
  margin-top: 2em;
}

div#contact div.contact {
  display: inline;
  float: left;
  padding: 0;
  text-align: center;
  width: 19em;
}

div#portfolio h2 {
  padding-bottom: 2em;
}

div#recent div.activity {
  float: left;
  text-align: left;
  width: 19em;
}

div.activity div.action {
  margin-bottom: .3em;
}

div#recent a {
  color: #fff;
  text-decoration: none;
}

div#recent a:hover {
  text-decoration: underline;
}

a.biggreenlink { 
  background-color: #79b14c;
  background-image: url(/media/images/green-stripe.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 2px solid #ebffeb;
  color: #ddd;
  font-size: 3em;
  font-weight: bold;
  margin-top: 15em;
  padding: 1em;
  text-decoration: none;
}

a.biggreenlink:hover { 
  color: #fff;
  text-decoration: underline;
}

a#resume {
  color: #000;
  font-size: 2em;
  text-decoration: none;
}

a#resume:hover {
  text-decoration:underline;
}

a#portfolio {
  color: #000;
  text-decoration: none;
}
a#portfolio:hover {
  text-decoration: underline;
}
