/* These style links.*/
	a:link, a:visited{
		color:#de9eb3;
		text-decoration: none;
	}
	a::before{
	        content:"♡ ";
	}
	a::after{
	        content: " ♡";
	}
	a:hover{
		text-decoration: none;
		font-size: 105%;
	}

body {
  background-color: #121011;
  font-family: garamond;
}

#meta {
  top: -.5em;
  position: fixed;
  height: 3.5em;
  float: center;
  text-align: left;
  width: 100%;
  background-color:#3b041f;
}

#tlogs {
  margin-top: 5em;
  width: 80%;
}

.entry {
  border: 2px dotted #eb3477;
  padding: 1em;
  margin-bottom:-4em;
  color: #edd8df;
  font-size: 1.2em;
  float: center;
}

.entry p {
  padding: 0.1em;
}

.entry p.permalink {
  font-size: .6em;
  font-color: #edd8df;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: black;
  color: #e0b0ff;
  font-size: 90%;
  border: 1px dotted white;
  padding: 4px;
}



