/* -- reset styles -- */
h1,h2,h3,img,li,ol,p,ul {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* -- base styles -- */
body {
	color: #000;
	font-family: Georgia, Geneva, sans-serif;
	font-size: 62.5%;
}

a {
	color: #f00;
}

a:hover {
	text-decoration: none;
}

h1,h2 {
	clear: both;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
	margin-top: 2em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

li,p {
	font-size: 1.2em;
	line-height: 1.6;
}

p {
	margin-bottom: 1em;
}

li li,
li p {
	font-size: 1em;
	margin-bottom: 0.4em;
}

li span,
p span {
	font-family: "Courier New", Courier, monospace;
}

ol,ul {
	margin: 0 0 1em 2em;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
}

#lastupdated,
#author {
	margin-top: -1em;
}

#screenshots {
	list-style: none;
	margin: 0;
}

#screenshots li {
	float: left;
	padding-bottom: 2em;
	width: 180px;
}

#footer {
	border-top: 1px solid #000;
	font-size: 1.1em;
	padding-top: 0.2em;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

