body{
	
}
h1{
	font-family: Verdana,"Lucida Grande",Lucida,sans-serif;
	font-weight: 200;
	font-size: 32px;
	letter-spacing: -1px;
	color: #222;
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 10px 20px 0 20px;
	padding: 20px 0 5px 5px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
h2{
	margin: 0 0 25px 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 85%;
	font-size: 18px;
	color: #777;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
p.topic{
	margin: 0 0 0 25px;
	padding: 0 250px 25px 0;
	width: 550px;
}
#home-link{
	margin-left: 25px;
}
#header{
	background: url(http://www.pcf-world-forum.org/wp-content/themes/low_carbon_society/img/pcf_world_forum.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 85%;
}
.site-link{
		border-bottom: 1px solid #EA9E1A;
		text-decoration: none;
		color: #777;
	}
.site-link:hover{
	background: #eee;
}
a.play-link{
	color: orange;
	background: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 3px;
	margin: 1px 0;
	display: inline-block;
	text-decoration: none;
	display: none; /* aus */
}
a.play-link:hover{
	color: white;
	background: orange;
}
a.play-link-active{
	color: white;
	background: orange;
}
a.admin{
	border: 1px dotted red;
	color: red !important;
	background: #fff;
	margin: 4px !important;
}
#question-bar{
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.85);
	z-index: 50;
}
.label-top{
	vertical-align: bottom;
	text-align: center;
	padding: 0 0 5px 0;
	height: 67px;
	width: 192px;
	background: none;
}
.label-left{
	vertical-align: middle;
	text-align: right;
	padding: 0 10px 0 0;
	height: 109px;
	width: 178px;
	background: #fff;
	background: rgba(255,255,255,0.85);
}
.label-corner{
	width: 178px;
	height: 67px;
}
.label{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.2em;
	color: #000;
	float: left;
	padding: 3px;
	margin: 2px;
}
	.label i{
		color: #777;
		font-style: normal;
	}
	.label a{
		color: #777;
		text-decoration: none;
		border-bottom: 1px solid #EA9E1A;
	}
	.label a:hover{
		background: #eee;
	}
.thumbnail{
	height: 109px;
	width: 192px;
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #777;
	background: #F4F4F4;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 2px;
	position: relative;
	cursor: pointer;
}
.thumbnail:hover{
	border: 1px solid #EA9E1A;
}
.thumbnail img{
	height: 145px;
	width: 192px;
}
.imagewrapper{
	position: absolute;
	top: -15px;
	left: 3px;
	clip:rect(18px 192px 127px 0px);
	width: 192px;
	height: 109px;
}
.play-button-overlay{
	background: url(../img/play.png);
	width: 37px;
	height: 39px;
	position: absolute;
	display: block;
	top: 53px;
	left: 83px;
}
.playing{
	background: red;
}
#matrix{
	margin-bottom: 0;
	padding-top: 25px;
}
#description-underneath{
	width: 612px;
	margin-left: 207px;
	text-align: center;
	color: #777;
}
#footer{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px;
	padding: 5px;
	width: auto;
	color: #777;
}
#footer img{
	vertical-align: middle;
	margin: 0 25px 10px 0;
}
#player{
	width: 255px;
	height: 208px; /* +65px */
	position: absolute;
	left: -300px;
	top: 50px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.9);
	text-align: center;
	vertical-align: middle;
	border: 0px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 20px;
}
	#player .player-bar{
		color: #bbb;
		text-align: left;
		height: 30px;
	}
		#player .player-bar a{
			color: #bbb;
		}
		#player .player-bar a:hover{
			background: #444;
		}
#titledisplay{
	display: block;
	padding-top: 5px;
}
#timedisplay{
	margin-left: 193px;
}
.clear{
	clear: both;
}
