@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

Body{
	background:#000;
	font-size:1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",  "Helvetica Neue", helvetica-neue, arial, verdana, sans-serif;
	background-image:url(../images/bgSlice.jpg);
	background-repeat:repeat-x;
}

#wrapperArea{
	margin:250px auto;
	width:1024px;
	height:400px;
	border:#111;
	position:relative;
 	z-index:1;
}

#theGrunge{
	background:url(../images/bricks.jpg) no-repeat; width:656px; height:500px;
	position:absolute;
	z-index:10;
	
}

#myLight{
	background:url(../images/wreckonBall.png) no-repeat;
	width:211px;
	height:277px;
	position:absolute;
	z-index:20;
	left:220px;
	top:0px;
}


#contentArea h1{
	float:left;
	width:356px;
	height:175px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent:-9000px;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:100px;
	left:100px;
	z-index:25;
	
}

#contentArea p{
	width:600px;
	padding-bottom:1em;
	position:absolute;
	color:#ed582a;
	top:280px;
	left:130px;
	z-index:13;
	line-height:1.5em;
	

	
}

#contentArea p.open{
	width:600px;
	padding-bottom:1em;
	position:absolute;
	color:#666;
	font-weight:bold;
	top:300px;
	left:190px;
	z-index:13;
	

	
}

#wrapper-border{
	width:100%;
	height:100%;
	border:#111;
 	z-index:30;
	border:#333;
	border-style:double;
	border-width:medium;
	position:relative;
}


#contactMe{
	width:350px;
	position:relative;
	top:80px;
	left:650px;
	background-image:url(../images/formBg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-width:thin;
	border-color:#333;;
	border-style:double;
	
}

#contactMe fieldset{
	margin:0 0 10px 10px;
	
	
}

#contactMe fieldset.fLeft{
	float:left;
	width:150px;
	
	
}

#contactMe fieldset.fRight{
	float:right;
	width:150px;
	
	
}

#contactMe label{
	display:block;
	font-weight: bold;
	line-height:1.4em;
	color:#e35528;
	text-shadow: 0 1px 1px #333;
	
}

#contactMe fieldset input[type="submit"]{
	padding: 8px 15px;
	color:#444;
	background-color:grey;
	
}

textarea{
	background: #fafafa; border: 1px solid #aaa; height: 200px; padding: 5px 10px; width: 50%;
}

/* Box-Shadow focus State */

@-webkit-keyframes pulse {
	0% 
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 205, 1);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 205, 1);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 205, 1);
	}

#alertSure focus{
	-webkit-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing function:ease-in-out
	
}









