* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

html {
	background-color: #FFF;
	color: #4e5866;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: 6px solid #3e4847;
}

header, nav, section, article, aside, footer, address { 
		display: block; 
}

h1 {
	color: #323c4a;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.75em;
}

h3 {
	margin: 1em 0;
}

h3 a {
	padding: 8px;
}

h3 a:hover {
	border: none;
	color: #000;
	background-color: #ececed;
}

h4 {
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: .75em;
}

a {
	padding: .2em;
	background-color: #ffec6c;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #505a6f;
	/* background-color: #ececed; */
	background-color: #FFF;
	border-bottom: 2px solid #505a6f;
}

.clear {
	clear: both;
}

header {
	display: block;
	width: 14%;
	min-width: 200px;
	background-color: #FFF;
	float: left;
	margin: 4%;
	padding: 10px;
}

header p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.75em;
}

header ul {
	list-style: none;
	list-style-position: inside;
	line-height: 2em;
}

#project {
	display: block;
	width: 60%;
	float: left;
	margin: 4%;
	margin-top: 60px;
	padding: 10px;
	/* font-family: Palatino Linotype, Book Antiqua, Palatino, serif; */
	font-size: 1.1em;
	background-color: #FFF;
}

.featured {
	background-color: #FFF;
	font-size: 1.3em !important;
}

#project h2 {
	color: #000;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: .75em;
}

#project p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#project p.timestamp {
	font-style: italic;
	color: #a1a1a1;
}

#media {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
}

#media img {
	display: block;
	min-width: 200px;
	max-width: 410px !important;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.mediapost {
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background-color: #FFF !important;
}

#details {
	display: block;
	float: left;
	width: 50%;
}

sup {
	font-size: .5em;
}

.profilepic {
	width: 30%;
	max-width: 300px !important;
	float: left;
	display: inline;
	margin-right: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

footer {
	width: 100%;
	min-height: 5em;
	position: relative;
	background-color: #FFF;
	display: block;
}

ol {
	line-height: 1.5em;
	list-style-position: inside;
	text-indent: -23px;
	margin-left: 23px;
}

ol li {
	margin-bottom: 1em;
}

.floater {
	float: left;
	display: inline;
	margin: 10px;
}