body{
	font: 110%/1.6 'Lora', serif;
	font-size: 14pt;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background-color: #EEEEEE;
	color: #333333;
	font-kerning: normal;
}

.main_section{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 2em;
	text-align: justify;
	max-width: 40em;
}

.dropcap{
	margin-right: 0.1em;
	color: #204f99;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	width: 120%;
	margin-left: -10%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	width: 120%;
	margin-left: -10%;
	margin-bottom: -20px;
	text-align: center;
	text-transform: uppercase;
	color: #204f99;
	letter-spacing: 1pt;
}

h3{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333333;
}

.footer-title{
	text-align: center;
}

.main_section p{
	padding-top: 30px;
	margin: 0 0 1em 0;
}

.main_section p + p{
	text-indent: 3em;
	margin-top: -2em;
}

hr{
	width: 80%;
	margin: 20px auto;
}

.logo{
	display: block;
	width: 400px;
	margin: 0 auto;
}

.head{
	margin: 0 auto;
	padding: 30px 0;
	background-color: #000000;
}

.post_link:hover {
	background-color: #D8D8D8;
}

a{
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

.text-marker{
	color: #FF0000;
}

.article_link {
	height: 200px;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border: 1px #EEE solid;
}

.article_link:hover{
	color: #777;
	cursor: pointer;
	border: 1px #999 solid;
}

@media screen and (min-width: 94em) {
	.note-right {
  		margin-right: -15em;
 		position: absolute;
 		right: 0;
 		top: auto; /* default */
 		width: 15em;

		font-size: 0.9em;
		line-height: 1.4em;
		margin-top: 0.5em;
		color: #777;
		text-align: left;
		text-indent: 0em;
	}

	.note-left {
		margin-left: -15em;
 		position: absolute;
 		left: 0;
 		top: auto; /* default */
 		width: 15em;

		font-size: 0.9em;
		line-height: 1.4em;
		margin-top: 0.5em;
		color: #777;
		text-align: right;
		text-indent: 0em;
	}

	.footnotes {
		display: none;
	}
}

@media screen and (max-width: 93em) {
	.note-right {
		display: none;
	}

	.note-left {
		display: none;
	}

	.footnotes {
		display: block;
	}
}