html, body {
	border-top: 0;
}

body {
	font-family: Times, Times New Roman, Georgia, serif;
}

#header, .sign-up, .social, #nav, #news, #footer {
	display: none;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav .content {
	min-height: 0px;
}

.article {
	float: none;
}

.article a[rel="external"]:after {
	content: " (" attr(href) ") ";
	font-size: 14px;
	font-weight: normal;
}

