body {
	background-color: #444;
	font-family: Helvetica, Georgia, Arial, sans-serif;
	font-size: 62.5%;
	color: #b4b4b4;
}

h1 {
	background-image: url(/img/LilliputLabs.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
}

a {
	color: #c263dc;
	text-decoration: none;
	cursor: hand;
}

a:visited {
	color: #b140d0;
}

a:hover {
	color: #a400d1;
}

a img {
	border: 0;
}

div#container {
	width: 96em;
	text-align: left;
	margin: 0 auto;
}

div#header {
	margin-bottom: 2em;
}

div#header hr {
	width: 100%;
	background-color: #b4b4b4;
	height: 1px;
	border: 0;
}

#menu {
	margin: 0;
	padding-left: 11em;
	font-size: 1.5em;
}

#menu li {
	display: inline;
	margin: 0.5em;
	font-weight: bold;
}

div#content {
	margin: 0 1em;
}

div#content div.segment {
	margin-left: 9em;
	font-size: 1.8em;
}

div#content div.segment ul {
	margin-top: 0;
}

div#content div.segment h2 {
  font-size: 1.5em;
  float: none;
  width: auto;
  text-align: left;
}

div#content h2 {
	font-size: 2.2em;
	float: left;
	width: 6.8em;
	text-align: right;
	margin: -0.15em 0 0;
}

div#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

div#content img {
	margin-right: 0.5em;
	float: left;
}

div#content img.icon {
	float: left;
}

div#content img.screenshot {
	float: right;
}

div#content img.centered-screenshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

div#content div#segment img {
	float: none;
}

div#footer {
	margin-top: 2em;
	font-size: 1em;
	text-align: center;
	clear: both;
}

a.info {
	font-size: 0.7em;
	white-space: nowrap;
}

abbr {
	border-bottom-width: 0;
}

span.email {
	font-family: Menlo, courier, monospace;
	unicode-bidi:bidi-override;
	direction: rtl;
}

