@import url(base.css);

header .kicker { 
	display: none;
}

#content>section.list>header h1 {
	font-family: Futura;
	font-size: 24px;
	margin-top: 0;
	font-weight: normal;
}

#content>section.list>header h1 a:link,
#content>section.list>header h1 a:visited {
	color: rgba(10,12,10,0.8);
}

.list h2 {
	font-family: Futura;
	font-size: 20px;
	margin: 1em 0 0.2em 0;
	font-weight: normal;
}

.list p {
	font-size: 16px;
	margin: 0 0 0.2em 0;
}

.list ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.meta dt:nth-child(3):before {
	content: "Additional ";
}

.latest footer {
	border-top: 3px double rgba(0,0,0,0.8);
	padding-top: 1em;
}

.latest footer h1 {
	margin: 0;
	font-size: 24px;
}

.tumblr_post {
	border-top: 3px double rgba(0,0,0,0.2);
	margin: 1em 0;
	padding-top: 1em;
}

.tumblr_post:first-child {
	border-top: 0;
}

.tumblr_photo_post img {
	box-shadow: 0px 1px 6px rgba(100, 100, 100, 0.5);
}

.tumblr_photo_post .twitter-tweet-rendered .twt-media {
	display: none !important;
}

.tumblr_quote p {
	font-size: 20px;
	display: inline;
}

.tumblr_source {
	font-size: 16px; 
	font-style: italic;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	#content>section.list { 
		-webkit-column-width: 14em;
		-webkit-column-gap: 1em;
		column-width: 14em;
		column-gap: 1em;
	}
}