/* --- Fonts --- */

body {
	font-family: 'Open Sans', sans-serif;
	color: #5B6770;
	}

h1, h2, h3, h4,
input[type="submit"] {
	font-family: "capitamedium";
	}

/* --- Headings --- */

h1 {
	letter-spacing: .1rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4rem;
	color: #24135f;
	display: inline-block;
	clear: both;
	margin: 2rem 0 0 0;
	padding-top: 4rem;
	}
	
.loop-taxonomy h3 {
	margin-top: .5rem;
	}

/* Font sizes and line heights
----------------------------------- */

p, li, .comment blockquote {
	font-size: 1.65rem;
	}

h3, blockquote {
	font-size: 1.9rem;
	}

.page-header p {
	font-size: 3rem;
	line-height: 3.6rem;
	text-shadow: none;
	padding: 2rem 0 0 0;
	color: #5B6770 !important;
	letter-spacing: .1rem;
	}
	
input[type="submit"] {
	font-size: 2.4rem;
	}

h2 {
	margin-bottom: 2rem;
	font-size: 3.2rem;
	padding-top: 1rem;
	line-height: 3.6rem;
	}

.post h2 {
	padding-top: 0;
	margin-top: 0;
	}

h3 {
	padding: 2.2rem 0;
	}
	
.loop-taxonomy h3 {
	padding: 0 0 0 0;
	}

h4 {
	padding-top: 2rem;
	line-height: 2.6rem;
	}

footer h3 {
	font-size: 2.4rem;
	padding-bottom: 1rem;
	}

footer h4 {
	}
	
footer p, footer li {
	font-size: 1.7rem;
	}

p.lead {
	margin: 2rem 0 3rem 0;
	}

.date {
	background-color: rgba(0,0,0,0.03);
	border-radius: 50% 50%;
	width: 10rem;
	height: 10rem;
	padding-top: 1.5rem;
	margin: auto;
	}

.date span {
	font-size: 1.5rem;
	display: block;
	}

/* Horizontal rule
----------------------------------- */
	
hr {
	margin: 3rem 0 2rem 0;
	border-top: #777 1px dashed;
	clear: both;
	}

/* Lists
----------------------------------- */

#content ul li,
#content ol li {
	padding-bottom: 1rem;
	}


/* Blockquote
----------------------------------- */
	
blockquote {
	border: none;
	}
	
blockquote p {
	display: inline;
	} 
	
blockquote:before {
	content:"\201C";
	color:rgba(0,0,0,0.40);
	margin-right: .5rem;
	}

blockquote:after {
	content:"\201D";
	margin-left: .5rem;
	color:rgba(0,0,0,0.40);
	font-weight: bold;
	}

.comment blockquote {
	padding-left: 0;
	}
	
.comment blockquote:after,
.comment blockquote:before {
	padding: 0;
	margin: 0;
	content: "";
	}

.screen-reader-text {
	}