body {
	margin: 1em auto;
	font: menu;
	font-size: 1em;
	background-color: #fbfbfb;
	color: #66666a;
	line-height: 2em;
	?width: 48em;
}

hr {
	height: 0px;
	border: 0;
	border-top: solid 1px #e0e0e4;
	?border-bottom: solid 1px #fff;
	margin: 15px 0px;
	display: block;
}

#header {
	width: 750px;
	text-align: left;
	font-family: MyriadPro-Semibold, sans-serif;
	font-size: 0.8em;
	border: solid 1px #bbb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 1.4em;
	padding-left: 1.8em;
	margin-bottom: 1.2em;
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.04, #fcfcfc), 
			color-stop(0.98, #f3f3f3), color-stop(1, #ddd));
	background: -moz-linear-gradient(#fff 0%, #fcfcfc 4%, #f3f3f3 98%, #ddd 100%);
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 1px 2px #ddd;
	-moz-box-shadow: 0px 1px 2px #ddd;
}

#header img {
	float: right;
	margin: -4px -5px 0px 0px;
}

#header .title {
	font-size: 2.5em;
	font-weight: normal;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	margin-top: 0.2em;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.792969)), to(black));
}

#header .subtitle {
	font-size: 1.3em;
	font-weight: normal;
	color: #999;
	text-shadow: #fff 1px 1px 1px;
	margin-top: -1.2em;
	margin-bottom: 0.2em;
	?letter-spacing: 0.1em;
}

#header .menu {
	float: right;
	background: #eee;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	margin-top: -1.4em;
	margin-right: 1.2em;
	padding: 0px 10px;
	color: #aaa;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 2em;
}

#header .menu a {
	text-decoration: none;
}

#body {
	width: 750px;
	text-align: left;
	padding: 1.4em;
	border: solid 1px #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #f4f4f4));
	background: -moz-linear-gradient(#f9f9f9 0%, #f4f4f4 100%);
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 1px 2px #ddd;
	-moz-box-shadow: 0px 1px 2px #ddd;
}

#body p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

#body h4 {
	margin-bottom: 0em;
}

#body li {
	font-size: 0.9em;
}

#body sup {
	font-size: 0.6em;
	background-color: #fbfbfb;
	color: 456;
}

#body code {
	background-color: #fbfbfb;
}

#body .note {
	font-size: 0.8em;
}

#body .note code {
	font-size: 1.1em;
}

#body .note ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#body .note img {
	vertical-align: middle;
}

#downloads {
	text-align: center;
	white-space: nowrap;
}

#downloads {
	text-align: center;
	white-space: nowrap;
}

#downloads .screenshot {
	display: inline-block;
	vertical-align: middle;
	border: solid 2px #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fdfdfd;
	padding: 12px;
	margin-top: -1em;
	margin-bottom: 1em;
	-webkit-box-shadow: 0px 0px 2px #ddd;
	-moz-box-shadow: 0px 0px 2px #ddd;
}

#downloads .screenshot img {
	border: solid 1px #ddd;
	background-color: #f4f4f4;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

#downloads .download {
	font-family: MyriadPro-Semibold, sans-serif;
	display: inline-block;
	height: 70px;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 3em;
	text-decoration: none;
	border: solid 1px #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.03, #f8f8fe), 
			color-stop(0.97, #e8e8ee), color-stop(1, #ddd));
	background: -moz-linear-gradient(#fff 0%, #f8f8fe 3%, #e8e8ee 97%, #ddd 100%);
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
}

#downloads .download.chrome {
	margin-left: 25px;
}

#downloads .download img {
	float: left;
	margin-top: -5px;
	margin-left: -40px;
	margin-right: 10px;
	border: none;
	vertical-align: middle;
	position: relative;
}

#downloads .download.chrome img {
	margin-top: -12px;
}

#downloads .download .text {
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
	white-space: nowrap;
	margin: 0.8em;
	margin-right: 75px;
	text-align: left;
	text-shadow: #fafafa 1px 1px 1px;
}

#downloads .download .version {
	font-size: 0.9em;
	color: #777;
	margin-top: -2.2em;
	text-align: left;
	text-shadow: #fafafa 1px 1px 1px;
	letter-spacing: 0.1em;
	white-space: pre;
}

#downloads .download .new {
	float: right;
	margin-right: -17px;
	margin-top: -17px;
}

#addressbar {
	margin-left: -40px;
}

#copyright {
	font-size: 0.7em;
	text-align: center;
	color: #999;
	margin-top: 1em;
}

#copyright img {
	vertical-align: middle;
	border: none;
}

#copyright a {
	text-decoration: none;
	color: #789;
}

.space {
	display: inline-block;
	width: 5em;
}
