body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
 	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 2em;
}

h1 {
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	color:#222222;
	text-transform: uppercase;
}

h1.headline {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: normal; color: #222222; font-size: 1em; margin-bottom: 1em; text-transform: uppercase;
	
}

h1.headline a {
    background-color: black;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: white;
	padding: 5px;
	padding-left: 1em;
	padding-right: 1em;
}

div#header {
	z-index: 10000;
	background-color: white;
}

div.menu {
	padding: 0px; margin: 0px;
	text-align: left;
}

div.menu ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu ul li {
	float: left;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	text-align:left;
	}
	
div.menu ul li a {
	display: block;
	font-weight: 200;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #111111;
	padding-left: 1em;
	padding-right: 1em;
} 
div.menu ul li a:hover {
	background-color: black;
	text-decoration: none;
	color: white;
}
	
div.teaser {

}

hr {}
	
.image-overlay {
   background-color: black;
   position: relative;
   color: white;
}

.image-overlay a {
	text-decoration: none;
}

.image-overlay a, .image-overlay a:hover, .image-overlay a:visited, .image-overlay a:active {
	color: white;
}

.overlay {
   position: absolute;
   top: 120px;
   left: 0;
   background-color: black;
   padding: 6px;
   padding-left: 2em;
   padding-right: 1em;
}

.description {
	margin-top: 1em;
	display: block;
}

div#next-project {
	text-align: right;
}

div#next-project a {
	text-decoration: none;
	padding: 3px;
	color: black;
}

div#next-project a:hover {
	background-color: black;
	color: white;
}

// Gallery Stuff

#nav { padding: 0px; margin: 0px;}
#nav a { margin:0px; padding: 3px 5px; text-decoration: none; color: black;}
#nav a.activeSlide { background: black; color: white; }
#nav a:focus { outline: none; }