/* 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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, hr {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;background: transparent;}:focus {outline: 0;outline: none;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}a:focus, button:focus {outline: none;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Background ------------------------------------------------------*/

body { 
	padding: 0;
	margin: 0;
	background-image: url(../images/background.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #444;
	background-attachment: fixed;
	color: #fff;
	font-weight: 300;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 12px;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
	font-style: oblique;
}

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}

/* Structure ------------------------------------------------------*/

#page {
	position: relative;
	width: 840px;
	padding-top: 260px;
	margin: 30px auto 0 auto;
}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 144px;
	height: 144px;
	background: url(../images/themiddlecoast.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

a {
	color: #84cec1;
	text-decoration: none;
}

#about {
	text-align: right;
	position: absolute;
	top: 60px;
	font-size: 16px;
	right: 180px;
}

#about a {
	margin-left: 8px;
}

#about a:hover {
	color: #fbad00;
}

#who {
    display: none;
    font-size: 12px;
}

.work {
    float: left;
    background: #222;
    width: 200px;
    padding: 30px 30px 0 30px;
    margin-right: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 60px;
}

.work h2 {
	font-size: 20px;
	font-weight: 600;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

.work .item h4 a {
    position: absolute;
    display: none;
    top: 7px;
    left: 7px;
    padding: 3px 8px;
    background: #222;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.work .item:hover h4 a {
    display: block;
} 

.work h4 a {
    color: #fff;
}

.work p {
    font-size: 11px;
    margin-bottom: 15px;
}

.work .item {
    position: relative;
}

.work .item img {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.last {
    margin-right: 0;
}