html, body  { overflow: hidden; height:100%; width: 100% }
html {
	font-family: Arial;
	font-size: 11px;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0px;
}

object:focus { outline:none; }

#topBanner {
	width: 100%;
}

#topBannerBackground{
	width: 971px;
	height: 158px;
	margin: 0 auto;
	background:
		url(../images/top_banner.png) no-repeat;
	background-size: 100%;
	position: relative;
}

.links{
	left: -30px;
	top: -6px;
	position: relative;
	display:inline-block;
}

.popLink{
	left: 260px;
	top: -6px;
    position: relative;
	display:inline-block;
}

#iTunes,#gPlay,#amazon{
	left: 20px;
    position: relative;
}

.topBannerButton{
	margin-top: 55px;
	padding: 10px;

	height: 37px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.topBannerButton:hover, .topBannerButton:active{
	-webkit-filter: brightness(60%);
  	-moz-filter: brightness(60%);
  	-o-filter: brightness(60%);
  	filter: brightness(60%);
}

.popBannerButton{
	margin-top: 41px;
	margin-right: 15px;
	padding: 5px;
	width: 60px;
    height: 67px;
	
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#topBanner img {
	max-width: 100%;
}

#bottomContent {
	max-width: 990px;
	min-width: 980px;
	margin: 6px auto 0 auto;
}

#socialButtons {
	padding: 8px;
	width: 971px;
	height: 20px;
}

#socialButtons div, #socialButtons a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#socialButtons div:hover, #socialButtons div:active, #socialButtons a:hover, #socialButtons a:active{
	-webkit-filter: brightness(80%);
  	-moz-filter: brightness(80%);
  	-o-filter: brightness(80%);
  	filter: brightness(80%);	
}

#button1, #button2{
	float: left;
}

#button3, #button4{
	float: right;
}

div#underGameButton{
	padding: 20px 0px 0px 10px;
	width: 971px;
	height: 70px;
}

.redirectingButton{
	height: 60px;
	margin-right: 10px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.redirectingButton:hover{
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}
#scheduleButton{
	cursor: pointer;	
	height: 60px;
	margin-right: 10px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#scheduleButton:hover{
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}

@font-face {
    font-family: AngryBirdsFont;
    src: url(../fonts/AngryBirds-Regular.otf);
}

#tournament{
	font-family: AngryBirdsFont;
	font-size: 19px;
	text-shadow: 1px 2px #2c2c2c;
	line-height: 30px;
	color: white;
	display: none;
	height: 0;
}

#scheduleContainer{	
	height: 180px;
	width: 550px;	
}
#scheduleGroup{
	position: relative;
	float: left;
	height: 170px;
	width: 560px;
	padding: 35px 10px 10px 20px;
	background: url(../images/schedulePop.png) no-repeat;
	margin-left: 35px;
}

.schedule{
	cursor: pointer;
	float: left;
	clear:both;
	margin-left: 7px; 
}

.schedule a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.schedule a:hover {
	-webkit-filter: brightness(60%);
  	-moz-filter: brightness(60%);
  	-o-filter: brightness(60%);
  	filter: brightness(60%);	
}

.active {
	-webkit-filter: brightness(60%);
  	-moz-filter: brightness(60%);
  	-o-filter: brightness(60%);
  	filter: brightness(60%);
}

.schedule img {
	height: 38px;
}

#tournamentDetail{
	position: relative;
	margin-top: 21px;
	margin-left: 13px;
	padding: 15px;
	width: 280px;
	height: 170px;
	float: right;
	background: url(../images/tournamentDetail.png) no-repeat;
}

.detailContent{
	display: none;
	position: absolute;
}

#footer {
	text-align: center;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	clear: both;
	padding-top: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#footer a:hover {
	-webkit-filter: brightness(70%);
  	-moz-filter: brightness(70%);
  	-o-filter: brightness(70%);
  	filter: brightness(70%);
}

/*miscellaneous styles*/