﻿/* STANDARD */

BODY
{
	background-color: Black;
	color: White;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.0em;
}
TABLE
{
	border-collapse: collapse;
}
TABLE TH,
TABLE TD
{
	vertical-align: top;
}
A
{
	color: Yellow;
}
A:visited
{
	color: Orange;
}
P
{
}
H1
{
	font-size: 1.2em;
	border-bottom: dotted 1px white;
}
H2
{
	font-size: 1.1em;
	color: #FF0;
	margin: 1em 0 -0.5em 0;
}






/* FIXED WIDTH CENTRED */
BODY
{
	text-align: center;
}
DIV#frame
{
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

DIV#frame
{
	

}

DIV#main
{
	min-height: 400px;
	padding: 0 0.5em;
	border: solid 1px white;
	border: none;
}

EM
{
	color: Yellow;
}


HR
{
	border: none;
	height: 1px;
	background-image: url(../img/hr.png);
	background-repeat: no-repeat;
	background-position: center center;
}



/* HEADER */

DIV#header
{
	padding: 0 0.5em;
}
DIV#header .h1
{
	font-family: Arial;
	font-size: 3em;
	font-weight:bold;
}
DIV#header .h2
{
	float:right;
}

a.covert
{
	text-decoration: none;
}






/* FOOTER */

DIV#footer
{
	text-align: center;
	font-size: 0.8em;
	color: #AAA;
}



/* MENU */


UL.menu
{ 
	text-align: center;				/* set to left, right or center */
	margin: 1em 0 0 0;				/* set margins as desired */
	font-family: Verdana, Helvetica, Sans-Serif; /* set font as desired */
	font-size: 1.2em;
/*	border-bottom: 1px solid white; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

UL.menu LI
{ 
	display: inline;
}
UL.menu LI:after
{
	content:" | ";
}

UL.menu LI.last:after
{
	content:none;
}
UL.menu LI A:hover
{
	color:White;
}


/* GAMES SCREEN */
UL.summary
{
	font-size: 0.8em;
}
TABLE#games
{
	/* Don't let Filter indent the table when only one summary item */
	clear:right;
}
TABLE#games TD.left
{
	padding-right: 1em;
	font-size: 0.8em;
}
TABLE#games TD.left IMG.screen
{
	border: solid 1px #222;
}
TABLE#games TD.left IMG
{
	border: 0;
}
TABLE#games TD.left div img
{
	vertical-align:middle;
}

TABLE#games H3
{
	margin: 0;
	color: #F00;
	
}
TABLE#games P.submitted
{
	float: right;
	color: #444;
	font-size: 0.7em;
	margin: 0;
}
TABLE#games P.author
{
	margin: 0;
	color: #FF0;
}
TABLE#games DIV.desc
{
}
TABLE#games DIV.review
{
	margin: 0;
	margin-bottom: 1em;
	text-align: justify;
	font-size: 0.8em;
	color: #888;
}
TABLE#games DIV.review EM
{
	color: #888;
}


TABLE#links-prev-comp
{
}
TABLE#links-prev-comp TH,
TABLE#links-prev-comp TD
{
	padding: 0.25em 1em;
}
SELECT#FilterList
{
	float: right;
	font-size: 1.2em;
	display: none;	/* Hidden unless JS enabled */
}


/* BLOG */
DIV.blog
{
}
P.timestamp
{
	color: #888;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
P.timestamp + P
{
	margin-top: 0;
}