@import url('play.css');

/* CSS Document */

#project {
	float:left;
	border-left: 1px dotted #ccc;
	margin:10px 0 30px 0;
	padding:15px;
	width:250px;
	height:180px;
}

#divider {
	float:left;
	border-bottom: 1px dotted #ccc;
	margin:10px 0 10px 0;
	padding:5px 0 5px 0;
	display:inline;
	width:850px;
	font:14px/14px georgia;
	font-style:italic;
	font-weight:bold;
	color:#000;
	width:850px;
}

/*projects specific*/

.sporeshowcase {
	background:url(../images/sporeshowcase/sporeshowcase6.jpg);
}


.rooming {
	background:url(../images/roomingmyworld/LDF_Installation2.jpg);
}


.soundseed {
	background:url(../images/soundseed/soundseedsun.jpg);
}

.zeroonezerofive {
	background:url(../images/0501/0501_time.jpg);
}

.schoenberg {
	background:url(../images/schoenberg/leichrtzart_1.jpg);
}

.itkeptraining {
	background:url(../images/itkeptraining/it_kept_raining.jpg);
}


.hybrit {
	background:url(../images/hybrit/hybrit_stage.jpg);
}

.nomad {
	background:url(../images/homeing/homeing.jpg);
}

.hideseek {
	background:url(../images/hideseek/hideseek.jpg);
}

.firstprize {
	background:url(../images/firstprize/chance_churner.jpg);
}

/*description text*/

.descr {
	float:left;
	background-color:#fff;
	padding:10px;
	width:220px;
	height:auto;
	display:inline;
	font:normal 12px/12px georgia;
	color:#999999
	line-height:1.75em;
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
}

.descr h1 {
	display:inline;
	font:normal 20px/20px georgia;
	line-height:1.25em;
}

.descr a {
		color:#666;
		text-decoration:underline;
}

.descr a.selected {
		color:#000;
		border-bottom:1px dotted #ccc;
}

.descr a:hover {color:#cc3300}
