
.container > header{
	margin: 10px 10px 0px 10px;
	padding: 20px 10px 0px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: right;
}
.container > header h1{
	font-family: 'Aldrich';
	font-size: 9px;
	line-height: 15px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #4FE5EC;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.container > header h1 span{
	font-weight: 400;
}

