body {
	color:#2A2D42;
	background: #edeeed;
}

body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"],
.pure-g,
.pure-g-r {
	font-family:  Baskerville, Times, "Times New Roman", serif;
	letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
	font-weight:800;
}

h1 {
	color: #e49837;
}

h2, h3, h4, h5, h6 {
	color: #9D7D8E;
}

b, strong {
	font-weight: 600;
}

p {
	font-size:1em;
	line-height: 1.4em;
}

.entry li {
	line-height: 1.4em;
}

a {
	color:#7c9eac;
	text-decoration: underline;
}

a:hover {
	color: #4c8e9c;
}

h2 a {
	text-decoration: none;
}

.content {
	background-color: white;
	border-left: 1px solid #E7E7EB;
}

.sidebar .header {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
}


.copy {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 13pt;
	text-align: center;
}

p code {
	background: #fae0b3;
	padding: 2px 3px;
	font-size:0.8em;
}

.row hr {
	border: 0 0 0 2px;
	border-style:solid;
	border-color: #EDEEED;
}

/*--- Sidebar ---*/

.header h1{
	color: #E49837;
	text-decoration: none;
}

#mobile-nav {
	padding: 1em;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
}

#mobile-nav b {
	color: #E49837;
}

/* Blog */

.entry-meta {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
	font-size: 13pt;
	margin-bottom: 0.5em;
	font-weight: 300;
}

.entries .entry {
	margin-bottom:1em;
	padding-bottom:2em;
	border-bottom:2px solid #EDEEED;
}

.continue {
	float:right;
	position: relative;
	top:-1em;
}

.pagination {
	margin: 1em 0;
}

figure figcaption h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 0.7em;
	margin: 0.5em 0;
}

figcaption {
	border-bottom: 0.5px solid #EDEEED;
}

/* Speaking */

#speaking-container {
	margin: 0 auto;
}

#speaking-container .entry-meta {
	font-family: Baskerville, "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-top: 0.3em;
}

#speaking-container h1 {
	font-size: 24pt;
}

#speaking-container h2 {
	margin-bottom: 0;
	font-size: 18pt;
}

pre > code {
	display:block;
	border: 1px solid #ddd;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td, dl.tabs dt, dl.tabs dd a, dl.tabs.mobile dd a
	 {
		font-size: 14pt;
	}

	.entry p {
		font-size: 14pt;
		line-height: 1.3em;
	}

	.sidebar .header {
		padding: 0.5em 1em;
		font-size: 13pt;
		line-height:1em;
	}

	.sidebar .header h1 {
		margin: 0;
		font-size: 16pt;
	}

	h1 {
		word-wrap:break-word;
	}

	.entry p img {
		max-width: 100%;
	}
}


@media screen and (max-width: 1024px) {
	.sidebar .header {
		padding: 1em;
	}

	.content .row {
    	padding: 1em;
    }

	#main-nav {
		display: none
	}

	.content {
		border:none;
	}
}

@media screen and (min-width: 1024px) {
	body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td, dl.tabs dt, dl.tabs dd a, dl.tabs.mobile dd a
	 {
		font-size: 16pt;
	}

    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
    }
    .sidebar .header {
		padding: 2em 1em;
	}

    .content {
        margin-left: 20%;
    }

    .content .row {
    	padding: 2em 2em 0;
    }

    #mobile-nav {
    	display: none;
    }

    #main-nav {
		display: block;
	}

}
