body {
	background: #444;
	color: #CCC;
}

a, a:visited {
	color: #aaa;
}

a:hover {
	color: #fff;
}

#header {
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
}

#footer {
margin-top: 40px;
	color: #999;
	text-align: center;
	font-size: 11px;
	margin-bottom: 100px;
}

#logo {
	margin-bottom: 10px; /* margin between header logo and navigation */ 
}

#experimental .grid_4 {
	height: 150px;
	margin-bottom: 20px;
}

#experimental .grid_4 .text {
font-size: 11px;
background: #222;
padding: 5px;
width: 208px;
display: none;
}

#experimental .grid_4:hover .text {
display: block;
}

#experimental .grid_4 .text a {
text-decoration: none !important;
}

#experimental img {
	height: 80px;
	padding: 35px 52px; 
}

#experimental img.bigger {
	height: 150px;
	padding: 0px 0;
}

#caption {
	font-style: italic;
	font-family: Georgia, Times, "Times new Roman", serif;
	color: #BBB;
	margin: 0 auto;
	height: 180px;
}

.featured_work {
	color: #666;
	font-size: 10px;
}

.featured_work img {
	max-height: 480px;
	max-width: 698px;
}

/* works */

p.caption {
	font-style: italic;
	font-family: Georgia, Times, "Times new Roman", serif;
	color: #BBB;
}

.work {
	color: #666;
	font-size: 11px;
	height: 230px;
}

.work img {
	margin-bottom: 10px;
	max-width: 218px;
	max-height: 150px;
}

.work a {
	text-decoration: none;
	color: #999 !important;
}

.work a:hover {
	color: #eee !important;
}

.nav {
	background: #fff;
	height: 38px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border: 1px solid #000;
}

.container_16 {
	margin-bottom: 20px;
}

#works .grid_4 {
	margin-bottom: 20px;
}

/* headlines */

h1 {

}

h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.0em;
}

/* news */

.newsitem {
	margin-bottom: 20px; 
}

/* contact */

.contact h2 {
	margin-bottom: 0px;
}

.contact em {
	color: #999;
	font-size: 11px;
}

.newsitem h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.pages {
	margin-top: 10px;
	border-top: 1px solid #555;
	padding-top: 10px;
	font-size: 11px;
	color: #999;
}

/* logos */

.logos img {
	margin-bottom: 20px;
}

/* helpers */

.center { text-align: center; }

.nomb {
	margin-bottom: 0;
}

.mb {
	margin-bottom: 40px;
}


/* news */

ul.newslist {
margin: 0;
padding: 0;
}

ul.newslist li {
list-style: none;
margin: 0;
padding: 0;
}

ul.newslist li span, .newsitem h1 span, .newsitem h2 span {
font-family: Georgia, Times, "Times New Roman", serif;
color: #888;
font-style: italic;
font-size:12px;
font-weight: normal;
}

p.pages {
font-size: 12px;
}