body
{
    /*--yellow: #ffde05;*/
	background-color: black;
	/*background-color: #222A12;*/
	/*background: rgb(255,141,0);
    background: radial-gradient(circle, rgba(255,141,0,1) 29%, rgba(180,0,0,1) 100%);*/
	text-transform: uppercase;
	color: white;
	/*color: black;*/
	font-family: "Times New Roman", Times New Roman, serif;
}

table
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px; /*OLD width: 70%;*/
	table-layout: fixed;
}

table, th, td
{
	border-collapse: collapse;
	text-align: center;
}

td
{
	padding: 8px;
	vertical-align: middle;
}

.tablewide /* IS THIS USED? */
{
    margin-left: auto;
	margin-right: auto;
	width: 80%;
	table-layout: fixed;
}

.thumbs,.centre
{
    margin: auto;
	max-width: 1200px; /*OLD max-width: 1100px;*/
	text-align: center;
}

h6, h3, h1, p, .html5
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.html5
{
	overflow: hidden;
}

h6
{
	/*color: black;*/
	color: #222A12;
}

.menu li /* game text list */
{
    padding-bottom: 10px;
}

#heading
{
	font-size: 4.5em;
	text-align: center;
	margin-bottom: 0;
}

#subheading
{
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 64px;
}

p, td, button
{
    font-size: 0.95em;
}

ul
{
    list-style-type: none;
    padding-left: 12px;
    padding-right: 12px;
}

.relative {position: relative;}
#nocaps {text-transform: none;}
#image {text-align: center;}
#redtext {color: red;}

#smalltext 
{
    font-size: 75%;
    line-height: 75%;
}

.comment
{
    width: 640px;
    padding: 16px;
}

.commentauthor
{
    font-size: 75%;
    line-height: 75%;
}

/* LINK HOVER ANIMATION */

a,
.link 
{
	text-decoration: none;
	color: #ffde05;
	/*color: black;*/
	/*color: red;*/
	cursor: pointer;
}

/* THUMBNAILS */

ul.img-list /* entire thumbnail list */
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.img-list li /* single thumb container */
{
    display: inline-block;
    height: 120px;
    margin: 0 0.5em 0.5em 0;
    position: relative;
    width: 160px;
    /*border: 1px solid black;*/
}

ul.img-list a /* transition */
{
    opacity: 1;
    -o-transition: 150ms;
	-ms-transition: 150ms;
	-moz-transition: 150ms;
	-webkit-transition: 150ms;
	transition: 150ms;
}

.img-over /* thumb img over */
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.img-under /* thumb img under */
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

span.img-text /* game title */
{
    font-family: "Arial Black", Gadget, sans-serif;
    text-transform: none;
    text-shadow: 2px 2px black;
	color: white;
	/*color: #ffde05;*/
    cursor: pointer;
    display: table;
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
}

span.img-text span /* game title alignment */
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* hover on any thumb over */
ul.img-list a:hover,
ul.img-list a:focus
{
    opacity: 0;
}

/* LINKS */
a:hover, 
.link:hover, 
a:focus, 
.link:focus 
{
	/*color: black;*/
	color: #222A12;
}