/* Reset
========*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
  padding-bottom: 10px;
}
ol, ul {
  list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/*a:link {
  color: #005aaa;
}

a:visited {
  color: #509fce;
}

a:hover {
  color: #ef3e33;
}

a:active {
  color: #ef3e33;
}

a:focus {
  outline: 1px dotted #ccc;
}*/

strong {
    font-weight: bold;
}

label {
	cursor: pointer;
}

h1.replacement,
a.replacement {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

/* Layout
=========*/

body {
	background: #000 url(/img/site/age_gate/background.jpg) no-repeat 50% -150px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 994px;
}

/* Age gate
===========*/

#age_gate {
	background: transparent url(/img/site/age_gate/age_gate.jpg) no-repeat 0 0;
	height: 534px;
	/*height: 170px;*/
	position: absolute;
	right: 0;
	top: 56px;
	width: 544px;
}

.age_gate #legals {
	position: absolute;
	top: 580px;
	right: 0px;
	text-align: center;
}

#legals {
	color: #a8b680;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 20px 0;
}

#legals a {
	color: #a8b680;
}

#legals p {
	clear: both;
	padding-top: 1em;
}

#age_gate_form {
	position: absolute;
	top: 235px;
	left: 66px;
	height: 163px;
	width: 387px;
	text-align: center;
}

#age_gate_form input {
	display: block;
	margin: 25px auto 0;
}

#age_gate_form form {
	padding-top: 27px;
}

#age_gate_form h3 {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0 auto 20px;
	width: 335px;
	height: 25px;
	background-image: url(/img/site/layout/age_gate/title.png);
}

#age_gate_form select {
	color: #fff;
	background-color: #35372d;
	border: 1px solid #000;
}

#legals ul li {
	float: left;
	padding-right: 10px;
}

#legals ul li a,
#legals ul li span {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -5000px;	
}

li#capcom-logo * {
	background-image: url(/img/site/layout/logos/capcom_us.png);
	height: 24px;
	width: 123px;	
}	

li#playstation3-logo * {
	background-image: url(/img/site/layout/logos/playstation_3_us.png);
	height: 28px;
	width: 215px;
}

li#xbox360-logo * {
	background-image: url(/img/site/layout/logos/xbox_360_us.png);
	height: 28px;
	width: 162px;
}

#legals li#gameswindows-logo * {
	background-image: url(/img/site/layout/logos/windows_us.png);
	height: 36px;
	width: 198px;
}

#legals li#esrb-logo * {
	background-image: url(/img/site/layout/logos/esrb_privacy.jpg);
	background-position:0 0;
	height: 53px;
	width: 144px;
}

* html li#capcom-logo * {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/capcom_us.png', sizingMethod='crop');
	background: none;
}

* html li#xbox360-logo * {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/xbox_360_us.png', sizingMethod='crop');
	background: none;
}

* html li#playstation3-logo * {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/playstation_3_us.png', sizingMethod='crop');
	background: none;
}

* html li#gameswindows-logo * {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/windows_us.png', sizingMethod='crop');
	background: none;
}

.denied {
	font-weight: bold;
	padding: 40px 20px 0;
}
