body{
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

.clear-fix{
	clear: both;
}

h1{
	font-size: 2.6em;
	margin-bottom: 20px;
	font-weight: 700;
}
h1 em{
	 color:#A6A6A6;
	 font-style: normal;
}
h2{
	font-size: 1.8em;
	margin-bottom: 20px;
	font-weight: 500;
}

a{
	color: #000;
}
a.nav-link{
	text-decoration: none;
	text-transform: lowercase;
	color: #000;
}

a.nav-link:hover{
	text-decoration: underline;
}

.menu{ 
	height: 40px;
	width: 960px;
	display: block;
	clear: both;
}

.menu+.menu{
	border-top: 1px solid #000;
	padding-top: 12px;
}

.menu li{
	display: block;
	float: left;
}

.menu li a{
	font-size: 1.5em;
	margin-right: 20px;
	
}

#wrapper{
	overflow: hidden;
	margin: 40px 0 0 40px;
	width: 960px;
}

#teasers{
	margin-top: 50px;
	height: 400px;
}

.teaser{
	float: left;
	margin-right: 10px;
}

#strapline{
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}

.trans{

}

.off-left{
	left:-150px;
}

.off-left{
	left:0px;
}

.worry-man{
	width:150px;
	height:200px;
}

#footer{
	font-size: 1.3em;
	margin-top: 80px;
}

#footer a{
	display: block;
	float: left;
}

#icon-fb{
	background-image: url(../img/icon-fb.png);
}

#icon-twtr{
	background-image: url(../img/icon-twtr.png);
}

.icon-link{
	height: 40px;
	padding-left: 24px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 1px;
}


.work-panel{
	width: 920px;
	background-color:#f8f6f4;
	margin-bottom: 30px;
	margin-top: 50px;
}

.work-panel+.work-panel{
	margin-top: 0;
}

.work-panel img{
	display: block;
}

.panel-desc{
	width:400px;
	margin: 30px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.left{
	float: left;
}
.right{
	float: right;
}
