
body {
  padding-top: 30px;
  font-family: Helvetica, sans-serif;
}

#header {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

#name {
  text-align: right;
  float: right;
}

#name a{
  color: #000;
}

a {
  color: #33a5c8;
}

#logos {
float: left;
padding-bottom: 10px;
margin-top: 0px;
}

#logos img{
  height: 50px;
}

#name h1{
  line-height: normal;
  margin: 0;
  color: #33a5c8;
}

#name h2{
  line-height: normal;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #999;
}

#post {
padding: 50px;
margin: auto;
width: 100%;
}

.photo-left {
  float: right;
}

.photo-left img {
  width: 200px;
  margin-top: -50px;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.caption, .footer-container {
  display: block;
  text-align: center;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}

.footer-container {
  border-top: 1px solid #eee;
	margin-top: 20px;
}

.footer-container i {
	margin-right: 3px;
}

.footer-container div {
font-size: 10px;
letter-spacing: 0px;
	margin-right: 15px;
	float: left;
}