html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 87.5%;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
}

#wrapper {
	width: 600px;
	margin: 40px auto;
}

h1 a {
	height: 40px;
	font-size: 2em;
	line-height: 40px;
	text-decoration: none;
	margin: 0 60px 20px 0;
	float: left;
}

#navigation {
	height: 3em;
	position: absolute;
	bottom: 0;
	right: 0;
}

#navigation li a {
	height: 1em;
	line-height: 1em;
	padding: 1em 2em;
}

#content {
	width: 100%;
	padding: 10px 0 0 0;
	clear: both;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

textarea {
	width: 100%;
	height: 2.666em;
	font-size: 1.333em;
}

input { font-size: 1.333em; }

blockquote {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	clear: both;
}

.meta {
	font-size: 0.8em;
	color: #999;
}

.meta .tweetmeme {
	margin: 2px 0 0 10px;
	float: right;
}

#tweetmeme_button { float: right; }

.errors {
	background: #ffafaf;
	list-style: inside disc;
	border: 2px solid #ff6d6d;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.errors li {
	padding: 5px 0;
}

a {
	color: #0F70CD;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}