div.projects {
  font-size: 62.5%;
  text-align: left;
  margin-bottom: 5em;
}
div.project {
  float: left;
  color: #456;
  background-color: #fff;
  border: 1px solid #999;
  width: 270px;
  height: 135px;
  margin: 1.5em 1.5em 0 0;
  padding: 0.5em 0.5em 0.5em 1em;
  -moz-border-radius: 0px 9px 0px 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px; 
  border-radius: 0px 9px 0px 0px;
}
div.project:hover {
  -webkit-box-shadow: 3px 3px 17px #ddd;
  -moz-box-shadow: 3px 3px 17px #ddd;
  box-shadow: 3px 3px 17px #ddd;
}
div.project a {
  margin: 0;
  font-family: Georgia, serif;
  width:100%;
  display:block;
  text-decoration: none;
  font-size: 2.4em;
  color: #000;
}
div.project a:hover {
  text-decoration: underline;
}
div.inprogress {
  background-color: #ffe;
}
div.portfolio {
  background-color: #eef;
}
p {
  font-family: Verdana, arial, sans-serif;
  padding-top: 0.5em;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.75em;
}
div.clear {
  clear: both;
}