/*
 *	GeometryGamesFAQ.css
 *
 *	Styles for the Geometry Games FAQ pages.
 */

body
{
	background-color:	#D0D0D0;/*#DDEAFF;*/
	color:				#000000;
	margin-left:		1em;
	margin-right:		1em;
	padding-left:		0;
	padding-right:		0;
}

div.title
{
	text-align:			center;
	font-size:			200%;
	font-weight:		bold;
	color:				#000080;
}

p.scope
{
	margin-left:	4em;
	margin-right:	4em;
}

div.toc
{
	margin-left:	2em;
	margin-right:	2em;
}

p.tocSectionTitle
{
	font-size:		125%;
	font-style:		italic;
	text-align:		center;
}

p.tocItem
{
	padding-left:	2em;
	text-indent:	-2em;
}

p.question
{
	font-size:			110%;
	font-weight:		normal;
	color:				#000080;
	padding-left:		1.6em;	/* 2em / 125% = 1.6em */
	text-indent:		-1.6em;	/* 2em / 125% = 1.6em */
}

p.answer
{
	margin-left:		2em;
	margin-top:			8pt;
	margin-bottom:		8pt;
}

ul.answer
{
	margin-left:		2em;
	margin-top:			8pt;
	margin-bottom:		8pt;
}

li.answer
{
	margin-top:			8pt;
	margin-bottom:		8pt;
}

p.language
{
	font-size:			80%;
	text-align:			center;
	margin-top:			32pt;
	margin-bottom:		32pt;
}

a.languageName
{
	unicode-bidi:		embed;
}

p.home
{
	font-size:			80%;
	text-align:			center;
	margin-top:			0;
	margin-bottom:		0;
}

hr
{
	margin-left:		25%;
	margin-right:		25%;
	margin-bottom:		2em;
	margin-top:			2em;
}
