@charset "UTF-8";
/* CSS Document */

/*
Stylesheet Name: WhitenoiseStudios 404
Description: Total Redesign of the WhitenoiseStudios website
Version: 1.0
Author: Adam Lunn (adam@whitenoisestudios.com)

/*--------------------------------------------------------------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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-moz-selection{  background: none;; color: #ffea00; }
::selection { background: none; color: #ffea00; }
code::-moz-selection { background: #333; color: #fff; }
code::selection { background: #333; color: #fff; }

/*--------------------------------------------------------------END RESET--------------------------------------------------------------*/

body
{
background-color: #1C1C1C;
height:100%; 
margin: 0;
}

a img
{
border: none;
}

a
{
	color: #b2b2b2;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: none;
}

a:active
{
  outline: none;
}

label
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

p
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

blockquote
{
	text-shadow: 2px 2px 1px #151515;
	margin-left: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color:#b2b2b2;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

blockquote a
{
	text-shadow: 2px 2px 1px #151515;
	margin-left: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color:#b2b2b2;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: -1px;
}

h1
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:26px;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: capitalize;
}

h1.bottommargin
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:26px;
	line-height: 1em;
	margin-bottom: 16px;
	text-transform: capitalize;
}

h2.bottommargin
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:22px;
	line-height: 1em;
	margin-bottom: 20px;
	text-transform: capitalize;
}

h2
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:22px;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

h3
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:18px;
	line-height: 1em;	
	text-transform: capitalize;
	margin-bottom: 10px;
}

h4
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	line-height: 1em;	
	text-transform: capitalize;
	margin-bottom: 10px;
}

#container
{
width:960px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -480px;
margin-top: -150px;
background-image:url(../images/404.jpg);
}

#sometext
{
	margin-left: 10px;
	padding-top: 10px;
	width: 340px;
}

#container p
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height: 1.3em;
	margin-bottom: 8px;
}

li
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-left: 20px;
}

li a
{
	font-family:Helvetica, Arial, sans-serif;
	color:FFF;
	font-size:11px;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

li a:hover
{
	font-family:Helvetica, Arial, sans-serif;
	color:fuchsia;
	font-size:11px;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}