/*
 * JaeOS style sheet.
 * Copyright (c) Andras Zsoter 2014-2015, All Rights Reserved.
 *
 */

html, body {
	position:relative;
	margin:0;
	padding:0;
	height:100%;
	font: normal large/1.4 'Droid Sans', arial, sans-serif;

}

aside {
	float: right;
	border:2px outset #888;
	margin: 0em 2em 4em 2em;
	height:auto;
}

aside ul {
	list-style-type: none;
	padding: 0.5em;
	margin: 0px;
	background-color:#eee;
}

a {
	text-decoration:none;
	font-size:1.1em;
	color:#04a;
}

a:hover {
	text-decoration:underline;
	color:#090;
}

a:active {
	color:red;
}

li {
	margin: 0 0 0.25em 0;
}
header {
	display:block;
	/* border-bottom:5px solid #000; */
}

p {
	margin: 0 0 1em 1em;
}

.CodeExample {
	/* background-color: #fff; */
}

pre {
	background-color: #000;
	color:#4f4;
}

pre p {
	margin: 0,0,0,0;
	display: inline;
	/* background-color: #fff; */
}

#page {
	position: relative;
	min-height:100%;
	max-width: 1200px;
	height:auto;
	margin: 12px auto;
	background-color:#eee;
	z-index: 0;
}

#content
{
	position:relative;
	padding 1em;
	padding-bottom:2em;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.wingdings
{
	font-family:Wingdings;
}

.warning
{
	font-size:x-large;
	font-style: italic;
	color:red;
}

.note {
	font-style: italic;
}

p.moddate {
	text-align:right;
	color:#888;
}

div.clearfix {
	clear:both;
}

footer {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:2em;
	background-color:#bbb;
	clear:both;
}


footer div {
	margin-top:5px;
}

h1.jaeos {
	margin: 0.5em 0 0 0.5em;
}

img.headerimage {
	width:100%;
	height:auto;
}

nav
{
	margin:0;
	vertical-align: baseline;
	background-color:#ccc;
}

nav ul 
{
	display: block;
	list-style-type:none;
	vertical-align: baseline;
	text-align:center;
	margin:0;
}

nav ul li
{
	display:inline;
	list-style:none;
	vertical-align: baseline;
	padding-left:4px;
	padding-right:0;
	background-color:#ccc;
}

sup
{ 
    vertical-align: super;
    font-size: 60%;
    /* font-size: smaller; */
}

.tm {
	font-style: italic;
	font-size: small;
}

