/* (c) 2009 christian gorbach, handcrafted with love, ban IE6 */

/**
 * color glossary 
 * font: #605c5c
 * bg: #d3d3cd
 *
**/

/*** Globals ***/

body {

	color: #605c5c;

 	background-image: url('../images/bg.png');
 	background-repeat: repeat;
 	font-size: 11px;
 	font-family: Swiss, Arial, sans-serif; 

}

a {
	color: #605c5c;
}	

/*** classes ***/
.clearer {
	clear: both;	
}

.hidden {
	display: none;	
}


/*** Layout ***/
#container {
	width: 834px;
	margin: 120px auto 20px auto;	
}

#header {
	width: 165px;
	float: left;
	height: 381px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	
}

#projects {
	width: 289px;
	float: left;
}

#footer {
	font-size: 10px;
	text-align: right;
	margin: 200px 0 40px 0;
	margin-top: 50px;
}


/*** .project ***/
.block {
	position: relative;	
	margin-bottom: 100px;
}

.project {
	margin-bottom: 16px;	
	width: 289px;
}
.project img.thumbnail {
	float: left;	
	display: block;
	width: 116px;
	height: 116px;
}
.project .info  {
	float: left;
	padding-left: 14px;
	width: 140px;
}
.project .info a {
	clear: both;
	display: block;	
}
.project .gallery img {
	position: absolute;
	top: 0;
	left: 289px;
	width: 383px;
	height: 381px;	
	cursor: pointer;
}


.start-pause {
	position: absolute;
	left: 600px;
	top: 345px;
	z-index: 10;	
	display: none;
	color: rgba(0, 0, 0, 0.8);
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px;
	text-align: center;
	width: 50px;
}

.project .detail-infoXXX {
	text-align: center;
	position: absolute;
	top: 362px;
	left: 291px;
	width: 100px;
	height: 30;	
 	background-image: url('../images/bg-opacity.png');
 	background-repeat: repeat;
 	padding: 3px;
}

.project .photo-credits {
	text-align: center;
	position: absolute;
	top: 362px;
	left: 400px;
	width: 100px;
	height: 30;	
 	background-image: url('../images/bg-opacity.png');
 	background-repeat: repeat;
 	padding: 3px;	
}



