/*-------------------------------------------------
ALL PAGES
-------------------------------------------------*/

body {
	background: #1D1D1D;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;    
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	color: #FF3333;
	margin: 0;
	float: left;
	width: 276px;
	height: 27px;
}

h1 span {
	margin-left: -3000px;
}

h2 {
	display: inline;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999;
	margin-bottom: -10px;
}

ul#navigation {
	width: 550px;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 0.7em;
	letter-spacing: 2px;
	float: right;
}

ul#navigation li {
	display: inline;
	padding: 0 0 0 20px;
	list-style: none;
}

div#header {
	clear: both;
	padding: 5px 0 0 1px;
	font-size: 0.85em;
	line-height: 1.3em;
}

div#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header_left {
	float: left;
}

div#header_right {
	width: 280px;
	float: right;
	text-align: right;
}

div#content {
	margin: 50px 0 0 0;
}

div#canvas {
	background: #333;
	padding: 30px 38px 10px 38px;
	width: 840px;
	background: url(../images/bg.png) repeat-y #333;
	margin: 0 auto 0 auto;
}

div#footer {
	font-size: 0.85em;
	color: #999;
	margin: 100px 0 25px 0;
}

div#footer span {
	background: #3D3D3D;
	padding: 3px;
}

div.clear {
	clear: both;
}

div.new img, div.preview img {
	z-index: 500;
	position: absolute;
}

/*-------------------------------------------------
PORTFOLIO
-------------------------------------------------*/

.onebit_mp3 a {
	display: none;
}

div#infobox {
	width: 300px;
	text-transform: uppercase;
	font-size: 0.8em;
	float: left;
	margin-bottom: 10px;
}

div#description {
	padding: 1px 0 0 0;
	float: right;
	width: 500px;
	line-height: 1.5em;
}

div#description p {
	margin: 0;
}

div#project {
	clear: both;
	padding-top: 8px;	
}

div#gallery {
	clear: both;
	display: block;
	padding: 15px 0 0 0;
	margin: 0 -19px 0 0;
	line-height: 1.5em;
}

div.gallery_image_container {
	float: left;
	width: 195px;
	margin: 0 19px -14px 0;
}

div.gallery_image_title {
	background: black none repeat scroll 0 0;
	color: #CCC;
	opacity: 0.85;
	padding: 5px 0 5px 10px;
	display: block;
	position: relative;
	left: 0;
	bottom: 34px;
	width: 185px;
}

div#next_project_link {
	margin-top: 25px;
}

div#next_project_link span {
	background: #3D3D3D;
	padding: 3px;
	font-size: 0.8em;
	text-transform: uppercase;
}

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  color: #999;
  float: left;
  width: 50px;
  text-align: left;
}

div.row span.field {
  float: left;
  width: 250px;
  text-align: left;
}

div.spacer {
	margin-top: 22px;
}

div.sound_player {
	margin-left: -2px;
	margin-bottom: -10px;
}

div.vimeo {
	margin-bottom: -22px;
}

p.english {
	
}

p.german {
	padding-top: 10px;
	color: #999999;
}

/*-------------------------------------------------
PUBLICATIONS
-------------------------------------------------*/

div.publication {
	margin-bottom: 40px;
	line-height: 1.5em;
}

p#publication_description {
	margin: -5px 0 0 0;
}

/*-------------------------------------------------
CONTACT
-------------------------------------------------*/

div#contact {
	line-height: 1.5em;	
}