
@font-face
	{
	font-family: "courier new";
	src: local("Courier New"), url("/fonts/cour.ttf");
	}
@font-face
	{
	font-family: "courier new";
	font-weight: bold;
	src: local("Courier New Bold"), url("/fonts/courbd.ttf");
	}
@font-face
	{
	font-family: "courier new";
	font-style: italic;
	src: local("Courier New Italic"), url("/fonts/couri.ttf");
	}
@font-face
	{
	font-family: "courier new";
	font-weight: bold;
	font-style: italic;
	src: local("Courier New Bold Italic"), url("/fonts/courbi.ttf");
	}
@font-face
	{
	font-family: "comic sans ms";
	src: local("Comic Sans MS"), url("/fonts/comic.ttf");
	}
@font-face
	{
	font-family: "comic sans ms";
	font-weight: bold;
	src: local("Comic Sans MS Bold"), url("/fonts/comicbd.ttf");
	}

body
	{
	background: url("Afterlife_BodyBackground.png");
	}

section#content
	{
	display: block;
	margin: auto;
	margin-top: 286px;
	margin-bottom: 32px;
	width: 640px;
	background-color: #070707;
	border: 40px solid #888;
	border-image: url("Afterlife_ContentBorder.png") 40 40 40 40 round;
	-moz-border-image: url("Afterlife_ContentBorder.png") 40 40 40 40 round;
	-o-border-image: url("Afterlife_ContentBorder.png") 40 40 40 40 round;
	-webkit-border-image: url("Afterlife_ContentBorder.png") 40 40 40 40 round;
	text-align: center;
	color: #eee;
	font-family: "courier new", "courier", monospace;
	font-size: 16px;
	}

section#content a
	{
	color: #48c;
	}
section#content a:hover
	{
	color: #8cf;
	}
	
section#content header
	{
	display: block;
	text-align: center;
	top: -286px;
	margin: auto;
	margin-bottom: -176px;
	}

section#content header h1
	{
	margin-bottom: 7px;
	}

section#content header nav ul
	{
	font-family: "comic sans ms", sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	}
section#content header nav ul li
	{
	display: inline;
	list-style-type: none;
	margin-left: 7px;
	margin-right: 7px;
	padding: 4px;
	}
section#content header nav ul a
	{
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	}
section#content header nav ul a.currentpage
	{
	color: #ccc;
	}
section#content header nav ul a:hover
	{
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	}

section#content h2
	{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	color: #fff;
	margin-bottom: 1em;
	display: none;
	}

section#content p
	{
	margin-bottom: 2em;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.8em;
	text-align: justify;
	}
section#content aside.flavourtext
	{
	display: block;
	font-family: "courier new", "courier", monospace;
	font-size: 16px;
	color: #777;
	}
section#content aside.flavourtext p
	{
	font-style: italic;
	}
section#content aside.flavourtext strong
	{
	color: #700;
	}

section#content figure.screenshots
	{
	display: block;
	text-align: center;
	margin-bottom: 2em;
	}
section#content figure.screenshots img
	{
	width: 160px;
	height: 120px;
	cursor: zoom-in;
	border: 4px solid #282828;
	border-bottom-color: #666;
	border-left-color: #666;
	border-radius: 4px;
	margin: 10px;
	}
section#content figure.screenshots img:active
	{
	width: 400px;
	height: 300px;
	margin-left: -110px;
	margin-right: -110px;
	margin-bottom: -225px;
	top: -140px;
	z-index: 1;
	cursor: default;
	}

section#content dl
	{
	display: block;
	margin: auto;
	padding: 10px;
	width: 445px;
	margin-bottom: 50px;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4em;
	}
section#content dl dt
	{
	display: block;
	float: left;
	border-style: none;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	font-weight: bold;
	width: 7em;
	}
section#content dl dd
	{
	display: block;
	border-style: none;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	margin-left: 10em;
	}
section#content dl * p
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	}
section#content dl ul
	{
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
section#content dl ul li
	{
	margin: 0px;
	padding: 0px;
	top: -3px;
	list-style-image: url("Afterlife_Star.png");
	list-style-position: outside;
	margin-bottom: 1em;
	}
section#content dl ul li:last-child
	{
	margin-bottom: 0px;
	}

section#content dl#downloadmenu:after
	{
	content: url("Afterlife_Rickard.png");
	position: absolute;
	right: -38px;
	bottom: -55px;
	}

section#content h3
	{
	font-size: 18px;
	font-weight: bold;
	}
section#content > h3
	{
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	}
section#content h4
	{
	font-size: 15px;
	font-weight: bold;
	}
section#content hgroup
	{
	display: block;
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	}
section#content hgroup:first-of-type
	{
	margin-top: 40px;
	}
	
section#content ul.versionhistory
	{
	text-align: justify;
	list-style-position: outside;
	list-style-image: url("Afterlife_Star.png");
	margin-left: 87px;
	margin-right: 87px;
	margin-bottom: 32px;
	font-size: 13px;
	line-height: 1.8em;
	}
section#content ul.versionhistory li ul
	{
	list-style-type: disc;
	list-style-image: none;
	margin-left: 20px;
	}

section#content blockquote
	{
	text-align: justify;
	width: 480px;
	border-color: #777;
	border-width: 2px;
	border-style: solid;
	background-color: #000;
	padding: 10px;
	padding-top: 30px;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	}
section#content blockquote h4
	{
	margin-left: 40px;
	margin-right: 40px;
	}
section#content blockquote, section#content blockquote *
	{
	font-size: 11px;
	}
section#content blockquote p img, section#content blockquote p object
	{
	display: block;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	}
section#content blockquote p object.youtubevideo
	{
	width: 400px;
	height: 240px;
	}
section#content blockquote ul
	{
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 2em;
	}

span.pressattribution
	{
	display: block;
	text-align: right;
	margin-left: 70px;
	margin-right: 75px;
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 12px;
	}
span.pressattribution:before
	{
	content: "└ ";
	font-weight: bold;
	}

section#content a.downloadlink
	{
	display: block;
	font-size: 40px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 48px;
	border-bottom: 3px solid #fff;
	width: 220px;
	text-align: center;
	}
