body { }

a { color: #5f2f00; }
a:hover { color: #8f4717; }
.story { clear: both; margin-bottom: 3em; }

h1 {
	position: absolute; top:0px; left: 0px; height:16px; width:800px;
	padding: 10px 16px; margin: 0;
	background: #bbddaa;
	color: #558866; font-family: sans-serif; font-size: 16px;
	border-bottom: 1px solid black;
}
body>h1 { right:0px; width:auto; }
h1 a { color: #558866; }
h1 a:hover { color: #447755; text-shadow: #ffffff 0px 0px 4px; }

h2 { font-family: sans-serif; font-size: 1.2em; margin: 1em 0; }
h2 a { display: block; padding: 2px 0 0 0.5em; background: #af8f5f; color: white; text-decoration: none; }
h2 a:hover { color: white; background: #9f7f4f; }
h3 { font-family: sans-serif; font-size: 1em; margin: 0.5em 0; }
li { margin: 0.3em 0; }
hr { display:none }

#content {
	position: absolute; top: 36px; width:600px; left:0px;
	padding: 0 16px;
	text-align: justify;
	/*border-right: 1px dotted black;*/
}
body>#content { right:200px; width:auto; }

#sidebar {
	position: absolute; top: 36px; left:632px; width:168px;
	padding: 1em 16px;
	font-family: sans-serif; font-size: 11pt;
	border-left: 1px dotted black;
}
body>#sidebar { left:auto; right:0px; }
#sidebar ul { padding-left: 16px; margin-left: 0; font-size: 90%; }

#contents ul li { font-weight: bold; }
#contents ul ul li { font-weight: normal; }

table.markdown {}
table.markdown td { border: 1px solid #ccc; padding: 4px; text-align: left; }

#footer {
	color: #7f7f7f;
	text-align: center;
	font-size: 0.7em;
	font-family: sans-serif;
	clear: both;
}

.details {
	float: right;
	padding: 4px;
	margin: 0 0 0.5em 1em;
	text-align: center;
	font-family: sans-serif;
	background: #eee;
	border: 2px solid #aaa;
}

.details a
{
	text-align: center;
	font-family: sans-serif;
	display: block;
	margin: 6px 2px;
	padding: 2px 8px;
	color: white;
	background: #888;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.details a.download
{
	font-weight: bold;
	font-size: 110%;
	background: #666;
}

.details a.screenshot { padding: 0; margin-bottom: 12px; }

.details a.screenshot img {
	border: 6px solid black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.details a:hover { background: #aaa; color: white; }
.details a img { border:none; }



.downloadlink
{
	text-align: center;
	font-family: sans-serif;
	display: inline-block;
	padding: 6px 32px;
	color: white;
	background: #888;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.downloadlink:hover { background: #aaa; color: white; }

a#banner
{
	display: block;
	position: relative;
	height: 56px;
	margin: 1em 0;
	padding: 4px 24px 4px 76px;
	font-family: sans-serif;
	font-size: 1.1em;
	color: #822;
	background: #fee;
	border: 2px solid #faa;
	text-decoration: none;
}

a#banner:hover
{
	color: #c55;
	background: #fdd;
	border: 2px solid #fcc;
	text-decoration: none;
}

a#banner img
{
	float: left;
	vertical-align: middle;
	position: absolute;
	left: 16px;
	top: 8px;
	width: 48px;
	height: 48px;
}

a#banner span
{
	display: table-cell;
	height: 56px;
	vertical-align: middle;
}


td.frontpageicon {
	border-spacing:10px; 
	width: 190px;
	background: #ddd;
	padding: 6px;
	border: 5px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: sans-serif;
	font-size: 120%;
	text-align: center;
}

td.frontpageicon:hover { background-color:#eee; }

td.frontpageicon a { text-decoration: none; color: #444; }

td.frontpageicon a:hover { color: #666; }

td.frontpageicon a img { border:0; }


td.frontpageexplanation {
	width: 190px;
	text-align: center;
	font-family: sans-serif;
}

