.question {
	color: #666666;
}

#splash {
	background-color: #ffffff;
}

@media screen and (orientation:portrait) {
	#splashInner {
		background-image: url('https://archives.swissdesignawardsblog.ch/wp-content/uploads/2014/03/SDA_BLOG_Portrait-splash-image.gif');
	}
}

@media screen and (orientation:landscape) {
	#splashInner {
		background-image: url('https://archives.swissdesignawardsblog.ch/wp-content/uploads/2014/03/SDA_BLOG_Landscape-splash-image.gif');
	}
}

#wrapper {
	background-color: #ffffff;
}

html.ltie9 #splash img {
	top: 0;
}

html.ltie9 .caption, html.ltie9 .credit-caption, html.ie9 .caption, html.ie9 .credit-caption {				
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}