html {

}

body {
	font-size: 0.8em;
	font-family: sans-serif;
	margin: 0;
	background: #eef;
}

header  {
	background-color: white;
}

h1 a {
	font-size: 0.6em;
	text-decoration: none;
	color: #aaa;
}

#mainnav {
	background-color: white;
	color: #505;
	font-size: 1.4em;
	padding: 0.8em;
	height: 1.4em;
	max-width: 800px;
	margin: 0 auto;
}

#mainnav a {
	text-decoration: none;
	font-weight: bold;
	color: #777;
}

#mainnav a:hover {
	color: #505;
}

#search {
	background-color: white;
	max-width: 800px;
	text-align: right;
	margin: -3.6em auto 0 auto;
	padding-bottom: 0.8em;
}

#search input[type="text"] {
	border: 0.2em solid #505;
	padding: 0.4em 6.4em 0.4em 0.4em;
	height: 2.1em;
}

#search input[type="text"]:focus {
	box-shadow: 0 0 10px #505;
}

#search input[type="submit"] {
	background-color: #505;
	color: white;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: -5em;
	width: 5em;
	height: 1.7em;
	border: 0.2em solid #505;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#logo {
	padding: 0.8em;
	background-color: #505;
	color: white;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

#content {
	background: white;
	padding: 1em;
	color: #444;
}

@media (min-width: 801px) {

	#content {
		padding: 2em;
		width: 800px;
		margin: auto;
	}

	#logo {
		font-size: 2.2em;
	}

}

h1 {
	font-size: 2.2em;
	margin-top: 0;
}

#view table {
	border-collapse: collapse;
}

#view table td {
	border: 1px solid black;
	vertical-align: top;
	padding: 0.4em;
}

nav.index li:before {
	content: "";
}

h2 {
	font-size: 2em;
	padding-top: 1.6em;
	border-top: 1px solid #ccc;
	margin-top: 1em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

nav.index ul {
	padding: 0;
	margin: 0;
}

nav.index li {
	list-style-type: none;
	padding-top: 0.3em;
}

nav.index a {
	color: #505;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

.verbatim {
	margin: 1em 0;
}

.verbatim-title:before {
	content: '// ';
	color: #999;
	font-weight: bold;
}

.verbatim-title {
	background-color: rgba(60, 0, 60, 0.2);
	padding: 0.4em 0.8em;
	color: #444;
	font-weight: bold;
	overflow: hidden;
}

.verbatim pre {
	color: #fff;
	background-color: #333;
	margin: 0;
	padding: 0.6em;
	overflow: auto;
}

.hl-underline {
	text-decoration: underline;
}

.hl-bold {
	font-weight: bold;
}

.hl-italic {
	font-style: italic;
}

.hl-code {
	color: white;
	background-color: #333;
	font-family: monospace;
	display: inline-block;
	font-size: 0.8em;
	padding: 0.1em 0.3em;
}

.hl-stroke {
	text-decoration: line-through;
}

ul {
	margin: 0.8em 0;
	padding-left: 0;
}

ul li {
	list-style-type: none;
	padding-left: 0.8em;
	text-indent: -0.8em;
}

ul li * {
	text-indent: 0;
}

ul>li:before {
	content: "• ";
	color: #505;
}

ul li ul {
	padding-left: 1em;
	margin: 0;
}

ul li ul>li:before {
	content: "• ";
	color: #505;
	opacity: 0.4;
}

a {
	color: #505;
}

a:visited {
	color: #444;
}

a.external:before {
	content: url("../img/extlink.svg");
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-left: 0.3em;
	margin-right: 0.2em;
}

div.important, div.error {
	padding: 1.2em;
	background-color: #f66;
	color: white;
	font-weight: bold;
	margin: 1.2em 0;
}


.image span {
	display: block;
	font-size: 0.8em;
	margin-top: 0.2em;
	font-style: italic;
	margin-left: 2em;
}

form {
	margin: 0;
}

#search-results {
	font-size: 0.9em;
}

#search-results a {
	color: black;
	text-decoration: none;
}

#list img {
	width: 1em;
	height: 1em;
}

#breadcrumbs {
	display: inline-block;
}

#list li:before {
	content: "";
}

#list li a {
	text-decoration: none;
	color: black;
}

#list li span.indentation {
	color: #505;
}

#search-results tr td {
	padding-top: 0.4em;
}

#search-results tr td:first-child {
	font-weight: bold;
}

.highlight {
	background-color: #0ff;
}

iframe {
	width: 100%;
	height: 100%;
}

/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */

pre .str, code .str { color: #65B042; } /* string  - green */
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
pre .pun, code .pun { color: #fff; } /* punctuation - white */
pre .pln, code .pln { color: #fff; } /* plaintext - white */
pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */


/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre .str, code .str { color: #060; }
  pre .kwd, code .kwd { color: #006; font-weight: bold; }
  pre .com, code .com { color: #600; font-style: italic; }
  pre .typ, code .typ { color: #404; font-weight: bold; }
  pre .lit, code .lit { color: #044; }
  pre .pun, code .pun { color: #440; }
  pre .pln, code .pln { color: #000; }
  pre .tag, code .tag { color: #006; font-weight: bold; }
  pre .atn, code .atn { color: #404; }
  pre .atv, code .atv { color: #060; }
}
