html, body {
	height: 100%;
}

html {}

body {
	margin:0;
	/*background: url('../images/templates/temp-placement.png') no-repeat;*/
	background: url('../images/bg_empty.png') no-repeat;
	font-family: 'EndzoneTechCondBold', 'Arial', sans-serif;
}


.container {width: 334px;}

p {margin: 0 0 10px;}
sub{vertical-align: baseline;	font-size: 0.7em;}

#header{
	text-transform: uppercase;
	text-align: center;
	z-index:2;
}
#header #title{font-size:26px; 		padding-top: 4px; 	margin-bottom: -2px;}
#header #time{font-size: 11.5px;	font-family: Arial, sans-serif;		font-weight: bold;}


#helmets{position: absolute; top: 42px; z-index:-1; display:none;}

#helmets #left{float:left; 		margin-right: -5px;		width: 169px;	height: 142px;}
#helmets #right{float:left; 	margin-right: -5px; 	width: 169px;	height: 142px;}

.countdown-container {
	position: absolute;
	top:175px;
	padding: 0 10px;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.clock-item{
	position: relative;		float: left;
	width:70px;
	min-height: 1px;
	padding: 0 4px;
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	/*background-color: rgba(255, 0, 0, .25);*/
	background: url('../images/circ-bg-grey.png') no-repeat;
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
	box-shadow: 3px 2px 5px rgba(0,0,0,0.7);
}

.shadow{
	-moz-box-shadow: 3px 2px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 3px 2px 5px rgba(0,0,0,0.7);
	box-shadow: 3px 2px 5px rgba(0,0,0,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -22px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {font-size: 30px; margin: 0 0 -5px 0;}

.text .type-time {	font-size: 12px;}

#duracell{
	position:absolute;
	top: 184px;
	width:334px;
	height:139px;
	background: url('../images/duracell/duracell-bg-anim.gif') no-repeat;
}
/*#duracell:hover{background: url('../images/duracell/duracell-anim.gif') no-repeat;}*/

#cta{
	position: absolute;
	top: 317px;
	min-height: 18px;
	padding: 13px 0;
	text-align: center;
	background: url(../images/bg-divider.png) bottom center no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.divider{

}

#ie8 {
   position: absolute;
	top: 184px;
	width: 320px;
	height: 46px;
	padding: 6px 7px;
	color: #fff;
	display: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background: url(../images/bg-bar-bot.jpg) repeat-x;
}
#message{
	position: absolute;
	top: 184px;
	width: 334px;
	height: 52px;
	color: #fff;
	/*background: url('../images/bg_progress.png');*/
	background: url('../images/bg-in-progress.jpg') repeat-x;
	display: none;
	font-size: 32px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 20px;
}
#message .centered{position:relative; width: 334px; height: 52px; padding-top:1px; display:table-cell; vertical-align: middle; text-align: center;}
#rightcolumn{
	position: relative;
	top: -22px;
	/*margin-left: 370px;			margin-right: 20px;*/
	margin:0 20px 20px 370px;
	/*border: 1px solid #999;		border-radius: 5px;
	padding: 5px;
	font-family: arial, sans-serif;		font-size: 14px;	line-height: 18px;
	background: #efefef;*/
	display:none;
}
#output, #nextGame{
	position: relative;
	/*top: -22px;*/
	/*margin-left: 370px;			margin-right: 20px;*/
	margin:10px 20px 35px 0px;
	border: 1px solid #999;		border-radius: 5px;
	padding: 5px;
	font-family: arial, sans-serif;		font-size: 14px;	line-height: 18px;
	background: #efefef;
	display:none;
}
#output{max-height: 800px;			overflow-y: auto;}
#output h4, #nextGame h4{margin: 5px 0;}
#output small, #nextGame small {font-size: 0.8em;	font-weight: bold;}

.btn{cursor: pointer;}
/*@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
}

@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}*/

#rightcolumn h3{margin: 15px 0;}

#rightcolumn ul{list-style-type: none; padding-left: 20px;}
#rightcolumn li{margin:5px 0;}

#rightcolumn p, #rightcolumn li {font-family:Arial; font-size: 14px;}
#rightcolumn li{font-weight:bold;}
#rightcolumn li a{text-decoration:none;}