/*
Plain Stylesheet v1.1
Target: All
Author: Matthew Buchanan
*/

body {
	padding: 20px;
	font: normal 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

p, form, ol, ul, dl, #content li {
	margin-bottom: 0.4em;
}

h1 {
	font-size: 170%;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 150%;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 130%;
	line-height: 1.4em;
	margin-top: 1em;
}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

small {
	font-size: 85%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #404;
	text-decoration: none;
}

a:hover, a:active {
	color: #747;
}

/* Site specific */

.content ol {
	list-style: decimal;
	padding-left: 2em;
}

.content ul {
	list-style: disc;
	padding-left: 20px;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.hidden {
	display: none;
}