/* 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */ 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	

/* GLOBAL */
body {
	background-color:#000;
	font-size:62.5%;
	font-family:"Futura W01 Light";
	color:#ebebeb;
}
a {
	color:#00abeb;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
img { display:block; }
#wrapper {
	width:888px;
	margin:0 auto;
}
/* header
___________________________*/
#header {
	margin:25px 0 0 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #fff;
}
#header #logo-nav {
	width:315px;
	float:left;
	}
#header #logo-nav h1 a {
	background:url(../img/logo.png) no-repeat;
	width:257px;
	height:130px;
	display:block;
	text-indent:-9999px;
	margin:0 0 25px 2px;
	font-size:2em;
}
/* nav
_____________________________*/


#header #logo-nav a {
	font-family:"Futura W01 Light";
	font-size:28px;
	line-height:30px;
	display:block;
	color:#fff;
	text-transform:uppercase;
}
#header #logo-nav a:hover {
	text-decoration:none;
	color:#00ABEB;
}

.work #header #work,
.about #header #about,
.contact #header #contact,
.notes #header #notes { color:#FFF000; }

/* header intro */
#header #intro {
	width:573px;
	float:left;
	border-top:4px solid #fff;
	margin:5px 0 0 0;
}
#header #intro p {
	font-size:1.6em;
	line-height:20px;
}

#header #intro span:before {
	content:"\201C";
	margin-left:-24px;
}
#header #intro span:after {
	content:"\201D";
}

#header #intro a { display:inline; text-indent:0; }

/* footer
________________________*/
#footer {
	
	background-color:#0e0e0e;
	margin:65px 0 80px 0;
	padding:30px 28px;
}
#footer p {
	font-size:1.4em;
	line-height:18px;
}
#footer h4 {
	font-family:"Futura W01 Light";
	font-weight:normal;
	font-size:1.6em;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
#footer .tweet {
	margin:0 0 7px 0;
}
#footer div {
	width:169px;
	float:left;
	margin:0 52px 0 0;
}

#footer #contact-module {
	width:195px;
}
#footer #social-module {
	margin:0;
	width:140px;
}

#footer #social-module a {
	display:block;	
}

/* focus 
______________________________*/
#focus {
	margin:40px 0 0 0;	
}
#focus .left-col {
	width:315px;
	_width:314px;
	float:left;
}
#focus .right-col {
	width:573px;
	float:left;
}
