/* @override 
	http://articles.evolvedwebsites.com.au/wp-content/themes/articles/print.css
*/

/*  
	Evolved Articles / Blog print CSS
*/

/* Hide these */

#sitemenu,
#sidebar,
#respond,
form,
#footer {
	display: none;
}

/* Print styling */

#spiel {
	float: none;
	position: absolute;
	top: 32px;
	right: 0;
	width: 50%;
	height: 33px;
	padding: 0;
	text-align: right;
	background: none;
	border: none;
	overflow: hidden;
}
#spiel h3, #spiel p {
	display: inline;
	padding: 0;
}

#wrap, #header, #content {
	float: none;
	width: 100%;
}

.meta {
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}
