body {
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  background-color: #fff;
  color: #000000;
  margin-top: 50px;
}

#header {
}

#footer {
  margin-top: 30px;
}

img {
  border: none;
}

ul.posts img {
  float: left;
  margin: 5px;
}

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

ul.posts li {
  margin: 0pt;
  padding: 15px 0;
  border-bottom: 1px solid #D7CFB9;
}

.post-meta {
  clear: both;
}

.liked {
  background-color: yellow;	
}

.timestamp {
  color: grey;	
}

#tp-links {
    background:#007CCF;
	height: 30px;
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

#tp-links h1,
#tp-links ul li,
#tp-links ul a {
	float:left;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#tp-links ul li { 
    display: inline;
}

#tp-links ul li a {
	padding: 0 1em;
	color: #CFCFCF;
	text-decoration: none;
}

#tp-links ul li a:hover {
	color: #5F5F5F;
}

#tp-links h1 {
    margin:0 10px;
}

#tp-links h1 a {
    color: white;
    text-decoration: none;
}

