/*
								positioning page elements
*/

body {
	margin: 0 16% 0 9%;
	padding: 0;
}

#container { padding: 45px 0; }
img { border-style: none; }
#header { margin-bottom: 70px; }

#content {
	width: 100%;
	float: right;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	padding-left: 0;
}

/*
								navigation style
*/

#navigation { display: none; }

/*
								typography
*/

body,th,td {
	color: #808080;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1 {
	color: #a0d033;
	background-color: inherit;
	font-size: 200%;
	line-height: 1em;
	text-transform: lowercase;
}

h2 {
	color: #000;
	background-color: inherit;
	font-size: 150%;
	line-height: 1.2em;
}

#navigation {
	font-size: 110%;
	line-height: 1.5em;
	text-transform: lowercase;
}

#navigation a {
	color: #808080;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#navigation .current {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:link, #content a:visited {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:focus {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	font-size: 83%;
	line-height: 1.5em;
}

#jumplist a:link, #jumplist a:visited {
	color: #808080;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#jumplist a:hover, #jumplist a:focus {
	color: #a0d033;
	background-color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

/*
								content style
*/

h1 {
	margin-top: 0;
	margin-bottom: 1.2em;
	padding: 0 0 0 0;
	background-image: none;
}

h2 { margin-top: 1.5em; }

img.screenshot {
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	padding: 3px;
}

a:focus img.screenshot, a:hover img.screenshot {
	border-width: 2px;
	border-color: #aaa;
	padding: 2px;
}

p#chronoliststart { margin-top: 2.2em; }
p.backtotop { display: none; }
