* {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

header {
	margin: auto;
	margin-top: 36px;
	width: 70%;
	text-align: center;
}

header h1 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px black solid;
	font-size: 30pt;
}

h1 a {
	text-decoration: none;
	color: black;
}

nav ul {
	text-align: center;
}

nav li {
	display: inline;
	list-style: none;
}

nav li a {
	display: inline-block;
	margin: 10px 5%;
	font-size: 18pt;
	text-decoration: none;
	color: black;
}

#side {
	width: 10%;
	float: left;
}

#side li {
	list-style: none;
}

#side li a {
	text-decoration: none;
	color: black;
	font-size: 15pt;
}

#article {
	margin-left: 10%;
}

#site-content {
	width: 80%;
	margin: auto;
}

#site-content img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

input, textarea {
	font-size: 15pt;
	border: 1px black solid;
	padding: 10px;
}

.blank1 {
	height: 20px;
}

.post
{
	width: 70%;
	padding: 50px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #fff;
}
