/* Whizzball CSS / Created by Dennis Dicker - August 2009 */

/* GENERIC STYLES */

* {padding:0; margin:0;}
img {border:none;}

/* HEADER */

h2#whizz-header {
	background:url(../images/whizz-header.gif) no-repeat left top;
	text-indent:-9999em;
	width:990px;
	height:137px;
	}

/* MAIN CONTAINER*/

#whizz-main-container {
	font-family:verdana, sans-serif;
	font-size:12px;
	float:left;
	width:990px;
	position:relative;
	}
	
	
/* INSTRUCTIONS BOX */
	
#whizz-instructions {
	background-color:#e4e4e4;
	width:658px;
	float:left;
	border-bottom:2px solid #767bbf;
	margin:12px 6px 0 0;
	}
	
#whizz-instructions h2 {
	background:url(../images/whizz-section-title-tile.gif) repeat-x;
	border-bottom:2px solid #767bbf;
	padding:.6em;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	}

#whizz-instructions #whizz-sharelinks a{
	background:none;
	color:#FFFFFF;
	float:right;
	margin-top:-31px;
	padding:0.6em;
	}

#whizz-instructions a {
	background:url(../images/whizz-arrow.gif) no-repeat right center;
	text-decoration:none;
	float:left;
	color:#000000;
	text-transform:uppercase;
	padding:1.5em 2.5em 1.5em 1em;
	font-size:.9em;
	font-weight:bold;
	}

#whizz-main-container a:hover {color:#767bbf;}

#whizz-instructions-text p{
	float:left;
	font-size:.8em;
	clear:both;
	padding:.4em 0 .8em 1em;
	}
	
/* WHIZZBALL GAME */

#whizz-game {
	background-color:#e4e4e4;
	border-bottom:2px solid #767bbf;
	width:658px;
	float:left;
	margin:6px 6px 6px 0;
	}

#whizz-game iframe {margin:20px}
#whizz-game h2 {text-indent:-9999em;font-size:0;}
#whizz-game-bottom-links {margin-right:12px; padding-bottom:5em;}

#whizz-game a {
	background:url(../images/whizz-button-tile.gif) repeat-x;
	text-decoration:none;
	float:right;
	text-transform:uppercase;
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	padding:.5em .8em;
	margin-right:12px;
	border:1px solid #5258a3;
	}
	
/* ITUNES BUY GAME LINK */

#whizz-game a#whizzball_download{
	background:none;
	padding: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}
	
	
/* MPU AD */
	
#whizz-mpu {
	background-color:#e4e4e4;
	margin:12px 0;
	padding:1em;
	overflow:hidden;
	}
	
* html #whizz-mpu {float:left; margin-top:-108px;}
	
/* OTHER GAMES BOX */

#whizz-other-games {
	background-color:#b5b5b5;
	float:left;
	width:326px;
	margin-bottom:6px;
	}
	
#whizz-other-games h3 {
	background:url(../images/whizz-section-title-tile.gif) repeat-x;
	padding:.6em;
	color:#ffffff;
	font-size:12px;
}
#whizz-other-games dl {
	padding:6px;
	min-height:60px;
}

* html #whizz-other-games dl {zoom:1;}

#whizz-other-games dl#whizz-other-games1, #whizz-other-games dl#whizz-other-games3 {
	background-color:#c9c9d0;
}

#whizz-other-games dt {
	width:248px;
	float:right;
	font-size:.8em;
	}
	
#whizz-other-games dt a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-bottom:0.2em;
	text-decoration:none;
}
	
#whizz-other-games dd.game-description {
	float:left;
	margin-left:6px;
	color:#ffffff;
	font-size:.9em;
	width:180px;
	overflow:hidden;
	margin-top:-.2em;
}

#whizz-other-games dd img {
	float:left;
	margin-bottom:6px;
}

#whizz-other-games dd.game-play-link a {
	background:url(../images/whizz-button-tile.gif) repeat-x;
	display:block;
	float:right;
	margin:15px 6px 0 0;
	border:1px solid #5258a3;
	padding:.3em .5em;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#whizz-other-games dd.game-play-link a:hover {color:#767bbf;}
#whizz-other-games p a {
	color:#ffffff;
	padding:12px 6px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}


/* FORUM MODULE */


#whizz-forum-module {
	background:url(../images/whizz-forum-module-tile.gif) repeat-x;
	float:left;
	width:326px;
	padding-bottom:1em;
	overflow:hidden;
	}
	
#whizz-forum-module h3 {
	background:url(../images/whizz-section-title-tile.gif) repeat-x;
	padding:.6em;
	color:#ffffff;
	font-size:12px;
}

#whizz-forum-module .whizz-forum-module-more-link a {
	float:right;
	color:#ffffff;
	text-decoration:none;
	margin:-22px 12px 0 0;
	font-weight:bold;
}

#whizz-forum-module span.whizz-forum-module-more-link a:hover { color:#ffffff; text-decoration:underline;}


#whizz-forum-module tr a {
	background:url(../images/forum-module-bullet.gif) no-repeat left center;
	padding:6px 0 6px 12px;
	margin-left:12px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	}
	
/* INSTRUCTIONS PAGE */

#whizzball-instructions-page {width:670px; margin:0 auto;}
	

	




