
@font-face
	{
	font-family: "georgia";
	src: local("Georgia"), url("/fonts/georgia.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-weight: bold;
	src: local("Georgia Bold"), url("/fonts/georgiab.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-style: italic;
	src: local("Georgia Italic"), url("/fonts/georgiai.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-weight: bold;
	font-style: italic;
	src: local("Georgia Bold Italic"), url("/fonts/georgiaz.ttf");
	}

html
	{
	text-align: center;
	}
body
	{
	background-color: #000;
	color: #fff;
	text-align: center;
	}

section#content
	{
	display: block;
	text-align: center;
	width: 500px;
	padding: 24px;
	padding-top: 0px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 12px;
	color: #ccc;
	}

section#content header
	{
	display: block;
	}
section#content header h1
	{
	margin: auto;
	width: 480px;
	text-align: center;
	margin-top: 30px;
	}

section#content p
	{
	font-family: "georgia", serif;
	font-size: 15px;
	text-align: justify;
	color: #ccc;
	margin-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 1px;
	}
section#content p a
	{
	color: #eee;
	}
section#content p a:hover
	{
	text-decoration: underline;
	color: #fff;
	}

section#content p cite
	{
	color: #eee;
	}

section#content p:last-of-type
	{
	border-bottom: 1px solid #666;
	padding-bottom: 1em;
	margin-bottom: 20px;
	}

section#content a#downloadlink
	{
	font-family: "georgia", serif;
	font-size: 30px;
	width: 180px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: auto;
	margin-top: 30px;
	border-bottom: 2px solid #000;
	}
section#content a#downloadlink:hover
	{
	border-bottom: 2px solid #fff;
	}

section#content nav.submenu
	{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
	}
	
section#content nav.submenu ul
	{
	text-align: center;
	list-style-type: none;
	font-family: "georgia", serif;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-top: 6px;
	}
section#content nav.submenu ul a
	{
	color: #ccc;
	}
section#content nav.submenu ul a:hover
	{
	color: #c00;
	}
section#content nav.submenu ul a.currentpage
	{
	color: #666;
	}
section#content nav.submenu ul a.currentpage:hover
	{
	color: #600;
	}
section#content nav.submenu ul li
	{
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	}

section#content img.illustration
	{
	display: block;
	width: 100%;
	margin-bottom: 1em;
	opacity: 0.9;
	}

section#content dl.downloadmenu
	{
	display: block;
	margin: auto;
	padding: 10px;
	font-family: "georgia", serif;
	font-size: 16px;
	line-height: 1.4em;
	border: 2px solid #666;
	}
section#content dl.downloadmenu dt
	{
	display: block;
	float: left;
	border-style: none;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	font-weight: bold;
	width: 7em;
	}
section#content dl.downloadmenu dd
	{
	display: block;
	border-style: none;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	margin-left: 10em;
	}
section#content dl.downloadmenu * p
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	}
section#content dl.downloadmenu ul
	{
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
section#content dl.downloadmenu ul li
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1em;
	}
section#content dl.downloadmenu ul li:last-child
	{
	margin-bottom: 0px;
	}
section#content dl.downloadmenu a
	{
	color: #a00;
	}
section#content dl.downloadmenu a:hover
	{
	color: #c00;
	}
	
section#content dl.credits
	{
	font-family: "georgia", serif;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding-bottom: 20px;
	border-bottom: 2px solid #666;
	}
section#content dl.credits a
	{
	color: #ccc;
	}
section#content dl.credits a:hover
	{
	color: #c00;
	}
section#content dl.credits dt
	{
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
	}

section#content hgroup
	{
	display: block;
	margin: auto;
	margin-bottom: 6px;
	}
section#content hgroup *
	{
	font-family: "georgia", serif;
	font-weight: normal;
	letter-spacing: 2px;
	}
section#content hgroup a
	{
	color: #a00;
	}
section#content hgroup a:hover
	{
	color: #c00;
	text-decoration: underline;
	}
section#content hgroup h2
	{
	font-size: 24px;
	color: #fff;
	text-align: left;
	}
section#content hgroup h3
	{
	font-size: 18px;
	color: #fff;
	text-align: left;
	}

section#content ul.versionhistory
	{
	list-style-position: inside;
	list-style-type: disc;
	margin: auto;
	font-family: "georgia", serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 1em;
	}
section#content ul.versionhistory a
	{
	color: #900;
	}
section#content ul.versionhistory a:hover
	{
	color: #c00;
	}
section#content ul.versionhistory li ul
	{
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 10px;
	list-style-position: outside;
	}

section#content figure.screenshots
	{
	display: block;
	margin-bottom: 10px;
	}
section#content figure.screenshots img
	{
	display: inline-block;
	width: 160px;
	margin-left: 5px;
	cursor: zoom-in;
	}
section#content figure.screenshots img:first-child
	{
	margin-left: 0px;
	}
section#content figure.screenshots img:active
	{
	z-index: 1;
	cursor: default;
	width: 400px;
	margin-left: -116px;
	margin-right: -121px;
	margin-bottom: -182px;
	top: -81px;
	border: 1px solid #000;
	border-radius: 3px;
	}
section#content figure.screenshots img:first-child:active
	{
	margin-left: -121px;
	}
