* {
  font-family:helvetica, verdana, sans;
  line-height:1.4em;
}
a img {
  border:none;
}
article, main, aside, footer {
  display:block;
}
body {
  margin:0em;
  padding:0em;
}
body > header {
  margin:0;
  padding:0em;
  color:black;
  background-color:white;
  overflow:hidden;
}
nav {
  background-color: #444;
  padding: 0;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  display: inline;
  padding: 10px 8px;
  margin: 0 30px 0 0;
  line-height: 38px;
}
nav ul li.current {
  background: url("img/arrow.png") no-repeat scroll center 33px transparent;
}
nav a {
  color: white;
  text-decoration: none;
}
nav a:hover {
  text-decoration:underline;
}
nav li.current a {
  font-weight: bold;
}
h1 {
  margin:0em;
  padding:.2em 1em .1em 1em;
  background-color:#f1f1f1;
  color:#444;
  background-position:bottom left;
  background-repeat:repeat-x;
}
h1 a {
  background-image:url("img/trigger64x49.png");
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:74px;
  font-size: 49px;
  text-decoration: none;
  color: black;
}
article {
  margin:3em 4em 4em 4em;
}
#lgpl {
  position:absolute;
  top:178px;
  left:5px;
}
h2, h3, h4 {
  clear:right;
  margin-top:2em;
}
h1 small:before, h2 small:before, h3 small:before, h4 small:before {
  content:" – ";
}
h4 {
  color:#039;
  font-size:1.6em;
  text-transform:uppercase;
}
q {
  font-family:monospace;
  color:#222;
  background-color:#ddd;
  border: 1px solid #999;
  padding: 1px 2px;
}
em {
  font-style:italic;
}
small {
  color:#000;
  font-weight:300;
  text-transform:none;
}
pre > em {
	color:#c77;
	padding-left:2em;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
}
pre > em:before {
	content:"// ";
}
li {
  padding:.5em;
}
table {
  width:100%;
  border-collapse:collapse;
  border:solid 1px #777;
}
tr:nth-child(even) {
  background-color:#eee;
}
tr:first-child {
  color:#fff;
  background-color:#777;
}
th:nth-child(1) {
  width:6em;
}
th:nth-child(3) {
  width:25%;
}
th:nth-child(4) {
  width:50%;
}
th, td {
  padding:.5em 1em .5em .5em;
  vertical-align:top;
}
th {
  text-align:left;
}
aside {
  margin-top:3em;
  border-top:solid 1px #ccc;

}
aside, footer {
  text-align:right;
  font-size:small;
}
pre {
  padding: 6px 10px;
  background-color: #fafafa;
  border: 1px solid #bbb;
  color: black;
}
.image, .image a {
  text-decoration: none;
  font-size: small;
}
.dlblock {
  margin: 2em 0;
}
.dl {
  font-size: 160%;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 12px;
  white-space: nowrap;
}
a.dl, a.dl:link, a.dl:active, a.dl:visited, a.dl:hover {
  font-family: sans-serif;
  color: white;
  background-color: #44a544;
  border: 3px solid grey;
  text-decoration: none;
}
a.dl:hover {
  border-color: #999;
}
.docblock {
  margin: 1em 0;
}
.doc {
  font-size: 130%;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 6px;
  white-space: nowrap;
}
a.doc, a.doc:link, a.doc:active, a.doc:visited, a.doc:hover {
  font-family: sans-serif;
  color: #333;
  background-color: silver;
  border: 3px solid grey;
  text-decoration: none;
}
a.doc:hover {
  border-color: #999;
}
