/*
	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:#000040;
	padding:0.25em 0 0.25em 2em;
	text-align:center;
}

#header blockquote
{
	text-align:right;
}


#sitemenu
{
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
	text-align:center;
	background-color:#000040;
	line-height:1em;
	height:2em;
	border:2px solid #000040;
	padding-left:15%;
}
#sitemenu li
{
	background-color:#eee;
	font-weight:bold;
	float:left;
	width:20%;
	margin-left:2px;
}
#sitemenu li:hover
{
	background-color:#ccc;
}
#sitemenu li a,
#sitemenu li a:link,
#sitemenu li a:visited
{
	text-decoration:none;
	color:#000040;
	padding:0.5em;
	display:block;
}

h2
{
	text-align:center;
	clear:both;
}

#content
{
	margin-left:0em;
	margin-bottom:1em;
	padding:0 2em;
}

#footer
{
	color:#fff;
	padding:0.5em;
	margin:0;
	text-align:center;
	background-color:#000040;
	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%;
}