html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
} 

#wrap {
	width:1160px;
	margin:10px;
}
	
#home #wrap {
	width:1160px;
	margin:200px 0 0 0;
}

#bio #main {
background: #fff;
width: 80%;
margin: 0px auto;
padding: 30px 20px;
}
	
header {
display: block;
margin: 4px 26px;
}	

.davey-bubble {float:left;}
	
#home header {
  display: block;
  float: left;
  margin: -200px 0 0;
}	

#main-video {  
  width:608px;
  display: block;
  float: left;
  margin:0 10px 0 0;
  }

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  color: #222;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-family: Arial, sans-serif;
	background: #69bccc url('images/back-noise.png' ) repeat-x 0 0;
	height:100%;
	padding:0;
}

#home {
	background: #69bccc url('images/back.png' ) repeat-x 0 0;
}


#logo {
  float: left;
	background: transparent url('images/logo.png' ) no-repeat 0 0;
	width:608px;
	height:160px;
	text-indent:-3000px;
}

h1, h2, h3, h4 {
	color:#ef981a; 
	font-family:'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 1px;
	text-shadow:1px 1px 1px #ccc;
		-moz-text-shadow:1px 1px 1px #ccc;
		-webkit-text-shadow:1px 1px 1px #ccc;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

#navigation{
background:#fbbd57;
width:100%;	
overflow:hidden;
display:block;
clear:both;
border-top:6px solid #f7a217;
border-bottom:6px solid #f7a217;
}

#home #navigation{
border-top:0px none;
border-bottom:0px none;
}

#navigation li{
list-style-type:none;
float:left;
display:block;
padding:4px 4px 4px;
}

#navigation a{
font: 16px/17px 'ChunkFiveRegular', Arial, sans-serif;letter-spacing: 1px;
text-decoration:none;
float:left;
display:block;
padding:6px 12px;
	-webkit-border-radius: 20px;	
  -moz-border-radius: 20px;	
  border-radius: 20px;	
}
#navigation a:link, #navigation a:visited {
color:#006f8f;
background:#fed288;
border:1px solid #f7a217;
}

#navigation a:hover, #navigation a:active {
color:#2990ae;
background:#f6c36f;
border:1px solid #e39413;
}

#the-gang {
	width:295px;
	float:left;
	margin: -157px 20px 0 0;
}

#almost-ready {
	width:500px;
	float:left;
	margin: 0px 20px 0 0;
}

#form {
  position: relative;
  background: #fff;
  width: 150px;
	margin: 60px 0 0 0;
	float:left;
	border:3px solid #ccc;
	padding:9px;
	font: 16px/16px 'ChunkFiveRegular', Arial, sans-serif;letter-spacing: 2px;
	text-align:center;
	-webkit-border-radius: 200px;	
  -moz-border-radius: 200px;	
  border-radius: 200px;	
  -webkit-box-shadow: 2px 2px 4px #999;	
  -moz-box-shadow: 2px 2px 4px #999;	
  box-shadow: 2px 2px 4px #999;
}

#form:before, #form:after{	
  content: ' ';	
  position: absolute;	
  width: 0;	
  height: 0;   
  -webkit-box-shadow: 2px 2px 4px #999;	
  -moz-box-shadow: 2px 2px 4px #999;	
  box-shadow: 2px 2px 4px #999;
  }
#form:before, #form:after{	left: 60px;	top: 75px;	width: 40px;	height: 40px;	background-color: #fff;	border: 3px solid #ccc;	-webkit-border-radius: 28px;	-moz-border-radius: 28px;	border-radius: 28px;}
#form:after{	width: 20px;	height: 20px;	left: 55px;	top: 100px;	-webkit-border-radius: 18px;	-moz-border-radius: 18px;	border-radius: 18px;}

#form a:link, #form a:visited { 
	color:#ef981a;
	text-decoration:none;
}

#form a:hover, #form a:active { 
	color:#f9c273;
	text-decoration:none;
}

#stan {float:left; margin:80px 0 0 0; position: relative;}

