img {
	max-width: 325px;
}

html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0px;
}

a:link, a:visited, a:hover {
	color: #006;
}

.main {
	margin: 4px;
	padding-top: 20px;
}


.navbar {
	text-align: center;
	display: block;
	background: black;
	color: white;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.navbar ul {
	margin: 0;
	list-style-type: none;
}

.navbar li {
	display: inline;
	padding-right: 20px;
	font-weight: normal;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.navbar a:link, .navbar a:visited {
	text-decoration: none;
	color: #ccc;
}

.navbar a:hover {
	color: #fff;
}
.post h1, .post h2 {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

.post h1 {
	font-size: 22px;
	font-weight: 700;
}

.post h2 {
	font-size: 20px;
	font-weight: normal;
}

.post h1 a:link, .post h1 a:visited {
	text-decoration: none;
	color: #000;
}


.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
	color: #666;
}


.post img {
	padding: 7px;
}

.post p {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 1.4em;
}

.post blockquote {
	background: #ccc;
	padding: 4px 10px 4px 10px;
	
}

.post blockquote p {
	font-size: 13px;
}

.post p.dateline {
	font-family: 'PT mono',Courier,Monaco,monospace;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
}

.post {
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
}

.post p.more  {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.post p.more a:link, .post p.more a:hover, .post p.more a:visited {
	text-decoration: none;
}

.footer {
	margin: 0;
	padding: 5px;
	background: #000;
	color: #999;
	font-size: 12px;
	text-align: center;
}

.logo {
	text-align: center;
}

hr.separator {
width: 80%;
margin-top: 2rem;
margin-bottom: 2rem;
background-color: #f69;	
}


@media only screen and (min-width: 45em) {


.navbar {
	font-size: 16px;
}


.main {
	margin: 10px;
	padding-top: 20px;
}


.post {
	margin-bottom: 30px;
	margin-left: 10%;
	margin-right: 15%;
}


}




