﻿/*
	Colours and styles copied from http://www.cmsmadesimple.org default style
*/

html
{
	font-family:sans-serif;
	background-color:#ccc;
	color:#000;
}

body
{
	border:1px solid #000;
	background-color:#fff;
	width:90%;
	margin:1em auto;
}

#header
{
	color:#fff;
	background-color:#385C72;
	padding:0.25em 0 0.25em 2em;
}

#header blockquote
{
	text-align:right;
}

#sitemenu
{
	width:10em;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	margin-top:1em;
}

#sitemenu li
{
	border:1px solid #385C72;
	margin:-1px;
	padding:0;
	background-color:#eee;
	font-weight:bold;
	border-left-color:#000;
}
#sitemenu li:hover
{
	background-color:#ccc;
}
#sitemenu li a,
#sitemenu li a:link,
#sitemenu li a:visited
{
	display:block;
	padding:0.5em;
	text-decoration:none;
	color:#385C72;
}

#content
{
	margin-left:10em;
	margin-bottom:1em;
	padding:0 2em;
}

#gameshot
{
	display:none;
}

#footer
{
	color:#fff;
	padding:0.5em;
	margin:0;
	text-align:center;
	background-color:#385C72;
	font-size:0.9em;
	clear:both;
}

#styleswitcher
{
	padding:0;
}
#styleswitcher li
{
	display:inline;
	cursor:pointer;
}

table
{
	border-collapse:collapse;
}
tr
{
	vertical-align:top;
}
td,
th
{
	border:1px solid #000;
}

/*
	List shown a grid of squares.
	Set the width, height and margin of "ol.grid a" in the html file itself.
*/
ol.grid
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	overflow:auto;
}
ol.grid li
{
	float:left;
}
ol.grid a
{
	display:block;
	padding:0.5em 0;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
	background-color:#eee;
}
ol.grid a:hover
{
	background-color:#ccc;
}
ol.grid img
{
	display:block;
	margin:0 auto 0.3em;
	border:1px solid #000;
}

/*
	All screenshots with captions.
*/
*.screenshot
{
	text-align:center;
	font-style:italic;
}
*.screenshot img
{
	max-width:100%;
}