body {
	font-family: "Helvetica", "Arial", sans-serif;
	background-color: #f7f7f7;
	color: #7e7e7e;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica", "Arial", sans-serif;
	margin-bottom: 0;
	letter-spacing: -0.05em;
	color: #818181;
	text-shadow: 1px 1px 0 #FFFFFF;
}

h1 {
	letter-spacing: -0.05em;
	color: #5f5f5f;
}

h1:before {
	font-size: 2em;
	content: "●";
	vertical-align: middle;
	position: relative;
	left: -0.2em;
	top: -0.05em;
	color: #f26522;
}

h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

h2,h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}

ul { list-style-type: bullet; line-height: 150%;}
p { line-height: 150%; }

header {
	margin-top: -2em;
	line-height: 30em;
	text-align: center;
	background: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
}

article {
	border-top: 1px solid white;
	border-bottom: 1px solid #e1e1e1;
}

section {
	border-top: 1px solid white;
	border-bottom: 1px solid #e1e1e1;
	width: 60%;
	min-width: 20em;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 1em;
}

section:first-child {
	border-top: none;
}

section:last-child {
	border-bottom: none;
}

footer {
	border-top: 1px solid white;
	font-size: 0.7em;
	text-align: center;
}

/* Specific styles */

/* Spam filter */
.at:after { content: '@'; }
