/*
 *	GeometryGamesGallery.css
 *
 *	Styles for the KaleidoPaint Image Gallery page.
 */

@import "GeometryGamesPage.css";

body
{
	text-align:		center;	
	color:			#000080;
}

div.superTitle
{
	font-size:		125%;
	font-style:		italic;
}

div.title
{
	font-family:	sans-serif;
	font-size:		250%;
}
title:lang(ar)		{font-family: "Simplified Arabic"}
title:lang(ja)		{font-family: Meiryo, メイリオ, sans-serif}
title:lang(ko)		{font-family: "Malgun Gothic", "맑은 고딕", sans-serif}
title:lang(zh-Hans)	{font-family: "Microsoft YaHei", 微软雅黑, sans-serif}
title:lang(zh-Hant)	{font-family: "Microsoft JhengHei", 微軟正黑體, sans-serif}

div.clickToEnlarge
{
	font-size:		100%;
	margin-top:		16pt;
	margin-bottom:	 0pt;
}

div.contribution
{
	font-family:	sans-serif;
	line-height:	150%;
	float:			left;
	margin-left:	16pt;
	margin-right:	16pt;
	margin-top:		16pt;
	margin-bottom:	16pt;
}
contribution:lang(ar)		{font-family: "Simplified Arabic"}
contribution:lang(ja)		{font-family: Meiryo, メイリオ, sans-serif}
contribution:lang(ko)		{font-family: "Malgun Gothic", "맑은 고딕", sans-serif}
contribution:lang(zh-Hans)	{font-family: "Microsoft YaHei", 微软雅黑, sans-serif}
contribution:lang(zh-Hant)	{font-family: "Microsoft JhengHei", 微軟正黑體, sans-serif}

a.contribution
{
}

img.contribution
{
	border-style:	none;
}

div.footerSubmission
{
	font-size:		100%;
}
div.footerSubmission:lang(ja) {text-align: left}

div.footerFinePrint
{
	font-size:		75%;
	text-align:		left;
	margin-top:		8pt;
	margin-bottom:	8pt;
}

/*
 *	Overrides p.language from GeometryGamesPage.css
 */
p.language
{
	margin-top:		16pt;
}
