/* Global CSS styles for BK Kid's Quest */


body {	
	background: #fff url(../images/backgrounds/cloudGround.jpg) center top repeat-x;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

.logo {
	clear: both;
	display: block;
	height: 90px;
	margin: 0 0 25px 0;
	padding: 0;	
	position: relative;
	top: -10px;
	width: 290px;
}

.logo a {
	background: url(../images/logo.png) left top no-repeat;
	cursor: pointer;
	display: block;
	height: 90px;
	overflow: hidden;
	text-indent: -9000px;
	width: 290px;
}
h1 {
	left: 60px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -9000px;
	top: 139px;
	z-index: 1;
}
h2 {
	font-family: "Arial Black";
	color: #005288;
	font-size: 20px;	
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 8px 0px;
	line-height: 22px;
}
h2.dark {
	color: #545454;
}

h3 {
	font-family: "Arial Black";
	color: #005288;
	font-size: 20px;	
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 8px 0px;
	line-height: 22px;
}

h4
{
	color: #005288;
	font: bold 1.3em/1.4em Arial, Helvetica, sans-serif;
	padding: 25px 0px 8px 0px;
	margin:0px;
}

.legalInfo h4
{
	padding-bottom: 0px;
	padding-top: 0px;
}

h5
{
	color: #005288;
	font: bold 1.3em/1.4em Arial, Helvetica, sans-serif;
	margin:0px;
}

.legalInfo h5
{
	padding: 10px 0px 0px 0px;
	color: #545454;
	font: bold 1.3em/1.4em Arial, Helvetica, sans-serif;
}

h6
{
	color:#969696;
	font: bold 1.3em/1.4em Arial, Helvetica, sans-serif;
	margin:0px;
	text-decoration:underline;
}

p {
	color: #969696;
	display: block;	
	font: bold 1.3em/1.4em Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}

.legalInfo p
{
	padding-bottom: 15px;
}
p.intro
{
	font-family: "Arial Black";
	color: #969696;
	font-size: 17px;	
	font-weight: normal;
	margin: 0;
	padding: 0 0px 10px 0px;
	line-height: 20px;
	width: 600px;
}

p.short
{
	width: 400px;
}

p.medium
{
	width: 500px;
}

p.big 
{
    font: normal 1.9em/1.25em Arial, Helvetica, sans-serif;	
    margin: 0;
	padding: 0;
}

p.parent {
	width: 440px;
	padding: 10px 0;
	line-height: .8em;
	font-size: 1.7em;
}
p.border {
	width: 400px;
	margin: 0 0 25px 0;
	padding: 10px 0 25px 0;
	line-height: 1.1em;
	border-bottom: 1px solid #e5e5e5;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	font-family:Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #2490d8;
}

a:hover, a:active {
	color: #1c6fa6;
	text-decoration: none;
}

a.readmore,
a.readmore:hover {
	display: block;
	margin: 2px 0 0 0;
}

a.login,
a.login:hover {
	height: 24px;
	margin: 10px 0 0 0;
	width: 53px;
}

a.registernow,
a.registernow:hover {
	margin: 13px 0 0 0;
}

a.setup,
a.setup:hover {
	display: block;
	height: 12px;
	margin: 10px 0 0 0;
	width: 171px;
}

a.validate,
a.validate:hover {	
	display: block;
	height: 10px;
	margin: 10px 0 0 0;
	width: 201px;
}

a.login,
a.login:hover {
	background: url(../images/buttons/log-in.gif) 0 0 no-repeat;
	display: block;
	height: 25px;
	overflow: hidden;
	padding-bottom: 16px;
	position: relative;
	text-indent: -9000px;
	width: 65px;
	z-index: 3;
	top: -3px;
	left: -51px;
}
a.login:hover {
	background-position: 0 -41px;
}

a.resend_code,
a.resend_code:hover {
	background: url(../images/buttons/resend-code.gif) 0 0 no-repeat;
	display: block;
	height: 26px;
	/*left: 65px; */
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 16px;
	text-indent: -9000px;
	/*top: 320px; */
	width: 116px;
}
a.resend_code:hover {
	background-position: 0 -42px;
}
a.start_playing,
a.start_playing:hover {
    background: url(../images/buttons/start-playing.gif) 0 0 no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 41px;
    overflow: hidden;
    text-indent: -9000px;
    width: 99px;
}
a.start_playing:hover {
    background: url(../images/buttons/start-playing-o.gif) 0 0 no-repeat;
}
a.print {
    float: left;
    margin-top: 4px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {	
	background: url(../images/backgrounds/list-item.gif) 0 14px no-repeat;
	color: #969696;
	display: block;	
	font: bold 1.3em/1.5em Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	position: relative;
}

/* framing */

.container {
	display: block;
	height: 100%;
	width: 950px;
	margin: 0 auto;
	padding: 7px 20px;
	position: relative;
}

.gameContainer
{
	overflow: hidden;
	width: auto;
}

.content_wrapper {
}
.content_top {
	background: url(../images/backgrounds/content-top.png) left top no-repeat;
	font-size: 0;
	height: 5px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.content_bottom {
	background: url(../images/backgrounds/content-btm.png) 0 bottom no-repeat;
	display: block;
	font-size: 0;
	height: 13px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 910px;
	z-index: 0;
}
.content {
	background: url(../images/backgrounds/content-mid.png) left top repeat-y;
	clear: both;
	display: block; 
	height: auto;	
	margin: 0;
	padding: 30px 26px 0 44px;
	position: relative;
	width: 840px;
	z-index: 0;
}


.content_block {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 480px;
}
.content_block p {
    margin-top: -3px;
}

.left_column,
.left_column_short {
	display: block;
	float: left;
	position: relative;
	width: 546px;
}
.left_column_short {
	width: 400px;
}

.right_column,
.right_column_wide {
	display: block;
	float: left;
	margin-left: 25px;
	position: relative;
	width: 260px;
}
.right_column_wide {
	margin-left: 40px;
	width: 400px;
}

.game_block {
	margin: 0 0 0px -12px;
	position: relative;
}

.footer {
	margin: 10px auto 30px auto;
	width: 860px;
}
.footer p {
	color: #646db8;
	font: 0.9em/1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0px 10px 0px;
	text-align: center;
}

.footer p.legalLinks
{
	padding: 5px 0 0 0;
}
.footer a,
.footer a:visited,
.footer a:link,
.footer a:active,
.footer a:hover {
	color: #646db8;
	font: normal 1em Verdana, Arial, HSelvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
}
.footer a:hover {
    font-weight: bold;
}

.footer span.toys
{
	background: url(../images/little_tikes.png) no-repeat 0 0;
	position:relative;
	width: 61px;
	height: 28px;
	display:block;
	margin: 0px auto;
}

.footer span.toys span
{
	display:none;
}
.footerContent {
	clear: both;
}

.footer .logolockup {
	float: left;
	display: inline; /* IE6 double margin float fix */
	width: 94%;
	margin: 0 0 10px 126px;
}
	.footer .logolockup div {
		float: left;
		width: 30%;
		text-align: center;
	}
	.footer .logolockup div.mid {
		width: 17%;
		margin: 70px 0 0 0;
	}
		.footer .logolockup div p {
			margin: 5px 0 0 0;
		}

.longForm 
{
	/*width: 825px;*/
	padding-right: 41px;
}

.longForm .left_column
{
	width: 579px;
}

.addChild .left_column { width: 100%; }

.longForm .left_column .registration_form label
{
	width: 235px;
}

.longForm .right_column, .login .right_column
{
	width: 165px;
	margin:0px;
	float:right;
	right: 14px;
}

.longForm .right_column .sub_nav, .login .right_column .sub_nav
{
	margin:0px;
}

/* navigation */

.nav,
.footer .nav {
	float: right;
	height: 26px;
	padding: 0;
	position: relative;
	z-index: 1;
	padding-right: 45px;
}
.footer .nav {
	float: none;
	padding: 35px 0 15px 0;
}
.nav ul,
.footer .nav ul {
	display: block;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 547px;
}
.game_nav ul { 
	width: 573px;
	margin: 0 auto;
}
.footer .nav ul {
	margin: 0 auto;
	/* width: 650px; */
}
.nav ul li,
.footer .nav ul li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0 28px;
	padding: 0;
}
.footer .nav ul li {
	margin: 0 14px;
}
.nav ul li a {
	cursor: pointer;
	display: block;
	height: 26px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
}
.nav ul li a.home,
.nav ul li a.home_current {
	background: url(../images/navigation/home.png) 0 0 no-repeat;
	width: 45px;
}
.nav ul li a.home:hover,
.nav ul li a.home_current {
	background: url(../images/navigation/home-o.png) 0 0 no-repeat;
	width: 45px;
}
.nav ul li a.playnow,
.nav ul li a.playnow_current {
	background: url(../images/navigation/play-now.png) 0 0 no-repeat;
	width: 68px;
}
.nav ul li a.playnow:hover,
.nav ul li a.playnow_current {
	background: url(../images/navigation/play-now-o.png) 0 0 no-repeat;
}
.nav ul li a.register,
.nav ul li a.register_current {
	background: url(../images/navigation/register.png) 0 0 no-repeat;
	width: 62px;
}
.nav ul li a.register:hover,
.nav ul li a.register_current {
	background: url(../images/navigation/register-o.png) 0 0 no-repeat;
}
.nav ul li a.about,
.nav ul li a.about_current {
	background: url(../images/navigation/about.png) 0 0 no-repeat;
	width: 47px;
}
.nav ul li a.about:hover,
.nav ul li a.about_current {
	background: url(../images/navigation/about-o.png) 0 0 no-repeat;
}
.nav ul li a.parents,
.nav ul li a.parents_current {
	background: url(../images/navigation/parents.png) 0 0 no-repeat;
	width: 56px;
}
.nav ul li a.parents:hover,
.nav ul li a.parents_current {
	background: url(../images/navigation/parents-o.png) 0 0 no-repeat;
}
.nav ul li a.help,
.nav ul li a.help_current {
	background: url(../images/navigation/help-faqs.png) 0 0 no-repeat;
	width: 37px;
}
.nav ul li a.help:hover,
.nav ul li a.help_current {
	background: url(../images/navigation/help-faqs-o.png) 0 0 no-repeat;
}
.nav ul li a.toys,
.nav ul li a.toys_current {
	background: url(../images/navigation/toys.png) 0 0 no-repeat;
	width: 38px;
}
.nav ul li a.toys:hover,
.nav ul li a.toys_current {
	background: url(../images/navigation/toys-o.png) 0 0 no-repeat;
}
.nav ul li a.food,
.nav ul li a.food_current {
	background: url(../images/navigation/food.png) 0 0 no-repeat;
	width: 40px;
}
.nav ul li a.food:hover,
.nav ul li a.food_current {
	background: url(../images/navigation/food-o.png) 0 0 no-repeat;
}
.nav ul li a.logout,
.nav ul li a.logout_current {
	background: url(../images/navigation/logout.png) 0 0 no-repeat;
	width: 55px;
}
.nav ul li a.logout:hover,
.nav ul li a.logout_current {
	background: url(../images/navigation/logout-o.png) 0 0 no-repeat;
}
.nav ul li a.manage_profile,
.nav ul li a.manage_profile_current {
	background: url(../images/navigation/manage_profile.png) 0 0 no-repeat;
	width: 106px;
}
.nav ul li a.manage_profile:hover,
.nav ul li a.manage_profile_current {
	background: url(../images/navigation/manage_profile-o.png) 0 0 no-repeat;
}
.sub_nav {
	margin: 208px 0 0 90px;
	position: relative;
}
.sub_nav a {	
	border-bottom: 2px solid #fff;
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	text-indent: -9000px;
	width: 165px;
}
.sub_nav a.common_questions,
.sub_nav a.common_questions:hover {
	background: url(../images/buttons/common-questions.gif) 0 0 no-repeat;
	float: none;
	padding: 0;
}
.sub_nav a.player_safety,
.sub_nav a.player_safety:hover {
	background: url(../images/buttons/player-safety.gif) 0 0 no-repeat;
	float: none;
	padding: 0;
}
.sub_nav a.contact_us,
.sub_nav a.contact_us:hover {
	background: url(../images/buttons/contact-us.gif) 0 0 no-repeat;
}
.sub_nav a.report_misconduct,
.sub_nav a.report_misconduct:hover {
	background: url(../images/buttons/report-misconduct.gif) 0 0 no-repeat;
}
.sub_nav a.parent_dashboard,
.sub_nav a.parent_dashboard:hover {
	background: url(../images/buttons/parent-dashboard.gif) 0 0 no-repeat;
	padding-bottom: 0;
}
.sub_nav a.help_me,
.sub_nav a.help_me:hover {
	background: url(../images/buttons/help-me.gif) 0 0 no-repeat;
}
.sub_nav a.forgot_password,
.sub_nav a.forgot_password:hover {
	background: url(../images/buttons/forgot-password.gif) 0 0 no-repeat;
}
.sub_nav a.register_now,
.sub_nav a.register_now:hover {
	background: url(../images/buttons/register-now.gif) 0 0 no-repeat;
}
.sub_nav a.common_questions:hover,
.sub_nav a.contact_us:hover,
.sub_nav a.report_misconduct:hover,
.sub_nav a.parent_dashboard:hover,
.sub_nav a.help_me:hover,
.sub_nav a.forgot_password:hover,
.sub_nav a.register_now:hover,
.sub_nav a.player_safety:hover {
	background-position: 0 -50px;
}


/* miscellaneous */

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

.game {
	position: relative;
	margin:0 auto;
	text-align: left;
	height: 730px;
	overflow: hidden;
}

.swapImg
{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}

sup {
    font-size: 0.62em;
    position: relative;
    font-weight: normal;
    font-family:Arial;
    top: 2px;
}

.intro sup
{
	font-size: 0.5em;
    position: relative;
    font-family:Arial black;
    top: -1px;
}

h2 sup 
{
	font-size: 0.62em;
    position: relative;
    font-family:Arial black;
    top: -4px;    
}

h3 sup
{
	font-size: .5em;
	left: 4px;
	top: -4px;
}

.footer p sup
{
	font-size: .75em;
	top:0px;
}

.errorLabel
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #b20838;
}

.required
{
	padding-top: 10px;
}

li.legalLinks 
{
	float:left;
}

#advertising {
    background: url(../images/backgrounds/advertising.png) 0 0 no-repeat;
    display: block;
    left: 700px;
    height: 75px;
    position: absolute;
    top: 76px;
    width: 201px;
}