
body {
	font-family:"Verdanan", Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

.bgtable {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

h1 {
    display: inline;
}

.gametitle {
	text-shadow: 0.1em 0.1em 0.3em #000000;
	color: #FFFFFF;
	padding: 10px;
}
.gametable {
	border-radius: 15px;
	margin: 10px;
}
.gamedescription {
	text-shadow: 0.1em 0.1em #000000;
	color: #FFFFFF;
	padding: 15px;
}


a:link {text-decoration:none;}      /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none;}  /* mouse over link */
a:active {text-decoration:none;}  /* selected link */

.gamedescription a:link {color: #FFFFFF; text-decoration:none; font-weight:bold;}      /* unvisited link */
.gamedescription a:visited {color: #FFFFFF; text-decoration:none; font-weight:bold;}  /* visited link */
.gamedescription a:hover {color: #FFFFFF; text-decoration:underline; font-weight:bold;}  /* mouse over link */
.gamedescription a:active {color: #FFFFFF; text-decoration:underline; font-weight:bold;}  /* selected link */

.gamelisttitle {
	text-shadow: 0.1em 0.1em 0.3em #000000;
	color: #FFFFFF;
	padding: 10px;
	
	position: absolute;
	bottom: 0;
	left: 0;
}
.gamelistsummary {
	text-shadow: 0.1em 0.1em #000000;
	color: #FFFFFF;
	padding: 15px;
}

.gamelisttable {
	border-radius: 15px;
	width: 900px;
	height: 150px;
	display: block;
	position: relative;
}

.gamelisttable:hover {
	opacity: 0.8;
}

.gamelisttablebg{
	border-radius: 15px;
	width: 900px;
	height: 150px;
	background-color: #000000;
}


/*this is just stuff to make the top of the games list look like my blog,
delete this and swap it out for your own header :) - Sophie*/
.header {
	width: 900px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	height: 100px;
}


#logo {
	float: left;
	width: auto;
	padding: 18px 0 34px 0;
}
#logo a {
	color: #ca1e00;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	letter-spacing: -2px;
	text-rendering: optimizeLegibility;
}
#logo h2 {
	font-size: 18px;
	font-weight: 200;
	padding: 12px 4px 0 0;
}
#nav {
	float: right;
	width: auto;
	padding: 12px 0 0;
}
#nav ul {
	height: 50px;
	margin-bottom: 2px;
}
#nav li {
	text-align: center;
	float: left;
	display: inline;
	width: auto;
	position: relative;
}
#nav li a {
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 15px;
	border-bottom: none;
}
#nav li a:hover {
	color: #ca1e00;
	background-color: #f7f7f7;
	border-bottom: none;
}

