
@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");
	}
@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: "impact";
	src: local("Impact"), local("Charcoal"), url("/fonts/impact.ttf");
	}
@font-face
	{
	font-family: "verdana";
	src: local("Verdana"), url("/fonts/verdana.ttf");
	}

body
	{
	text-align: center;
	background-color: #000;
	background-image: url("OrbitalSnake_BodyBackground.png");
	}

section#content
	{
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 640px;
	font-family: "trebuchet ms", sans-serif;
	text-align: center;
	font-size: 15px;
	color: #eee;
	background-color: #000;
	padding-bottom: 15px;
	border: 4px solid #aaa;
	border-radius: 10px 10px 10px 10px;
	}

section#content header nav ul
	{
	border: 16px solid #777;
	border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-moz-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-webkit-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-o-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	font-family: "impact", "charcoal", sans-serif;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	}
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: #888;
	}
section#content header nav ul a:hover
	{
	color: #0f0;
	}
section#content header nav ul a.currentpage
	{
	color: #fff;
	}
section#content header nav ul a.currentpage:hover
	{
	color: #0f0;
	}
section#content header nav ul a.currentpage:before
	{
	content: "[";
	}
section#content header nav ul a.currentpage:after
	{
	content: "]";
	}

section#content a
	{
	color: #0f0;
	}
section#content a:hover
	{
	color: #f00;
	}
	
section#content header
	{
	display: block;
	text-align: center;
	margin: auto;
	padding-top: 20px;
	}

section#content header h1 img
	{
	width: 480px;
	}

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: 1em;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.8em;
	text-align: justify;
	}
section#content aside.flavourtext
	{
	display: block;
	width: 480px;
	margin: auto;
	padding-top: 28px;
	}
section#content aside.flavourtext p
	{
	font-style: italic;
	}
section#content aside.flavourtext strong
	{
	color: #e22;
	}

section#content figure.screenshots
	{
	display: block;
	}
section#content figure.screenshots img
	{
	width: 260px;
	height: 195px;
	margin: 10px;
	cursor: zoom-in;
	border: 4px solid #282828;
	border-bottom-color: #666;
	border-left-color: #666;
	}
section#content figure.screenshots img:active
	{
	width: 400px;
	height: 300px;
	margin-left: -60px;
	margin-right: -60px;
	margin-bottom: -120px;
	top: -80px;
	z-index: 1;
	cursor: default;
	}

section#content a.downloadlink
	{
	display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "courier new", "courier", monospace;
	font-weight: bolder;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 40px;
	border-bottom: 3px solid #f00;
	width: 220px;
	font-size: 40px;
	}

section#content dl
	{
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	padding: 10px 20px 10px 20px;
	font-family: "courier new", "courier", monospace;
	letter-spacing: 1px;
	line-height: 1.4em;
	border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-moz-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-webkit-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	-o-border-image: url("OrbitalSnake_ContentBorder.png") 32 32 32 32 round;
	border: 16px solid #777;
	}
section#content dl dt
	{
	display: block;
	float: left;
	border-style: none;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	font-size: 18px;
	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;
	font-size: 15px;
	}
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-type: disc;
	list-style-position: outside;
	margin-bottom: 1em;
	}
section#content dl ul li:last-child
	{
	margin-bottom: 0px;
	}

section#content h3
	{
	font-size: 18px;
	font-weight: bold;
	}
section#content > h3
	{
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	}
section#content h4
	{
	font-size: 15px;
	font-weight: bold;
	}
section#content hgroup
	{
	display: block;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d00;
	}
section#content hgroup:first-of-type
	{
	margin-top: 20px;
	}
	
section#content ul.versionhistory
	{
	text-align: justify;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 54px;
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.8em;
	}
	
section#content blockquote
	{
	text-align: justify;
	background-color: rgba(0,255,0,0.1);
	padding: 10px;
	padding-top: 30px;
	border-radius: 10px;
	border: 1px solid rgba(0,255,0,0.5);
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	}
section#content blockquote:first-of-type
	{
	margin-top: 40px;
	}
section#content blockquote h4
	{
	margin-left: 40px;
	margin-right: 40px;
	}
section#content blockquote, section#content blockquote *
	{
	}
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: 40px;
	margin-right: 45px;
	margin-bottom: 40px;
	margin-top: 10px;
	}
span.pressattribution:before
	{
	content: "└ ";
	font-weight: bold;
	}

nav.subsubmenu
	{
	display: block;
	font-family: "impact", "charcoal", sans-serif;
	font-size: 14px;
	background-color: rgba(0,255,0,0.1);
	border-radius: 5px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	padding: 5px;
	}
nav.subsubmenu ul
	{
	list-style-type: none;
	list-style-position: outside;
	}
nav.subsubmenu ul li
	{
	display: inline;
	margin: 0px;
	}
nav.subsubmenu ul li:after
	{
	font-weight: bold;
	content: " |";
	margin-right: 1em;
	margin-left: 1em;
	}
nav.subsubmenu ul li:last-of-type:after
	{
	content: none;
	margin-right: 0px;
	margin-left: 0px;
	}
	
p.note
	{
	font-size: 12px;
	}
	
section#content table.highscores
	{
	width: 560px;
	margin: auto;
	margin-bottom: 20px;
	background-color: rgba(0,0,255,0.1);
	border-radius: 5px;
	font-family: "verdana", sans-serif;
	padding-top: 25px;
	table-layout: fixed;
	}
section#content table.highscores span.profilelink
	{
	display: block;
	font-size: 10px;
	font-style: italic;
	}
section#content table.highscores span.profilelink a
	{
	color: #f4f;
	}
section#content table.highscores span.profilelink a:hover
	{
	color: #f00;
	}
section#content table.highscores span.scorecomment_solo, section#content table.highscores span.scorecomment_turbo
	{
	display: block;
	font-size: 10px;
	}
section#content table.highscores span.scorecomment_solo
	{
	color: #0ff;
	font-style: italic;
	}
section#content table.highscores span.scorecomment_turbo
	{
	color: #f00;
	font-style: italic;
	}
section#content table.highscores th, section#content table.highscores td
	{
	height: 50px;
	vertical-align: top;
	}
section#content table.highscores caption
	{
	text-align: center;
	font-size: 11px;
	background-color: rgba(255,0,0,0.1);
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	letter-spacing: 2px;
	}
section#content table.highscores caption p
	{
	margin: 0px;
	text-align: center;
	}
section#content table.highscores caption p span.subtext
	{
	font-size: 10px;
	}
section#content table.highscores caption p span.subtext a
	{
	color: #f4f;
	}
section#content table.highscores caption p span.subtext a:hover
	{
	color: #f00;
	}

footer
	{
	margin-top: 25px;
	}
footer *
	{
	color: #aaa;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	}
