body {
	background: #fff;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;}
	
.squeeze {
	margin:0 auto;
	width:960px;}


h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; }
	
h1 { font-size: 46px; line-height: 120%; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 120%; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 120%; margin-bottom: 8px; }

p { margin: 0 0 15px 0; }

a, a:visited {
	color: #333; 
	text-decoration: underline; 
	outline: 0; }
	
a:hover, a:focus { 
	color: #000;}
	
html{
	}
	
body {
	}
	
nav {
	margin:0 0 40px;}
	
#home, #work, #contact {
	text-align:center;}
	
#home nav {
	width:487px;
	margin:auto;
	text-align:right;}
	
nav a {
	padding:0 15px;
	text-decoration:none;
	border-bottom:1px solid #E8E8E8;
	margin:0 1px;}
	
nav a:hover {
	border-bottom:1px solid #000;}
	
.info {
	width:430px;
	margin:15px auto 0;
	padding:0 0 35px;
	color:#333;
	font-size:21px;
	border-bottom:1px solid #D4D4D4; }
	
.work-link, .contact-link {
	font-size:28px;
	line-height:160%;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#333;}
	
.work-link:hover , .contact-link:hover {
	color:#000;}
	
.embed-container {
    position: relative;
    padding-bottom: 52%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-container {
	width:700px;
	margin:auto;
	border:1px solid #999;}
	
	
@media all and (min-width: 487px) and (max-width: 700px) {
		
	#video-container {
		width:90%;
		margin:auto;}

}	
	


/* HANDHELD
--------------------------------------------------------------------------- */
@media all and (max-width: 487px) {

	#home nav {
		width:90%;}
		
	#home img, #home .info {
		width:100%;}
		
	#video-container {
		width:90%;
		margin:auto;}

}

