#wrapper {
	width: 960px;
	margin: 80px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #eeeeee;
	background: #fff;
	
}

#content {
	clear: both;
	background: #fff;
}

#logo {
	color: #fff;
	background: #ee4c4c;
	padding: 2px 7px;
	letter-spacing: -1.5px;
	line-height: 1em;
	text-decoration: none !important;
}
#logo:hover {
	text-decoration: none;
}

#default #title {
	width: 460px;
}
#title {
	float: left;
	margin: 0;
}
#title span {
	color: #999;
	font-size: 1em;
	font-weight: normal;
	margin: 0 .1em;
}


#contact {
	float: left;
	width: 200px;
	color: #999;
	padding-top: 36px;
	margin-left: 150px;
}

#search {
	float: right;
	padding: .75em 0;
}
#search a {
	color: #666;
}
#search a.active {
	color: #000;
	text-decoration: underline;
}

.section {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.section.last {
	border: 0;
}
.section img {
	margin: 0;
}

.inner {
	width: 760px;
	margin: 0 auto;
	padding: 40px 0;
}

.gallery {
	float: left;
	width: 560px;
	height: 400px;
	margin-right: 40px;
	position: relative;
	overflow: hidden;
	border: 5px solid #f6f7f8;	
	
}
.gallery img {
/*	padding: 5px;
	background: #f6f7f8;*/
	width: 560px;
/*	height: 400px;*/
}

.archive {
	margin: 0;
	padding: 0;
}
.archive li {
	margin: 0 40px 40px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.archive li.last {
	margin-right: 0;
}
.archive .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 4px;
	line-height: .9em;
	font-size: .8em;

}
.archive .date {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	line-height: .8em;
	font-size: .8em;
	text-transform: uppercase;
}
.archive img {
/*	height: 160px;*/
	padding: 0px;
	background: #f6f7f8;
}

.meta {
	float: left;
	width: 310px;
	padding-top: 25px;
}
.meta h3 {
	margin: 0;
}

.description {
	height: 70px;
	margin: 1.5em 0 1.7em 0;
	letter-spacing: -.1px;
}
.description p {
	margin: 0;
}

.client {
	font-size: .85em;
	color: #999;
}
.caption {
	height: 50px;
	margin-top: 1.5em;
	letter-spacing: -.2px;	
	color: #999;
}

.flash-caption {
	position: absolute;
	top: 5%;
	left: 5%;
	background: #141e1d;
	color: #fff;
	z-index: 10;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.3em;
}

#archive .description {
	height: auto;
}
#archive .caption {
	display: none;
}


a.button.next-image {
	background: #3bb13f;
}
a.button.next-image:hover {
	background: #58c95c;
}
a.button.next-project {
	background: #ccc url('/img/icon-arrow-down.png') no-repeat scroll 50% 50%;
	padding: 6px 15px;
	margin-left: 4px;
/*	display: none;*/
}
a.button.next-project:hover {
	background-color: #999;
}

#extra {
	background: #a882e9;
	background: #8B00FF;
/*	background: #222;*/

	border-bottom: 3px solid #6e00cb;
	



	padding: 10px 0 6px 0;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	
/*	display: none;*/
}
#extra a {

	color: #fff;

}

.vcard .mission,
.vcard .region {
	display: none;
}

#footer {
	clear: both;
	text-align: left;	
	background: #f6f7f8;	
	color: #666;
	position: relative;
	letter-spacing: -.1px;	
}
#footer .column {
	float: left;
	width: 240px;
	margin-right: -40px;
}
#footer .column.first {
	width: 500px;
	margin-right: 40px;
}
#footer ul, #footer ol {
	margin: 0;
}
#footer li {
	list-style: none;
/*	border-bottom: 1px solid #ccc;*/
	padding: 4px 0;
}
#footer a {
	color: #666666;
}
#footer .credit {
	font-size: .8em;
/*	text-transform: uppercase;*/
	letter-spacing: -.2px;
	color: #b3b3b3;
	clear: both;
	padding: 80px 0 0 0;
	font-weight: bold;
}
#footer .credit a {
	color: #b3b3b3;
}