/*
font-family:'Linotype Univers W01 Ult Lt';
font-family:'Linotype Univers W01 Regular';
*/

html, body {
	font-family: 'avenir next', sans-serif;
	background: #fff;
	font-size: 14px;
}

a {
	color: #000;
}

a:hover {
	
}

p, ul {
	
}

p {
	max-width: 700px;
}

h1 {
	font-size: 42px;
	margin-left: -3px;
}

h2 {
	font-size: 12px;
}

h3 {
	
}

h4 {
	color: #fff;
}

h6 {
	
}

hr {
	border-left: none;
	border-right: none;
	border-top: 1px solid #999;
	border-bottom: none;
	padding-bottom: 5px;
	clear: both;
}

blockquote {
	
}

cite {
	
}

dl {
	
}

dl dt {
	
}

dl dd {
	
}

strong {
	
}

em {
	
}

label {
	
}

header div.unit,
section.subnav div.unit {
	width: 245px !important;
}

header a {
	text-decoration: none;
}

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


#logo {
	text-indent: -9000px;
	background: url(../img/logo.png);
	display: block;
	width: 33px;
	height: 56px;
}


#page {
	margin: 0 auto;
	padding: 20px;
/*	width: 960px;*/
/*	background: #fff;*/
/*	-webkit-box-shadow:0px 2px 10px rgba(0, 0, 0, 0.3);*/
}

section {
	margin-bottom: 20px;
}

ul.inline li {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}
h1 + ul.projects {
	margin-top: 1em;
}

ul.projects {
	overflow: auto;
}

ul.projects li {
	width: 240px;
	height: 160px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	
}

ul.projects li a {
	text-decoration: none;
}

ul.projects li .background {
	width: 240px;
	height: 120px;
	background-repeat: no-repeat !important;
	background-position: center;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

ol.images {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 + h2 {
	margin-bottom: 1em;
}