article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body.age-gate
{
	background-image:url(../images/bg-tile.jpg);
}

body.age-gate .header
{
	width:294px;
	margin:0 auto;
	margin-top:45px;
}

.dob-entry
{
	width:500px;
	margin:0 auto;
	text-align:center;
	padding:30px 0 0;
}

#ageGateForm input
{
	width:120px;
	height:32px;
	line-height:32px;
	padding:0;
	margin:0;
	text-indent:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#202021;
	
	background: #d2d2d2; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2d2d2 0%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2d2d2 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2d2d2 0%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2d2d2 0%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2d2d2 0%,#c1c1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */

}

.dob-entry #dobmm,
.dob-entry #dobyy
{
	margin-left:15px;
}

.terms-links
{
	padding:130px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	font-size:13px;
	text-align:center;
	line-height:18px;
}

.terms-links a
{
	color:#6e5437;
	text-decoration:none;
}

.terms-links a:hover
{
	text-decoration:underline;
}

.enter
{
	padding:10px 0 50px;
	width:216px;
	margin:0 auto;
}

.enter a
{
	display:block;
	width:216px;
	height:80px;
	background-image:url(../images/button-enter.png);
	text-indent:-8000px;
}

.enter a:hover
{
	background-position:bottom;
}

.dob-error
{
    margin: 0 auto;
    padding: 120px 0 10px;
    text-align: center;
    width: 500px;
    color:#FF0000;
}



/*
@media (max-width: 960px) {


}
*/





