/* Framework and nav */
body {
	font-family: Helvetica, sans-serif;
	text-align: justify;
	padding: 30px 1em 1em;
	/*
	TODO: Would like a grey border on left, below nav, but border hides nav box in IE, regardless of z-index. Need to hide this in a FF-only selector for body:
	border-left: 192px solid #F6F6F6;
	margin: 0;
	*/
	margin: 0 0 0 192px;
	color: #002;
}

#topbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;	/* Extra width is an IE hack */
	height: 30px;
	background-color: #A6F;
	border-bottom: 2px outset #A6F;
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
}

#leftbox {
	position: absolute;
	top: 30px;
	left: 0;
	width: 190px;
	background-color: #A6F;
	border-right: 2px outset #A6F;
	border-bottom: 2px outset #A6F;
	padding-bottom: 0.5em;
	text-align: left;
}

/* Hide the fixed positioning inside a selector IE doesn't understand */
body > #topbox, body > #leftbox {
	position: fixed;
}

ul#nav {
	padding: 0;
	margin: 0 10px 10px;
	background-color: #F6F6F6;
	border: 2px inset #A6F;
}

ul#nav li {
	list-style-type: none;
}

ul#nav ul li {
	list-style-type: disc;
	font-size: 0.8em;
}

ul#nav a {
	color: black;
}

ul#nav a:visited {
	color: #333;
}


/* Headings */
h1, h1, h2 {
	padding: 0.1em;
	margin: 1em 0em 0.2em;
	font-weight: normal;
	clear: both;
}

h1 {
	color: black;
	border-bottom: 2px solid #666;
	font-size: 1.3em;
}

h2 {
	color: #222;
	border-bottom: 1px solid #CCC;
	font-size: 1.1em;
}

/* Content */
p, ul, dl {
	margin: 0 0 0.5em 0;
}

p {
	padding: 0;
}

ul, ol {
	padding: 0 0.5em 0 0;
	margin-left: 1em;
}

ul {
	list-style-type: circle;
}

li {
	padding: 0.1em;
}

dt {
	font-weight: bold;
	padding: 0.1em 0.1em 0 0.1em;
}

dd {
	padding: 0 0.1em 0.1em 0.1em;
}

code, tt, kbd {
	color: navy;
}

a {
	color: #00C;
	text-decoration: none;
}

a:visited {
	color: #66C;
}

a:hover, a:focus, a:active {
	color: #06F;
	text-decoration: underline;
}

blockquote {
	margin: 0.2em 2em;
}

blockquote p {
	margin: 0;
}

sup {
	font-size: 0.7em;
}

.floatright {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.floatleft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

img.floatleft, img.floatright {
	border: 1px outset black;
}

.download, .installxpi {
	padding: 0.2em;
	background-color: #AFA;
	border: 2px outset black;
	color: black;
	clear: both;
}

.download:before {
	content: "Download: "
}

.installxpi:before {
	content: "Install: "
}

table {
	border: 2px solid black;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
	border: 1px solid gray;
	margin: 0;
	padding: 2px 4px;
}

th {
	background-color: #DDD;
}

.strike {
	text-decoration: line-through;
}
