/* -- 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,th,td {
	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;
}

#author {
	margin-top: -1em;
}

#configtable {
	border-collapse: collapse;
	margin-bottom: 3em;
	width: 80%;
}

#configtable td,
#configtable th {
	padding: 4px 10px;
	vertical-align: top;
}

#configtable th {
	background-color: #eee;
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

#configtable .altrow td {
	background-color: #f6f6f6;
}

#configtable .key {
	padding-left: 0;
	white-space: nowrap;
}

#configtable .example {
	white-space: nowrap;
}

#albumpathexamples {
	font-family: "Courier New", Courier, monospace;
}

#footer {
	border-top: 1px solid #000;
	font-size: 1.1em;
	padding-top: 0.2em;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

