body {
	font: 12px/16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #DDD;
	background-color: #222;
	letter-spacing: 0;
	text-transform: none;
}

#page {
	margin-left: 32px;
	margin-right: 32px;
	width: 896px;
}

/* @group Header */

#header {
	clear: both;
	border-bottom: 1px solid #191919;
	margin-bottom: 64px;
}

#header > #headerTitle {
	float: left;
}
#header > #headerNav {
	float: right;
	width: 640px;
}
#header > #headerNav > #headerNavItems {
	float: left;
	padding-top: 8px;
}

#header > #headerNav > #headerNavLang {
	float: right;
	padding-top: 16px;
}

* .headerNavItem{
	margin-right: 16px;
}



/* @end */




#main {
	clear: both;
}

/* @group Nav */

#nav {
	width: 256px;
	float: left;
	margin-top: 32px;
}
#nav ul{	
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	font-size: 16px;
	line-height: 32px;
	padding-left: 0;
}



/* @end */

/* @group Content */

#content {
	width: 640px;
	float: right;
	margin-bottom: 32px;
	margin-top: 32px;
}

#content .oeuvreListItem {
	border-top: 1px solid #191919;
	clear: both;
	padding-top: 8px;
	padding-bottom: 24px;
}

#content .oeuvreListItem .listItemImage{
	float: left;
	padding-bottom: 24px;
}

#content .oeuvreListItem .listItemData{
	float: left;
	margin-left: 32px;
	padding-bottom: 24px;
}



/* @end */

.showWork P {
	margin-bottom: 64px;
}

/* @group Metadata */

.metadataLabel {
	display: none;
}

.metadataTagsLabel {	
	
}

.metadataTitle {
	font-weight: bold;
}

.metadataMedia {	
	
}

.metadataDuration {	
	
}

.metadataDate {	
	
}

.metadataTag {	
	font-weight: bold;
}



/* @end */


#footer {
	clear: both;
	color: #333;
	border-top: 1px solid #191919;
	margin-top: 32px;
}

/* @group HTML tags */

H1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFF;
}

H2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0em;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0em;
}

P {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.00em;
}

HR {
	margin-top: 48px;
	margin-bottom: 48px;
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
}

* A:link, * A:visited, * A:active, * A:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
}
A:hover {	
	color: #FFF;
	border-bottom: 1px solid #FFF;
}



/* @end */

.info {
	color: #222;
	font: normal normal 8px Monaco, mono, "Courier New", Courier;
}

