

/* posts index */
.post > h3.title {
  position: relative;
  padding-top: 10px; }

.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em; }

.post > .more {
  margin: 10px 0;
  text-align: left; }

/* post-full*/
.post-full .date {
  text-align: right;
  margin-bottom: 20px;
  font-weight: bold; }

a {
	color: #51b212;
}

a:visited {
	color: #51b212;
}

a:hover {
	color: #12a1b2;
}
