
/*
	Splorp CSS
*/


body {
	color: #333;
	line-height: 1.4;
	margin: 0;
	padding: 2em;
}

a,
a:visited {
	background: transparent;
	color: #960;
	text-decoration: none;
	}

a:hover {
	color: #333;
	background: #DDD;
	}

blockquote {
	background: #EEE;
	margin: 1em 2em;
	padding: 1em;
	}

blockquote > p:last-child {
	margin-bottom: 0;
	}

code {
	background: #DDD;
	font-size: 0.9em;
	padding: 0.3em 0.5em;
	}

.published {
	color: #AAA;
	}

li .published {
	margin-bottom: 0.5em;
	}

.post-edit-link,
.post-edit-link:visited,
#respond a[href*="action=logout"],
#respond a[href*="action=logout"]:visited,
a[href*="action=editcomment"],
a[href*="action=editcomment"]:visited,
a[href*="replytocom="],
a[href*="replytocom="]:visited,
input[type="reset"],
input[type="submit"] {
	background: #AAA;
	border-radius: 0.5em;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 0.8em;
	padding: 0.6em 1.0em;
	}

#cancel-comment-reply-link,
#cancel-comment-reply-link:visited {
	background: #AAA;
	border-radius: 0.5em;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.6em 1.0em;
	vertical-align: middle;
	}

.post-edit-link:hover,
#respond a[href*="action=logout"]:hover,
#cancel-comment-reply-link:hover,
a[href*="action=editcomment"]:hover,
a[href*="replytocom="]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
	color: #FFF;
	}

input[type="reset"]:active,
input[type="submit"]:active {
	background: #960;
	}

textarea,
input[type="text"],
input[type="email"],
input[type="url"] {
	border-radius: 0.5em;
	border: 1px solid #AAA;
	color: #333;
	font-size: 0.8em;
	margin-top: 0.5em;
	padding: 0.5em;
	width: 95%;
	}

input[type="checkbox"] {
	margin-right: .5em;
	}

#searchform input[type="submit"] {
	display: none;
	}

header {
	border-bottom: 1px solid #AAA;
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	}

header h1,
article h2,
#content h2 {
	background: transparent;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

header p {
	color: #AAA;
	margin: 0;
	padding: 0;
	}

header section {
	margin-bottom: 2em;
	}

#content {
	float: left;
	margin: 0;
	padding: 0 0 4em 0;
	width: 49%;
	}

#content > p {
	margin-bottom: 2em;
	}

#content > h1 {
	color: #960;
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 1%;
	}

#content > h1 + p {
	color: #AAA;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 2%;
	}

#content > h2 {
	border-bottom: 1px solid #AAA;
	padding: 0 0 0.75em 0;
	margin: 0 0 0.5em 0;
	}

#content article {
	border-bottom: 1px solid #AAA;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	}

#content > nav {
	border: none;
	padding: 0 0 2.0em 0;
	margin: -1.0em 0 0 0;
	}

#content ol + nav {
	border-top: 1px solid #AAA;
	margin-top: 3.0em;
	padding-top: 1.0em;
	}

#content ol + #respond {
	border-top: 1px solid #AAA;
	clear: both;
	margin-top: 2.0em;
	padding-top: 3.0em;
	}

#content nav + #respond {
	clear: both;
	margin-top: 3.0em;
	}

#respond {
	margin-bottom: 2em;
	}

article img {
	display: block;
	height: auto;
	margin: 2em 0;
	max-width: 100%;
	}

article .alignleft {
	margin: 0 1em 1em 0;
	}

article .alignright {
	margin: 0 0 1em 1em;
	}

aside {
	float: right;
	margin: 0;
	padding: 0 0 1em 2em;
	width: 20%;
	}

aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}

aside ul li {
	list-style: none;
	margin: 0 0 1.5em;
	}

aside ul li form,
aside ul li ul {
	margin: 0 0 2em 0;
	}

aside ul li ul li {
	margin: 0;
	}

aside ul li ul li ul {
	margin: 0 0 0 1em;
	}

aside h2 {
	border-bottom: 1px solid #AAA;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	}

nav {
	border-bottom: 1px solid #AAA;
	margin: -1em 0 2em 0;
	}

nav ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-indent: 0;
	}

nav ul li {
	display: inline-block;
	list-style: none;
	padding-right: 0.5em;
	}

footer {
	border-top: 1px solid #AAA;
	clear: both;
	color: #999;
	font-size: 0.8em;
	padding: 2em 0;
	}

footer a,
footer a:visited {
	color: #666;
	}

footer ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-indent: 0;
	}

footer ul li {
	list-style: none;
	margin: 0;
	}


/*
	Pagination Styles
*/

a[rel="next"],
a[rel="prev"] {
	background: #FFF;
	border-radius: 0.5em;
	border: 1px solid #DDD;
	color: #999;
	cursor: pointer;
	font-size: 0.8em;
	line-height: 1.0;
	padding: 0.6em 1.0em;
	}

a[rel="next"]:hover,
a[rel="prev"]:hover {
	background: #AAA;
	border: 1px solid #AAA;
	color: #FFF;
	}

a[rel="next"]::after {
	content: ' ▶︎';
	font-size: 0.5em;
	}

a[rel="prev"]::before {
	content: '◀︎ ';
	font-size: 0.5em;
	}

a[rel="prev"] {
	float: left;
	}

a[rel="next"] {
	float: right;
	}


/*
	Post Format Styles
*/

.post-aside p + p {
	display: none;
	}

.post-quote h2,
.post-quote h2 + p {
	display: none;
	}

.post-quote blockquote {
	margin: 0 0 5%;
	padding: 5%;
	}

.post-quote blockquote p {
	font-family: georgia, times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 0.2em;
	}

.post-quote p cite {
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	}

.post-quote blockquote + p,
.post-quote blockquote + p + p,
.post-quote blockquote + p + ul,
.post-quote blockquote + p + ul + p,
.post-quote blockquote + p + p + ul {
	display: none;
	}


/*
	Gallery Styles
*/

.gallery dl {
	display: inline;
	float: left;
	margin-left: 0;
	}

.gallery dd,
.gallery dt {
	margin-left: 0;
	}

.thumbnail dl {
	width: 150px;
	}

.medium dl {
	width: 300px;
	}


/*
	List Format Styles
*/

.summary,
.location {
	display: none;
	}


/*
	iPad Styles
*/

@media screen and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: 100%;
		padding: 1em;
		}

	header,
	footer {
		float: none;
		width: auto;
		}

	#content {
		float: left;
		width: 55%;
		}

	aside {
		float: right;
		width: 35%;
		}

	#content article img {
		float: none;
		}

	textarea {
		max-width: 100%;
		}
}


/*
	Small Screen Styles
*/

@media screen and (max-width: 800px) {

	body {
		-webkit-text-size-adjust: 100%;
		padding: 1em;
		}

	header,
	#content,
	aside,
	footer {
		float: none;
		width: 95%;
		}

	header {
		border-bottom: 1px solid #AAA;
		margin: 0 0 1em 0;
		padding: 0 0 1em 0;
		}

	aside {
		padding: 0;
		}

	aside ul li form,
	aside ul li ul {
		margin: 0 0 1em 0;
		}

	footer {
		padding: 1em 0;
		}

	header h1,
	article h2,
	#content h2 {
		font-size: 200%;
		}

	#content article {
		margin: 0 0 1em 0;
		padding: 0 0 0.5em 0;
		}

	#content article img {
		float: none;
		}

	textarea {
		max-width: 100%;
		}

}
