/* 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: "" "";
}

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/layout/background.jpg) no-repeat 50% 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

body.podcasts #screenshots {
	background-image: url(/img/site/layout/podcasts_screenshots_bg.jpg);
}

body.privacy,
body.legals {
	background: #000 url(/img/site/layout/legals.jpg) no-repeat 50% 0;
	color: #fff;
	padding: 40px;
}

body.privacy p,
body.legals p {
	margin-bottom: 20px;
	text-align: left;
}

body.privacy h1,
body.privacy h2 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

body.privacy div.overflow {
	height: 420px;
	width: 400px;
	padding-right: 20px;
	overflow: auto;
}

body.legals #capcom-logo a {
	background-image: url(/img/site/layout/logos/capcom_large.png);
	height: 23px;
	width: 132px;
}

body.legals #playstation3-logo a {
	background-image: url(/img/site/layout/logos/playstation_3_large.png);
	height: 30px;
	width: 240px;
}

body.legals #xbox360-logo a {
	background-image: url(/img/site/layout/logos/xbox_360_large.png);
	height: 21px;
	width: 122px;
}

body.legals #windows-logo a {
	background-image: url(/img/site/layout/logos/windows_large.png);
	height: 35px;
	width: 144px;
}

body.legals #esrb-logo a {
	background-image: url(/img/site/layout/logos/esrb_privacy.png);
	height: 59px;
	width: 117px;
}

body.legals #capcom_unity-logo a {
	background-image: url(/img/site/layout/logos/capcom_unity_large.png);
	height: 23px;
	width: 220px;
}

/* IE 6 Transparency fixes
==========================*/

* html #logos ul li#head-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/head.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#grin-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/grin.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#capcom-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/capcom.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#playstation3-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/playstation_3.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#xbox360-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/xbox_360.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#windows-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/windows.png', sizingMethod='crop');
	background: none;
}

* html #logos ul li#esrb-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/esrb.png', sizingMethod='crop');
	background: none;
}

* html body.legals #capcom-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/capcom_large.png', sizingMethod='crop');
	background: none;
}

* html body.legals #capcom_unity-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/capcom_unity_large.png', sizingMethod='crop');
	background: none;
}

* html body.legals #playstation3-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/playstation_3_large.png', sizingMethod='crop');
	background: none;
}

* html body.legals #xbox360-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/xbox_360_large.png', sizingMethod='crop');
	background: none;
}

* html body.legals #windows-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/windows_large.png', sizingMethod='crop');
	background: none;
}

* html body.legals #esrb-logo a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/layout/logos/esrb_privacy.png', sizingMethod='crop');
	background: none;
}
