body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

p {
	margin: 0;
	padding: 0;
}

div#header {
	margin: 0 0 50px 75px;
	position: relative;
}

div#header h1 {
	font-size: 5em;
	margin: 0;
	padding: 0;
	letter-spacing: -0.05em;
	position: relative;
}

div#header h1 a {
	color: #000;
}

div#header h1 a:hover {
	color: #FF0099;
}

div#header h1 span {
	display: block;
	width: 25px;
	height: 18px;
	position: absolute;
	top: 45px;
	left: -35px;
	background: url(backarrow.png) top left no-repeat;
}

div#header h1:hover span {
	background: url(backarrow.png) bottom left no-repeat;
}

div#header h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 2em;
}

div#header h3 {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: absolute;
	top: 35px;
	right: 15px;
	text-align: right;
}

div#header h2 a, div#header h3 a {
	color: #0099FF;
}

div#header h2 a:hover, div#header h3 a:hover {
	color: #000;
}

p.reg {
	margin: 0 0 25px 75px;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: -0.02em;
}

p.reg a {
	color: #0099FF;
	font-weight: 900;
}

p.reg a:hover {
	color: #FF0099;
}

div.item {
	margin: 0 0 50px 0;
}

p.author {
	font-size: 2em;
	margin-bottom: 5px;
}

p.author a {
	font-weight: 800;
	color: #0099FF;
}

p.author a:hover {
	color: #000;
}

p.tweet {
	font-family: Georgia, Times, serif;
	color: #555;
	padding: 0;
	margin: 0;
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding-left: 75px;
	background: url(quote.png) top left no-repeat;
}

p.tweet a {
	font-weight: 800;
	color: #FF0099;
}

p.tweet a:hover {
	font-weight: 800;
	color: #000;
}

p.date {
	color: #AAA;
	font-weight: 100;
	font-size: 1.5em;
	margin-left: 75px;
}

div#footer {
	color: #AAA;
	margin: 0 0 0 75px;
}

div#footer a {
	color: #0099FF;
}

div#footer a:hover {
	color: #FF0099;
}

div#footer span {
	color: #FF0099;
}