@charset "utf-8"; 
/*
  FAILreport.com main styles
  Author: Chuck Reynolds, http://chuckreynolds.us
  lastmod: 02 April 2008
*/

/* resets */
html, body, div, span, h1, h2, h3, p a, img, dl, dt, dd 
{margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
body {line-height:1.5em}
a img {border:none}

/* framework build */
#headr {margin-top:27px; height:112px}
#content {margin-top:30px}
#footr {height:83px; background:url('imgs/bg_footr.png') left bottom no-repeat;}
.containr {margin:0 auto; width:792px}
.failWrapper {display:block; height:226px; background:transparent url('imgs/bg_failWrapper.png') top left no-repeat;}

/* sweepers */
.containr:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
/* .containr {display:inline-block}  Remove for FF3RC as inline-block gets fubar */
* html .containr {height:1%}

/* typography */
body {font-size:80%; color:#bebebe; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; background:#181818 url('imgs/bg_page.jpg') top center no-repeat}
h1, h2 {font-weight:normal; color:#fff}
h1 {font-size:3em}
h2 {font-size:0.8em; line-height:0em}
	#headr h1 {display:block; height:112px; background:transparent url('imgs/FailReport_bird.png') top left no-repeat; text-indent:-6969px}
	#footr h2 {padding:65px 0 0 65px; color:#3d3d3d; text-transform:uppercase}
		#footr h2 a, #footr h2 a:visited {color:#5e5e5e; text-decoration:none}
		#footr h2 a:focus, #footr h2 a:hover {color:#f3ea00; text-decoration:underline}

a, a:visited {color:#fff; text-decoration:none}
	a:focus, a:hover {color:#f3ea00; text-decoration:underline}

dl {padding:70px 140px 0 140px}
dl dt {font-size:2em; font-weight:bold}
dd {font-size:1.3em; padding:10px 0 0 20px}

.linkStatus {font-size:0.7em}