.post {
	min-height: 1000px;
	font: 18px/1.8 "source-sans-pro", sans-serif;
}

#branding h1 a {
	font-weight: normal;
	color: #fff;
}

a.portfolio {
	float: right;
	display: block;
	padding-top: 10px;
}

header time {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

blockquote {
	font-style: italic;
	margin-left: 40px;
}

q, figcaption {
	font-style: italic;
}

figure {
	margin: 0;
}

figcaption {
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

ol {
	list-style-type: decimal;
}

ul {
	margin-left: 40px;
}

ul li::before {
  content: "\2022";
  color: #ac9ffa;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.blog-list ul {
	margin: 0 0 80px 0;
}

.blog-list ul li::before, nav ul li::before {
  content: none;
}

.title_number {
	font-weight: normal;
	color: #999;
}

@media only screen and (max-width: 800px) {
	
	
	#branding h1, a.portfolio {
		float: none;
		margin: 0;
		padding-bottom: 10px;
	}
	a.portfolio:hover {
		border-bottom: none;
	}
	
}