h1, h2, h3 {
	text-shadow: 1pt 1pt rgba(0,0,0,.1);
	margin: 0;
	margin-bottom: 12pt;
}

h1 {
	font-size: 32pt;
	margin-bottom: 12pt;
}

h2 {
	font-size: 24pt;
}

p,li {
	line-height: 1.5;
}

body {
	color: #444;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32pt;
	padding-right: 32pt;
	font-family: sans-serif;
	/*border: 1px solid white;
	box-shadow: 0px 10px 10px #888;
	background-color: rgba(255,255,255,.6);*/
}

html
{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,.3) 0%, rgba(204,204,204,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,.3)), color-stop(100%,rgba(204,204,204,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,.3) 0%,rgba(204,204,204,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,.3) 0%,rgba(204,204,204,.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,.3) 0%,rgba(204,204,204,.3) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,.3) 0%,rgba(204,204,204,.3) 100%); /* W3C */
}

html {
	background-attachment: fixed;
}

.mediatypes {
	float: left;
	max-width: 25%;
	min-width:9em;
}

.mediatypes h3 {
	text-align: center;
}

a {
	color: #a42426;
}

#about, #develop, #explore, #support, #meet, #footer, #retirementnotice {
	margin: 20pt;
	padding: 20pt;
}

#about, #develop, #explore, #support, #meet, #retirementnotice {
	background: white;
	box-shadow: 1pt 1pt rgba(0,0,0,.5);
	border-radius: 6pt;
	border: 1pt solid rgba(0,0,0,.2);
}

#about {
	overflow: auto;
}

.download_wrapper {
	width: 225px;
	float: right;
	box-shadow: 1pt 1pt rgba(0,0,0,.5);
	border-radius: 6pt;
	border: 1pt solid rgba(0,0,0,.2);
	background: white;
	margin: 20pt 20pt 0 20pt;
	padding: 20pt 20pt 0 20pt;
	overflow: auto;
}

.download_wrapper h3 {
	text-align: center;
	border: 1pt solid white;
	padding: 6pt;
	background-color: rgba(255,255,255,.7);
}

.download_wrapper h3 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 6pt;
	width: 100%;
}

.downloader {
	clear: both;
	overflow: auto;
	padding-bottom:1pt;
}

h1 {
	padding-top: 1.5em;
}

#header {
	padding-left: 20pt;
	overflow: auto;
}