/* 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:Arial, Helvetica, sans-serif;
	color:#ebebeb;
}
a {
	color:#00abeb;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#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 a {
	display:block;
	text-indent:-9999px;
	margin:0 0 4px 0;
	_margin:0;
	_padding:0 0 3px 0;
}
#header #work {
	background:url(../img/main-nav.png) no-repeat;
	width:90px;
	height:25px;
}
#header #work:hover {
	background-position:-148px 0 !important;	
}
.work #header #work {
	background-position:-297px 0;
}
#header #blog {
	background:url(../img/main-nav.png) no-repeat 0 -28px;
	width:90px;
	height:25px;
}
#header #blog:hover {
	background-position:-148px -28px;	
}
#header #about {
	background:url(../img/main-nav.png) no-repeat 0 -56px;
	width:100px;
	height:25px;
}
#header #about:hover {
	background-position:-148px -56px !important;	
}
.about #header #about {
	background-position:-297px -56px;
}
#header #contact {
	background:url(../img/main-nav.png) no-repeat 0 -84px;
	width:140px;
	height:25px;
}
#header #contact:hover {
	background-position:-148px -84px !important;
}
.contact #header #contact {
	background-position:-297px -84px;
}

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

#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.2em;
	line-height:18px;
}
#footer h4 {
	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:190px;
}
#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;
}


/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}