html, body, div, h1, a, cite, img, #header {
	border: 0 none;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1 {
	font-family: "helvetica neue" helvetica,arial,sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 {
	font-size: 34px;
	line-height: 40px;
}

body, h1, h2 {
	margin-bottom: 20px;
}

a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}
a:focus, a:hover {
	border-bottom-color: #999;
	color: #999;
}
a abbr {
	border-bottom-style: none;
} 

cite {
	color: #999;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 10px;
	text-align: right;
}

cite, p {
	line-height: 20px;
}

body {
	background: #fff;
	color: #000;
	line-height: 1;
}
body, h1, h2 {
	margin-bottom: 20px;
}

#mContainer {
	margin: 0 auto;
	max-width: 980px;	
}

#jump-area {
	height: 20px;
}
#jump-area a {
	left: -99999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

#header {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
#header h1 {
	margin-bottom: 0;
}
#header a {
	border-bottom-style: none;
}
#header p {
	color: #999;
}
#header:after, #header:before, #navlist:after, #navlist:before, #logo:after, #logo:before{
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

header {
	display: block;
}

#logo {
	width: 500px;
}
#logo img {
	margin: 5px 10px 0 0;
}
#logo, #logo img {
	float: left;
}

#navlist {
	float: right;
	margin-top: 5px;
}
#navlist .first {
	margin-left: 0;
}
#navlist .column {
	float: left;
	margin-left: 40px;
}
#navlist .work {
	background-position: 0 1px;
}
#navlist .blog {
	background-position: 0 -63px;
}
#navlist .photos {
	background-position: 0 -127px;
}
#navlist .videos {
	background-position: 0 -191px;
}
#navlist .about {
	background-position: 0 -255px;
}
#navlist .twitter {
	background-position: 0 -318px;
}
#navlist a {
	background-image: url(_images/navigation.png);
	background-repeat: no-repeat;
	display: block;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 25px;
	text-transform: uppercase;
}
.no-decoration {
	border-bottom-style: none;
}
