body{
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 18px;
  background-color: #eeeeee;
}

#posts h1{
  font-size: 30px;
  text-align: center;
  margin: 10px 0 5px 0;
}

h1{
  text-align: center;
  margin: 10px 0 5px 0;
}

h2{
  margin: 0 0 10px 0;
  text-align: center;
  font-size:16px;
  color: #999;
}

a{
  font-weight: bold;
  color: #000;
}

h2 a{
  color: #999;
}

img.avatar{
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #333;
}

p{
  margin: 0 0 10px 0;
}

.name {
  color: #fd771c;
  text-shadow: #ffffff 0 1px 0;
}
#content{
  width: 700px;
  margin: auto;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer{
  margin-bottom: 100px;
}
