
@font-face
	{
	font-family: "impact";
	src: local("Impact"), local("Charcoal"), url("/fonts/impact.ttf");
	}
@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: "trebuchet ms";
	src: local("Trebuchet MS"), url("/fonts/trebuc.ttf");
	}
@font-face
	{
	font-family: "trebuchet ms";
	font-weight: bold;
	src: local("Trebuchet MS Bold"), url("/fonts/trebucbd.ttf");
	}
@font-face
	{
	font-family: "trebuchet ms";
	font-style: italic;
	src: local("Trebuchet MS Italic"), url("/fonts/trebucit.ttf");
	}
@font-face
	{
	font-family: "trebuchet ms";
	font-weight: bold;
	font-style: italic;
	src: local("Trebuchet MS Bold Italic"), url("/fonts/trebucbi.ttf");
	}

html
	{
	background-color: #000;
	background-image: url("Afterlife3_HTMLBackground.png");
	height: 100%;
	}
body
	{
	text-align: center;
	color: #fff;
	background-image: url("Afterlife3_BodyBackground.png");
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 100%;
	}

section#content
	{
	display: block;
	margin: auto;
	margin-top: 220px;
	background-color: #000;
	width: 648px;
	padding: 24px;
	border-radius: 13px;
	border: 4px solid #eee;
	}

section#content header
	{
	display: block;
	top: -220px;
	margin-bottom: -170px;
	}
section#content h1:before
	{
	content: url("Afterlife2_Rainbow.png");
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -440px;
	}

section#content nav.submenu
	{
	margin-top: 16px;
	top: -1px;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 7px;
	text-transform: uppercase;
	}
section#content nav.submenu li
	{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	}
section#content nav.submenu li:last-child
	{
	margin-right: 0px;
	}
section#content nav.submenu li a
	{
	color: #fff;
	text-shadow: 0px 0px 13px #fff;
	}
section#content nav.submenu li a.currentpage
	{
	color: #a40;
	text-shadow: 0px 0px 13px #d70;
	}
section#content nav.submenu li a:hover
	{
	color: #fff;
	text-shadow: 0px 0px 13px #48f;
	}
section#content nav.submenu li a.currentpage:hover
	{
	color: #d70;
	text-shadow: 0px 0px 13px #fff;
	}

section#content p.flavourtext
	{
	font-style: italic;
	color: #bbb;
	}
	
section#content p
	{
	text-align: justify;
	margin-bottom: 1em;
	font-family: "georgia", sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #eee;
	font-weight: bold;
	}
section#content p a
	{
	color: #8cd;
	}
section#content p a:hover
	{
	text-decoration: underline;
	}

section#content p.scoretablesmallprint
	{
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #888;
	}

figure.screenshots
	{
	display: block;
	margin-top: 24px;
	text-align: center;
	}
figure.screenshots img
	{
	width: 256px;
	display: inline-block;
	margin-bottom: 40px;
	border-radius: 7px;
	cursor: zoom-in;
	border: 4px solid #282828;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-left: 20px;
	margin-right: 20px;
	}
figure.screenshots img:active
	{
	width: 400px;
	height: 300px;
	margin-left: -52px;
	margin-right: -52px;
	margin-bottom: -68px;
	top: -54px;
	z-index: 1;
	cursor: default;
	}

img.screenshot
	{
	width: 320px;
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 7px;
	cursor: zoom-in;
	border: 4px solid #282828;
	border-bottom-color: #666;
	border-left-color: #666;
	}
img.screenshot:active
	{
	width: 400px;
	height: 300px;
	top: -30px;
	margin-bottom: -30px;
	z-index: 1;
	cursor: default;
	}

table.highscores
	{
	width: 640px;
	background-image: url("Afterlife3_ScoreTableBackground.png");
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 4px;
	font-family: "trebuchet ms", sans-serif;
	color: #111;
	font-size: 18px;
	border-collapse: collapse;
	}
table.highscores a
	{
	color: #a00;
	font-weight: bold;
	}
table.highscores a:hover
	{
	text-decoration: underline;
	}
table.highscores th
	{
	text-transform: uppercase;
	font-family: "impact", "charcoal", sans-serif;
	font-weight: normal;
	font-size: 32px;
	}
table.highscores td
	{
	padding-bottom: 18px;
	}
table.highscores th, table.highscores td
	{
	padding-top: 18px;
	}
table.highscores th.name, table.highscores td.name, table.highscores th.score_primary, table.highscores td.score_primary
	{
	text-align: left;
	padding-left: 18px;
	}
table.highscores th.score, table.highscores td.score, table.highscores th.date, table.highscores td.date, table.highscores td.date_latestscores, table.highscores td.date_latestscores_minigame, table.highscores th.time, table.highscores td.time, table.highscores td.score_latestscores_endlesstower
	{
	text-align: right;
	padding-right: 18px;
	}
table.highscores span.profilelink
	{
	font-size: 10px;
	vertical-align: middle;
	}
table.highscores span.profilelink a
	{
	color: #467;
	margin-left: 2px;
	margin-right: 2px;
	}
table.highscores td.score, table.highscores td.time, table.highscores td.score_latestscores_endlesstower
	{
	vertical-align: bottom;
	font-size: 24px;
	font-family: "courier new", monospace;
	font-weight: bold;
	}
table.highscores td.score_primary
	{
	vertical-align: top;
	font-size: 24px;
	font-family: "courier new", monospace;
	font-weight: bold;
	}
table.highscores td.date
	{
	font-weight: bold;
	}
table.highscores td.date_latestscores
	{
	font-size: 20px;
	padding-bottom: 6px;
	}
table.highscores td.date_latestscores_minigame
	{
	font-size: 20px;
	padding-bottom: 19px;
	}
table.highscores td.score_latestscores_endlesstower
	{
	padding-top: 1px;
	}
table.highscores img.afterlifeicon
	{
	margin-right: 0.5em;
	top: 2px;
	}
table.highscores span.demise
	{
	display: block;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	}
table.highscores span.demise:after
	{
	content: "...";
	}
table.highscores td.date span.demise:after
	{
	content: ",";
	}

a.downloadlink
	{
	display: block;
	font-family: "impact", "charcoal", "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 44px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 13px #fff;
	margin-top: 40px;
	margin-bottom: 30px;
	}
a.downloadlink:hover
	{
	color: #fff;
	text-shadow: 0px 0px 13px #48f;
	}

nav.subsubmenu
	{
	display: block;
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 7px;
	margin-bottom: 7px;
	color: #eee;
	}
nav.subsubmenu.gamemenu
	{
	background-color: #400;
	}
nav.subsubmenu.chartmenu
	{
	background-color: #040;
	}
nav.subsubmenu.charactermenu
	{
	background-color: #014;
	}
nav.subsubmenu a
	{
	color: #d70;
	}
nav.subsubmenu a:hover
	{
	color: #f90;
	}
nav.subsubmenu ul
	{
	list-style-type: none;
	}
nav.subsubmenu ul li
	{
	display: inline-block;
	margin-right: 7px;
	}
nav.subsubmenu ul li:after
	{
	content: "|";
	margin-left: 10px;
	}
nav.subsubmenu ul li:last-child
	{
	margin-right: 0px;
	padding-right: 0px;
	}
nav.subsubmenu ul li:last-child:after
	{
	content: none;
	}

section#content h2
	{
	display: none;
	}
	
section#content dl
	{
	display: block;
	margin: auto;
	padding: 10px;
	width: 500px;
	margin-bottom: 18px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #e0e0e0;
	border: 3px solid #666;
	border-radius: 13px;
	}
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;
	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 a
	{
	color: #8cd;
	}
section#content dl a:hover
	{
	color: #f90;
	}

section#content h3
	{
	font-size: 18px;
	font-weight: bold;
	font-family: "trebuchet ms", sans-serif;
	}
section#content > h3
	{
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	}
section#content h4
	{
	font-size: 15px;
	font-weight: bold;
	font-family: "trebuchet ms", sans-serif;
	}
section#content hgroup
	{
	display: block;
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	font-family: "trebuchet ms", sans-serif;
	}
section#content hgroup:first-of-type
	{
	margin-top: 40px;
	}

section#content ul.versionhistory
	{
	text-align: justify;
	list-style-position: outside;
	list-style-image: url("Afterlife2_Star.png");
	margin-left: 87px;
	margin-right: 87px;
	margin-bottom: 32px;
	font-size: 13px;
	line-height: 1.8em;
	color: #fff;
	font-family: "trebuchet ms", sans-serif;
	}
section#content ul.versionhistory a
	{
	color: #8cd;
	}
section#content ul.versionhistory a:hover
	{
	text-decoration: underline;
	}
section#content ul.versionhistory li ul
	{
	list-style-type: disc;
	list-style-image: none;
	margin-left: 20px;
	}

section#content h4 a
	{
	color: #8cd;
	}
section#content h4 a:hover
	{
	color: #a00;
	}

footer
	{
	margin-top: 25px;
	}
footer *
	{
	color: #efefef;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	}

section#content blockquote
	{
	text-align: justify;
	width: 580px;
	border-color: #777;
	border-width: 2px;
	border-style: solid;
	background-color: #000;
	padding: 10px;
	padding-top: 20px;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	}
section#content blockquote, section#content blockquote *
	{
	font-size: 14px;
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	color: #ccc;
	}
section#content blockquote p
	{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 1em;
	}
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: 500px;
	height: 240px;
	}
section#content blockquote ul
	{
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 2em;
	}

span.pressattribution
	{
	display: block;
	text-align: right;
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 10px;
	font-family: "georgia", serif;
	font-size: 13px;
	}
span.pressattribution:before
	{
	content: "└ ";
	font-weight: bold;
	}
span.pressattribution a
	{
	color: #8cd;
	}
span.pressattribution a:hover
	{
	text-decoration: underline;
	}

span.errormessage
	{
	display: block;
	font-size: 24px;
	color: #d70;
	font-family: "courier new", monospace;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
	}
