html
{
	height: 100%;	
}
body
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: auto;
	background: white;
	min-width: 1200px;
}
.container 
{
	min-height: 100%;
}

.main
{
	overflow: auto;
  	padding-bottom: 70px; /* must be same height as the footer */
}

.mainHeaderBtns
{
	background: #545454;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
	z-index: 1; 
	min-width: 1200px;
}

.mainHeaderBtns a:link, .mainHeaderBtns a:visited
{
	color: white;
}

.mainHeaderBtns li
{
	list-style: none;
	font-size: 108%;
	display: inline-block;
	padding: 10px;
	margin: 7px 20px;
}

.mainHeaderBtns a
{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
}

.mainHeaderBtns a:active, .mainHeaderBtns a:hover
{
	color: #BEBEBE;
}

body#home a#homenav,
body#games a#gamesnav,
body#news a#newsnav,
body#contact a#contactnav,
body#donate a#donatenav,
body#contact a#contactnav,
body#login a#loginnav,
body#register a#registernav,
body#account a#accountnav,
body#admin a#adminnav {
	color: #BEBEBE;
}

.footerContent
{
	background: #545454;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
	position: relative;
  	margin-top: -70px; /* negative value of footer height */
	height: 50px;
	clear: both;
}

/* reg. box */
.box1
{
	background:#C1635E; 
	padding: 50px; 
	/*width: 924px; */
	width: 50%;
	margin-left: 23%;
	padding-top: 30px;
	overflow: auto;
}
.box2
{
	background:#978E43; 
	padding: 50px; 
	/*width: 924px;*/
	width: 50%;
	margin-left: 25%;
	padding-top: 30px;
	overflow: auto;
}
/* end of reg. box */

/* Game boxes */
.gameBoxContainer 
{
	box-shadow: 0px 2px 5px 1px #000000;
}
.gameBox 
{
	position: relative;
	float: left;
	text-decoration: none;
	display: inline-block;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.gameBox, .gameBoxImg 
{
	background-size: cover;
	background-position: left center;
	-ms-behavior: url('http://ultraboodog.com/imageCover.htc');
}
.gameBox:visited 
{
	color: #003355;
}
.gameBox .inner 
{
	position: absolute;
	bottom: 0px;
	
	color: #FFFFFF;
	border-top: solid 1px #000000;
	padding-left: 3px;
	
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.7);
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}
.gB2 .inner 
{
	height: 60px;
	width: 276px;
}
.small
{
	height: 20px;
	width: 176px;
}
.gB2 .inner .title 
{
	font-size: 18px;
}
.gB2 .inner .description 
{
	font-size: 12px;
}
.gB2 
{
	height: 209px;
	width: 279px;
	margin: 0px 8px 6px 0px;
}
.gameBox:hover 
{
	box-shadow: inset 0px 0px 10px #545454;
	border: solid 2px #545454;
	transform: scale(1.0275) !important;
	-webkit-transform: scale(1.0275) !important;
}
/* Game boxes end */

/* contact */
.form input[type="text"], .form input[type="password"], .form input[type="submit"], .form input[type="reset"], .form textarea
{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 88%;
	max-width: 200px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    -moz-background: -moz-linear-gradient(top, #FFFFFF, #000000 1px, #FFFFFF 25px); 
}

.form textarea
{
	width: 88%;
	max-width: 87%;
	height: 150px;
	line-height: 150%;
}

.form input:hover, .form textarea:hover, .form input:focus, .form textarea:focus
{
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label
{
	margin-left: 10px;
	color: black;
}

.submit input
{
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
   	border-radius: 5px;
	cursor: pointer;
}

.submit input:hover
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 8px;
}
/* end of contact */