* { outline: 0; }
html, body { min-height: 100%;  }
body, ul, ol, dl { margin: 0; }
img { border: 0; }
article, aside, audio, footer, header, nav, section, video { display: block }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="submit"] { -webkit-appearance:none; }
img.right { float: right; margin-left: 2em; clear: right; }
img.left { float: left; margin-right: 2em; clear: left; }
table { border-collapse: collapse; }
th { background: #000; color: #fff; }
td { padding: 1em; border: 1px solid black; }
body {
	margin: 0 auto;
	font-family: Georgia, Palatino, serif;
	color: #444444;
	line-height: 1;
	max-width: 960px;
	padding: 0 30px 30px;
	background-color: #E6E2DF;
}

h1,h2,h3,h4 {
	color: #111111;
	font-weight: 400;
}

h1,h2,h3,h4,h5,p {
	margin-bottom: 24px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
	margin: 24px 0 6px;
	margin-top: .5em !important;
	border-top: 4px solid #E0E0E0 !important;
	padding-top: .5em !important;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

a {
	color: #0099ff;
	padding: 0;
	vertical-align: baseline;
	margin: 0;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	background-color: #0099ff;
	text-decoration: none;
	color: white;
}

ul,ol {
	padding: 4px 20px 0px;
	margin: 0;
}

li {
	line-height: 24px;
}

blockquote ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

blockquote ul li {
	text-align: left;
	float: left;
	list-style: none;
	padding: 4px;
	width: 220px;
}
p,article.ul,article.ol {
	font-size: 16px;
	line-height: 24px;
	max-width: 540px;
}

footer {
	margin-left: 120px;
	padding: 0;
	text-align: right;
	max-width: 640px;
}

footer img{
	vertical-align: text-bottom;
}

footer a, footer a:hover{
	background: none;
}

article {
	background: white;
	position: relative;
	padding: 25px 50px;
	margin: 50px 0;
	min-width: 380px;
	max-width: 550px;
	/*
	padding: 25px 210px 0 30px;
	*/
	margin-left: 120px;
	margin-bottom: 10px;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: top right;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

article:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #E6E2DF;
	border-left: 10px solid #E6E2DF;
	border-bottom: 10px solid #d9d3cf;
	border-right: 10px solid #d9d3cf;
}

article pre {
	padding: 13px;
	background: #f3f3f3;
	border-style: dashed;
	border-color: #DADADA;
	border-width: 1px;
	/* max-width: 600 px; */
	overflow: auto;
}
code {
	font-family: Consolas, Monaco, Andale Mono, monospace;
	background: #ffffdd;
	font-size: 15px;
}

pre code {
	line-height: 1.5;
	background-color: transparent;
	font-size: 13px;
}

abbr {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: blue;
	opacity: 0.3;
	color: white;
	padding: 4px;
	cursor: help;
}

abbr:HOVER {
	opacity: 0.6;
	background: black;
}

a abbr,a abbr:HOVER {
	background: inherit;
	color: inherit;
	opacity: inherit;
	border: inherit;
	cursor: inherit;
	padding: inherit;
}

aside {
	display: block;
	float: right;
	width: 390px;
}

blockquote {
	margin: 1em 2em;
	max-width: 476px;
	background: #ECEDE5;
	border-left: 10px solid #ccc;
	padding: .5em 10px;
}

blockquote p {
	color: #666;
	/* max-width: 460px; */
	margin: 0;
}

hr {
	width: 540px;
	text-align: left;
	margin: 0 auto 0 0;
	color: #999;
}

dl {
	margin: 2em 0;
	padding: 0;
	/* max-width: 476px; */
}

dt { 
	font-family: Fixed, monospace;
	padding: .5em;
	border: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
	padding: .5em;
}

dd {
	margin: 0 0 1em 0;
	padding: .5em;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}

dd pre {
	border: none;
	padding: 0;
	background-color: transparent;
}

ol.toc li {
	clear: left;
	border-bottom: dashed 1px #aaa;
	height: 1.05em;
	margin-top: 20px;
	position: relative;
	margin-top: 20px;
	height: 1.05em;
}

ol.toc li:HOVER {
	color: #0099ff;
	border-bottom: dashed 1px #0099ff;
}

ol.toc li:HOVER small {
	color: #7FCCFF;
}

ol.toc a {
	text-decoration: none;
	color: inherit;
}

ol.toc .right,ol.toc span {
	background: #fff;
	padding: 0 3px 0 0;
	float: left;
	position: absolute;
	text-decoration: none;
}

div.right {
	float:right;
}
ol.toc .right {
	padding: 0 0 0 3px;
	right: 0;
}

ol.toc a:HOVER {
	
}

ol.toc ol {
	list-style: lower-roman;
	margin: 1.5em 0 1em 5%;
	padding: 0;
	background: #fff;
	float: left;
	display: block;
	width: 95%;
}

ol.toc small {
	color: #a999a9;
}

/**
 * Left side
 */
#left {
	position: fixed;
	top: 32px;
	bottom: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 7px;
	overflow: auto;
	background: black;
	line-height: 1.6;
}

#left img {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#left h3 {
	color: white;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

#left a {
	color: #bbccff;
}

#left a:hover {
	color: white;
}

#left ul {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
	color: white;
}

#left li {
	white-space: nowrap;
}

#left ul ul {
	padding-left: 10px;
}

#left .active>a {
	color: #333;
	background: none;
	font-weight: bold;
}

.collapsed {
	display: none;
}

nav.floating-menu {
	height: 32px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	background: #000000;
	border: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	background: -moz-linear-gradient(bottom, #aaa, #000 50%);
	background: -webkit-gradient(linear, center bottom, center top, from(#aaa),
		color-stop(50%, #000) );
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

nav.floating-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

nav.floating-menu li {
	float: left;
}

nav.floating-menu a:link,
nav.floating-menu  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 120px;
	color: #cccccc;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: none;
	border-left: 1px solid #222;
	border-right: 1px solid #bbb;
}

nav.floating-menu a:hover,
nav.floating-menu  a:active,
nav.floating-menu  a.active {
	color: #222;
	background-color: #ddd;
	border-top: 3px solid #aa0000;
	background: -moz-linear-gradient(bottom, #ddd, #aaa 50%);
	background: -webkit-gradient(linear, center bottom, center top, from(#ddd),
		color-stop(50%, #aaa) );
	-moz-box-shadow: 0 0 10px #000000;
}
nav.floating-menu  a.active {
	border-top: 3px solid #ff0000;
}
