@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../images/structure/background.jpg);
	margin: 0px;
}

#fade
{
	width: 100%;
	height: 100%;
	min-height: 225px;
	background-image: url(../images/structure/background-fade.png);
	background-repeat: repeat-x;
}

#main
{
	width: 962px;
	margin-left: auto;
	margin-right:auto;
}

.clear
{
	clear: both;
}

img
{
	border: 0px;	
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	color: #b4074e;
	font-weight: bold;
	padding-top: 5px;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

a
{
	color: #03F;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #03F;
}

/* ------------------------------------------------------------------- 
   Form errors
   -------------------------------------------------------------------
*/
div.errorBox
{
	min-height: 42px;
	background-color: #F6FBBD;
	background-image: url(../images/icons/48x48/warning.png);
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #e3f148;
	padding: 5px;
	padding-left: 70px;
	margin-top: 5px;
	margin-bottom: 8px;
}

div.errorBox ul
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.correctBox
{
	min-height: 48px;
	background-color: #A2F8AE;
	background-image: url(../images/icons/48x48/check.png);
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #5DE370;
	padding: 5px;
	padding-left: 70px;
	margin-top: 5px;
	margin-bottom: 8px;
}



/* ------------------------------------------------------------------- 
   Smaller category header
   -------------------------------------------------------------------
*/

/* Category breadcrumbs */
div.breadcrumbs
{
	color: #b4074e;
	font-size: 15px;
}

div.breadcrumbs a
{
	color: #b4074e;
	font-size: 15px;
	text-decoration: underline;
}


div.gameHeader
{
	width: 932px;
	height: 51px;
	padding-left: 70px;
	padding-top: 14px;
	background-image: url(../images/structure/wide-header-background.jpg);
	background-repeat: no-repeat;
}


/* ------------------------------------------------------------------- 
   Content structure
   -------------------------------------------------------------------
*/

#content
{
	width: 962px;
	min-height: 500px;
	background-color: #ffffff;
	background-image: url(../images/structure/content-background.png);
	background-repeat: repeat-y;
}

#contentBottom
{
	width: 962px;
	height: 11px;
	background-image:url(../images/structure/content-bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: center;
}

#contentBottom a
{
	color: #000;
	text-decoration: underline;
}

#innerContent
{
	padding-left: 15px;
	padding-right: 15px;
}

/* ------------------------------------------------------------------- 
   Header structure
   -------------------------------------------------------------------
*/
#header
{
	background-image: url(../images/structure/header.png);
	background-repeat: no-repeat;
	width: 962px;
	height: 103px;
}

/* Link box covering the site logo */
#logoLink
{
	float: left;
	width: 500px;
	height: 60px;
}

/* Navigation bar */
#navigation
{
	float: left;
	margin-left: 100px;
}

/* Navigation buttons */
#navigation .navButton
{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 40px;
}

#navigation .navButton a
{
	text-decoration: none;
	color: #2114a9;
	outline:none;
}

#navigation .navButton a:hover
{
	color: 	#ffffff;
}


/* ------------------------------------------------------------------- 
   Games List
   -------------------------------------------------------------------
*/
div.gamesList
{
	float: left;
	margin-top: 10px;
}

div.gamesList .game
{
	float: left;
	width: 455px;
	min-height: 112px;
	background-image: url(../images/structure/description-top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-right: 10px;
}

div.gamesList .game .bottom
{
	width: 455px;
	background-image: url(../images/structure/description-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

div.gamesList .game img
{
	width: 140px;
	margin: 10px;
	border: 1px solid #e64e8f;
	float: left;
}

div.gamesList .game a
{
	font-size: 17px;
	font-weight: bold;
	color: #cd0356;
	text-decoration: none;
}

div.gamesList .game h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 3px;
}

div.gamesList .game p
{
	width: 282px;
	float: left;
	color: #555;
	font-size: 14px;
	line-height: 19px;
}

/* ------------------------------------------------------------------- 
   Ad bar
   -------------------------------------------------------------------
*/
div.adBar
{
	float: left;
	width: 300px;
}


/* ------------------------------------------------------------------- 
   Form elements
   -------------------------------------------------------------------
*/

table.formTable
{
	
}

table.formTable td:first-child
{
	width: 150px;	
}

table.formTable .label
{
	color: #022064;
	font-size: 15px;
	vertical-align: top;
	text-align:right;
	font-weight: bold;
	padding-right: 10px;
}

table.formTable .about
{
	text-align:left;
	font-size: 13px;
	color: #3A3A3A;
	padding-bottom: 14px;
	font-weight: normal;
}



/* ------------------------------------------------------------------- 
   Random games leaderboard
   -------------------------------------------------------------------
*/
div.randomGamesLeaderboard
{
	padding-top: 10px;
}

div.randomGamesLeaderboard img
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border: 1px solid #e64e8f;
}



/* ------------------------------------------------------------------- 
   Ads
   -------------------------------------------------------------------
*/

div.linkAd
{
	padding-top: 20px;
	float: left;
	width: 613px;
	text-align: center;
}


/* ------------------------------------------------------------------- 
   Left content header
   -------------------------------------------------------------------
*/
h2.smallHeader
{
	width: 300px;
	height: 51px;
	padding: 0px;
	margin: 0px;
	padding-left: 70px;
	padding-top: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url(../images/structure/small-header-background.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #b4074e;
	font-weight: bold;
	float: left;
}
