html, body {
  font-family: "Helvetica Neue"
}

a {
  color: black;
}

img {
  border: none;
}

#header {
  height: 100px;
  width: 1000px;
  margin: 0px auto;
}

#header #title {
  float: left;
  font-size: 300%;
  text-indent: 50px;
  font-weight: bold;
  color: lightgray;
}

#header ul.menu {
  list-style: none;
  text-indent: 0px;
  padding: 70px 0px 0px 0px;
  list-style-type: none;
  float: right;
}

#header ul.menu li {
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  float: left;
}

#header ul.menu li a {
  padding: 0px 30px;
  margin: 0px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
}

#header ul.menu li a:hover {
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
}

#header ul.menu li.selected a {
  border-bottom: 1px solid black;
}


#content {
  clear: both;
  width: 1000px;
  margin: 0px auto;
  padding-top: 30px;
}

#twitter {
  color: gray;
}

#tweets {
  padding-top: 20px;
}

#tweets ul {
  list-style: none;
  list-style-type: none;
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
}

#tweets ul li {
  font-size: 130%;
  font-weight: bold;
  color: gray;
  padding-bottom: 20px;
}

#tweets ul li a {
  color: gray;
}


#tweets ul li span.time {
  color: lightgray;
}

#content div.project {
  width: 990px;
  border: 1px solid #DDD;
  padding: 10px;
  margin-top: 20px;
  -opera-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#content div.project, #content div.project img, #content div.project text {
  float: left;
}

#content div.project h2 {
  font-size: 130%;
}

#content div.work_profiles {
  clear: both;
  float: left;
  width: 975px;
  border: 1px solid #DDD;
  padding: 0px 10px 10px 25px;
  margin-top: 20px;
  -opera-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#content div.work_profiles p.profile_links {
  width: 100%;
  height: 90px;
  display: table;
}

#content div.work_profiles p.profile_links a {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
